cloud-init 23.3~2gcf474da7-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (23.3~2gcf474da7-0ubuntu1) mantic; urgency=medium

  * Upstream snapshot based on upstream/main at cf474da7.
    - Bugs fixed in this snapshot: (LP: #2013403)

 -- Alberto Contreras <email address hidden>  Tue, 11 Jul 2023 10:22:04 +0200

Upload details

Uploaded by:
Alberto Contreras
Sponsored 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~2gcf474da7.orig.tar.gz 5.4 MiB 603793db5cebc81dc6d6c61907d158f505847da627276ae817f5d07f99846b43
cloud-init_23.3~2gcf474da7-0ubuntu1.debian.tar.xz 87.3 KiB 2c0ac4e9ab04057b7a2356da61225fafb21b6389cbda67fa460f59123488e284
cloud-init_23.3~2gcf474da7-0ubuntu1.dsc 2.2 KiB 7c8728cf6d1cc209808baf65aaf987e95665de445e8a0a28e56cfe92606470af

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.