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

# Bug report **systemd circular dependency with cloud-init and firewalld** Just heads up that if you have cloud-init and firewalld you'd face issue that firewalld won't start after reboot with...

bug

# Documentation request It would really aid comprehension to provide a minimal usage example, e.g. perhaps something that creates a systemd service. I envision including a basic `#cloud-config` YAML document...

incomplete
documentation

# Bug report cloud init show me huge warning message, which told me to fill BUG report, so I filling bug report. I see cloud-init for 1 hour and I...

incomplete
bug

##### **1. 1变量定义 (`group_vars/cn-sh-region.yaml`)** ```yaml base_image: "/var/lib/libvirt/images/openeuler-24-03.img" gateway: "192.168.10.99" dns_servers: - "8.8.8.8" - "8.8.4.4" nodes: # openebs-01 集群 - name: openebs-01-b ip: 192.168.10.103 region: cn-sh zone: cn-sh-1b subzone: rack-01 cluster:...

This bug was originally filed in Launchpad as [LP: #1675021](https://bugs.launchpad.net/cloud-init/+bug/1675021) Launchpad details affected_projects = [] assignee = None assignee_name = None date_closed = None date_created = 2017-03-22T13:46:04.967839+00:00 date_fix_committed = None...

bug
launchpad

# Bug report The cloud-init service failed to start automatically under the openeuler system. ## Steps to reproduce the problem 1. systemctl enable cloud-init-local cloud-init 2. reboot 3. systemctl status...

incomplete
bug

Taken as a carryover work item from #6326. Upstream would like to avoid having to sync static string values based on upstream annotated tags. Now that we use meson as...

# Documentation request Hi, I have started working on a bug (my first) in cloud-init but I want to understand how I can manually check that my code is working....

documentation

https://github.com/canonical/cloud-init/blob/f626daa0faca844927d001f0dd99d00f09d2ecfe/cloudinit/distros/debian.py#L318 This command doesn't take a positional argument on debian. I think it's probably in there because it works on ubuntu where they modified the script but on debian this...

# Enhancement Hello, we are working to implement cloud-init as a main provisionning instance tool on GCP. Our custom company GCP image, could need to be be re-customized using packer...

incomplete
enhancement
invalid