HAHA icon indicating copy to clipboard operation
HAHA copied to clipboard

Support for ESXI, Virtualbox

Open Makr91 opened this issue 4 years ago • 1 comments

So, I know this is still pretty new, in my home environment, I have a server rack, 5 Servers, 2 of which are UPS backed and run ESXI, the other are CentOS ZoL with KVM and GPU Passthrough. I would ideally like to run this on each of the Hosts as VMs (Preferably CentOS) but I am unsure of which direction to go.

Should I try to get Ansible to create a Docker container in CentOS like you stated, or would it be better to try to get ESXI and KVM to emulate Raspbian and have Ansible handle the Raspbian hosts?

Makr91 avatar Dec 05 '19 23:12 Makr91

If you get Ansible to talk to the VMs and ensure they can form a swarm between them, it should work.

However, as I said in the readme, since I used Raspberries to make this work I have chosen images (namely the MariaDB one) which work on arm32 but incidentally are not compatible with x86. But it should be just a matter of changing the MariaDB images in docker-compose.yaml to the default ones from https://github.com/colinmollenhour/mariadb-galera-swarm.

Have you found a different solution in the meantime?

cvb941 avatar Jan 07 '20 15:01 cvb941