Discussion:
OpenNebula Support
Christian Gonzalez
2018-04-06 09:57:08 UTC
Permalink
Hi,

I'm Christian González, I work for the OpenNebula open source project
(https://github.com/OpenNebula/one).

We are interested in supporting CoreOS to deploy Docker Engines in
OpenNebula clouds. We'd like to know the procedure to make OpenNebula one
of the supported providers for Ignition, and have it pushed upstream.

Is this something you'd be interested in? We'd appreciate any pointers you
can give us in this direction.

Best,

Christian
Luca BRUNO
2018-04-06 10:25:49 UTC
Permalink
Post by Christian Gonzalez
We are interested in supporting CoreOS to deploy Docker Engines in
OpenNebula clouds. We'd like to know the procedure to make OpenNebula one
of the supported providers for Ignition, and have it pushed upstream.
Is this something you'd be interested in? We'd appreciate any pointers you
can give us in this direction.
Hi!

It looks like your provider supports both vmware and kvm VMs, so you
may just want to inject the userdata when starting the node:
* https://coreos.com/os/docs/latest/booting-on-vmware.html#vmware-guestinfo-interface
* https://github.com/qemu/qemu/blob/d75aa4372f0414c9960534026a562b0302fcff29/docs/specs/fw_cfg.txt

If your cloud offers a metadata endpoint for node introspection, you may
want to add support for it to https://github.com/coreos/coreos-metadata

Ciao, Luca
--
"If you build a wall, think of what you leave outside it" - Italo Calvino
Christian Gonzalez
2018-04-06 10:47:25 UTC
Permalink
Hi Luca,

That's exactly what we want, we'd like to create a provider for OpenNebula
in order that we can use our contextualization packages and we'd like to
know the procedure for add it to your repository
(https://github.com/coreos/coreos-metadata/tree/master/src/providers).

Best,

Christian
Post by Luca BRUNO
Post by Christian Gonzalez
We are interested in supporting CoreOS to deploy Docker Engines in
OpenNebula clouds. We'd like to know the procedure to make OpenNebula
one
Post by Christian Gonzalez
of the supported providers for Ignition, and have it pushed upstream.
Is this something you'd be interested in? We'd appreciate any pointers
you
Post by Christian Gonzalez
can give us in this direction.
Hi!
It looks like your provider supports both vmware and kvm VMs, so you
*
https://coreos.com/os/docs/latest/booting-on-vmware.html#vmware-guestinfo-interface
*
https://github.com/qemu/qemu/blob/d75aa4372f0414c9960534026a562b0302fcff29/docs/specs/fw_cfg.txt
If your cloud offers a metadata endpoint for node introspection, you may
want to add support for it to https://github.com/coreos/coreos-metadata
Ciao, Luca
--
"If you build a wall, think of what you leave outside it" - Italo Calvino
Loading...