Skip to content

Official upstream for the cloud-init: cloud instance initialization

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-Apache2.0
GPL-3.0
LICENSE-GPLv3
Notifications You must be signed in to change notification settings

TheRealFalcon/cloud-init

This branch is 1 commit ahead of, 5 commits behind canonical/cloud-init:ubuntu/jammy-24.4.x.

Folders and files

NameName
Last commit message
Last commit date
Nov 19, 2024
May 26, 2022
Dec 5, 2023
Jan 15, 2025
Oct 7, 2024
Jan 16, 2025
Nov 19, 2024
Aug 2, 2024
Nov 4, 2024
Nov 4, 2024
Nov 15, 2024
Jan 15, 2025
Nov 18, 2024
Oct 27, 2021
Dec 16, 2021
Mar 15, 2024
Mar 7, 2024
Sep 6, 2022
Sep 24, 2024
Jan 15, 2025
Dec 22, 2016
Dec 22, 2016
Dec 22, 2016
May 10, 2022
Dec 8, 2023
Sep 24, 2024
May 25, 2023
Nov 19, 2024
Sep 24, 2024
Jul 24, 2024
Oct 7, 2024
Oct 9, 2024
Sep 6, 2024
Sep 6, 2024
Aug 13, 2024
Jul 1, 2024
Jun 7, 2017
Apr 26, 2024
Nov 12, 2024

Repository files navigation

cloud-init

Unit Tests Integration Tests Documentation

Cloud-init is the industry standard multi-distribution method for cross-platform cloud instance initialization. It is supported across all major public cloud providers, provisioning systems for private cloud infrastructure, and bare-metal installations.

Cloud instances are initialized from a disk image and instance data:

  • Cloud metadata
  • User data (optional)
  • Vendor data (optional)

Cloud-init will identify the cloud it is running on during boot, read any provided metadata from the cloud and initialize the system accordingly. This may involve setting up network and storage devices to configuring SSH access key and many other aspects of a system. Later on cloud-init will also parse and process any optional user or vendor data that was passed to the instance.

Getting help

If you need support, start with the user documentation.

If you need additional help consider reaching out with one of the following options:

Distribution and cloud support

The majority of clouds and Linux / Unix OSes are supported by and ship with cloud-init. If your distribution or cloud is not supported, please get in contact with that distribution and send them our way!

To start developing cloud-init

Checkout the contributing document that outlines the steps necessary to develop, test, and submit code.

Daily builds

Daily builds are useful if you want to try the latest upstream code for the latest features or to verify bug fixes.

For Ubuntu, see the Daily PPAs

For CentOS, see the COPR build repos

Build / packaging

To see reference build/packaging implementations, refer to packages.

About

Official upstream for the cloud-init: cloud instance initialization

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-Apache2.0
GPL-3.0
LICENSE-GPLv3

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.4%
  • Shell 3.5%
  • Makefile 0.1%