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

Changelog

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

  * d/control: add python3-pytest to Build-Depends
    - This fixes upstream daily builds.  python3-nose is not removed from
      Build-Depends because, currently, the Ubuntu package builds will still
      use it for testing.
  * cherry-pick 6600c642: ec2: render network on all NICs and add
    secondary IPs as (LP: #1866930)

 -- Chad Smith <email address hidden>  Wed, 18 Mar 2020 14:01:37 -0600

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_20.1-10-g71af48df.orig.tar.gz 1.0 MiB c50b31a237f597df8c30cf6a07c9933ab50f1c99c074025d9a1179625aee8194
cloud-init_20.1-10-g71af48df-0ubuntu2.debian.tar.xz 66.4 KiB 562226cf3ca4fe9518c89d97ea59d3b04438d3f06f3a98f4977a1a72c7b52cda
cloud-init_20.1-10-g71af48df-0ubuntu2.dsc 2.4 KiB bbef0d83a040e5b89f6fa5186f1d06760e1c4a3152f7b670c8da5f64c70e9ae6

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.