add ip per pod across vagrant minions

This commit is contained in:
Rajat Chopra
2014-08-07 13:02:52 -07:00
parent c92b7d5bb7
commit 2dd57898d4
8 changed files with 182 additions and 4 deletions

View File

@@ -52,3 +52,6 @@ if [ ! $(which salt-minion) ]; then
systemctl enable salt-minion
systemctl start salt-minion
fi
# run the networking setup
$(dirname $0)/provision-network.sh $@