diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-04-17 13:48:16 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-04-17 13:48:16 +0400 |
commit | b66c749590dee35a4a7d9782208601013b2fdcbe (patch) | |
tree | f64c8f94afac94d15a954bb4d8ac24b2368826af /jjb/yardstick | |
parent | 73de1ddbf655014677320bd7aa946073253e6d06 (diff) |
[fuel] Pull kubernetes config for yardstick
Change-Id: I1eac73a57c034d177ec4a41b28148012dea5abcd
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'jjb/yardstick')
-rwxr-xr-x | jjb/yardstick/yardstick-get-k8s-conf.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/yardstick/yardstick-get-k8s-conf.sh b/jjb/yardstick/yardstick-get-k8s-conf.sh index 116d2f0d0..82744a4ee 100755 --- a/jjb/yardstick/yardstick-get-k8s-conf.sh +++ b/jjb/yardstick/yardstick-get-k8s-conf.sh @@ -9,5 +9,8 @@ if [[ "${DEPLOY_SCENARIO:0:2}" == "k8" ]];then elif [[ ${INSTALLER_TYPE} == 'compass' ]];then echo "Copy admin.conf to ${dest_path}" docker cp compass-tasks:/opt/admin.conf "${dest_path}" + elif [[ ${INSTALLER_TYPE} == 'fuel' ]];then + echo "Getting kubernetes config ..." + docker cp -L fuel:/opt/kubernetes.config "${dest_path}" fi fi |