cloud-init 19.3-23-gfb04493e-0ubuntu1 source package in Ubuntu

Changelog

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

  * New upstream snapshot.
    - distro: correctly set usr_lib_exec path for FreeBSD distro (#40)
      [Igor Galić] (LP: #1852491)
    - azure: support secondary ipv6 addresses (#33)
    - Fix metadata check when local-hostname is null (#32)
      [Mark Goddard] (LP: #1852100)
    - Merge pull request #38 from blackboxsw/cleanup/run-ci-on-pull-request
    - switch default FreeBSD salt minion pkg from py27 to py36
      [Dominic Schlegel]
    - lp-to-git-users: adding igalic [Igor Galić]
    - add data-server dns entry as new metadata server detection
      [Joshua Hügli]
    - lp-to-git-users: adding chrisglass [Chris Glass]
    - lp-to-git-users: adding larsks [Lars Kellogg-Stedman]
    - Merge pull request #31 from raharper/fix/pycodestyle-tip
    - reporting: Using a uuid to enforce uniqueness on the KVP keys. [momousta]
    - lp-to-git-users: adding paride [Paride Legovini]
    - lp-to-git-users: adding powersj [Joshua Powers]
    - lp-to-git-users: adding blackboxsw
    - lp-to-git-users: adding raharper
    - docs: touchups in rtd intro and README.md
    - doc: update launchpad git refs to github
    - tools: migrate script needs to write tools/.lp-to-git-user
    - github: drop pull-request template to prepare for migration
    - tools: add migrate-lp-user-to-github script to link LP to github
    - github: new basic project readme

 -- Chad Smith <email address hidden>  Thu, 14 Nov 2019 16:41:33 -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-23-gfb04493e.orig.tar.gz 1.0 MiB 75622785e7807e6c73c28ac6f73b70c6e9afd43dcb74927456fd15ce971ce79a
cloud-init_19.3-23-gfb04493e-0ubuntu1.debian.tar.xz 56.5 KiB b38ab7c7899b3d48d0e98507b2539a0f7bffef9c863e4f497adb2cde3bf65aaf
cloud-init_19.3-23-gfb04493e-0ubuntu1.dsc 2.3 KiB a2ce81ad365ee1baf0ab2d733a24a6fc890a0f6b26def4aa4d7db1c251c2f55a

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.