cloud-init 19.2-36-g059d049c-0ubuntu3 source package in Ubuntu

Changelog

cloud-init (19.2-36-g059d049c-0ubuntu3) eoan; urgency=medium

  * debian/cloud-init.config get_yaml_list should return only the value
    (LP: #1846511)

 -- Ryan Harper <email address hidden>  Wed, 09 Oct 2019 16:32:17 -0500

Upload details

Uploaded by:
Ryan Harper
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_19.2-36-g059d049c.orig.tar.gz 1.0 MiB 933eb7c68355cd0f763d39345892ebcefd6965f188fb22388fcd5d84b5b2eeab
cloud-init_19.2-36-g059d049c-0ubuntu3.debian.tar.xz 56.7 KiB 335df95bce5860e9cf9c50d2fcc476531f34fff1358db383661f24cff61b1b0d
cloud-init_19.2-36-g059d049c-0ubuntu3.dsc 1.9 KiB b4cd7128b122892fe82da7ba49a5bace8858883524a3b78f726b9dbdc287e839

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.