cloud-init 19.4-1-g8c96cbc1-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (19.4-1-g8c96cbc1-0ubuntu1) focal; urgency=medium

  * debian/cloud-init.templates: enable RbxCloud: HypeOne and Rootbox detection
    by default
  * New upstream snapshot.
    - ci: emit names of tests run in Travis (#120)
    - Release 19.4 (LP: #1856761)
    - rbxcloud: fix dsname in RbxCloud [Adam Dobrawy] (LP: #1855196)
    - tests: Add tests for value of dsname in datasources [Adam Dobrawy]
    - apport: Add RbxCloud ds [Adam Dobrawy]
    - docs: Updating index of datasources [Adam Dobrawy]
    - docs: Fix anchor of datasource_rbx [Adam Dobrawy]
    - settings: Add RbxCloud [Adam Dobrawy]
    - doc: specify _ over - in cloud config modules
      [Joshua Powers] (LP: #1293254)
    - tools: Detect python to use via env in migrate-lp-user-to-github
      [Adam Dobrawy]
    - Partially revert "fix unlocking method on FreeBSD" (#116)
    - tests: mock uid when running as root (#113)
      [Joshua Powers] (LP: #1856096)
    - cloudinit/netinfo: remove unused getgateway (#111)
    - docs: clear up apt config sections (#107) [Joshua Powers] (LP: #1832823)
    - doc: add kernel command line option to user data (#105)
      [Joshua Powers] (LP: #1846524)
    - config/cloud.cfg.d: update README [Joshua Powers] (LP: #1855006)

 -- Chad Smith <email address hidden>  Wed, 18 Dec 2019 11:02:04 -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.4-1-g8c96cbc1.orig.tar.gz 1.0 MiB ff936920e5d28cc12d70e9e52b1af19fbced611f37bcbd767bcef3246a69353e
cloud-init_19.4-1-g8c96cbc1-0ubuntu1.debian.tar.xz 58.3 KiB 1d4d0a256617b0114c3e7c86fdea32bc7e687dceca7c1257bc865c68790988e5
cloud-init_19.4-1-g8c96cbc1-0ubuntu1.dsc 2.3 KiB 8291ecf3d3b3ce3858a731cb4b55a2c93a4151949ae6e625e4c7a9f3e411d2e9

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.