cloud-init 22.2-0ubuntu1~20.04.2 source package in Ubuntu

Changelog

cloud-init (22.2-0ubuntu1~20.04.2) focal; urgency=medium

  * cherry-pick a2e62738: Fix cc_phone_home requiring 'tries' (#1500)
    (LP: #1977952)

 -- James Falcon <email address hidden>  Thu, 09 Jun 2022 16:53:07 -0500

Upload details

Uploaded by:
James Falcon
Sponsored by:
Chad Smith
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_22.2.orig.tar.gz 1.3 MiB 795467a444ecb1b5bed2e8ccc61f3be8fc198e1203abf76cefc338291df6de8a
cloud-init_22.2-0ubuntu1~20.04.2.debian.tar.xz 81.3 KiB 70076368e6d3f31858c67e9f6dedc42a2b01ac86f9cbaec308dcf77b493d0c27
cloud-init_22.2-0ubuntu1~20.04.2.dsc 2.2 KiB 27658fa89bbbe2c00c9353e3a103514a9dc317440020bc11c40cc16f401ab85e

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.