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

Set the correct base config module for salt-migration-minion #1055

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

NamelessOne91
Copy link
Contributor

Title - It was pointing to a non-existent "base" module

@NamelessOne91 NamelessOne91 force-pushed the fix_base_config_module branch from 0c568b1 to 66281b3 Compare January 4, 2024 14:06
@NamelessOne91 NamelessOne91 force-pushed the fix_base_config_module branch from 66281b3 to acb7395 Compare January 4, 2024 14:11
source = "./modules/minion"
base_configuration = module.base.configuration
source = "./modules/minion"
base_configuration = module.base_core.configuration
Copy link
Member

@srbarrios srbarrios Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would better use the same base for all the terraform files, base_new_sle is fine.
But please, avoid using base_core, having this setup, will deploy this VM together with the server and other core components on the same KVM host (aka hypervisor), and we want to keep core components as much isolated as possible.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what you say is true for PRV, not for NUE, where we have only one hypervisor

source = "./modules/minion"
base_configuration = module.base.configuration
source = "./modules/minion"
base_configuration = module.base_core.configuration
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's use base_new_sle

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@Bischoff Bischoff self-requested a review January 4, 2024 15:38
Copy link
Contributor

@Bischoff Bischoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still a red, i will fix it separately

@Bischoff Bischoff merged commit e046200 into SUSE:master Jan 4, 2024
1 check failed
@NamelessOne91 NamelessOne91 deleted the fix_base_config_module branch February 9, 2024 08:45
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