Align scenario short names between installers 47/6547/2
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 13 Jan 2016 15:09:55 +0000 (16:09 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 13 Jan 2016 20:48:20 +0000 (21:48 +0100)
The fields in scenario short name is agreed between joid and fuel
as below.

    os-[controller]-[feature]-[mode](-[optionalparameter])

Change-Id: I3729e660c10429df0e2d8cf25e4b5a66128afa7e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
deploy/scenario/scenario.yaml

index 1b9aeb3..69b82f1 100644 (file)
 # Description:
 # This configuration file defines translation between a short deployment
 # scenario name and an actual deployment scenario configuration file
+#
+# Short deployment scenario names are aligned between installer, test, and
+# releng projects according to below pattern.
+#   os-[controller]-[feature]-[mode](-[optionalparameter])
+#
+# Please note that the mechanism to get the details regarding the scenarios
+# is different currently which needs to be aligned as well.
 ##############################################################################
 
-os_ha:
+os-nosdn-nofeature-ha:
   configfile: ha_heat_ceilometer_scenario_0.0.1.yaml
 
-os_no-ha:
+os-nosdn-nofeature-noha:
   configfile: no-ha_heat_ceilometer_scenario_0.0.1.yaml
 
-os_vlan_ha:
+os-nosdn-vlan-ha:
   configfile: ha_vlan_heat_ceilometer_scenario_0.0.1.yaml
 
-os_vlan_no-ha:
+os-nosdn-vlan-noha:
   configfile: no-ha_vlan_heat_ceilometer_scenario_0.0.1.yaml
 
-os_odl-l3_ha:
+os-odl_l3-nofeature-ha:
   configfile: ha_odl-l3_heat_ceilometer_scenario_0.0.1.yaml
 
-os_odl-l3_no-ha:
+os-odl_l3-nofeature-noha:
   configfile: no-ha_odl-l3_heat_ceilometer_scenario_0.0.1.yaml
 
-os_odl-l2_ha:
+os-odl_l2-nofeature-ha:
   configfile: ha_odl-l2_heat_ceilometer_scenario_0.0.1.yaml
 
-os_odl-l2_no-ha:
+os-odl_l2-nofeature-noha:
   configfile: no-ha_odl-l2_heat_ceilometer_scenario_0.0.1.yaml
 
-os_onos_ha:
+os-onos-nofeature-ha:
   configfile: ha_onos_heat_ceilometer_scenario_0.0.2.yaml
 
-os_onos_no-ha:
+os-onos-nofeature-noha:
   configfile: no-ha_onos_heat_ceilometer_scenario_0.0.2.yaml
 
-os_kvm_ha:
+os-nosdn-kvm-ha:
   configfile: ha_nfv-kvm_heat_ceilometer_scenario_0.0.1.yaml
 
-os_kvm_no-ha:
+os-nosdn-kvm-noha:
   configfile: no-ha_nfv-kvm_heat_ceilometer_scenario_0.0.1.yaml
 
-os_ovs_ha:
+os-nosdn-ovs-ha:
   configfile: ha_nfv-ovs_heat_ceilometer_scenario_0.0.1.yaml
 
-os_ovs_no-ha:
+os-nosdn-ovs-noha:
   configfile: no-ha_nfv-ovs_heat_ceilometer_scenario_0.0.1.yaml
 
-os_kvm_ovs_ha:
+os-nosdn-kvm_ovs-ha:
   configfile:
 
-os_kvm_ovs_no-ha:
+os-nosdn-kvm_ovs-noha:
   configfile: no-ha_nfv-kvm_nfv-ovs_heat_ceilometer_scenario_0.0.1.yaml