summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>2018-10-03 22:46:24 +0530
committerVenkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>2018-10-20 13:26:51 +0530
commit02307e5d078e52d2234749f8f2f3edf920db7c75 (patch)
tree38e958097735607c49fc5be617d6fcbf9e1ed329
parentebe6bd459f7751fe7a82a6f5c5f78c393465e3fc (diff)
xci: Add OS variables to the post-deployment playbook
OSM needs access to OpenStack credentials and authentication url. This patch would provide that using the xci_flavor specific user_variables.yml file. This patch is necessary to complete the initial integration of OSM. installer-type:osa deploy-scenario:os-nosdn-osm Change-Id: Ic228b323fc69ce46c8093f6dfbc116d8c71a0391 Signed-off-by: Venkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
-rw-r--r--xci/installer/osa/playbooks/post-deployment.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/installer/osa/playbooks/post-deployment.yml b/xci/installer/osa/playbooks/post-deployment.yml
index 9f2fec38..36c052c9 100644
--- a/xci/installer/osa/playbooks/post-deployment.yml
+++ b/xci/installer/osa/playbooks/post-deployment.yml
@@ -12,6 +12,7 @@
vars_files:
- "{{ xci_path }}/xci/var/opnfv.yml"
- "{{ xci_path }}/xci/installer/osa/files/openstack_services.yml"
+ - "{{ xci_path }}/xci/installer/osa/files/{{ xci_flavor }}/user_variables.yml"
environment:
http_proxy: "{{ lookup('env','http_proxy') }}"