cloud-init 23.1.1-0ubuntu1 source package in Ubuntu

Changelog

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

  * Upstream snapshot based on main at 4896402b.

 -- James Falcon <email address hidden>  Thu, 02 Mar 2023 16:46:05 -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.1.orig.tar.gz 1.5 MiB 78018334e67adb1190a8d94523c5a44e4ac307c9a7812df89d51c532961a4a16
cloud-init_23.1.1-0ubuntu1.debian.tar.xz 86.1 KiB 3e7318259527fe866e8b7e92b05d8b915ced47510b2e1c5a2f11fcc4b4d393f8
cloud-init_23.1.1-0ubuntu1.dsc 2.2 KiB 06d31b497017f83d62ba31f9b0c5759da3fbbb9cc0646d5abf5d946860eb60e8

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.