cloud-init 22.2-139-gb64ba456-0ubuntu1~22.10.1 source package in Ubuntu
Changelog
cloud-init (22.2-139-gb64ba456-0ubuntu1~22.10.1) kinetic; urgency=medium * New upstream snapshot. + test: use fake filesystem to avoid file removal (#1647) + tox: Fix tip-flake8 and tip-mypy (#1635) + config: Add wireguard config module (#1570) [Fabian Lichtenegger-Lukas] + tests: can run without azure-cli, tests expect inactive ansible (#1643) + typing: Type UrlResponse.contents (#1633) + testing: fix references to `DEPRECATED.` (#1641) + ssh_util: Handle sshd_config.d folder (LP: #1968873) + schema: Enable deprecations in cc_update_etc_hosts (#1631) + Add Ansible Config Module (#1579) + util: Support Idle process state in get_proc_ppid() (#1637) + schema: Enable deprecations in cc_growpart (#1628) + schema: Enable deprecations in cc_users_groups (#1627) + util: Fix error path and parsing in get_proc_ppid() + main: avoid downloading full contents cmdline urls (#1606) (LP: #1937319) + schema: Enable deprecations in cc_scripts_vendor (#1629) + schema: Enable deprecations in cc_set_passwords (#1630) + sources/azure: add experimental support for preprovisioned os disks (#1622) [Chris Patterson] + Remove configobj a_to_u calls (#1632) [Stefano Rivera] + cc_debug: Drop this module (#1614) + schema: add aggregate descriptions in anyOf/oneOf (#1636) + testing: migrate test_sshutil to pytest (#1617) + testing: Fix test_ca_certs integration test (#1626) + testing: add support for pycloudlib's pro images (#1604) + testing: migrate test_cc_set_passwords to pytest (#1615) -- Alberto Contreras <email address hidden> Wed, 10 Aug 2022 22:23:47 +0200
Upload details
- Uploaded by:
- Alberto Contreras
- Sponsored by:
- Utkarsh Gupta
- Uploaded to:
- Kinetic
- 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_22.2-139-gb64ba456.orig.tar.gz | 1.3 MiB | 612e475fafbfd7cd63e9f57bccca74c45e9cd40d343a431692c081ce1974e08d |
cloud-init_22.2-139-gb64ba456-0ubuntu1~22.10.1.debian.tar.xz | 84.7 KiB | 148767b4dc98dce171c33ff81f4b15b7a0ceab0e77fdd99803555447acd37baa |
cloud-init_22.2-139-gb64ba456-0ubuntu1~22.10.1.dsc | 2.3 KiB | 065dc5d85592aebe353e79d29fee4eecd33ab8174ec462193ec7f067ce44cb2d |
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.