From 239f910e2a5999ad21c995bcf85441006b69a577 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 13 Jan 2016 16:09:55 +0100 Subject: Align scenario short names between installers 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 --- deploy/scenario/scenario.yaml | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) (limited to 'deploy/scenario') diff --git a/deploy/scenario/scenario.yaml b/deploy/scenario/scenario.yaml index 1b9aeb35f..69b82f1aa 100644 --- a/deploy/scenario/scenario.yaml +++ b/deploy/scenario/scenario.yaml @@ -11,52 +11,59 @@ # 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 -- cgit 1.2.3-korg