cloud-init 22.4.1-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (22.4.1-0ubuntu1) lunar; urgency=medium

  * Upstream snapshot based on upstream commit c038808e.

 -- James Falcon <email address hidden>  Mon, 21 Nov 2022 15:02:34 -0600

Upload details

Uploaded by:
James Falcon
Sponsored by:
Chad Smith
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_22.4.1.orig.tar.gz 1.4 MiB 30e7c4aa13524a58a2da2aa13892a9fc05dff17bdbb46bf333367cb454324e0b
cloud-init_22.4.1-0ubuntu1.debian.tar.xz 85.8 KiB e5426c26f695d2956d00859e87f9683f5c76e4225951eb88e7fe098142946a3d
cloud-init_22.4.1-0ubuntu1.dsc 2.2 KiB 9b055c9866667964a36e50eb174a0f0283ca7ccaf8fe32b4127326bcdf4c3a1b

Available diffs

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.