Has there been any discussions on supporting cloud-init data, along with the chef setup script?
It is possible to supply both cloud init data (YAML) and a script via a mime multi-part archive.
Cloud init configs are useful to e.g. set the hostname, adding CA certs, post setup phone home and many other things. Although some of this is configurable via chef too, some of them are individual to the machine (e.g. setting unique hostnames), and hence are trickier to handle via chef recipes.
Has there been any discussions on supporting cloud-init data, along with the chef setup script?
It is possible to supply both cloud init data (YAML) and a script via a mime multi-part archive.
Cloud init configs are useful to e.g. set the hostname, adding CA certs, post setup phone home and many other things. Although some of this is configurable via chef too, some of them are individual to the machine (e.g. setting unique hostnames), and hence are trickier to handle via chef recipes.