cloud-init 24.2~2g51c6569f-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (24.2~2g51c6569f-0ubuntu1) oracular; urgency=medium

  * Upstream snapshot based on upstream/main at 51c6569f.
    - Bugs fixed in this snapshot: (LP: #2064132)

 -- Chad Smith <email address hidden>  Fri, 03 May 2024 15:34:25 -0600

Upload details

Uploaded by:
Chad Smith
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main admin

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_24.2~2g51c6569f.orig.tar.gz 1.7 MiB bf186501812554c988183a6b3e81cf357c39fdd6805b5c1439e49e4ab3304862
cloud-init_24.2~2g51c6569f-0ubuntu1.debian.tar.xz 88.4 KiB 3412c592aef781c1eca53e7fc50f4e937afc707fe83ba29e3ead2d9861aba60d
cloud-init_24.2~2g51c6569f-0ubuntu1.dsc 2.2 KiB 4a82fc60dd73add89b80672ab4c6b040fe55f8b6bc9829c3df7778eaf129db66

View changes file

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.