diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-22 19:52:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-22 19:52:50 +0000 |
commit | a835c1b436ee942636986f942e2bd4b5330777e3 (patch) | |
tree | 62268b6ae2bb7c110651c6b97af5187c158a867c /ci/02-maasdeploy.sh | |
parent | cf0df7681a4d274dc60eb1e2bc81909eb01b884f (diff) | |
parent | be0dc9170277dffd13403b49acc51c634a7fab94 (diff) |
Merge "added the Qtip ssh keys through MAAS for node deployment." into stable/brahmaputra
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-x | ci/02-maasdeploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index 7c6a0481..a00fb002 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -133,6 +133,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. |