[pve-devel] lxd support cloud-init through /dev/lxd interface
Alexandre DERUMIER
aderumier at odiso.com
Sat Jun 20 14:34:45 CEST 2015
Hi,
I have found this news about lxc/lxd:
https://github.com/lxc/lxd/issues/665
"The /dev/lxd interface has now been defined, it provides the following things to cloud-init:
meta-data (generated by LXD itself and exposed through /dev/lxd)
user-data, defined as a regular config key in the user config namespace, so "lxc config set user.user-data blah"
vendor-data, defined as a regular config key in the user config namespace, so "lxc config set user.vendor-data blah"
The next step here is to implement the templating engine for the images, then we can ship a template which generates the user-data file within the container every time it's started.
"
Maybe they will implement it by default for images from
http://images.linuxcontainers.org/
?
More information about the pve-devel
mailing list