Fix Vagrant node registration and kube-push

This commit is contained in:
derekwaynecarr
2015-05-27 10:50:57 -04:00
parent 0ede6dc421
commit 2f1dd9228f
2 changed files with 3 additions and 3 deletions

View File

@@ -215,7 +215,7 @@ external_auth:
- .*
rest_cherrypy:
port: 8000
host: 127.0.0.1
host: ${MASTER_IP}
disable_ssl: True
webhook_disable_auth: True
EOF
@@ -248,5 +248,5 @@ else
# set up to run highstate as new minions join for the first time.
echo "Executing configuration"
salt '*' mine.update
salt --show-timeout --force-color '*' state.highstate
salt --force-color '*' state.highstate
fi