cloud-init icon indicating copy to clipboard operation
cloud-init copied to clipboard

Official upstream for the cloud-init: cloud instance initialization

Results 514 cloud-init issues
Sort by recently updated
recently updated
newest added

We pass the parameters straight through to `ansible-pull`, which supports this flag since https://github.com/ansible/ansible/pull/11219.

CLA not signed

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...

dependencies

## Proposed Commit Message ``` Fall back to cached local ds if no valid ds found Rebooting an instance which has finished VMware guest customization with DataSourceVMware will load DataSourceNone...

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...

# Enhancement Cloud-init has been adding jsonschemas for better user warnings and user tooling. Currently we have cloud-config, networkv1, and are working on networkv2. Cloud-init should add support for cloud.cfg.

enhancement

# Bug report cloud-init not rendering `GatewayOnLink` for networkd (https://www.freedesktop.org/software/systemd/man/latest/systemd.network.html#GatewayOnLink=) ## Steps to reproduce the problem ``` root@ubuntu:~# cat a.cfg #cloud-config network: version: 1 config: - type: physical name: eth0...

bug

After the dhcpcd timeout, there is an attempt to retry DHCP but it fails in an unexpected way with `dictionary update sequence element #0 has length 1; 2 is required`:...

bug

# Bug report ds-identify provides [an environment variable `PATH_ETC_CLOUD`](https://github.com/canonical/cloud-init/blob/fc150eb865ea9e2588e365fac76f0d3f6d8caca0/tools/ds-identify#L81) by which its configuration files may be located under different directories for distro-specific configurations. This allows [some distros](https://github.com/canonical/cloud-init/blob/fc150eb865ea9e2588e365fac76f0d3f6d8caca0/sysvinit/freebsd/dsidentify.tmpl#L42) to configure the...

bug

## Proposed Commit Message ``` fix(net/networkd): add GatewayOnLink flag when necessary When the gateway isn't part of the subnet's network, the "GatewayOnLink" flag is required for the route to work....

## Additional Context This syncs ubuntu/mantic to 24.1 for the [SRU](https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2056100), will create a release branch for mantic after this lands. Will follow with Jammy and Focal once this is...