diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-01-13 16:09:55 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-01-13 20:50:53 +0000 |
commit | d64e0199e1f7bd2f61158b01ba106a9d38c049fa (patch) | |
tree | 5e9a1719e5c9d515b5e2b409785e0e581a118aad /deploy | |
parent | dfe75a0f4945aa9dd27de5c849fd5471be9ee537 (diff) |
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 <fatih.degirmenci@ericsson.com>
(cherry picked from commit 239f910e2a5999ad21c995bcf85441006b69a577)
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/scenario/scenario.yaml | 39 |
1 files changed, 23 insertions, 16 deletions
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 |