From: Bryan Sullivan Date: Wed, 18 Oct 2017 00:29:44 +0000 (-0700) Subject: Fix deploy to avoid need to clone on admin/master node X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=705e8d9a2f1c13bc82fe8fea3bc5452414fdd56e;p=models.git Fix deploy to avoid need to clone on admin/master node JIRA: MODELS-23 Change-Id: Ic0efddbaab960d26920e2c4c2e4d94b773a3d016 Signed-off-by: Bryan Sullivan --- diff --git a/tools/docker/demo_deploy.sh b/tools/docker/demo_deploy.sh index 9454c0e..544d9bd 100644 --- a/tools/docker/demo_deploy.sh +++ b/tools/docker/demo_deploy.sh @@ -48,13 +48,16 @@ echo "Setting up Docker..." bash ~/models/tools/docker/docker-cluster.sh all $master "$workers" # TODO: Figure this out... Have to break the setup into two steps as something # causes the ssh session to end before the prometheus setup, if both scripts -# (k8s-cluster and prometheus-tools) are in the same ssh session +# are in the same ssh session echo "Setting up Prometheus..." -scp -o StrictHostKeyChecking=no $key ubuntu@$master:/home/ubuntu/$key -ssh -x -o StrictHostKeyChecking=no ubuntu@$master <