From: Periyasamy Palanisamy Date: Tue, 12 Dec 2017 09:22:43 +0000 (+0100) Subject: os-odl-bgpvpn scenario support X-Git-Tag: 6.0.0~140 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=fa745164fdd4955cdd1c6af5164d83146575b14b;p=releng-xci.git 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 --- 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' diff --git a/xci/opnfv-scenario-requirements.yml b/xci/opnfv-scenario-requirements.yml index 36415d3f..29b5c775 100644 --- a/xci/opnfv-scenario-requirements.yml +++ b/xci/opnfv-scenario-requirements.yml @@ -72,3 +72,18 @@ distros: - ubuntu - centos + +- scenario: os-odl-bgpvpn + scm: git + src: https://gerrit.opnfv.org/gerrit/sdnvpn + version: master + role: scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn + installers: + - installer: osa + flavors: + - ha + - mini + - noha + distros: + - ubuntu + - centos diff --git a/xci/var/opnfv.yml b/xci/var/opnfv.yml index ae0f061c..4120a9d9 100644 --- a/xci/var/opnfv.yml +++ b/xci/var/opnfv.yml @@ -49,4 +49,5 @@ opnfv_required_packages: opnfv_required_pip: - python-openstackclient + - python-neutronclient - docker-py