cloud-init 23.3~4ga31370af-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (23.3~4ga31370af-0ubuntu1) mantic; urgency=medium

  * Upstream snapshot based on upstream/main at a31370af.
    - Bugs fixed in this snapshot: (LP: #1923363, #2028562, #2028784)
  * d/cloud-init.maintscript: Remove the unused hook-network-manager
    conffile. (LP: #2027861)
  * d/control: Add python3-passlib as needed for testing

 -- James Falcon <email address hidden>  Mon, 31 Jul 2023 11:38:42 -0500

Upload details

Uploaded by:
James Falcon
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_23.3~4ga31370af.orig.tar.gz 5.4 MiB cdf0aaef9b998f34c686a396c1fd926c5a9a47c9467a362429b92a3b40cd7a87
cloud-init_23.3~4ga31370af-0ubuntu1.debian.tar.xz 87.4 KiB 00a85509a766cb1117f017ddc08390a49e2b21721f3a1b6d97a58aa8b024bbc2
cloud-init_23.3~4ga31370af-0ubuntu1.dsc 2.1 KiB 139e600c3a9a0bbc972723138baef542ca0526e4f2e905a2ecc2fa0ee9791050

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.