diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-04-28 21:53:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-28 21:53:11 +0000 |
commit | b238e8ad78b2bcc98489e1ce79741d0a635e736d (patch) | |
tree | c1016ff2c3b9a9d16c4427155049e6f9936b7a2e /deploy/scenario/scenario.yaml | |
parent | 099d1487e01e56131ab4479b3c9ab52fdfc49519 (diff) | |
parent | fa4235b9a549d8947b9ebab7d86c00da0953aa83 (diff) |
Merge "Clean up scenario files"
Diffstat (limited to 'deploy/scenario/scenario.yaml')
-rw-r--r-- | deploy/scenario/scenario.yaml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/deploy/scenario/scenario.yaml b/deploy/scenario/scenario.yaml index a809f04cf..5770cdeaf 100644 --- a/deploy/scenario/scenario.yaml +++ b/deploy/scenario/scenario.yaml @@ -29,49 +29,49 @@ ############################################################################## os-nosdn-nofeature-ha: - configfile: ha_heat_ceilometer_scenario_0.0.3.yaml + configfile: ha_heat_ceilometer_scenario.yaml os-nosdn-nofeature-noha: - configfile: no-ha_heat_ceilometer_scenario_0.0.2.yaml + configfile: no-ha_heat_ceilometer_scenario.yaml os-odl_l3-nofeature-ha: - configfile: ha_odl-l3_heat_ceilometer_scenario_0.0.4.yaml + configfile: ha_odl-l3_heat_ceilometer_scenario.yaml os-odl_l3-nofeature-noha: - configfile: no-ha_odl-l3_heat_ceilometer_scenario_0.0.3.yaml + configfile: no-ha_odl-l3_heat_ceilometer_scenario.yaml os-odl_l2-nofeature-ha: - configfile: ha_odl-l2_heat_ceilometer_scenario_0.0.3.yaml + configfile: ha_odl-l2_heat_ceilometer_scenario.yaml os-odl_l2-nofeature-noha: - configfile: no-ha_odl-l2_heat_ceilometer_scenario_0.0.2.yaml + configfile: no-ha_odl-l2_heat_ceilometer_scenario.yaml os-onos-nofeature-ha: - configfile: ha_onos_heat_ceilometer_scenario_0.0.5.yaml + configfile: ha_onos_heat_ceilometer_scenario.yaml os-onos-nofeature-noha: - configfile: no-ha_onos_heat_ceilometer_scenario_0.0.4.yaml + configfile: no-ha_onos_heat_ceilometer_scenario.yaml os-nosdn-kvm-ha: - configfile: ha_nfv-kvm_heat_ceilometer_scenario_0.0.5.yaml + configfile: ha_nfv-kvm_heat_ceilometer_scenario.yaml os-nosdn-kvm-noha: - configfile: no-ha_nfv-kvm_heat_ceilometer_scenario_0.0.4.yaml + configfile: no-ha_nfv-kvm_heat_ceilometer_scenario.yaml os-nosdn-ovs-ha: - configfile: ha_nfv-ovs_heat_ceilometer_scenario_0.0.5.yaml + configfile: ha_nfv-ovs_heat_ceilometer_scenario.yaml os-nosdn-ovs-noha: - configfile: no-ha_nfv-ovs_heat_ceilometer_scenario_0.0.4.yaml + configfile: no-ha_nfv-ovs_heat_ceilometer_scenario.yaml os-odl_l2-bgpvpn-ha: - configfile: ha_odl-bgpvpn_scenario_0.0.1.yaml + configfile: ha_odl-bgpvpn_scenario.yaml os-odl_l2-bgpvpn-noha: - configfile: no-ha_odl-bgpvpn_scenario_0.0.1.yaml + configfile: no-ha_odl-bgpvpn_scenario.yaml os-odl_l2-sfc-ha: - configfile: ha_odl-l2_sfc_heat_ceilometer_scenario_0.0.1.yaml + configfile: ha_odl-l2_sfc_heat_ceilometer_scenario.yaml os-odl_l2-sfc-noha: - configfile: no-ha_odl-l2_sfc_heat_ceilometer_scenario_0.0.1.yaml + configfile: no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml |