cloud-init
cloud-init copied to clipboard
Official upstream for the cloud-init: cloud instance initialization
# Documentation request Filed in https://github.com/canonical/cloud-init/issues/4948, apple silicon doesn't work with the tutorial as given. > This command: > > qemu-system-x86_64 \ > -net nic \ > -net user \...
## Proposed Commit Message ``` doc: Explain breaking change in status code ``` ## Merge type - [x] Squash merge using "Proposed Commit Message" - [ ] Rebase and merge...
## Proposed Commit Message - Fixes certificates being placed in the wrong folder (/etc/pki/tls/certs/ instead of the correct /etc/ssl/certs/) - Fixes certificates having the wrong extension (.crt instead of .pem)...
``` ds-identify: Improve ds-identify testing flexibility - DI_MAIN: if DI_MAIN isn't a builtin function, exec() it - /usr/libexec/ds-identify-env may be sourced to set variables The purpose of these changes is...
Environment is such as: > Cloud-init: v23.1.1 > platform: Azure > OS: Rocky9.2 I need to set apply_network_config to false in config file: /etc/cloud/cloud.cfg, to disable change the way of...
# Bug report We are observing the following error on **some** of our VMs in a Managed Instance Group on _Google Cloud Platform_: ``` myuser@deb12:~$ cloud-init status --long status: error...
## Proposed Commit Message ``` refactor: relocate json schemas Fixes GH-4688 ``` ## Additional Context fixes https://github.com/canonical/cloud-init/issues/4688 ## Test Steps ## Checklist - [x] My code follows the process laid...
## Proposed Commit Message ``` feat(net): provide network config to netplan.State for render (SC-1402) Rely on netplan API, where present, to write network config to 50-cloud-init.yaml. Allow cloud-init to be...
# Enhancement cloud-init version 23.4 changes the previous status value of 0 for recoverable errors (warnings) to a new value 2. This breaks backward compatibility and existing customer and end-users...
# Bug report tl;dr: Changing cloud-init's packaging paradigm to support PEP517 packaging tooling appears unavoidable to support PEP517. In https://github.com/canonical/cloud-init/commit/a476ecb5b1dd47527c907d2736cb2dd9ef845119 we tried switching debian packaging from dh-python's pybuild distutils plugin,...