cloud-init 19.4-16-gf8950d63-0ubuntu1 source package in Ubuntu
Changelog
cloud-init (19.4-16-gf8950d63-0ubuntu1) focal; urgency=medium * New upstream snapshot. - Add support for the amazon variant in cloud.cfg.tmpl (#119) [Frederick Lefebvre] - ci: remove Python 2.7 from CI runs (#137) - modules: drop cc_snap_config config module (#134) - migrate-lp-user-to-github: ensure Launchpad repo exists (#136) - docs: add initial troubleshooting to FAQ (#104) [Joshua Powers] - doc: update cc_set_hostname frequency and descrip (#109) [Joshua Powers] (LP: #1827021) - freebsd: introduce the freebsd renderer (#61) [Gonéri Le Bouder] - cc_snappy: remove deprecated module (#127) - HACKING.rst: clarify that everyone needs to do the LP->GH dance (#130) - freebsd: cloudinit service requires devd (#132) [Gonéri Le Bouder] - cloud-init: fix capitalisation of SSH (#126) - doc: update cc_ssh clarify host and auth keys [Joshua Powers] (LP: #1827021) -- Chad Smith <email address hidden> Mon, 06 Jan 2020 09:52:22 -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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cloud-init_19.4-16-gf8950d63.orig.tar.gz | 1.0 MiB | 260f2890ecfde280e7b63b45d884582419daa25434ac8d17214efb9db6d82978 |
cloud-init_19.4-16-gf8950d63-0ubuntu1.debian.tar.xz | 58.5 KiB | 350871b9a255e0642fbf199f253adcb08e1338360354a66839d0cea90b4b01da |
cloud-init_19.4-16-gf8950d63-0ubuntu1.dsc | 2.3 KiB | a1ee67f03b586023c7b4472a8304f7b75c411d2cddd82b609ed0c0d841303063 |
Available diffs
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.