diff options
author | Peter Barabas <peter.barabas@ericsson.com> | 2016-04-28 10:32:02 +0200 |
---|---|---|
committer | Peter Barabas <peter.barabas@ericsson.com> | 2016-04-28 12:23:31 +0000 |
commit | fa4235b9a549d8947b9ebab7d86c00da0953aa83 (patch) | |
tree | cec617524e99c5c09b491cb9d89fd4de10e8387d /deploy/scenario/scenario.yaml | |
parent | f50747c9ec79b9f89df6a6ba6d680a89bd6a3de3 (diff) |
Clean up scenario files
- remove release from scenario files
- remove old versions of scenario files
- remove versions from scenario file names and update scenario.yaml
- update README
Change-Id: I5203ea0794b96fb44f6a9db25b33e5066c1d9574
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
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 |