X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2F03-maasdeploy.sh;h=7ccb72d7afd77f1038b1737960a525e2bfc518ff;hb=149e7053b83b2236eac66701837c0d183bb25b81;hp=d10e9a30738b77fe87502c6d71270c2bbd2c5a2e;hpb=c0bc95b384aa0e5a398aa35a300081919898d1da;p=joid.git diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index d10e9a30..7ccb72d7 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -61,9 +61,9 @@ if [ "$snapinstall" -eq "0" ]; then sudo apt-add-repository ppa:maas/stable -y fi if [ "bionic" != "$opnfvdistro" ]; then - sudo apt-add-repository cloud-archive:pike -y + sudo apt-add-repository cloud-archive:queens -y if [ "aarch64" == "$NODE_ARCTYPE" ]; then - sudo add-apt-repository ppa:ubuntu-cloud-archive/pike-staging -y + sudo add-apt-repository ppa:ubuntu-cloud-archive/queens-staging -y fi fi