aboutsummaryrefslogtreecommitdiffstats
path: root/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-master.yml
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-10-19 18:29:01 +0200
committerBrady Johnson <bjohnson@inocybe.com>2018-10-22 07:23:19 +0000
commit03334c4c2cdb42a469b174ffd8718189d5cc8907 (patch)
tree760b54c77d4cd1df8675a643d81dd43ffed8b2a9 /scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-master.yml
parent9739f4cfe5ad98ad4811d98e9ae6452f0e55a0be (diff)
Cleanup our ansible role
Our role had some old comments and confusing names which don't make sense anymore. This patches cleans it up Change-Id: Ieb928aad2c1b0bfcfa94b300201e026e11a4c991 Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-master.yml')
-rw-r--r--scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-master.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-master.yml b/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-master.yml
deleted file mode 100644
index fbaa7301..00000000
--- a/scenarios/os-odl-sfc/role/os-odl-sfc/tasks/copy-OSA-files-master.yml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-#
-
-- name: copy user_sfc_scenarios_variables.yml (SUSE)
- template:
- src: "{{xci_flavor}}/user_sfc_scenarios_variables_suse.yml.j2"
- dest: "{{openstack_osa_etc_path}}/user_sfc_scenarios_variables.yml"
- when: ansible_pkg_mgr == 'zypper'
-
-- name: copy user_sfc_scenarios_variables.yml (Ubuntu)
- template:
- src: "{{xci_flavor}}/user_sfc_scenarios_variables_ubuntu.yml.j2"
- dest: "{{openstack_osa_etc_path}}/user_sfc_scenarios_variables.yml"
- when: ansible_pkg_mgr == 'apt'
-
-# To get the mano_host variable (can only be defined here for the inventory)
-- 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"