Connect sfc-odl scenario with xci 69/43469/23
authorManuel Buil <mbuil@suse.com>
Thu, 28 Sep 2017 14:07:19 +0000 (16:07 +0200)
committerManuel Buil <mbuil@suse.com>
Tue, 12 Dec 2017 09:32:34 +0000 (09:32 +0000)
Change-Id: I5a3f533f61b6572d8070fe5f0a306ef9d418ced8
Signed-off-by: Manuel Buil <mbuil@suse.com>
xci/playbooks/bootstrap-scenarios.yml
xci/xci-deploy.sh

index d7b43dd..c7646e0 100644 (file)
@@ -17,3 +17,7 @@
   include_role:
     name: "os-odl-nofeature"
   when: OPNFV_SCENARIO == 'os-odl-nofeature'
+- name: Prepare everything to run the os-odl-sfc scenario
+  include_role:
+    name: "os-odl-sfc"
+  when: OPNFV_SCENARIO == 'os-odl-sfc'
index 669ec69..0223d7d 100755 (executable)
@@ -87,6 +87,7 @@ echo "xci flavor: $XCI_FLAVOR"
 echo "opnfv/releng-xci version: $(git rev-parse HEAD)"
 echo "openstack/bifrost version: $OPENSTACK_BIFROST_VERSION"
 echo "openstack/openstack-ansible version: $OPENSTACK_OSA_VERSION"
+echo "OPNFV scenario: $OPNFV_SCENARIO"
 echo "-------------------------------------------------------------------------"
 
 #-------------------------------------------------------------------------------