cloud-init 23.1-0ubuntu2 source package in Ubuntu

Changelog

cloud-init (23.1-0ubuntu2) lunar; urgency=medium

  * Upstream snapshot based on main at d1ffbea5.
    - Bugs fixed in this snapshot: (LP: #2008727)

 -- James Falcon <email address hidden>  Thu, 02 Mar 2023 14:05:48 -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_23.1.orig.tar.gz 1.5 MiB 3e16d8cf58dcea5a6675705c3126ed10ef23ad67ae57b17d5029909d927fb106
cloud-init_23.1-0ubuntu2.debian.tar.xz 86.1 KiB f68ac17b2559929e69cee6cd3d4e88dd43e4b4c2b4c8e49803d530d427a64837
cloud-init_23.1-0ubuntu2.dsc 2.2 KiB d5ffffdeac9361dce959d5deb1bcf5dbfc509d4d79babdd15aa6960b242e9bdc

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.