Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbound cluster ip range in vagrant #20859

Merged
merged 1 commit into from
Feb 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions cluster/vagrant/config-default.sh
Expand Up @@ -46,6 +46,8 @@ for ((i=0; i < NUM_NODES; i++)) do
VAGRANT_NODE_NAMES[$i]="node-$((i+1))"
done

CLUSTER_IP_RANGE="${CLUSTER_IP_RANGE:-10.246.0.0/16}"

SERVICE_CLUSTER_IP_RANGE=10.247.0.0/16 # formerly PORTAL_NET

# Since this isn't exposed on the network, default to a simple user/passwd
Expand Down