Fix vagrant networking. Include the master as part of overlay. And remove STP for efficiency.

This commit is contained in:
Rajat Chopra
2015-02-05 17:40:45 -08:00
parent 617e1ca7de
commit b61ea1bbf1
6 changed files with 71 additions and 76 deletions

View File

@@ -33,11 +33,6 @@ source "${KUBE_VERSION_ROOT}/cluster/${KUBERNETES_PROVIDER}/util.sh"
prepare-e2e
if [[ "$KUBERNETES_PROVIDER" == "vagrant" ]]; then
echo "WARNING: Skipping services.sh for ${KUBERNETES_PROVIDER}. See https://github.com/GoogleCloudPlatform/kubernetes/issues/3655"
exit 0
fi
function error() {
echo "$@" >&2
exit 1