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

## Proposed Commit Message ``` Net: add BSD ifconfig(8) parser This parser covers all 3 main BSDs ifconfig(8) output and will serve as jumping off point to replicating the /sys...

``` Configure and run ansible controller instance during boot New Features: ------------- - pull one or more playbooks from (optionally private) repositories using deploy keys - playbook execution: execute one...

## Proposed Commit Message ``` cc_kernel_modules: Module to manage kernel modules. This module is capable of loading a kernel module `/etc/modules-load.d` at boot and enhance a kernel module with modprobe...

## Proposed Commit Message ``` config: Support APT automated mirror selection The automated mirror selection supported by APT for some time now allows to separate most info in sources.list from...

stale-pr

## Proposed Commit Message ``` cc_ua: consume ua json api for enable commands ``` ## Additional Context https://warthogs.atlassian.net/browse/SC-1253 https://github.com/canonical/cloud-init/pull/1673#discussion_r965352866 Example the UA json api for enable: ```bash $ sudo ua...

## Proposed Commit Message ``` tests: activate Ubuntu Pro tests (only on Jenkins) ``` ## Additional Context https://warthogs.atlassian.net/browse/SC-1275 ## Test Steps ## Checklist: - [ ] My code follows the...

Signed-off-by: varsha teratipally ## Proposed Commit Message Add support for Container-Optimized OS ## Additional Context ## Test Steps Installed cloud-init on an instance, tested manually. ## Checklist: - [X] My...

## Proposed Commit Message ``` feat: Add support for FTP and FTP over TLS Use Python's ftplib to connect to and read instance configurations from a remove server. Like the...

security

## Proposed Commit Message ``` fix(gpg): Make gpg resilient to host configuration changes Use ephemeral GNUPGHOME in gpg commands. Make a gpg context manager to manage daemon and gpg tempdir...

# Documentation request In the tutorial, [user-data](https://cloudinit.readthedocs.io/en/latest/tutorial/qemu.html#what-is-user-data) is defined, but [metadata](https://cloudinit.readthedocs.io/en/latest/tutorial/qemu.html#define-our-metadata) and [vendor-data](https://cloudinit.readthedocs.io/en/latest/tutorial/qemu.html#define-our-vendor-data) are not. We should really include a short description. The text might say something like: ### What...

documentation