From: Ivan Font Date: Fri, 7 Oct 2016 15:50:09 +0000 (-0700) Subject: Use same private subnet for public/cluster networks for Linode X-Git-Tag: v2.0~39^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3cf29fd2dc506122e395cac1e78c8e6d08b18dca;p=ceph-ansible.git Use same private subnet for public/cluster networks for Linode --- 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