cloud-init
cloud-init copied to clipboard
Official upstream for the cloud-init: cloud instance initialization
To ease the process of reviewing your PR, do make sure to complete the following checklist **before** submitting a pull request. - [x] I have signed the CLA: https://ubuntu.com/legal/contributors -...
## Proposed Commit Message ``` test: Converted test_cc_rsyslog.py from unittest to pytest, made sure test case classes don't inherit from TestCase, used pytest fixtures instead of unittest setUp method, and...
- [x] I have signed the CLA: https://ubuntu.com/legal/contributors - [x] I have included a comprehensive commit message using the guide below - [x] I have added unit tests to cover...
Convert tests using unittests.TestCase and the cloud-init custom [one](https://github.com/canonical/cloud-init/blob/16f2039d0705ee9873ace98c967a34e6da6d0b87/tests/unittests/helpers.py#L126) to pytest. - [x] tests/unittests/test_pathprefix2dict.py - [ ] tests/unittests/config/test_cc_rsyslog.py - [ ] tests/unittests/config/test_cc_power_state_change.py - [x] tests/unittests/config/test_apt_conf_v1.py - [x] tests/unittests/config/test_schema.py - [...
## Proposed Commit Message ``` fix(raspberry-pi-os): Fix user creation to allow for a preseeded user Updates user creation on rpios to support renaming existing users for the first user to...
## Proposed Commit Message ``` fix(debian): Fix locale generation The current debian apply_locale implementation depends on a modified locale-gen script that only exists on ubuntu systems. This patch fixes the...
Fixes GH-3265 This change integrates LVM logical volume resizing into the existing growpart flow. When the target block device is an LVM LV, cloud-init now performs: - lvs lookup to...
# Bug report A related issue was #6232 which was fixed in #6233. Now the EC2 datasource tries each of the NICs in order, waiting for one of them to...
## Proposed Commit Message ``` refactor(scaleway): remove private_ip handling ``` ## Additional context Private (NAT) IPs no longer exist in Scaleway Instances. ## Merge type - [x] Squash merge using...
## Proposed Commit Message ``` feat(scaleway): add AZ and region fields to DataSourceScaleway ``` ## Merge type - [x] Squash merge using "Proposed Commit Message" - [ ] Rebase and...