cloud-init 24.2-0ubuntu1~24.04.2 source package in Ubuntu
Changelog
cloud-init (24.2-0ubuntu1~24.04.2) noble; urgency=medium * Declare breaks on the python3-minimal version that is affected by the py3clean failure when using alternate character set (LP: #2075337) cloud-init (24.2-0ubuntu1~24.04.1) noble; urgency=medium * d/control: Remove netifaces * d/p/deprecation-version-boundary.patch: Pin deprecation version to 24.1 * Upstream snapshot based on 24.2. (LP: #2071762). List of changes from upstream can be found at https://raw.githubusercontent.com/canonical/cloud-init/24.2/ChangeLog * drop all d/p/cpick-* files as they are included in upstream snapshot -- Benjamin Drung <email address hidden> Wed, 07 Aug 2024 20:54:01 +0200
Upload details
- Uploaded by:
- Benjamin Drung
- Sponsored by:
- Andreas Hasenack
- Uploaded to:
- Noble
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cloud-init_24.2.orig.tar.gz | 1.8 MiB | 5e0a025f2d008498c92632a45937bf0b722a05cea9c21b46b353898a0faaa565 |
cloud-init_24.2-0ubuntu1~24.04.2.debian.tar.xz | 89.2 KiB | ed6a7fbf2f55ab03d9e159d4823d3f8e78ff14b3ad5e54f24b3d18e50efffcc6 |
cloud-init_24.2-0ubuntu1~24.04.2.dsc | 2.2 KiB | 0e6e31a43eea052eb970010e3ffd2190ec7725235e8203ad8a0c686d454cc42a |
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.