]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Use same private subnet for public/cluster networks for Linode
authorIvan Font <ivan.font@redhat.com>
Fri, 7 Oct 2016 15:50:09 +0000 (08:50 -0700)
committerIvan Font <ivan.font@redhat.com>
Fri, 7 Oct 2016 15:50:09 +0000 (08:50 -0700)
vagrant_variables.yml.linode

index dcf91e50453bee17cb765f6a9082e4c194680bb8..b1f715f3b5d429ed699f18a3fb73c0c2ba60c28f 100644 (file)
@@ -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