diff options
author | zhongjun <zhong.jun@zte.com.cn> | 2017-06-22 10:31:14 +0800 |
---|---|---|
committer | zhongjun <zhong.jun@zte.com.cn> | 2017-06-23 13:54:56 +0800 |
commit | ccd2fe6cd04ed5e9a622a51d37bb1f0d97fc633b (patch) | |
tree | 0a3f3353d244d8f3441230975d1348b289c3f764 /deploy/scenario/no-ha_nofeature_scenario.yaml | |
parent | 420e2a340d66c481353683210f02ba06ba056433 (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/no-ha_nofeature_scenario.yaml')
-rw-r--r-- | deploy/scenario/no-ha_nofeature_scenario.yaml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/deploy/scenario/no-ha_nofeature_scenario.yaml b/deploy/scenario/no-ha_nofeature_scenario.yaml new file mode 100644 index 00000000..f959234b --- /dev/null +++ b/deploy/scenario/no-ha_nofeature_scenario.yaml @@ -0,0 +1,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 +############################################################################## +############################################################################## +# deployment configuration meta-data +deployment-scenario-metadata: + title: OpenStack-only, NO-HA deploymen + version: 0.0.1 + created: Jun 8 2017 + comment: + +############################################################################## +# Stack extentions are opnfv added value features +stack-extensions: + +############################################################################## +# By editing the override-config sections below, you can override arbitrary +# configuration name-space settings +deploy-override-config: + hosts: + - name: 'controller01' + roles: + - 'CONTROLLER_LB' + template: 'templates/virtual_environment/vms/controller.xml' + - name: 'computer01' + roles: + - 'COMPUTER' + template: 'templates/virtual_environment/vms/computer.xml' + - name: 'computer02' + roles: + - 'COMPUTER' + template: 'templates/virtual_environment/vms/computer.xml' + - name: 'computer03' + roles: + - 'COMPUTER' + template: 'templates/virtual_environment/vms/computer.xml'
\ No newline at end of file |