No DNS in vagrant cross minions, need explicit IP as host

This commit is contained in:
derekwaynecarr
2014-09-11 13:38:46 -04:00
parent 7de0989a4e
commit 0c20fffa06
5 changed files with 14 additions and 11 deletions

View File

@@ -50,6 +50,7 @@ grains:
roles:
- kubernetes-pool
cbr-cidr: $MINION_IP_RANGE
minion_ip: $MINION_IP
EOF
# we will run provision to update code each time we test, so we do not want to do salt install each time