export KUBE_USER to salt (support custom usernames) for vagrant, vsphere, photon, openstack.

This commit is contained in:
CJ Cullen
2016-07-22 15:21:47 -07:00
parent f55206a675
commit 861583ac3e
4 changed files with 4 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ grains:
docker_opts: '$(echo "$DOCKER_OPTS" | sed -e "s/'/''/g")'
master_extra_sans: '$(echo "$MASTER_EXTRA_SANS" | sed -e "s/'/''/g")'
keep_host_etcd: true
kube_user: '$(echo "$KUBE_USER" | sed -e "s/'/''/g")'
EOF
}