diff options
Diffstat (limited to 'deploy/scenario/scenario.yaml')
-rw-r--r-- | deploy/scenario/scenario.yaml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/deploy/scenario/scenario.yaml b/deploy/scenario/scenario.yaml new file mode 100644 index 000000000..e978a46d0 --- /dev/null +++ b/deploy/scenario/scenario.yaml @@ -0,0 +1,56 @@ +############################################################################## +# 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 +############################################################################## + +os_ha: + configfile: ha_heat_ceilometer_scenario_0.0.1.yaml + +os_no-ha: + configfile: no-ha_heat_ceilometer_scenario_0.0.1.yaml + +os_odl-l3_ha: + configfile: no-ha_odl-l3_heat_ceilometer_scenario_0.0.1.yaml + +os_odl-l3_no-ha: + configfile: no-ha_odl-l3_heat_ceilometer_scenario_0.0.1.yaml + +os_odl-l2_ha: + configfile: no-ha_odl-l2_heat_ceilometer_scenario_0.0.1.yaml + +os_odl-l2_no-ha: + configfile: no-ha_odl-l2_heat_ceilometer_scenario_0.0.1.yaml + +os_onos_ha: + configfile: ha_onos_heat_ceilometer_scenario_0.0.1.yaml + +os_onos_no-ha: + configfile: no-ha_onos_heat_ceilometer_scenario_0.0.1.yaml + +os_kvm_ha: + configfile: ha_nfv-kvm_heat_ceilometer_scenario_0.0.1.yaml + +os_kvm_no-ha: + configfile: no-ha_nfv-kvm_heat_ceilometer_scenario_0.0.1.yaml + +os_ovs_ha: + configfile: ha_nfv-ovs_heat_ceilometer_scenario_0.0.1.yaml + +os_ovs_no-ha: + configfile: no-ha_nfv-ovs_heat_ceilometer_scenario_0.0.1.yaml + +os_kvm_ovs_ha: + configfile: + +os_kvm_ovs_no-ha: + configfile: no-ha_nfv-kvm_nfv-ovs_heat_ceilometer_scenario_0.0.1.yaml |