[atomic-wg] Issue #518: cloud-init user-data seems not to work!?
by Sven Rothe
mmoole reported a new issue against the project: `atomic-wg` that you are following:
``
Hello,
I am not 101% certain of where to post this, but this seems the most corresponding place I found.
How to reproduce:
- download a cloud image from https://mirror.netcologne.de/fedora/linux/releases/30/Cloud/x86_64/images/ - I took the .vmdk
- make a new VirtualMachine with this as disk
- create a cloud-init iso with meta-data and user-data in cidata volume (iso image) and attach to VM (this is also referred to as no-cloud data source in cloud-init)
- start VM: meta-data is executed, user-data is not executed.
Expected result:
- user-data is also executed
The very same .iso with user-data gets executed when attached to a CentOS cloud VM made from this (https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-190...) for example.
I tried with user-data in form of cloud-config (beginning with `#cloud-config`) and as shell script (beginning with `#!/bin/sh`) but I didn't get it to work.
What did I miss, is there specific documentation for this or is it a bug?
``
To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/518
4 years