Reorder scenarios in opnfv-scenario-requirements.yml 95/57795/1
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 23 May 2018 21:45:33 +0000 (14:45 -0700)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 23 May 2018 21:46:10 +0000 (14:46 -0700)
Put OpenStack scenarios and Kubernetes scenarios together.

installer-type:kubespray
deploy-scenario:k8-canal-nofeature

Change-Id: I6a47b0b3703e30ac9a2be53012687217a085ee88
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
xci/opnfv-scenario-requirements.yml

index a0eccb2..8688d3c 100644 (file)
 # OPNFV scenarios participating in XCI must create their own entry in this file so
 # XCI can make use of them.
 #
-- scenario: os-odl-sfc
+
+# OpenStack based scenarios
+- scenario: os-nosdn-nofeature
   scm: git
-  src: https://gerrit.opnfv.org/gerrit/sfc
+  src: https://gerrit.opnfv.org/gerrit/releng-xci-scenarios
   version: master
-  role: scenarios/os-odl-sfc/role/os-odl-sfc
+  role: scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature
   installers:
     - installer: osa
       flavors:
       distros:
         - opensuse
         - ubuntu
+        - centos
 
-- scenario: os-nosdn-nofeature
+- scenario: os-odl-nofeature
   scm: git
   src: https://gerrit.opnfv.org/gerrit/releng-xci-scenarios
   version: master
-  role: scenarios/os-nosdn-nofeature/role/os-nosdn-nofeature
+  role: scenarios/os-odl-nofeature/role/os-odl-nofeature
   installers:
     - installer: osa
       flavors:
       distros:
         - opensuse
         - ubuntu
-        - centos
 
-- scenario: os-odl-nofeature
+- scenario: os-odl-sfc
   scm: git
-  src: https://gerrit.opnfv.org/gerrit/releng-xci-scenarios
+  src: https://gerrit.opnfv.org/gerrit/sfc
   version: master
-  role: scenarios/os-odl-nofeature/role/os-odl-nofeature
+  role: scenarios/os-odl-sfc/role/os-odl-sfc
   installers:
     - installer: osa
       flavors:
         - opensuse
         - ubuntu
 
-- scenario: k8-nosdn-nofeature
+- scenario: os-odl-bgpvpn
   scm: git
-  src: https://gerrit.opnfv.org/gerrit/releng-xci-scenarios
+  src: https://gerrit.opnfv.org/gerrit/sdnvpn
   version: master
-  role: scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature
+  role: scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn
   installers:
-    - installer: kubespray
+    - installer: osa
       flavors:
-        - aio
         - ha
         - mini
         - noha
       distros:
         - ubuntu
         - centos
-        - opensuse
 
-- scenario: os-odl-bgpvpn
+
+# Kubernetes based scenarios
+- scenario: k8-nosdn-nofeature
   scm: git
-  src: https://gerrit.opnfv.org/gerrit/sdnvpn
+  src: https://gerrit.opnfv.org/gerrit/releng-xci-scenarios
   version: master
-  role: scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn
+  role: scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature
   installers:
-    - installer: osa
+    - installer: kubespray
       flavors:
+        - aio
         - ha
         - mini
         - noha
       distros:
         - ubuntu
         - centos
+        - opensuse
 
 - scenario: k8-canal-nofeature
   scm: git