summaryrefslogtreecommitdiffstats
path: root/xci/scenarios/os-odl-nofeature/role/os-odl-nofeature/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'xci/scenarios/os-odl-nofeature/role/os-odl-nofeature/tasks/main.yml')
-rw-r--r--xci/scenarios/os-odl-nofeature/role/os-odl-nofeature/tasks/main.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/xci/scenarios/os-odl-nofeature/role/os-odl-nofeature/tasks/main.yml b/xci/scenarios/os-odl-nofeature/role/os-odl-nofeature/tasks/main.yml
new file mode 100644
index 00000000..61d31a7f
--- /dev/null
+++ b/xci/scenarios/os-odl-nofeature/role/os-odl-nofeature/tasks/main.yml
@@ -0,0 +1,26 @@
+---
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017 Ericsson AB and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+- name: copy user_variables_os-odl-nofeature.yml
+ copy:
+ src: "user_variables_os-odl-nofeature.yml"
+ dest: "{{OPENSTACK_OSA_ETC_PATH}}/user_variables_os-odl-nofeature.yml"
+
+- name: copy user_variables_os-odl-nofeature-ha.yml
+ copy:
+ src: "{{XCI_FLAVOR}}/user_variables_os-odl-nofeature-ha.yml"
+ dest: "{{OPENSTACK_OSA_ETC_PATH}}/user_variables_os-odl-nofeature-ha.yml"
+ when:
+ - XCI_FLAVOR == "ha"
+
+- name: copy os-odl-nofeature scenario specific openstack_user_config.yml
+ copy:
+ src: "{{XCI_FLAVOR}}/openstack_user_config.yml"
+ dest: "{{OPENSTACK_OSA_ETC_PATH}}/openstack_user_config.yml" \ No newline at end of file