cloud-init 19.4-33-gbb4131a2-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (19.4-33-gbb4131a2-0ubuntu1) focal; urgency=medium

  * New upstream snapshot.
    - Only use gpart if it is the BSD gpart (#131) [Conrad Hoffmann]
    - freebsd: remove superfluous exception mapping (#166) [Gonéri Le Bouder]

 -- Chad Smith <email address hidden>  Tue, 14 Jan 2020 14:02:06 -0700

Upload details

Uploaded 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_19.4-33-gbb4131a2.orig.tar.gz 1.0 MiB 1340ffcdc51a961d211c86774449e81d5814c00faac81e8448dfdf39d754995c
cloud-init_19.4-33-gbb4131a2-0ubuntu1.debian.tar.xz 58.7 KiB 6ccde839eb9fb85999b0ed6a7edd5d339adfd47bfc2824f9bfe59f419f4e7c14
cloud-init_19.4-33-gbb4131a2-0ubuntu1.dsc 2.3 KiB f506ccd061a4246533e2d02c62fd8930d544ea2222ae326542ab4bad96f7f064

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.