aboutsummaryrefslogtreecommitdiffstats
path: root/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-pike.yml
diff options
context:
space:
mode:
authorBrady Johnson <bjohnson@inocybe.com>2017-11-30 17:13:07 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-30 17:13:07 +0000
commit9d416596f133ac7fa73e6cbbbf3adbe0fe86cc1b (patch)
treed7f5e85032a75531219e82948932e33607df66b8 /scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-pike.yml
parentf1304eec7ac5997868ba7eae53a1da7e0c90679b (diff)
parenta72cc42077b96223ad6e776a4cd0f03a3c41bd29 (diff)
Merge "[WIP] Adapt XCI scenarios for Fraser"
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.yml57
1 files changed, 57 insertions, 0 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
new file mode 100644
index 00000000..16e07005
--- /dev/null
+++ b/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-pike.yml
@@ -0,0 +1,57 @@
+---
+#
+
+- name: copy user_sfc_scenarios_variables.yml
+ copy:
+ src: "{{XCI_FLAVOR}}/user_sfc_scenarios_variables.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"
+
+- 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"
+
+- name: copy tacker inventory file
+ copy:
+ src: "tacker_files/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"
+
+- name: copy haproxy_config.yml for tacker
+ copy:
+ src: "tacker_files/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"
+
+- name: copy all/tacker.yml
+ copy:
+ src: "tacker_files/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"
+
+- name: copy setup-openstack.yml
+ copy:
+ src: "tacker_files/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"