Bug #28023
RancherOS ignores cloud_init config file
Difficulty:
easy
Triaged:
No
Description
All config options specified in cloud_init config file are ignored by rancheros during provisioning. To reproduce this:
1. Modify cloud_init config
2. Create a new RancherOS host with the new config
3. Check if the host in the desired state after provisioning
Associated revisions
History
#1
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7096 added
#2
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/theforeman/community-templates/pull/637 added
#3
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases 1.24.0 added
#4
Updated by Nikita Uvarov over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset community-templates|e1d3bd1a4ee43c87adefc7c05948b270b5bae784.
Fixes #28023 - fix rancheros PXE template
Add kernel parameters with APPEND directive, set initrd image with INITRD directive.