diff options
Diffstat (limited to 'deploy/scenario/scenario.yaml')
-rw-r--r-- | deploy/scenario/scenario.yaml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/deploy/scenario/scenario.yaml b/deploy/scenario/scenario.yaml new file mode 100644 index 000000000..58f45c7af --- /dev/null +++ b/deploy/scenario/scenario.yaml @@ -0,0 +1,72 @@ +############################################################################## +# Copyright (c) 2015 Ericsson AB and others. +# jonas.bjurel@ericsson.com +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +############################################################################## +# 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-nosdn-nofeature-ha: + configfile: ha_heat_ceilometer_scenario_0.0.1.yaml + +os-nosdn-nofeature-noha: + configfile: no-ha_heat_ceilometer_scenario_0.0.1.yaml + +os-nosdn-vlan-ha: + configfile: ha_vlan_heat_ceilometer_scenario_0.0.1.yaml + +os-nosdn-vlan-noha: + configfile: no-ha_vlan_heat_ceilometer_scenario_0.0.1.yaml + +os-odl_l3-nofeature-ha: + configfile: ha_odl-l3_heat_ceilometer_scenario_0.0.1.yaml + +os-odl_l3-nofeature-noha: + configfile: no-ha_odl-l3_heat_ceilometer_scenario_0.0.1.yaml + +os-odl_l2-nofeature-ha: + configfile: ha_odl-l2_heat_ceilometer_scenario_0.0.1.yaml + +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 + +os-onos-nofeature-noha: + configfile: no-ha_onos_heat_ceilometer_scenario_0.0.2.yaml + +os-nosdn-kvm-ha: + configfile: ha_nfv-kvm_heat_ceilometer_scenario_0.0.1.yaml + +os-nosdn-kvm-noha: + configfile: no-ha_nfv-kvm_heat_ceilometer_scenario_0.0.1.yaml + +os-nosdn-ovs-ha: + configfile: ha_nfv-ovs_heat_ceilometer_scenario_0.0.1.yaml + +os-nosdn-ovs-noha: + configfile: no-ha_nfv-ovs_heat_ceilometer_scenario_0.0.1.yaml + +os-nosdn-kvm_ovs-ha: + configfile: + +os-nosdn-kvm_ovs-noha: + configfile: no-ha_nfv-kvm_nfv-ovs_heat_ceilometer_scenario_0.0.1.yaml + +os-odl_l2-bgpvpn-noha: + configfile: no-ha_odl-l2_bgpvpn_scenario_0.0.1.yaml |