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: #893786](https://bugs.launchpad.net/cloud-init/+bug/893786) Launchpad details affected_projects = ['cloud-init (Ubuntu)'] assignee = None assignee_name = None date_closed = None date_created = 2011-11-22T21:46:42.967166+00:00 date_fix_committed =...

enhancement
launchpad
won't fix

# Enhancement Currently the support for snap is very limited in 2.53 ([link](https://cloudinit.readthedocs.io/en/stable/reference/yaml_examples/snap.html)) ``` #cloud-config snap: assertions: 00: | signed_assertion_blob_here 02: | signed_assertion_blob_here commands: 00: snap create-user --sudoer --known @mydomain.com...

enhancement

# Bug report Cloud-init fails to finish configuration: writing files with `defer: true` option haven't been executed. ## Steps to reproduce the problem user-data: ``` package_upgrade: true # Upgrade the...

incomplete
bug

# Bug report When creating an Ubuntu VM on Azure, Cloud-init creates an ephemeral networking session to query IMDS metadata. The logs output which interface will be used for this...

bug

# Enhancement When using metadata URLs like http://169.254.169.254 OR http://[fd00:ec2::254] dns resolution is unnecessary. Moving the following codeblock in cloudinit/util.py to just before line 1310 will allow an affirmative ip...

enhancement

# Bug report At least with subscription-manager version 1.30.10, attach and attach-auto dissapear ``` $ sudo subscription-manager version server type: Red Hat Subscription Management subscription management server: Unknown subscription management...

bug

# Enhancement I would like to implement a nativ cloud-init way to handle hotplug events for block devices. We thought about to work around this cloud-init limitation, by using `write_files`...

incomplete
enhancement

# Bug report I was looking at using vendor scripts as another place to drop in scripts to run. It doesn't look like these actually ever get run? I also...

incomplete
bug

# Bug report During an OEM/QA run, one checkbox test is failing on one of our devices because it is using an integrated ethernet controller. Thus it automatically gets named...

incomplete
bug

# Documentation request Document `text/x-shellscript-per-boot` / `text/x-shellscript-per-instance` / `text/x-shellscript-per-once` in *User-data formats*. ### What’s missing * A subsection explaining the three “per-\*” script frequencies: * **per-boot** – runs at every...

documentation