summaryrefslogtreecommitdiffstats
path: root/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-pike.yml
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-03-23 23:20:45 -0700
committerFatih Degirmenci <fdegir@gmail.com>2018-03-23 23:20:45 -0700
commit9dda531e8e9be93b930b89d45a395085fbcb61cc (patch)
tree612923eda4ddbaf40eace04afbd03aeb31fc1955 /scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-pike.yml
parent752428421637d40833ff68647cdbbe58809a643f (diff)
xci: Lowercase ansible variables
Change-Id: I35960abdab146ab2f80a1ad160489ee4877d42e4 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-pike.yml')
-rw-r--r--scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-pike.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-pike.yml b/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-pike.yml
index 5459dfed..a9d197da 100644
--- a/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-pike.yml
+++ b/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-pike.yml
@@ -3,55 +3,55 @@
- name: copy user_sfc_scenarios_variables.yml
copy:
- src: "{{XCI_FLAVOR}}/user_sfc_scenarios_variables_pike.yml"
- dest: "{{OPENSTACK_OSA_ETC_PATH}}/user_sfc_scenarios_variables.yml"
+ src: "{{xci_flavor}}/user_sfc_scenarios_variables_pike.yml"
+ dest: "{{openstack_osa_etc_path}}/user_sfc_scenarios_variables.yml"
- name: copy OPNFV role requirements
copy:
src: "ansible-role-requirements-pike.yml"
- dest: "{{OPENSTACK_OSA_PATH}}/ansible-role-requirements.yml"
+ dest: "{{openstack_osa_path}}/ansible-role-requirements.yml"
- name: copy openstack_user_config.yml
copy:
- src: "tacker_files/{{XCI_FLAVOR}}/openstack_user_config.yml"
- dest: "{{OPENSTACK_OSA_ETC_PATH}}/openstack_user_config.yml"
+ src: "tacker_files/{{xci_flavor}}/openstack_user_config.yml"
+ dest: "{{openstack_osa_etc_path}}/openstack_user_config.yml"
- name: copy tacker inventory file
copy:
src: "tacker_files/tacker.yml"
- dest: "{{OPENSTACK_OSA_ETC_PATH}}/env.d/tacker.yml"
+ dest: "{{openstack_osa_etc_path}}/env.d/tacker.yml"
- name: copy user_secrets.yml for tacker
copy:
src: "tacker_files/user_secrets.yml"
- dest: "{{OPENSTACK_OSA_ETC_PATH}}/user_secrets.yml"
+ dest: "{{openstack_osa_etc_path}}/user_secrets.yml"
- name: copy haproxy_config.yml for tacker
copy:
src: "tacker_files/haproxy_config.yml"
- dest: "{{OPENSTACK_OSA_PATH}}/group_vars/all/haproxy_config.yml"
+ dest: "{{openstack_osa_path}}/group_vars/all/haproxy_config.yml"
- name: copy openstack_services.yml with tacker
copy:
src: "tacker_files/openstack_services_pike.yml"
- dest: "{{OPENSTACK_OSA_PATH}}/playbooks/defaults/repo_packages/openstack_services.yml"
+ dest: "{{openstack_osa_path}}/playbooks/defaults/repo_packages/openstack_services.yml"
- name: copy all/tacker.yml
copy:
src: "tacker_files/all_tacker.yml"
- dest: "{{OPENSTACK_OSA_PATH}}/group_vars/all/tacker.yml"
+ dest: "{{openstack_osa_path}}/group_vars/all/tacker.yml"
- name: copy tacker_all.yml
copy:
src: "tacker_files/tacker_all.yml"
- dest: "{{OPENSTACK_OSA_PATH}}/group_vars/tacker_all.yml"
+ dest: "{{openstack_osa_path}}/group_vars/tacker_all.yml"
- name: copy setup-openstack.yml
copy:
src: "tacker_files/setup-openstack.yml"
- dest: "{{OPENSTACK_OSA_PATH}}/playbooks/setup-openstack.yml"
+ dest: "{{openstack_osa_path}}/playbooks/setup-openstack.yml"
- name: copy os-tacker-install.yml
copy:
src: "tacker_files/os-tacker-install.yml"
- dest: "{{OPENSTACK_OSA_PATH}}/playbooks/os-tacker-install.yml"
+ dest: "{{openstack_osa_path}}/playbooks/os-tacker-install.yml"