Cloud-init
A brief overview of cloud-init in OCS
Last updated
Was this helpful?
A brief overview of cloud-init in OCS
Last updated
Was this helpful?
is a tool used to customize cloud instances at launch. It's widely used across cloud providers, including OneQode Cloud.
In , all default images support cloud-init — so if you enter data in the "cloud-init user data" field when you , it will execute on boot and preconfigure your instance with your specified settings.
Here are some examples of things you can configure at boot time with cloud-init:
Below is the cloud-init user data for each of the above examples.
Cloud-init user data requires valid YAML syntax
If a value you are entering contains colons or new lines in particular, you can run into problems.
Cloud-init has many options available to customize your cloud instances.
We recommend this excellent presentation by James Nugent:
Check out the to see how these are implemented in practise, and if you're dealing with multiline content, check out this resource on .
Check out the to learn more.