summaryrefslogtreecommitdiffstats
path: root/ci/02-maasdeploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-05-13 18:43:41 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-13 18:43:41 +0000
commit9d8c8164eddfaa12019b26292c55c8971b170f64 (patch)
tree665da6074ac8d476bb776fc0f2cae65b1fdafeb8 /ci/02-maasdeploy.sh
parent3be824ad16a972f29eaa100544a1fdfddb344258 (diff)
parent1bb7f148a09b261ea0786cbc6a97abd9a629a36c (diff)
Merge "modified to download both trusty and xenial images."
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-xci/02-maasdeploy.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh
index 9f48bd94..1f68a7d4 100755
--- a/ci/02-maasdeploy.sh
+++ b/ci/02-maasdeploy.sh
@@ -155,8 +155,6 @@ maas_ip=`grep " ip_address" deployment.yaml | cut -d " " -f 10`
apikey=`grep maas-oauth: environments.yaml | cut -d "'" -f 2`
maas login maas http://${maas_ip}/MAAS/api/1.0 ${apikey}
maas maas boot-source update 1 url="http://maas.ubuntu.com/images/ephemeral-v2/daily/"
-#maas maas boot-source-selections create 1 os="ubuntu" release="precise" arches="amd64" subarches="*" labels="*"
-maas maas node-groups import-boot-images
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.