cloud-init 19.3-40-gf69d33a7-0ubuntu1 source package in Ubuntu
Changelog
cloud-init (19.3-40-gf69d33a7-0ubuntu1) focal; urgency=medium * New upstream snapshot. - url_helper: read_file_or_url should pass headers param into readurl (#66) (LP: #1854084) - lp-to-git-users: adding elafontaine (#74) [Eric Lafontaine] - lp-to-git-users: adding xiaofengw-vmware [Xiaofeng Wang] - dmidecode: log result *after* stripping [Igor Galić] - cloud_tests: add azure platform support to integration tests [ahosmanmsft] - set_passwords: support for FreeBSD (#46) [Igor Galić] - tools: migrate-lp-user-to-github removes repo_dir if created (#35) - Correct jumbled documentation for cc_set_hostname module (#64) [do3meli] (LP: #1853543) - FreeBSD: fix for get_linux_distro() and lru_cache (#59) [Igor Galić] (LP: #1815030) - lp-to-git-users: adding do3meli [Dominic Schlegel] -- Chad Smith <email address hidden> Mon, 02 Dec 2019 16:26:24 -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.3-40-gf69d33a7.orig.tar.gz | 1.0 MiB | b80947bf62576cc8150fccfde6ed931c58aff826d5a013633c026eeb664d11a0 |
cloud-init_19.3-40-gf69d33a7-0ubuntu1.debian.tar.xz | 57.6 KiB | 55f87c89fc6396ff03bc9a03f414ff1c1a9c34461c5c3a9c93fb8856a2788f6e |
cloud-init_19.3-40-gf69d33a7-0ubuntu1.dsc | 2.3 KiB | 589aa729ad6924edfdf2fbcba9641a2e6a5f3d1e38b05859cf09fee98dc09fbe |
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.