cloud-init
cloud-init copied to clipboard
Official upstream for the cloud-init: cloud instance initialization
netifaces is being removed from tip of main in GH-4634. This change also removes it from the Ubuntu packaging. ## Test Steps Untested ## Checklist - [ ] My code...
netifaces is being removed from tip of main in GH-4634. This change also removes it from the Ubuntu packaging. ## Test Steps Untested ## Checklist - [ ] My code...
## Additional Context Originally proposed by @smoser, then [reverted](https://github.com/canonical/cloud-init/pull/4327) due to [a reported bug](https://github.com/canonical/cloud-init/issues/4794) that it introduced. This brings back the original proposal by Scott plus the fixes required to...
# Bug report When running integration tests on Ubuntu 24.04 images containing gpg 2.4.4 (up from 2.2.40 on previous releases), TestApt integrations tests: - test_ppa_source - test_signed_by - test_key -...
# Enhancement All of our jsonschemas are hidden down under `cloudinit/config/schemas/`, which doesn't make sense: a) these files contain data not Python code b) some of these files are not...
# Bug report On the CLI, the required --subsystem parameter cannot be passed after the Hotplug Action (query or handle) ``` # when --subsystem (-s) is before query things work...
## Proposed Commit Message ``` In a cloud environment, sometimes disks will attach while cloud-init is running and get missed. This adds a configurable timeout to wait for those disks....
Support the explicit rejection of router advertisements in cases where the network may be configured to send them, but they are not desireable, for example, in a case where static...
Adds networkv2 schema definition file, removes skipping of schema validation for networkv2, and adds unit tests for same. ## Proposed Commit Message ``` feature(schema): add networkv2 schema Adds networkv2 schema...
## landscape-client: handle already registered client ``` This PR makes use of "is-registered" parameter to prevent duplicate entries of clients on a Landscape server when cloud-init runs more than once....