add the scenarios option 41/36341/5
authorzhongjun <zhong.jun@zte.com.cn>
Thu, 22 Jun 2017 02:31:14 +0000 (10:31 +0800)
committerzhongjun <zhong.jun@zte.com.cn>
Fri, 23 Jun 2017 05:54:56 +0000 (13:54 +0800)
commitccd2fe6cd04ed5e9a622a51d37bb1f0d97fc633b
tree0a3f3353d244d8f3441230975d1348b289c3f764
parent420e2a340d66c481353683210f02ba06ba056433
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>
deploy/deploy.py
deploy/scenario/ha_nofeature_scenario.yaml [new file with mode: 0644]
deploy/scenario/ha_odl-l2_nofeatrue_scenario.yaml [new file with mode: 0644]
deploy/scenario/ha_odl-l3_nofeature_scenario.yaml [new file with mode: 0644]
deploy/scenario/no-ha_nofeature_scenario.yaml [new file with mode: 0644]
deploy/scenario/no-ha_odl-l2_nofeature_scenario.yaml [new file with mode: 0644]
deploy/scenario/no-ha_odl-l3_nofeature_scenario.yaml [new file with mode: 0644]
deploy/scenario/scenario.yaml [new file with mode: 0644]
deploy/utils.py