cloud-init 23.3~1ge5a617fe-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (23.3~1ge5a617fe-0ubuntu1) mantic; urgency=medium

  * Upstream snapshot based on upstream/main at e5a617fe.
    - Bugs fixed in this snapshot: (LP: #2025180, #2025180, #1999952)
      (LP: #1798055)

 -- Chad Smith <email address hidden>  Wed, 28 Jun 2023 09:57:55 -0600

Upload details

Uploaded by:
Chad Smith
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~1ge5a617fe.orig.tar.gz 5.4 MiB 8f3ccb2bfb4f52de21725a6fb828ff25ec510beecbc49a57ce49f244141120df
cloud-init_23.3~1ge5a617fe-0ubuntu1.debian.tar.xz 87.3 KiB 398af9a1d197b2b851e9cf70047fc6905bddab3594abd0e380fc66ee3204fd91
cloud-init_23.3~1ge5a617fe-0ubuntu1.dsc 2.2 KiB 0b079cd57449e18810cc4ea60100d071ba8ad4a4425045084620946131df1a35

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.