-
Notifications
You must be signed in to change notification settings - Fork 22
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
Conversation
0c568b1
to
66281b3
Compare
66281b3
to
acb7395
Compare
source = "./modules/minion" | ||
base_configuration = module.base.configuration | ||
source = "./modules/minion" | ||
base_configuration = module.base_core.configuration |
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.
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.
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.
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 |
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.
let's use base_new_sle
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.
same
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.
still a red, i will fix it separately
Title - It was pointing to a non-existent "base" module