summaryrefslogtreecommitdiffstats
path: root/ci/02-maasdeploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-12-01 22:27:16 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2015-12-01 22:27:16 -0600
commit0745854cbec7f732f408d8ec552cbe0e4e0f29fc (patch)
treee012458ed0d248b5dd49008edf82f93b813bf63f /ci/02-maasdeploy.sh
parent072b1d2f7896f8bf81ceb47edcc61f1decc21413 (diff)
modified to install openssh-server in case not installed. Also
there were typo in virpod1 data. Change-Id: I2e2d4457fbea9f80e10a3f57b1155deeb8bfb316
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-xci/02-maasdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh
index a18fe03c..d5e02620 100755
--- a/ci/02-maasdeploy.sh
+++ b/ci/02-maasdeploy.sh
@@ -48,7 +48,7 @@ sudo apt-add-repository ppa:maas-deployers/stable -y
sudo apt-add-repository ppa:juju/stable -y
sudo apt-add-repository ppa:maas/stable -y
sudo apt-get update -y
-sudo apt-get install git maas-deployer juju juju-deployer maas-cli -y
+sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli -y
juju init -f
cat $HOME/.ssh/id_rsa.pub >> $HOME/.ssh/authorized_keys