From fa745164fdd4955cdd1c6af5164d83146575b14b Mon Sep 17 00:00:00 2001 From: Periyasamy Palanisamy Date: Tue, 12 Dec 2017 10:22:43 +0100 Subject: os-odl-bgpvpn scenario support - Integrate XCI with outband od-odl-bgpvpn role - Install python-neutronclient on opnfv vm for the openstack bgpvpn specific cli commands Change-Id: Ib737349e2b2429bd366881f1e3657daf8c5c30ac Signed-off-by: Periyasamy Palanisamy --- xci/installer/osa/files/ansible-role-requirements.yml | 2 +- xci/installer/osa/playbooks/bootstrap-scenarios.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'xci/installer') diff --git a/xci/installer/osa/files/ansible-role-requirements.yml b/xci/installer/osa/files/ansible-role-requirements.yml index a1f7bb79..201ec59a 100644 --- a/xci/installer/osa/files/ansible-role-requirements.yml +++ b/xci/installer/osa/files/ansible-role-requirements.yml @@ -116,7 +116,7 @@ - name: os_neutron scm: git src: https://git.openstack.org/openstack/openstack-ansible-os_neutron - version: 293bec299811ff32ce5a62fdd18429ab8bb88734 + version: ced7cb81e995e8c15e80464e0217798b788ee139 - name: os_nova scm: git src: https://git.openstack.org/openstack/openstack-ansible-os_nova diff --git a/xci/installer/osa/playbooks/bootstrap-scenarios.yml b/xci/installer/osa/playbooks/bootstrap-scenarios.yml index 98acf73b..975c85c1 100644 --- a/xci/installer/osa/playbooks/bootstrap-scenarios.yml +++ b/xci/installer/osa/playbooks/bootstrap-scenarios.yml @@ -21,3 +21,7 @@ include_role: name: "os-odl-sfc" when: DEPLOY_SCENARIO == 'os-odl-sfc' +- name: Prepare everything to run the os-odl-bgpvpn scenario + include_role: + name: "os-odl-bgpvpn" + when: DEPLOY_SCENARIO == 'os-odl-bgpvpn' -- cgit