cloud-init 24.2~3ge68c8c74-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (24.2~3ge68c8c74-0ubuntu1) oracular; urgency=medium

  * Upstream snapshot based on upstream/main at e68c8c74.
    - Bugs fixed in this snapshot: (LP: #2066979, #2066985)

 -- James Falcon <email address hidden>  Fri, 24 May 2024 12:08:51 -0500

Upload details

Uploaded by:
James Falcon
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~3ge68c8c74.orig.tar.gz 1.7 MiB d01cb121277454300083c5394d56713d523f694f66c03f2094d626aaad25939e
cloud-init_24.2~3ge68c8c74-0ubuntu1.debian.tar.xz 88.5 KiB d613e4c86166c7c8bed4998260d86b966359719fc78f59e4637c1a87f98acd81
cloud-init_24.2~3ge68c8c74-0ubuntu1.dsc 2.1 KiB 2ce86b9c04d3f0dcd6e464371af38e0f5f5ddec9b798223065898ea09faf6512

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.