From 09db9c1968ed9586078d193b16e226553754dd92 Mon Sep 17 00:00:00 2001 From: zhichaozhu Date: Sat, 5 May 2018 17:23:02 +0800 Subject: use contrail-ansible-deployer to integrate opencontrail into k8s Change-Id: If78430a159e13cf9456b9985d923a8ec107dc7cc Signed-off-by: Forrest Zhu --- .../conf/vm_environment/k8-ocl-nofeature-noha.yml | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 deploy/conf/vm_environment/k8-ocl-nofeature-noha.yml (limited to 'deploy/conf') 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 -- cgit 1.2.3-korg