aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2018-06-13 06:28:34 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-06-13 06:28:34 +0000
commit85eda35624cacbd473c097bc2638c2d874c01c07 (patch)
tree349bf36c490a9ed7c3dea83d9b5ded3d18c6e2fa /deploy/conf
parentc3f43c48a7f8de5855749b922f97e2185c04ad5c (diff)
parent09db9c1968ed9586078d193b16e226553754dd92 (diff)
Merge "use contrail-ansible-deployer to integrate opencontrail into k8s"
Diffstat (limited to 'deploy/conf')
-rw-r--r--deploy/conf/vm_environment/k8-ocl-nofeature-noha.yml27
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