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

This bug was originally filed in Launchpad as [LP: #1986947](https://bugs.launchpad.net/cloud-init/+bug/1986947) Launchpad details affected_projects = [] assignee = None assignee_name = None date_closed = None date_created = 2022-08-18T13:35:39.133907+00:00 date_fix_committed = None...

bug
good first issue
launchpad
priority

# Bug report Attempting to set IPv6 default route using "to: ::/0" under the "routes" section in the network-config. However, cloud-init instead configures a route to "::/64" on non-netplan systems....

bug
priority

# Enhancement Currently, every change in our repo requires waiting for all CI jobs, including the somewhat slow integration tests. For documentation-only changes, it would be helpful to only do...

documentation
enhancement

Hi ! I have a little problem with debian 12 and cloudinit network management : Network operation with cloud-init changed between debian 11 and debian 12 and the "/etc/network/interfaces" file...

incomplete
documentation

Repeat of LP: [#1718029](https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1718029), but with NetworkManager this time. Since NetworkManager no longer internally uses dhclient (as of version 1.20), the datasource will fail to parse dhclient leases and will...

bug

The ansible module allows you to run multiple playbooks if running in setup_controller mode, but attempting to run in ansible-pull mode appears to only allow you to run one playbook...

enhancement

## Proposed Commit Message ``` fix(cmd): Do not hardcode reboot command Attempting a `cloud-init clean --reboot` fails on alpine because this command is hard-coded. This code already has an Init...

## Proposed Commit Message (rebase commit, not squash merge) ``` fix(cli): retain support for --files argument before subcommand Upstream dropped support for a generic positional --file argument ordered on the...

## Proposed Commit Message ``` feat: Warn user of unexpected run mode On systemd, services are started by PID 1. When this doesn't happen, cloud-init is in an unknown run...

## Proposed Commit Message ``` ci: Print isort diff When it passes locally, it would be good to know why ci fails. ``` ## Merge type - [x] Squash merge...