cloud-init 24.1~3gb729a4c4-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (24.1~3gb729a4c4-0ubuntu1) noble; urgency=medium

  * Upstream snapshot based on upstream/main at b729a4c4.

 -- Chad Smith <email address hidden>  Tue, 09 Jan 2024 15:38:50 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_24.1~3gb729a4c4.orig.tar.gz 1.6 MiB a1bb6427038bd53a62d5d2f29b12e37443b91246b2ea3d394f03ff1381789b08
cloud-init_24.1~3gb729a4c4-0ubuntu1.debian.tar.xz 88.4 KiB 9c26c0cc71fb37799f1007518134cb113517b9da20d33eee978adc85047cc549
cloud-init_24.1~3gb729a4c4-0ubuntu1.dsc 2.3 KiB 7b99f46aaa37bd458726a3d812d5f27ddd88f41215c3c5287f088479f852dd84

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.