First of all thanks for your compliment.
Please refer github page , you will get the points . I am just focusing on CentOS distro , thats what i am not trying to writing scripts for debian installation . I will try to write this on future.
1 . Need fresh CentOS 7 system with firewalld and SE Linux disabled .
2 . install git package & set FQDN for both systems and add there IP’s in each /etc/hosts files.
3 . We are using shared storage to get HA function , for that need to mount disk on a location .
Eg : /data
4 . After mount , create a directory inside the mount point . Because we are going to use GlusterFS as share storage and gluster will not support exact mount point to work with .
Eg : /data/disk
These are the initial settings. After that you need to clone git repo . And run install.sh first .
Follow Readme.md file.
Short steps are,
Thanks for your effort. I’m interested in building a HA-setup using LizardFS. Have checked their documentation also with your readme on github but as being new into this, not clear yet about minimum required number of physical servers.
Q1: Is it possible to build a LizardFS system with total of just two physical servers?
Q2: Is it possible to install opennebula nodes on the same physical nodes of LizardFS or should they be separated?
After installation you will be able to control Opennebula system’s terminal console via Web .
Try it .
Also planning to integrate Icinga into it . This is an Open Source project to help newbie’s to setup there cloud environment with one click . Contributions are accepted .