diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2018-04-26 12:04:06 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2018-05-08 02:20:56 +0000 |
commit | 7d480c4892b2b3436698f96acbc3329f92d18d77 (patch) | |
tree | cc997c8930c989310c5e858b4d2ff12cf6e35d50 /deploy/conf | |
parent | 68a15541846c851b3309c014b0e28fa8502908c4 (diff) |
Adjust DEPLOY_TOOL
export DEPLOY_TOOL to k8s when scenario is
kubernetes
Change-Id: If186367bc31da46cf1d6190ba5eed3a9b6702957
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy/conf')
-rw-r--r-- | deploy/conf/cluster.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/conf/cluster.conf b/deploy/conf/cluster.conf index 5178964c..785d4122 100644 --- a/deploy/conf/cluster.conf +++ b/deploy/conf/cluster.conf @@ -26,7 +26,7 @@ export ADAPTER_FLAVOR_PATTERN="HA-ansible-multinodes-$OPENSTACK_VERSION" if [[ "x"$KUBERNETES_VERSION != "x" ]]; then unset OPENSTACK_VERSION - export DEPLOY_TOOL=${DEPLOY_TOOL:-"k8s"} + export DEPLOY_TOOL="k8s" export ADAPTER_NAME=kubernetes export ADAPTER_FLAVOR_PATTERN=ansible-kubernetes export ADAPTER_TARGET_SYSTEM_PATTERN='^kubernetes$' |