From 5159209c95c6f3bfa6f5edac9d8fa2d6c9f83e88 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 8 Jul 2016 17:44:36 -0500 Subject: modfied to use the trusty as extra feature. Change-Id: I3fe1f9bcae7c4458116202ae14a059c3fbcfcb0e Signed-off-by: Narinder Gupta --- ci/02-maasdeploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/02-maasdeploy.sh') 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 -- cgit 1.2.3-korg