diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-29 11:58:19 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-29 17:59:59 +0000 |
commit | c17384dfb1be1cca1b587b88f01cc7f982f2e0d9 (patch) | |
tree | 37a41cdef3f45a71b2d74e758d2a5e1ae92cf0f7 /ci/02-maasdeploy.sh | |
parent | 813a52afc78549cc019dd6983293770fe68a63ad (diff) |
added the custom lab for unknown labs and added the client tool
on jumpshot server.
Change-Id: I834233302eb410d3366790811d91de44906d7a31
(cherry picked from commit 19f1c4df2573da6ee4d6c6bf3a32ee7f65b6ffe9)
Diffstat (limited to 'ci/02-maasdeploy.sh')
-rwxr-xr-x | ci/02-maasdeploy.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ci/02-maasdeploy.sh b/ci/02-maasdeploy.sh index dc926361..7d4e2fed 100755 --- a/ci/02-maasdeploy.sh +++ b/ci/02-maasdeploy.sh @@ -23,6 +23,9 @@ case "$1" in 'cengnlynxpod1' ) cp maas/cengn_lynx/pod1/deployment.yaml ./deployment.yaml ;; + 'custom' ) + cp maas/custom/deployment.yaml ./deployment.yaml + ;; * ) virtinstall=1 ./cleanvm.sh @@ -68,8 +71,11 @@ sudo virsh pool-autostart default || true sudo apt-add-repository ppa:maas-deployers/stable -y sudo apt-add-repository ppa:juju/stable -y sudo apt-add-repository ppa:maas/stable -y +sudo apt-add-repository ppa:cloud-archive/liberty -y sudo apt-get update -y -sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli python-pip -y +sudo apt-get dist-upgrade -y +sudo apt-get install openssh-server git maas-deployer juju juju-deployer maas-cli python-pip python-openstackclient + sudo pip install shyaml juju init -f |