-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SL Micro 6.1 hosts #1771
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slemicro61o is not supported by user_data.yaml but combustion. Those changes need to be impacted in combustion (if needed).
combustion_images = ["leapmicro55o", "slmicro60o", "slmicro61o"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double check if what is already in combustion is not enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like with combustion, changes for transactional systems in user_data.yaml
applies the same changes for the second time (?)
fix done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's the case, something wrong in sumaform.
In sumaform logic we clearly disable user_data when using combustion
cloud_init = length(regexall("o$", var.image)) > 0 && !contains(local.combustion_images, var.image) |
sumaform/backend_modules/libvirt/host/main.tf
Line 138 in aadfe2e
count = local.cloud_init ? var.quantity : 0 |
I overlooked some good points that Maxime caught.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the work !
What does this PR change?
This is the continuation of aadfe2e to make it more aligned with #1583 fulfilling requirements in https://github.com/SUSE/spacewalk/issues/26216.
To be verified after deployment:
salt/default/sshd.sls