cloud-init 22.4-0ubuntu3 source package in Ubuntu

Changelog

cloud-init (22.4-0ubuntu3) lunar; urgency=medium

  * d/changelog: Sync released d/changelog entries
    - 22.3.4-0ubuntu1 and 22.3.3-0ubuntu1~22.10.1
  * Changelog: Sync release entries in Changlog:
    - 22.3.1, 22.3.2, 22.3.3 and 22.3.4

 -- Chad Smith <email address hidden>  Tue, 15 Nov 2022 19:08:24 -0700

Upload details

Uploaded 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.orig.tar.gz 1.4 MiB e8b6bb021158c44fd3e44dacdcab1cf89fe8a310cde837bbca870d3c13102397
cloud-init_22.4-0ubuntu3.debian.tar.xz 85.8 KiB 0c4eaeb87392fb8cdc88e8310a73179d2159c296ea7082bc60b8b9ec8e28393f
cloud-init_22.4-0ubuntu3.dsc 2.2 KiB e84a19b4830f35e4e63bee78f81cd59d9cb9630894bf6d08ec1199694b3994e8

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.