Align hugepages size with dpdk reqirements
[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.yaml
33
34 os-nosdn-nofeature-noha:
35   configfile: no-ha_heat_ceilometer_scenario.yaml
36
37 os-odl_l3-nofeature-ha:
38   configfile: ha_odl-l3_heat_ceilometer_scenario.yaml
39
40 os-odl_l3-nofeature-noha:
41   configfile: no-ha_odl-l3_heat_ceilometer_scenario.yaml
42
43 os-odl_l2-nofeature-ha:
44   configfile: ha_odl-l2_heat_ceilometer_scenario.yaml
45
46 os-odl_l2-nofeature-noha:
47   configfile: no-ha_odl-l2_heat_ceilometer_scenario.yaml
48
49 os-onos-nofeature-ha:
50   configfile: ha_onos_nofeature_heat_ceilometer_scenario.yaml
51
52 os-onos-nofeature-noha:
53   configfile: no-ha_onos_nofeature_heat_ceilometer_scenario.yaml
54
55 os-onos-sfc-ha:
56   configfile: ha_onos_sfc_heat_ceilometer_scenario.yaml 
57
58 os-onos-sfc-noha:
59   configfile: no-ha_onos_sfc_heat_ceilometer_scenario.yaml
60
61 os-nosdn-kvm-ha:
62   configfile: ha_nfv-kvm_heat_ceilometer_scenario.yaml
63
64 os-nosdn-kvm-noha:
65   configfile: no-ha_nfv-kvm_heat_ceilometer_scenario.yaml
66
67 os-nosdn-ovs-ha:
68   configfile: ha_nfv-ovs_heat_ceilometer_scenario.yaml
69
70 os-nosdn-ovs-noha:
71   configfile: no-ha_nfv-ovs_heat_ceilometer_scenario.yaml
72
73 os-odl_l2-bgpvpn-ha:
74   configfile: ha_odl-bgpvpn_scenario.yaml
75
76 os-odl_l2-bgpvpn-noha:
77   configfile: no-ha_odl-bgpvpn_scenario.yaml
78
79 os-odl_l2-sfc-ha:
80   configfile: ha_odl-l2_sfc_heat_ceilometer_scenario.yaml
81
82 os-odl_l2-sfc-noha:
83   configfile: no-ha_odl-l2_sfc_heat_ceilometer_scenario.yaml
84
85 os-nosdn-kvm_ovs_dpdk-ha:
86   configfile: ha_nfv-kvm_nfv-ovs-dpdk_heat_ceilometer_scenario.yaml
87
88 os-nosdn-kvm_ovs_dpdk-noha:
89   configfile: no-ha_nfv-kvm_nfv-ovs-dpdk_heat_ceilometer_scenario.yaml