cloud-init 19.2-78-ge8138959-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (19.2-78-ge8138959-0ubuntu1) focal; urgency=medium

  * New upstream snapshot.
    - DataSourceSmartOS: reconfigure network on each boot
      [Mike Gerdts] (LP: #1765801)
    - Add config for ssh-key import and consuming user-data [Pavel Zakharov]
    - net: fix subnet_is_ipv6() for stateless|stateful
      [Harald Jensås] (LP: #1848690)
    - OVF: disable custom script execution by default [Xiaofeng Wang]
    - cc_puppet: Implement csr_attributes.yaml support [Matthias Baur]
    - cloud-init.service: on centos/fedora/redhat wait on
      NetworkManager.service (LP: #1843334)
    - azure: Do not lock user on instance id change
      [Sam Eiderman] (LP: #1849677)
    - net/netplan: use ipv6-mtu key for specifying ipv6 mtu values
    - Fix usages of yaml, and move yaml_dump to safeyaml.dumps.
      [Scott Moser] (LP: #1849640)
    - exoscale: Increase url_max_wait to 120s. [Chris Glass]
    - net/sysconfig: fix available check on SUSE distros
      [Robert Schweikert] (LP: #1849378)
    - docs: Fix incorrect Azure IMDS IP address [Joshua Powers] (LP: #1849508)
    - introduce .travis.yml
    - net: enable infiniband support in eni and sysconfig renderers
      [Darren Birkett] (LP: #1847114)
    - guestcust_util: handle special characters in config file [Xiaofeng Wang]
    - fix some more typos in comments [Dominic Schlegel]
    - replace any deprecated log.warn with log.warning
      [Dominic Schlegel] (LP: #1508442)
    - net: handle openstack dhcpv6-stateless configuration
      [Harald Jensås] (LP: #1847517)
    - Add .venv/ to .gitignore [Dominic Schlegel]
    - Small typo fixes in code comments. [Dominic Schlegel]
    - cloud_test/lxd: Retry container delete a few times
    - Add Support for e24cloud to Ec2 datasource. [Scott Moser] (LP: #1696476)
    - Add RbxCloud datasource [Adam Dobrawy]
    - get_interfaces: don't exclude bridge and bond members (LP: #1846535)
    - Add support for Arch Linux in render-cloudcfg [Conrad Hoffmann]
    - util: json.dumps on python 2.7 will handle UnicodeDecodeError on binary
      (LP: #1801364)
    - debian/ubuntu: add missing word to netplan/ENI header (LP: #1845669)
    - ovf: do not generate random instance-id for IMC customization path
    - sysconfig: only write resolv.conf if network_state has DNS values
      (LP: #1843634)
    - sysconfig: use distro variant to check if available (LP: #1843584)
    - systemd/cloud-init.service.tmpl: start after wicked.service
      [Robert Schweikert]
    - docs: fix zstack documentation lints
    - analyze/show: remove trailing space in output
    - Add missing space in warning: "not avalid seed" [Brian Candler]
    - pylintrc: add 'enter_context' to generated-members list
    - Add datasource for ZStack platform. [Shixin Ruan] (LP: #1841181)
    - docs: organize TOC and update summary of project [Joshua Powers]
    - tools: make clean now cleans the dev directory, not the system
    - docs: create cli specific page [Joshua Powers]
    - docs: added output examples to analyze.rst [Joshua Powers]
    - docs: doc8 fixes for instancedata page [Joshua Powers]
    - docs: clean up formatting, organize boot page [Joshua Powers]

 -- Ryan Harper <email address hidden>  Fri, 01 Nov 2019 11:01:15 -0500

Upload details

Uploaded by:
Ryan Harper
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.2-78-ge8138959.orig.tar.gz 1.0 MiB 6156094f4b50260a3fd0e7147d4579095e627e0a88664200949f282bd5594db5
cloud-init_19.2-78-ge8138959-0ubuntu1.debian.tar.xz 56.1 KiB 58a792db7eb2654a7ac229dc46facc8a5081cab047daa225e8fdddbf9408f3f4
cloud-init_19.2-78-ge8138959-0ubuntu1.dsc 1.9 KiB d28a481172f88c00c95540b2b17aafde8643e8a5191ebcbacea264793c294520

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.