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

Changelog

cloud-init (22.1-14-g2e17a0d6-0ubuntu1~22.04.4) jammy; 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)

 -- Chad Smith <email address hidden>  Wed, 23 Mar 2022 20:10:41 -0600

Upload details

Uploaded 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.1-14-g2e17a0d6.orig.tar.gz 1.3 MiB 46a8cc8f05d27143257186cb9df42e8781b70ecd9db91a06131c8f099f402611
cloud-init_22.1-14-g2e17a0d6-0ubuntu1~22.04.4.debian.tar.xz 80.7 KiB b22e57efce38f2682241110ed376dd77f65fcdf1c16dc8a46659bf798c4e0e8e
cloud-init_22.1-14-g2e17a0d6-0ubuntu1~22.04.4.dsc 2.3 KiB ee2e588dc1b469296bf9e3f7e2f1535e86ef4eb9b48a87fcb5156150dc67acf8

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.