-
Notifications
You must be signed in to change notification settings - Fork 55
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
Allow compilers and replicas to merge csr_attributes. #238
Conversation
Bill Wilcox seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
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 submitting this. One change request, but overall the logic and problem solving looks good 👍
plans/subplans/install.pp
Outdated
@@ -324,23 +324,28 @@ | |||
] | |||
|
|||
$role_and_group = |
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.
Change request:
If we're switching to csr_attributes.yaml pre-population for all servers, let's strip it out of this block entirely (remove $role_and_group
and anything that operates on it), and instead add the needed peadm::util::insert_csr_extension_requests
task run to $csr_yaml_jobs
on line 215.
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.
Added a commit with the requested change.
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.
LGTM! We'll get this merged once all the tests finish.
This update allows compilers and replica servers being provisioned to respect the contents of an existing csr_attributes.yaml file.