From: Narinder Gupta Date: Sat, 12 Aug 2017 00:32:44 +0000 (-0500) Subject: Adding port 5240 along with MAAS_URL needed for non x86 X-Git-Tag: opnfv-5.0.RC1~62 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F39157%2F1;p=joid.git Adding port 5240 along with MAAS_URL needed for non x86 architecture. Change-Id: Ia30ced70185d3f42529f49621f46e539c8c006e6 Signed-off-by: Narinder Gupta --- diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index 974d65ac..bc274819 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -52,7 +52,7 @@ check_status() { PROFILE=maas MAAS_IP=$(grep " ip_address" deployconfig.yaml | cut -d ':' -f 2 | sed -e 's/ //') -API_SERVERMAAS="http://$MAAS_IP/MAAS/" +API_SERVERMAAS="http://$MAAS_IP:5240/MAAS/" if [[ "$maasver" > "2" ]]; then API_KEY=`sudo maas-region apikey --username=ubuntu || true` else diff --git a/ci/deploy.sh b/ci/deploy.sh index 15229e60..bc146305 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -82,7 +82,7 @@ createresource() { # TODO: make sure this function run with the same parameters used in 03-maasdeploy.sh PROFILE=${PROFILE:-ubuntu} MAAS_IP=$(grep " ip_address" deployconfig.yaml | cut -d ':' -f 2 | sed -e 's/ //') - API_SERVER="http://$MAAS_IP/MAAS/api/2.0" + API_SERVER="http://$MAAS_IP:5240/MAAS/api/2.0" API_KEY=`sudo maas-region apikey --username=ubuntu` maas login $PROFILE $API_SERVER $API_KEY