cloud-init 19.3-0ubuntu1 source package in Ubuntu

Changelog

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

  * New upstream release.
    - Release 19.3 (LP: #1851428)
    - azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6
      (LP: #1850308)
    - configdrive: fix subplatform config-drive for /config-drive source
      [David Kindred] (LP: #1849731)

 -- Chad Smith <email address hidden>  Tue, 05 Nov 2019 14:50: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.3.orig.tar.gz 1.0 MiB a49f89f8b9892a074063825f9071895789a3a040a42de2def072a1ca7f13cbad
cloud-init_19.3-0ubuntu1.debian.tar.xz 56.2 KiB 20c12fca30255721e6c3ad463c13d72bb7c3dc665aaad41f112afe195948a3b8
cloud-init_19.3-0ubuntu1.dsc 2.2 KiB a6a957800d63af7bedbdbd80db1d30b790c497be325e72b773af523cab240af2

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.