FAQ¶
How do I get help?¶
Having trouble? We would like to help!
First go through this page with answers to common questions
Use the search bar at the upper left to search our documentation
Ask questions in the
#cloud-init
IRC channel on LiberaJoin and ask questions on the
cloud-init
mailing listFind a bug? Check out the Reporting bugs topic to find out how to report one
autoinstall
, preruncmd
, postruncmd
¶
Since cloud-init
ignores top level user data cloud-config
keys, other
projects such as Juju and Subiquity autoinstaller use a YAML-formatted
config that combines cloud-init
’s user data cloud-config YAML format with
their custom YAML keys. Since cloud-init
ignores unused top level keys,
these combined YAML configurations may be valid cloud-config
files,
however keys such as autoinstall
, preruncmd
, and postruncmd
are
not used by cloud-init
to configure anything.
Please direct bugs and questions about other projects that use cloud-init
to their respective support channels. For Subiquity autoinstaller that is via
IRC (#ubuntu-server
on Libera) or Discourse. For Juju support see their
discourse page.
Can I use cloud-init as a library?¶
Please don’t. Some projects do. However, cloud-init
does not
currently make any API guarantees to either external consumers or out-of-tree
datasources / modules. Current users of cloud-init as a library are
projects that have close contact with cloud-init
, which is why this
(fragile) model currently works.
For those that choose to ignore this advice, logging in cloud-init is
configured in cloud-init/cmd/main.py
, and reconfigured in the
cc_rsyslog
module for obvious reasons.
Where can I learn more?¶
Below are some videos, blog posts, and white papers about cloud-init
from a
variety of sources.
Videos:
Perfect Proxmox Template with Cloud Image and Cloud Init [proxmox, cloud-init, template]
cloud-init - Building clouds one Linux box at a time (Video)
Blog Posts:
Cloud-init Getting Started [fedora, libvirt, cloud-init]
Build Azure Devops Agents With Linux cloud-init for Dotnet Development [terraform, azure, devops, docker, dotnet, cloud-init]
Cloud-init Getting Started [fedora, libvirt, cloud-init]
Setup Neovim cloud-init Completion [neovim, yaml, Language Server Protocol, jsonschema, cloud-init]
Events:
Whitepapers: