summaryrefslogtreecommitdiffstats
path: root/deploy/scenario/scenario.yaml
diff options
context:
space:
mode:
authorzhongjun <zhong.jun@zte.com.cn>2017-06-22 10:31:14 +0800
committerzhongjun <zhong.jun@zte.com.cn>2017-06-23 13:54:56 +0800
commitccd2fe6cd04ed5e9a622a51d37bb1f0d97fc633b (patch)
tree0a3f3353d244d8f3441230975d1348b289c3f764 /deploy/scenario/scenario.yaml
parent420e2a340d66c481353683210f02ba06ba056433 (diff)
add the scenarios option
Add the scenarios option and yaml configuration files, currently only support three scenarios as below. os-nosdn-nofeature-noha/os-odl_l3-nofeature-noha/ os-odl_l2-nofeature-noha. we will support more secnarios such as os-odl_l3-nofeature-ha in future. Change-Id: I24d7875208e277f6ee1b794c0033d5fee6b5e371 Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Diffstat (limited to 'deploy/scenario/scenario.yaml')
-rw-r--r--deploy/scenario/scenario.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/deploy/scenario/scenario.yaml b/deploy/scenario/scenario.yaml
new file mode 100644
index 00000000..81862485
--- /dev/null
+++ b/deploy/scenario/scenario.yaml
@@ -0,0 +1,34 @@
+##############################################################################
+# 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
+##############################################################################
+
+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 \ No newline at end of file