cloud-init 22.1-14-g2e17a0d6-0ubuntu1~20.04.3 source package in Ubuntu

Changelog

cloud-init (22.1-14-g2e17a0d6-0ubuntu1~20.04.3) focal; urgency=medium

  * d/p/cpick-eee60329-Fix-cloud-init-status-wait-when-no-datasource-found:
    cherry-pick eee60329: Fix cloud-init status --wait when no datasource
    found (#1349) (LP: #1966085)

 -- James Falcon <email address hidden>  Thu, 24 Mar 2022 10:35:21 -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.1-14-g2e17a0d6.orig.tar.gz 1.3 MiB 46a8cc8f05d27143257186cb9df42e8781b70ecd9db91a06131c8f099f402611
cloud-init_22.1-14-g2e17a0d6-0ubuntu1~20.04.3.debian.tar.xz 80.0 KiB 776799fefe469d720db51c62baf1de81a5ed547adbfe8f5575acd39784058d16
cloud-init_22.1-14-g2e17a0d6-0ubuntu1~20.04.3.dsc 2.3 KiB af20a3f6d5ccf888cb54529fda1559ae7f16e02ede8713ca1838cc09c077dd92

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.