aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/scenario/scenario.yaml
blob: 9fac24a7fd7c539bf7d3b4a2a7b45b0bbeb0d494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
##############################################################################
# Copyright (c) 2015 Ericsson AB and others.
# jonas.bjurel@ericsson.com
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

##############################################################################
# Description:
# This configuration file defines translation between a short deployment
# scenario name and an actual deployment scenario configuration file
#
# Short deployment scenario names are aligned between installer, test, and
# releng projects according to below pattern.
#   os-[controller]-[feature]-[mode](-[optionalparameter])
#
# Please note that the mechanism to get the details regarding the scenarios
# is different currently which needs to be aligned as well.
##############################################################################

##############################################################################
# Short scenario name convention to be followed:
# os-<controller>-<feature>-<mode>[-<optional-parameter>]
# controler: nosdn|odl|onos|ocl|...
# feaure: nofeature | [vlan]_[kvm]_[ovs]_[vlan]_....
# mode: ha|noha
##############################################################################

os-nosdn-nofeature-ha:
  configfile: ha_heat_ceilometer_scenario_0.0.3.yaml

os-nosdn-nofeature-noha:
  configfile: no-ha_heat_ceilometer_scenario_0.0.2.yaml

os-odl_l3-nofeature-ha:
  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.3.yaml

os-odl_l2-nofeature-ha:
  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.2.yaml

os-onos-nofeature-ha:
  configfile: ha_onos_heat_ceilometer_scenario_0.0.5.yaml

os-onos-nofeature-noha:
  configfile: no-ha_onos_heat_ceilometer_scenario_0.0.4.yaml

os-nosdn-kvm-ha:
  configfile: ha_nfv-kvm_heat_ceilometer_scenario_0.0.5.yaml

os-nosdn-kvm-noha:
  configfile: no-ha_nfv-kvm_heat_ceilometer_scenario_0.0.4.yaml

os-nosdn-ovs-ha:
  configfile: ha_nfv-ovs_heat_ceilometer_scenario_0.0.4.yaml

os-nosdn-ovs-noha:
  configfile: no-ha_nfv-ovs_heat_ceilometer_scenario_0.0.3.yaml

os-odl_l2-bgpvpn-ha:
  configfile: ha_odl-bgpvpn_scenario_0.0.1.yaml

os-odl_l2-bgpvpn-noha:
  configfile: no-ha_odl-bgpvpn_scenario_0.0.1.yaml

os-odl_l2-sfc-ha:
  configfile: ha_odl-l2_sfc_heat_ceilometer_scenario_0.0.1.yaml

os-odl_l2-sfc-noha:
  configfile: no-ha_odl-l2_sfc_heat_ceilometer_scenario_0.0.1.yaml