cloud-init 19.3-41-gc4735dd3-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (19.3-41-gc4735dd3-0ubuntu1) focal; urgency=medium

  * New upstream snapshot.
    - Fix linting failure in test_url_helper (#83) [Eric Lafontaine]

 -- Chad Smith <email address hidden>  Tue, 03 Dec 2019 14:46:25 -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.3-41-gc4735dd3.orig.tar.gz 1.0 MiB 48cb7396b69f0306a23bd7d9e3302c72777566b7458ce087e3aa480ce092c6be
cloud-init_19.3-41-gc4735dd3-0ubuntu1.debian.tar.xz 57.6 KiB 5d42c71ca7f76aa513ee7a0bc83d06879177fdce89fdf392b4aef64f6fc89a84
cloud-init_19.3-41-gc4735dd3-0ubuntu1.dsc 2.3 KiB f28c50c2e699feb99f624585de69e42b749774ed45f6f3fce726b3612c93b90b

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.