summaryrefslogtreecommitdiffstats
path: root/compass-tasks-k8s/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compass-tasks-k8s/run.sh')
-rw-r--r--compass-tasks-k8s/run.sh25
1 files changed, 25 insertions, 0 deletions
diff --git a/compass-tasks-k8s/run.sh b/compass-tasks-k8s/run.sh
new file mode 100644
index 0000000..516ead0
--- /dev/null
+++ b/compass-tasks-k8s/run.sh
@@ -0,0 +1,25 @@
+#!/bin/bash
+##############################################################################
+# Copyright (c) 2016-2017 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
+##############################################################################
+set -x
+COMPASS_DIR=${BASH_SOURCE[0]%/*}
+
+rm -rf /opt/kargo_k8s
+git clone https://github.com/kubernetes-incubator/kubespray.git /opt/kargo_k8s
+
+cd /opt/kargo_k8s
+git checkout v2.2.0
+
+pip uninstall ansible -y
+
+pip install ansible==2.3.1.0
+
+
+
+