From 02307e5d078e52d2234749f8f2f3edf920db7c75 Mon Sep 17 00:00:00 2001 From: Venkata Harshavardhan Reddy Allu Date: Wed, 3 Oct 2018 22:46:24 +0530 Subject: 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 --- xci/installer/osa/playbooks/post-deployment.yml | 1 + 1 file changed, 1 insertion(+) 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') }}" -- cgit 1.2.3-korg