summaryrefslogtreecommitdiffstats
path: root/ci/02-maasdeploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-01-21 15:45:02 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-01-21 15:45:02 -0600
commitcab364253977f13a9f3e4ad8004109fb8171fe63 (patch)
treea2f08b6ebac4e0e25fcc462459a5bf84ce4e5449 /ci/02-maasdeploy.sh
parent258ec2f8d52d322faae16c5f072a450668874453 (diff)
added the Qtip ssh keys through MAAS for node deployment.
Change-Id: I948fbeefddd5f29805e601eee81e8686850a92d9
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-xci/02-maasdeploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh
index 72bb3d14..f061281f 100755
--- a/ci/02-maasdeploy.sh
+++ b/ci/02-maasdeploy.sh
@@ -135,6 +135,9 @@ maas maas boot-source update 1 url="http://maas.ubuntu.com/images/ephemeral-v2/d
maas maas boot-resources import
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`"
+
#adding compute and control nodes VM to MAAS for deployment purpose.
if [ "$virtinstall" -eq 1 ]; then
# create two more VMs to do the deployment.