cloud-init 22.1-14-g2e17a0d6-0ubuntu1~22.04.3 source package in Ubuntu

Changelog

cloud-init (22.1-14-g2e17a0d6-0ubuntu1~22.04.3) jammy; urgency=medium

  * d/patches: include the missing quilt patch from v. 22.04.2 upload
    - cpick-5e347d25-Revert-Ensure-system_cfg-read-before-ds-net-config-on

 -- James Falcon <email address hidden>  Fri, 11 Mar 2022 15:19:52 -0600

Upload details

Uploaded by:
James Falcon
Sponsored by:
Chad Smith
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_22.1-14-g2e17a0d6.orig.tar.gz 1.3 MiB 46a8cc8f05d27143257186cb9df42e8781b70ecd9db91a06131c8f099f402611
cloud-init_22.1-14-g2e17a0d6-0ubuntu1~22.04.3.debian.tar.xz 78.9 KiB 0b4f63c2427cf13bd5081cddb670a089d57c665531dd0f475adca376a45e301e
cloud-init_22.1-14-g2e17a0d6-0ubuntu1~22.04.3.dsc 2.3 KiB 7ad9a94c522e0b552a39a5270a4435eeef3104fd875d1942a142039c446cd543

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.