aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/cluster.conf
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/conf/cluster.conf')
-rw-r--r--deploy/conf/cluster.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/deploy/conf/cluster.conf b/deploy/conf/cluster.conf
index e0c5655b..ddcbb6c3 100644
--- a/deploy/conf/cluster.conf
+++ b/deploy/conf/cluster.conf
@@ -23,5 +23,11 @@ fi
export ADAPTER_NAME="openstack_$OPENSTACK_VERSION"
export ADAPTER_FLAVOR_PATTERN="HA-ansible-multinodes-$OPENSTACK_VERSION"
+if [[ "x"$KUBERNETES_VERSION != "x" ]]; then
+ export ADAPTER_NAME=kubernetes
+ export ADAPTER_FLAVOR_PATTERN=ansible-kubernetes
+ export ADAPTER_TARGET_SYSTEM_PATTERN='^kubernetes$'
+fi
+
export DEFAULT_ROLES=""
export VIP="10.1.0.222"