Add 'portal_net' parameter to pillar

In preparation for #1402.
This commit is contained in:
Pieter Noordhuis
2014-10-12 18:20:17 -07:00
parent 4a13d752ed
commit fa24face8c
4 changed files with 6 additions and 0 deletions

View File

@@ -290,6 +290,7 @@ function kube-up {
echo "cd /home/kube/cache/kubernetes-install"
echo "readonly MASTER_NAME='${MASTER_NAME}'"
echo "readonly NODE_INSTANCE_PREFIX='${INSTANCE_PREFIX}-minion'"
echo "readonly PORTAL_NET='${PORTAL_NET}'"
echo "readonly SERVER_BINARY_TAR='${SERVER_BINARY_TAR##*/}'"
echo "readonly SALT_TAR='${SALT_TAR##*/}'"
echo "readonly MASTER_HTPASSWD='${htpasswd}'"