diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-01-26 23:37:23 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-01-29 13:42:21 +0100 |
commit | c43ed292f38dd9d26ee1efb02f0871501aa64dc9 (patch) | |
tree | 0fe6c9e7f0aaf6303bd8a8e0e98d4b28177f93ca /deploy/scenario/scenario.yaml | |
parent | 970db3c06849fb149b4844fc66d971994088c243 (diff) |
Rebasement of Fuel8 deployment configuration files and scenarios
Note:
- Lab configurations removed
- Most of the POD configuration files resides in the securedlab repo
- The securedlab repo is very restricive, cause it carries Lab internal
secrets
TODO:
- Ericsson virt is not yet rebased
- Intel virt is not yet rebased
- LF-POD2 is not yet rebased
- Deployment scenarios for vsperf, NFVOVS, NFVKVM, ONOS, VSPERF, BGPVPN is not yet rebased
NOT VERIFIED
DO NOT MERGE
Change-Id: I59d96acb26c06abf60c254fae8ea2ced332e5884
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'deploy/scenario/scenario.yaml')
-rw-r--r-- | deploy/scenario/scenario.yaml | 39 |
1 files changed, 12 insertions, 27 deletions
diff --git a/deploy/scenario/scenario.yaml b/deploy/scenario/scenario.yaml index 6090ef04a..0a13be576 100644 --- a/deploy/scenario/scenario.yaml +++ b/deploy/scenario/scenario.yaml @@ -29,61 +29,46 @@ ############################################################################## os-nosdn-nofeature-ha: - configfile: ha_heat_ceilometer_scenario_0.0.2.yaml + configfile: ha_heat_ceilometer_scenario_0.0.3.yaml os-nosdn-nofeature-noha: - configfile: no-ha_heat_ceilometer_scenario_0.0.1.yaml + configfile: no-ha_heat_ceilometer_scenario_0.0.2.yaml os-nosdn-vlan-ha: - configfile: ha_vlan_heat_ceilometer_scenario_0.0.2.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.2.yaml + configfile: ha_odl-l3_heat_ceilometer_scenario_0.0.4.yaml os-odl_l3-nofeature-noha: - configfile: no-ha_odl-l3_heat_ceilometer_scenario_0.0.1.yaml + configfile: no-ha_odl-l3_heat_ceilometer_scenario_0.0.3.yaml os-odl_l2-nofeature-ha: - configfile: ha_odl-l2_heat_ceilometer_scenario_0.0.2.yaml + configfile: ha_odl-l2_heat_ceilometer_scenario_0.0.3.yaml os-odl_l2-nofeature-noha: - configfile: no-ha_odl-l2_heat_ceilometer_scenario_0.0.1.yaml + configfile: no-ha_odl-l2_heat_ceilometer_scenario_0.0.2.yaml os-onos-nofeature-ha: - configfile: ha_onos_heat_ceilometer_scenario_0.0.3.yaml + configfile: ha_onos_heat_ceilometer_scenario_0.0.4.yaml os-onos-nofeature-noha: - configfile: no-ha_onos_heat_ceilometer_scenario_0.0.1.yaml - -os-onos-nofeature-ha-virtual: - configfile: ha_onos_heat_ceilometer_scenario_0.0.2.yaml - -os-onos-nofeature-noha-virtual: - configfile: no-ha_onos_heat_ceilometer_scenario_0.0.2.yaml + configfile: no-ha_onos_heat_ceilometer_scenario_0.0.3.yaml os-nosdn-kvm-ha: - configfile: ha_nfv-kvm_heat_ceilometer_scenario_0.0.2.yaml + configfile: ha_nfv-kvm_heat_ceilometer_scenario_0.0.3.yaml os-nosdn-kvm-noha: - configfile: no-ha_nfv-kvm_heat_ceilometer_scenario_0.0.1.yaml + configfile: no-ha_nfv-kvm_heat_ceilometer_scenario_0.0.2.yaml os-nosdn-ovs-ha: - configfile: ha_nfv-ovs_heat_ceilometer_scenario_0.0.2.yaml + configfile: ha_nfv-ovs_heat_ceilometer_scenario_0.0.3.yaml os-nosdn-ovs-noha: - configfile: no-ha_nfv-ovs_heat_ceilometer_scenario_0.0.1.yaml - -os-nosdn-kvm_ovs-ha: - configfile: + configfile: no-ha_nfv-ovseat_ceilometer_scenario_0.0.2.yaml -os-nosdn-kvm_ovs-noha: - configfile: no-ha_nfv-kvm_nfv-ovs_heat_ceilometer_scenario_0.0.1.yaml os-odl_l2-bgpvpn-ha: - configfile: ha_odl-l2_bgpvpn_scenario_0.0.1.yaml os-odl_l2-bgpvpn-noha: - configfile: no-ha_odl-l2_bgpvpn_scenario_0.0.1.yaml |