cloud-init
cloud-init copied to clipboard
Official upstream for the cloud-init: cloud instance initialization
Setting a Norwegian keyboard layout in the cloudinit-config will result in the parameter XKBLAYOUT="false" instead of XKBLAYOUT="no" in /etc/default/keyboard. Config used: locale: nb_NO.UTF-8 keyboard: layout: no timezone: Europe/Oslo 
https://github.com/canonical/cloud-init/pull/5950
# Documentation request Using a list works, wheel group is populated: ``` users: - name: myuser groups: - wheel ``` does not work, wheel group is empty: ``` users: -...
# Documentation request I wish there was a per-cloud set of instructions for launching VMs with cloud-init on various public clouds, similar to the Step 3 found here: https://github.com/rajannpatel/ubuntupbx?tab=readme-ov-file#step-3-1-icon Assume...
# Enhancement 0 I m trying to automate an raspberry installation running on ubuntu 24. It seems possible to manage this part using the cloud-init with autoinstall. I used the...
# Bug report https://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html#example-meta-data The configuration describe in the document does not work when using RHEL/CentOS : ``` instance-id: iid-abcdefg network-interfaces: | iface eth0 inet static address 192.168.1.10 network 192.168.1.0...
This bug was originally filed in Launchpad as [LP: #1788961](https://bugs.launchpad.net/cloud-init/+bug/1788961) Launchpad details affected_projects = [] assignee = chad.smith assignee_name = Chad Smith date_closed = None date_created = 2018-08-24T23:00:36.494065+00:00 date_fix_committed =...
# Enhancement Cloud-init is very nice for bootstrapping a machine before running desired state utilities against it, in particular, repositories to ensure tooling is available before a script/program runs. For...
# Enhancement Currently there is no way to set the release version in Red Hat subscription manager in cloud-init user-data rh_subscription. This will cause package_upgrade: true and package_update: true to...
# Bug report ## Steps to reproduce the problem Use this cloud-init.yaml file: ```yaml #cloud-config users: - name: asterisk gecos: 'Asterisk User' groups: users sudo: ['ALL=(ALL) NOPASSWD:ALL'] shell: /bin/bash lock_passwd:...