kvaps/kube-opennebula

Deployment of current OpenNebula 6.0 release

Opened this issue · 3 comments

Hello,
my assumption is that this would perform a Multi-container deployment of OpenNebula 5.x frontend. The compute node(s) is not included.
If this is correct, how would I deploy the latest OpenNebula 6.0 release?

If this is incorrect, can you please explain the use case of this project?

THX

kvaps commented

Hello, you're right, while content includes opennebula-node dockerfile it still not intended to run it as a container. Your nodes must have libvirt, qemu and ssh packages, see README.md for more detail.

This project allows you to bootstrap opennebula frontend in multiple containers but still requires some common storage between some of them. eg nfs. It also has configuration scripts to configure opennebula resources itself. This means that after deploying new cluster it can be automatically configured as well.

OpenNebula 6.0 is not supported and not going to since OpenNebula closed source of database migrators and packages repository. Here is some discussion and links to the similar project:

https://forum.opennebula.io/t/new-opennebula-community-docker-images-add-on/8742/3

Hello,
many thanks for your reply.
My understanding is that closed source for database migrators is a show-stopper for deployment of OpenNebula 6.0 frontend in containers.
Can you confirm?

If that is true, I will immediately move on with deployment on bare-metal (in my case single-node).