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

Changelog

cloud-init (22.1-14-g2e17a0d6-0ubuntu1~22.04.2) jammy; urgency=medium

  * cherry-pick 156b927e: Revert "Ensure system_cfg read before ds
    net config on Oracle (#1174)" (#1326)

 -- James Falcon <email address hidden>  Fri, 11 Mar 2022 11:55:37 -0600

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.1-14-g2e17a0d6.orig.tar.gz 1.3 MiB 46a8cc8f05d27143257186cb9df42e8781b70ecd9db91a06131c8f099f402611
cloud-init_22.1-14-g2e17a0d6-0ubuntu1~22.04.2.debian.tar.xz 77.8 KiB f5fba8150b0c748bce8d9b718cc8308fd21ae62d177a6877b6dbd59a0d49a158
cloud-init_22.1-14-g2e17a0d6-0ubuntu1~22.04.2.dsc 2.3 KiB b1ebff77ed185a560f41c59720d36d05878d26f40ce38f43704dd00d8622bca4

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.