From 04612cd0b3ee0ef6764a1a99299da52348b49e35 Mon Sep 17 00:00:00 2001 From: hu xinhui Date: Tue, 6 Feb 2018 10:20:40 +0800 Subject: change k8s version to v1.9.1 JIRA: - 1. compass4nfv can deploy v1.9.1 kubernetes 2. end user can use the kubernetes dashboard Change-Id: I274dda38599da95f382dfcb4159b530da8422fd8 Signed-off-by: hu xinhui --- deploy/conf/cluster.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'deploy/conf') diff --git a/deploy/conf/cluster.conf b/deploy/conf/cluster.conf index c7a708b9..0d947100 100644 --- a/deploy/conf/cluster.conf +++ b/deploy/conf/cluster.conf @@ -24,6 +24,7 @@ export ADAPTER_NAME="openstack_$OPENSTACK_VERSION" export ADAPTER_FLAVOR_PATTERN="HA-ansible-multinodes-$OPENSTACK_VERSION" if [[ "x"$KUBERNETES_VERSION != "x" ]]; then + unset OPENSTACK_VERSION export ADAPTER_NAME=kubernetes export ADAPTER_FLAVOR_PATTERN=ansible-kubernetes export ADAPTER_TARGET_SYSTEM_PATTERN='^kubernetes$' -- cgit 1.2.3-korg