cloud-init
cloud-init copied to clipboard
Official upstream for the cloud-init: cloud instance initialization
# Enhancement Hi there! At present, I don't believe there is a built-in way to configure pin priorities in `/etc/apt/preferences.d` via cloud-init. This can be accomplished currently by just `write_files`,...
# Documentation request As described, configuration can be loaded from the local filesystem using the following format: `ds=nocloud;s=file://path/to/directory/` But, the prefix `file://` is inappropriate as it corrupts the path. The...
# Bug report Just filing this one as requested by the message itself. Here is what I get after upgrading my Debian vps on PulseHeberg: ``` ************************************************************************** # A new...
This bug was originally filed in Launchpad as [LP: #2006106](https://bugs.launchpad.net/cloud-init/+bug/2006106) Launchpad details affected_projects = [] assignee = None assignee_name = None date_closed = None date_created = 2023-02-06T08:32:36.504329+00:00 date_fix_committed = None...
From the logging of https://github.com/canonical/cloud-init/actions/runs/11818968969/job/32927786573 ```text tests/unittests/config/test_schema.py::TestSchemaFuzz::test_validate_full_schema FAILED [100%] =================================== FAILURES =================================== ___________________ TestSchemaFuzz.test_validate_full_schema ___________________ self = @skipUnlessHypothesisJsonSchema() > @given(from_schema(SCHEMA)) E TypeError: wrapped_lru_cache..wrapper() missing 1 required positional argument: 'func' tests/unittests/config/test_schema.py:2674:...
Fix regression in bond parameter handling when using OpenStack network_data.json with sysconfig renderer. The issue occurred when translating bond parameters from OpenStack format (bond_xmit_hash_policy) to cloud-init format. The previous implementation...
## Proposed Commit Message ``` Converted test_cc_growpart.py from unittest to pytest: -Removed all unittest and TestCase imports and inheritances. -Used pytest fixtures. -Converted all self.assert to plain assert. -Made a...
## Proposed Commit Message ``` Converted test_cc_power_state_change.py from unittest to pytest: - Removed all TestCase subclasses. - Used pytest fixtures instead of the unittest setUp method. - Converted all self.assert...
new upstream snapshot + patch to revert openstack bond name change
# Proposed Commit Message ```text feat(azure): add vm_id to KVP telemetry event keys Add VM ID to the KVP (Key-Value Pair) event key format to improve telemetry tracking and debugging...