diff options
author | zhichaozhu <zhichao.zhu8@gmail.com> | 2018-05-05 17:23:02 +0800 |
---|---|---|
committer | Forrest Zhu <zhichao.zhu8@gmail.com> | 2018-06-05 07:58:25 +0000 |
commit | 09db9c1968ed9586078d193b16e226553754dd92 (patch) | |
tree | 4abcc54a0e802356adf92f528c8b9b1c222db685 /deploy/conf/vm_environment | |
parent | c9bd8b778c698a9fd39764fa0f4275614ecee5a8 (diff) |
use contrail-ansible-deployer to integrate opencontrail into k8s
Change-Id: If78430a159e13cf9456b9985d923a8ec107dc7cc
Signed-off-by: Forrest Zhu <zhichao.zhu8@gmail.com>
Diffstat (limited to 'deploy/conf/vm_environment')
-rw-r--r-- | deploy/conf/vm_environment/k8-ocl-nofeature-noha.yml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/deploy/conf/vm_environment/k8-ocl-nofeature-noha.yml b/deploy/conf/vm_environment/k8-ocl-nofeature-noha.yml new file mode 100644 index 00000000..fd7bfda0 --- /dev/null +++ b/deploy/conf/vm_environment/k8-ocl-nofeature-noha.yml @@ -0,0 +1,27 @@ +############################################################################## +# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. +# +# 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 +############################################################################## + +--- +TYPE: virtual +FLAVOR: cluster + +plugins: + - opencontrail: "Enable" + +hosts: + - name: host1 + roles: + - kube_master + - etcd + - opencontrail + - ha + + - name: host2 + roles: + - kube_node |