f6fac663216578f30216d49e8eb1c9f5e32f9c12
[fuel.git] / deploy / scenario / scenario.yaml
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # jonas.bjurel@ericsson.com
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 ##############################################################################
11 # Description:
12 # This configuration file defines translation between a short deployment
13 # scenario name and an actual deployment scenario configuration file
14 #
15 # Short deployment scenario names are aligned between installer, test, and
16 # releng projects according to below pattern.
17 #   os-[controller]-[feature]-[mode](-[optionalparameter])
18 #
19 # Please note that the mechanism to get the details regarding the scenarios
20 # is different currently which needs to be aligned as well.
21 ##############################################################################
22
23 ##############################################################################
24 # Short scenario name convention to be followed:
25 # os-<controller>-<feature>-<mode>[-<optional-parameter>]
26 # controler: nosdn|odl|onos|ocl|...
27 # feaure: nofeature | [vlan]_[kvm]_[ovs]_[vlan]_....
28 # mode: ha|noha
29 ##############################################################################
30
31 os-nosdn-nofeature-ha:
32   configfile: ha_heat_ceilometer_scenario_0.0.3.yaml
33
34 os-nosdn-nofeature-noha:
35   configfile: no-ha_heat_ceilometer_scenario_0.0.2.yaml
36
37 os-nosdn-vlan-ha:
38
39 os-nosdn-vlan-noha:
40
41 os-odl_l3-nofeature-ha:
42   configfile: ha_odl-l3_heat_ceilometer_scenario_0.0.4.yaml
43
44 os-odl_l3-nofeature-noha:
45   configfile: no-ha_odl-l3_heat_ceilometer_scenario_0.0.3.yaml
46
47 os-odl_l2-nofeature-ha:
48   configfile: ha_odl-l2_heat_ceilometer_scenario_0.0.3.yaml
49
50 os-odl_l2-nofeature-noha:
51   configfile: no-ha_odl-l2_heat_ceilometer_scenario_0.0.2.yaml
52
53 os-onos-nofeature-ha:
54   configfile: ha_onos_heat_ceilometer_scenario_0.0.5.yaml
55
56 os-onos-nofeature-noha:
57   configfile: no-ha_onos_heat_ceilometer_scenario_0.0.4.yaml
58
59 os-nosdn-kvm-ha:
60   configfile: ha_nfv-kvm_heat_ceilometer_scenario_0.0.3.yaml
61
62 os-nosdn-kvm-noha:
63   configfile: no-ha_nfv-kvm_heat_ceilometer_scenario_0.0.2.yaml
64
65 os-nosdn-ovs-ha:
66   configfile: ha_nfv-ovs_heat_ceilometer_scenario_0.0.3.yaml
67
68 os-nosdn-ovs-noha:
69   configfile: no-ha_nfv-ovseat_ceilometer_scenario_0.0.2.yaml
70
71
72 os-odl_l2-bgpvpn-ha:
73
74 os-odl_l2-bgpvpn-noha: