diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-05-04 03:11:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-04 03:11:51 +0000 |
commit | 1844bfff42a3190ae0246d7b480b59ea764be779 (patch) | |
tree | f3eb2ef9fa9cc67da81491aad5e624d90ba6eebb /ci | |
parent | c21e199a328c1d52232c213d2b243016cca46812 (diff) | |
parent | 1f413eb9fcc6c1298257917a7973ca7b5b18e72f (diff) |
Merge "Fix adding cloud-archive:newton issue in Ubuntu 16.04"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/03-maasdeploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index f66d0cbd..e0b1b62d 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -10,6 +10,7 @@ if [ ! -e $HOME/.ssh/id_rsa ]; then fi #install the packages needed +sudo apt-get install software-properties-common -y sudo apt-add-repository ppa:juju/stable -y sudo apt-add-repository ppa:maas/stable -y sudo apt-add-repository cloud-archive:ocata -y |