Skip to content
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

Some system settings are not allowed during the IPXE installation (backport #803) #815

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Aug 15, 2024

Problem:
We have an allow list in the installer:

func GetSystemSettingsAllowList() []string {
to validate if provides a valid setting, but the list doesn't catch up the changes in the harvester backend side.

Solution:
Add the missing supported system settings.

Related Issue:
harvester/harvester#6329

Test plan:
Do an IPXE Install and add a missing system setting like auto-rotate-rke2-certs. The installation should not fail.

This can be done easily by adding the setting to the file vagrant-pxe-harvester/ansible/roles/harvester/templates/config-create.yaml.j2


This is an automatic backport of pull request #803 done by [Mergify](https://mergify.com).

Relates to: harvester/harvester#6329

Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from commit 601bee7)
@bk201 bk201 merged commit 73749aa into v1.3 Aug 15, 2024
7 checks passed
@mergify mergify bot deleted the mergify/bp/v1.3/pr-803 branch August 15, 2024 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants