From 3cf29fd2dc506122e395cac1e78c8e6d08b18dca Mon Sep 17 00:00:00 2001 From: Ivan Font Date: Fri, 7 Oct 2016 08:50:09 -0700 Subject: [PATCH] Use same private subnet for public/cluster networks for Linode --- vagrant_variables.yml.linode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant_variables.yml.linode b/vagrant_variables.yml.linode index dcf91e504..b1f715f3b 100644 --- a/vagrant_variables.yml.linode +++ b/vagrant_variables.yml.linode @@ -17,7 +17,7 @@ memory: 2048 # The private network on Linode, you probably don't want to change this. public_subnet: 192.168.0 -cluster_subnet: 192.168.1 +cluster_subnet: 192.168.0 # DEFINE THE NUMBER OF VMS TO RUN mon_vms: 3