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

Changelog

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

  * New upstream snapshot.
    - instance-data: add cloud-init merged_cfg and sys_info keys to json
      (#214) (LP: #1865969)

 -- Chad Smith <email address hidden>  Tue, 10 Mar 2020 11:14:53 -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-0ubuntu1.debian.tar.xz 59.8 KiB 1e7eed9b27660845a2e7ee98bd22b4ecc87026e35e89b44a6f35704e18eb68c3
cloud-init_20.1-10-g71af48df-0ubuntu1.dsc 2.4 KiB e1c1ab7296707d97799ca45a8bdc78926465d78c0c66a205ae957c990e4d923b

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.