aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorJonas Bjurel <jonas.bjurel@ericsson.com>2016-01-13 22:39:06 +0100
committerJonas Bjurel <jonas.bjurel@ericsson.com>2016-01-19 00:13:06 +0000
commitbc8d77ae064f1e6ed910edaf37a0c27beed33026 (patch)
tree3168f8a9c26f805645b0dd3f3b7c0b6355980df6 /deploy
parentdc8eec07243d65c99be15bda2c112c35caa48c54 (diff)
Temporary fix for ONOS deployment scenario.
- Although ONOS supports L3, this patch doesnt let the L3 capabilities of ONOS loose - this is due to OPNFV Pharos lab incompatibilities with ONOS. Hope to have a fix soon - Also provides a template for scenario short names Change-Id: Ie86bcdc23492ee0fd7a19c11eecfca07afb64df3 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'deploy')
-rw-r--r--deploy/scenario/scenario.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/deploy/scenario/scenario.yaml b/deploy/scenario/scenario.yaml
index 58f45c7af..abde2e753 100644
--- a/deploy/scenario/scenario.yaml
+++ b/deploy/scenario/scenario.yaml
@@ -20,6 +20,14 @@
# is different currently which needs to be aligned as well.
##############################################################################
+##############################################################################
+# Short scenario name convention to be followed:
+# os-<controller>-<feature>-<mode>[-<optional-parameter>]
+# controler: nosdn|odl|onos|ocl|...
+# feaure: nofeature | [vlan]_[kvm]_[ovs]_[vlan]_....
+# mode: ha|noha
+##############################################################################
+
os-nosdn-nofeature-ha:
configfile: ha_heat_ceilometer_scenario_0.0.1.yaml
@@ -45,10 +53,10 @@ os-odl_l2-nofeature-noha:
configfile: no-ha_odl-l2_heat_ceilometer_scenario_0.0.1.yaml
os-onos-nofeature-ha:
- configfile: ha_onos_heat_ceilometer_scenario_0.0.2.yaml
+ configfile: ha_onos_heat_ceilometer_scenario_0.0.1.yaml
os-onos-nofeature-noha:
- configfile: no-ha_onos_heat_ceilometer_scenario_0.0.2.yaml
+ configfile: no-ha_onos_heat_ceilometer_scenario_0.0.1.yaml
os-nosdn-kvm-ha:
configfile: ha_nfv-kvm_heat_ceilometer_scenario_0.0.1.yaml