diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-08 17:44:36 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-11 16:07:40 -0500 |
commit | 5159209c95c6f3bfa6f5edac9d8fa2d6c9f83e88 (patch) | |
tree | 33c00f6048a76b391d24ffc5f9f28a142def27fe /ci/02-maasdeploy.sh | |
parent | 58a7649ce483def8ea008a76ad015849324b67c1 (diff) |
modfied to use the trusty as extra feature.
Change-Id: I3fe1f9bcae7c4458116202ae14a059c3fbcfcb0e
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-x | ci/02-maasdeploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index d19f7d6a..07acfe2a 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -14,7 +14,7 @@ sudo apt-get update -y sudo apt-get dist-upgrade -y sudo apt-get install openssh-server bzr git maas-deployer juju juju-deployer \ maas-cli python-pip python-psutil python-openstackclient \ - python-congressclient gsutil -y + python-congressclient gsutil charm-tools -y #first parameter should be custom and second should be either # absolute location of file (including file name) or url of the @@ -213,6 +213,7 @@ maas maas sshkeys new key="`cat $HOME/.ssh/id_rsa.pub`" #Added the Qtip public to run the Qtip test after install on bare metal nodes. maas maas sshkeys new key="`cat ./maas/sshkeys/QtipKey.pub`" +maas maas sshkeys new key="`cat ./maas/sshkeys/DominoKey.pub`" #adding compute and control nodes VM to MAAS for deployment purpose. if [ "$virtinstall" -eq 1 ]; then |