Stand-alone GlusterFs Node to be used as storage for a Nextcloud cluster
Setup
 - Assuming that the copy of the template is called glusterfs-instance, move to folderglusterfs-instance.
- Check the content of folder artifacts
 - Create folder log
- Open Vagrantfileand change the value of variablelxd.name. It makes sense to give the same name as the folder, in this exampleglusterfs-instance.
- Open provision.sh
   - change the value of variable MACHINE_HOSTNAME. It makes sense to give the same name as the folder, plus the domain, in this exampleglusterfs-instance.localenv.com.
 
- Run vagrant up > log/provisioning.log
- Make sure your system is able to resolve the domain name that you specified in variable MACHINE_HOSTNAME, for example by adding an entry in/etc/hosts
- Start using your environment