cloud-init 24.1~4gd9677655-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (24.1~4gd9677655-0ubuntu1) noble; urgency=medium

  * d/cloud-init.maintscript: remove /etc/cloud/clean.d/README
  * d/cloud-init.logrotate: add logrotate config for cloud-init
  * Upstream snapshot based on upstream/main at d9677655.
    - Bugs fixed in this snapshot: (LP: #2051147)

 -- Alberto Contreras <email address hidden>  Wed, 24 Jan 2024 18:45:19 +0100

Upload details

Uploaded by:
Alberto Contreras
Sponsored 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~4gd9677655.orig.tar.gz 1.6 MiB efeac719008884cb32761ae3d05ec23df22a3254cdfc67af25472b1f3988c342
cloud-init_24.1~4gd9677655-0ubuntu1.debian.tar.xz 88.5 KiB 8e088b7ac727a66c4f5efeaaa5fe79263741f698cb029bbca097e7207192309e
cloud-init_24.1~4gd9677655-0ubuntu1.dsc 2.3 KiB b4c3b0d85888b8b0c45eb3f69bf978cf9a13ecdd0fc59276487a9f3da4116922

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.