summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick/yardstick-get-k8s-conf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/yardstick/yardstick-get-k8s-conf.sh')
-rwxr-xr-xjjb/yardstick/yardstick-get-k8s-conf.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/jjb/yardstick/yardstick-get-k8s-conf.sh b/jjb/yardstick/yardstick-get-k8s-conf.sh
deleted file mode 100755
index 22a6aa4e6..000000000
--- a/jjb/yardstick/yardstick-get-k8s-conf.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-set -e
-
-dest_path="$HOME/admin.conf"
-
-if [[ "${DEPLOY_SCENARIO:0:2}" == "k8" ]];then
- if [[ ${INSTALLER_TYPE} == 'joid' ]];then
- juju scp kubernetes-master/0:config "${dest_path}"
- elif [[ ${INSTALLER_TYPE} == 'compass' ]];then
- docker cp compass-tasks:/opt/admin.conf "${dest_path}"
- fi
-fi