]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer/Cloudinit.pm
cloudinit: add opennebula config format
authorAlexandre Derumier <aderumier@odiso.com>
Sat, 6 Feb 2021 13:01:29 +0000 (14:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 6 Feb 2021 13:44:38 +0000 (14:44 +0100)
commit545eec65cd15a6b9fa2976bf28ea0e885b5540cf
treeae74445daaccb9c56ebdc38c134104d8018c7ef1
parent4603e15b69af500529cef74a96f4fd0af7f54a77
cloudinit: add opennebula config format

This is an alternative format for cloudinit use by opennebula,
https://cloudinit.readthedocs.io/en/latest/topics/datasources/opennebula.html

but it can be also used by opennebula context scripts

https://github.com/OpenNebula/addon-context-linux
https://github.com/OpenNebula/addon-context-windows

This context scripts are simple udev trigger/bash scripts
and allow live configuration changes.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QemuServer.pm
PVE/QemuServer/Cloudinit.pm