cloud-init 20.1-10-g71af48df-0ubuntu5 source package in Ubuntu

Changelog

cloud-init (20.1-10-g71af48df-0ubuntu5) focal; urgency=medium

  * cherry-pick 0c5c7367: test_mounts: expand happy path test for both
    happy paths

 -- Daniel Watkins <email address hidden>  Thu, 16 Apr 2020 11:23:08 -0400

Upload details

Uploaded by:
Dan Watkins
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main admin

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_20.1-10-g71af48df.orig.tar.gz 1.0 MiB c50b31a237f597df8c30cf6a07c9933ab50f1c99c074025d9a1179625aee8194
cloud-init_20.1-10-g71af48df-0ubuntu5.debian.tar.xz 78.5 KiB 2ca94361f6522cfff40f2c35743640ee77d5642806c79181df54114b6aaceb34
cloud-init_20.1-10-g71af48df-0ubuntu5.dsc 2.3 KiB 83c042e2c4a4116a3dafd0adcf027fc02e540d955305d83a91a424cf58880c5d

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.