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

Changelog

cloud-init (22.2-0ubuntu1~22.04.2) jammy; urgency=medium

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

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

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_22.2.orig.tar.gz 1.3 MiB 795467a444ecb1b5bed2e8ccc61f3be8fc198e1203abf76cefc338291df6de8a
cloud-init_22.2-0ubuntu1~22.04.2.debian.tar.xz 82.1 KiB b9eef5f5ec4ae367024dcbcac7b580dc75ee44e0012e040d7a6c0e3b399b0621
cloud-init_22.2-0ubuntu1~22.04.2.dsc 2.2 KiB a17adfcc7ea77f5a4e59a2de2b4391630d9b6317d0c90d8ff37ea83d19c7bade

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.