diff options
Diffstat (limited to 'ci/deploy/deploy.sh')
-rwxr-xr-x | ci/deploy/deploy.sh | 4 |
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" |