os-odl-bgpvpn scenario support 05/48705/14
authorPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Tue, 12 Dec 2017 09:22:43 +0000 (10:22 +0100)
committerFatih Degirmenci <fdegir@gmail.com>
Thu, 1 Mar 2018 08:54:15 +0000 (08:54 +0000)
- 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 <periyasamy.palanisamy@ericsson.com>
xci/installer/osa/files/ansible-role-requirements.yml
xci/installer/osa/playbooks/bootstrap-scenarios.yml
xci/opnfv-scenario-requirements.yml
xci/var/opnfv.yml

index a1f7bb7..201ec59 100644 (file)
 - 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
index 98acf73..975c85c 100644 (file)
@@ -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'
index 36415d3..29b5c77 100644 (file)
       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
index ae0f061..4120a9d 100644 (file)
@@ -49,4 +49,5 @@ opnfv_required_packages:
 
 opnfv_required_pip:
   - python-openstackclient
+  - python-neutronclient
   - docker-py