Displaying 1 result from an estimated 1 matches for "vagrantfile_cluster".
2013 Sep 29
1
set up a Gluster 2 node cluster in two lines of code :)
...the rest for you.
*clone it here: https://forge.gluster.org/vagrant
*
So what does this do? This basically means that you can spin up 2 vms ,
from scratch, by installing vagrant and then, literally, typing:
*git clone git at forge.gluster.org:vagrant/fedora19-gluster.git
cd fedora19-gluster
ln -l Vagrantfile_cluster Vagrantfile
vagrant up --provision *
Does it work? Yes ! After watching it spin up , you can ssh in to the
cluster by typing:
*vagrant ssh gluster1*
And destroy the same two node cluster by running:
*vagrant destroy*
.............................. Example
........................................