diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/03-maasdeploy.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ci/03-maasdeploy.sh b/ci/03-maasdeploy.sh index bb21fe34..f55c39af 100755 --- a/ci/03-maasdeploy.sh +++ b/ci/03-maasdeploy.sh @@ -547,9 +547,10 @@ sleep 30 setupspacenetwork -#just make sure rack controller has been synced and import only -# just whether images have been imported or not. -#sudo ./maas-reconfigure-region.sh $MAAS_IP +sudo sed -i 's/localhost/'$MAAS_IP'/g' /etc/maas/rackd.conf +sudo service maas-rackd restart +sudo service maas-regiond restart + sleep 120 # Let's add the nodes now. Currently works only for virtual deployment. |