diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-21 15:45:02 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-22 19:50:46 +0000 |
commit | be0dc9170277dffd13403b49acc51c634a7fab94 (patch) | |
tree | 8ca4711cb43976b2dca854be075547e4d88151a7 /ci | |
parent | 199be024f56a2b941349e90a2b9891c00ddde9b3 (diff) |
added the Qtip ssh keys through MAAS for node deployment.
Change-Id: I948fbeefddd5f29805e601eee81e8686850a92d9
(cherry picked from commit cab364253977f13a9f3e4ad8004109fb8171fe63)
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/02-maasdeploy.sh | 3 | ||||
-rw-r--r-- | ci/maas/sshkeys/QtipKey.pub | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index da0e8835..dc746499 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -132,6 +132,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. diff --git a/ci/maas/sshkeys/QtipKey.pub b/ci/maas/sshkeys/QtipKey.pub new file mode 100644 index 00000000..dc93faa0 --- /dev/null +++ b/ci/maas/sshkeys/QtipKey.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFWkAL5DwtPJ+0BMKBUcgq8ORdjMcj/wJl4qVVYeUdQDT/oS6pKuHNuk7BJpCLYLfHgSzO+Hv8J+5UyqXXXJKGxfAUPtpXrHRgburwhRJwcgtQVqWbQXHnY2jsikHeWWW5RX6SHxrLrxX04a8xmtD7BbDiJ6HZqVSem8XC15eZvw1C1dbqmbZqWBRWLFzhHf/9goucaSP3ekYWVCUPPlDS+D7r2Mc2Ch0Z7AivEJZ5mTamefS80B1ZNBRObvP/W5jPoAh5H9bHrqayZyEVGaYOk/toddJJAQHJIXu/8YSxnUnC0FbTtZ5s2JO/3Big5/IpW5m5NsHCOqVPjHkKkgkT |