cloud-init 24.2~5g8c396a4b-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (24.2~5g8c396a4b-0ubuntu1) oracular; urgency=medium

  * Upstream snapshot based on upstream/main at 8c396a4b.

 -- Chad Smith <email address hidden>  Wed, 26 Jun 2024 12:30:42 -0600

Upload details

Uploaded by:
Chad Smith
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_24.2~5g8c396a4b.orig.tar.gz 1.7 MiB 3adabd4ef2661076424a190bdc142df4cbfd7745c5ce8b376a1bec01e346be22
cloud-init_24.2~5g8c396a4b-0ubuntu1.debian.tar.xz 88.5 KiB 826b58e4e1eb04f8465a69178debcefd4a1ec2b96c12d277694bf32869c80f99
cloud-init_24.2~5g8c396a4b-0ubuntu1.dsc 2.2 KiB 01d93863be282709f8d55a562e067ffa29715b508b8204c101e70ba94b6a0373

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.