summaryrefslogtreecommitdiffstats
path: root/deploy/scenario/scenario.yaml
blob: 1b04549a906c909040bfb03221006c5e094f37ce (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
##############################################################################
# Copyright (c) 2017 ZTE Coreporation and others.
# hu.zhijiang@zte.com.cn
# sun.jing22@zte.com.cn
# 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
##############################################################################
##############################################################################
# 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
# NOTE: os-odl-nofeature-noha = os-odl_l3-nofeature-noha
#       os-odl-nofeature-ha = os-odl_l3-nofeature-ha
##############################################################################

os-nosdn-nofeature-ha:
  configfile: ha_nofeature_scenario.yaml

os-nosdn-nofeature-noha:
  configfile: no-ha_nofeature_scenario.yaml

os-odl_l3-nofeature-ha:
  configfile: ha_odl-l3_nofeature_scenario.yaml

os-odl_l3-nofeature-noha:
  configfile: no-ha_odl-l3_nofeature_scenario.yaml

os-odl_l2-nofeature-ha:
  configfile: ha_odl-l2_nofeature_scenario.yaml

os-odl_l2-nofeature-noha:
  configfile: no-ha_odl-l2_nofeature_scenario.yaml

os-odl-nofeature-ha:
  configfile: ha_odl_nofeature_scenario.yaml

os-odl-nofeature-noha:
  configfile: no-ha_odl_nofeature_scenario.yaml