summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/deploy/deploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh
index 5fcea998..efae8387 100755
--- a/ci/deploy/deploy.sh
+++ b/ci/deploy/deploy.sh
@@ -293,6 +293,10 @@ else
echo "daisy install successfully"
fi
+echo "===== generate known_hosts file in daisy vm========"
+touch $WORKSPACE/known_hosts
+scp $WORKSPACE/known_hosts root@$DAISY_IP:/root/.ssh/
+
if [ $IS_BARE == 0 ];then
echo "====== add relate config of kolla==========="
ssh $SSH_PARAS $DAISY_IP "mkdir -p /etc/kolla/config/nova"