Fetch creds according scenario type(os or k8)
[releng.git] / jjb / yardstick / yardstick-get-k8s-conf.sh
index 22a6aa4..116d2f0 100755 (executable)
@@ -7,6 +7,7 @@ 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
+        echo "Copy admin.conf to ${dest_path}"
         docker cp compass-tasks:/opt/admin.conf "${dest_path}"
     fi
 fi