cloud-init 23.3~3gebd7b2b6-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (23.3~3gebd7b2b6-0ubuntu1) mantic; urgency=medium

  * Upstream snapshot based on upstream/main at ebd7b2b6.

 -- Alberto Contreras <email address hidden>  Tue, 18 Jul 2023 17:37:07 +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~3gebd7b2b6.orig.tar.gz 5.4 MiB 031ca8f613d3e4a30bbb688ca2132fb3640f215749c55113d248724a36a884a4
cloud-init_23.3~3gebd7b2b6-0ubuntu1.debian.tar.xz 87.3 KiB 74527726e9a9cdf6110de10faa882832cdd4922cadcdef3bf3a4c9dbcfb0b3c5
cloud-init_23.3~3gebd7b2b6-0ubuntu1.dsc 2.2 KiB 171b54ec5380b38ec944da0f755eed4c2b019d4c02987d934dfb1129bbb9aef4

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.