summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick/yardstick-get-k8s-conf.sh
blob: ce1e94dde018da8e07e9886e57992e4827487860 (plain)
1
2
3
4
5
6
7
set -e

dest_path="$HOME/admin.conf"

if [[ "${DEPLOY_SCENARIO:0:2}" == "k8" ]];then
    juju scp kubernetes-master/0:config "${dest_path}"
fi