xci: Add OS variables to the post-deployment playbook 35/63135/5
authorVenkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
Wed, 3 Oct 2018 17:16:24 +0000 (22:46 +0530)
committerVenkata Harshavardhan Reddy Allu <venkataharshavardhan_ven@srmuniv.edu.in>
Sat, 20 Oct 2018 07:56:51 +0000 (13:26 +0530)
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>
xci/installer/osa/playbooks/post-deployment.yml

index 9f2fec3..36c052c 100644 (file)
@@ -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') }}"