cloud-init 23.1.1-0ubuntu2 source package in Ubuntu
Changelog
cloud-init (23.1.1-0ubuntu2) lunar; urgency=medium * d/apport-general-hook.py: Add general apport hook to append cloud type, image and instance size information to bug reports (LP: #1724623) * d/cloud-init.postinst: MAAS prefer yaml.safe_load over yaml.load (LP: #2009746) * d/cloud-init.preinst: Oracle to remove vestigial /etc/cloud.cloud.cfg.d/ 99-disable-network-config.cfg because system config is now honored before datasource config (LP: #1956788) * Upstream snapshot based on upstream/main at 85b2fbc2. - Bugs fixed in this snapshot: (LP: #1956788) -- Chad Smith <email address hidden> Tue, 21 Mar 2023 14:43:55 -0600
Upload details
- Uploaded by:
- Chad Smith
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | admin |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cloud-init_23.1.1.orig.tar.gz | 1.5 MiB | 78018334e67adb1190a8d94523c5a44e4ac307c9a7812df89d51c532961a4a16 |
cloud-init_23.1.1-0ubuntu2.debian.tar.xz | 87.2 KiB | 0e51c797ef296e3b1dcfbc4876e06e14cd08eda68f65a6d778f610701bbfd4e3 |
cloud-init_23.1.1-0ubuntu2.dsc | 2.2 KiB | 0994a4e12b256a1e2372c7b1689ecb5e3240cd3e1532487fd6b44a7eaa988d4e |
Available diffs
Binary packages built by this source
- cloud-init: initialization and customization tool for cloud instances
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 the network and storage devices to configuring SSH
access key and many other aspects of a system. Later on the cloud-init will
also parse and process any optional user or vendor data that was passed to
the instance.