Adding Git review
[releng-xci-scenarios.git] / os-nosdn-nofeature / role / os-nosdn-nofeature / tasks / main.yml
1 ---
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 2017 Ericsson AB and others.
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 - name: copy user_variables_os-nosdn-nofeature.yml
12   copy:
13     src: "user_variables_os-nosdn-nofeature.yml"
14     dest: "{{openstack_osa_etc_path}}/user_variables_os-nosdn-nofeature.yml"
15 - name: copy os-nosdn-nofeature scenario specific openstack_user_config.yml
16   copy:
17     src: "{{xci_flavor}}/openstack_user_config.yml"
18     dest: "{{openstack_osa_etc_path}}/openstack_user_config.yml"