summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2016-12-31 00:32:15 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-12-31 00:32:15 +0000
commite77f23d3483621c52c1c2e25e9a0017ff1126ccd (patch)
treed2db140f26fdee6a10281ae4f2b360fe4ba0d8dd /ci
parentc7dae15fa328737dd3b80f0c823bb2f2efdc085a (diff)
parent46760a744f279b1d81b8af5debcdd958f0961b38 (diff)
Merge "solve no file of known_hosts bug"
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh
index a2d18496..91d97784 100755
--- a/ci/deploy/deploy.sh
+++ b/ci/deploy/deploy.sh
@@ -88,7 +88,7 @@ sleep 20
echo "====== install daisy==========="
$deploy_path/trustme.sh $daisy_ip $daisy_passwd
scp -r $WORKSPACE root@$daisy_ip:/home
-
+ssh root@$daisy_ip "touch /root/.ssh/know_hosts"
execute_on_jumpserver $daisy_ip "mkdir -p /home/daisy_install"
update_config $WORKSPACE/deploy/daisy.conf daisy_management_ip $daisy_ip
scp $WORKSPACE/deploy/daisy.conf root@$daisy_ip:/home/daisy_install