diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-11-16 08:55:47 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-11-16 15:54:19 -0600 |
commit | b973cc460119284c4adb0e8489f843d29bc7e44b (patch) | |
tree | 3a0543518867c320e27f6ad0ee01bb6a855a3d6c /ci | |
parent | 2deae364d04f75e604ec8ee8470fa0f72aa93808 (diff) |
modfied to comment VLAN as some issues today.
Change-Id: I7d55a0543ecf8f1b9323c95747e4ad84df3d7180
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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. |