cloud-init 21.4-119-gdeb3ae82-0ubuntu1~22.04.2 source package in Ubuntu

Changelog

cloud-init (21.4-119-gdeb3ae82-0ubuntu1~22.04.2) jammy; urgency=medium

  * No-change rebuild to update maintainer scripts, see LP: 1959054

 -- Dave Jones <email address hidden>  Wed, 16 Feb 2022 16:49:49 +0000

Upload details

Uploaded by:
Dave Jones
Sponsored by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_21.4-119-gdeb3ae82.orig.tar.gz 1.2 MiB a156c3d899d82f6c36fc8cdb07ff0eee0e7a1111ab5e9d5e00e124c52a837b39
cloud-init_21.4-119-gdeb3ae82-0ubuntu1~22.04.2.debian.tar.xz 77.3 KiB e52829cb3a6f75ce1734564e15f7bd63d89b574daac274c63ab284d808c4a8c6
cloud-init_21.4-119-gdeb3ae82-0ubuntu1~22.04.2.dsc 2.3 KiB 9ef4a8da3c667e7f802d5146bd72381a97fd17ad9158fd88d4268f87608532fe

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.