Integrate inband os-nosdn-ovs scenario 59/46859/10
authorPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Wed, 8 Nov 2017 12:57:15 +0000 (13:57 +0100)
committerPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Thu, 23 Nov 2017 11:20:03 +0000 (12:20 +0100)
Change-Id: I9253edf028fce571e04f9f82103a94952e05d2d4
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
xci/config/env-vars
xci/opnfv-scenario-requirements.yml
xci/playbooks/bootstrap-scenarios.yml
xci/var/opnfv.yml

index c399707..a7d8696 100755 (executable)
@@ -19,3 +19,4 @@ export XCI_ANSIBLE_PIP_VERSION=2.3.2.0
 export ANSIBLE_HOST_KEY_CHECKING=False
 # subject of the certificate
 export XCI_SSL_SUBJECT=${XCI_SSL_SUBJECT:-"/C=US/ST=California/L=San Francisco/O=IT/CN=xci.releng.opnfv.org"}
+export OPNFV_SCENARIO=${OPNFV_SCENARIO:-"os-nosdn-nofeature"}
index ee9b2ba..cde6467 100644 (file)
@@ -16,3 +16,9 @@
   src: https://gerrit.opnfv.org/gerrit/sfc
   version: master
   role: scenarios/os-odl-sfc/role/os-odl-sfc
+- scenario: os-nosdn-ovs
+  scm: git
+  src: https://git.opnfv.org/releng-xci
+  version: master
+  role: xci/scenarios/os-nosdn-ovs/role/os-nosdn-ovs
+
index e7bd7dc..da5baf0 100644 (file)
@@ -8,3 +8,8 @@
 #   include_role:
 #     name: "foobar"
 #   when: OPNFV_SCENARIO == "foobar"
+
+- name: Prepare everything to run the os-nosdn-ovs scenario
+  include_role:
+    name: "os-nosdn-ovs"
+  when: OPNFV_SCENARIO == 'os-nosdn-ovs'
index 0cca117..5378d13 100644 (file)
@@ -34,6 +34,7 @@ XCI_EXTRA_VARS_PATH: "{{ lookup('env', 'XCI_EXTRA_VARS_PATH') }}"
 XCI_SSL_SUBJECT: "{{ lookup('env', 'XCI_SSL_SUBJECT') }}"
 XCI_CEPH_ENABLED: "{{ lookup('env', 'XCI_CEPH_ENABLED') }}"
 RUN_TEMPEST: "{{ lookup('env', 'RUN_TEMPEST') }}"
+OPNFV_SCENARIO: "{{ lookup('env','OPNFV_SCENARIO') }}"
 
 # install docker on opnfv host only if we are running as part of CI
 opnfv_required_packages: