-
Notifications
You must be signed in to change notification settings - Fork 56
(PE-40508) Add infra-assistant to add_database plan #580
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
(PE-40508) Add infra-assistant to add_database plan #580
Conversation
The Ubuntu test failures are due to a bad GPG key in the Ubuntu nightly images. These tests need to point to images with updated keys. |
# The infra-assistant was added in 2025.3.0 | ||
$pe_2025_3_or_later: { | ||
$original_db_names + [ | ||
'pe-infra-assistant', |
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.
Puppet case statements don't fall through so I think you need to include all of the previous dbs: pe-hac and pe-patching here as well.
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.
Ah crap, thanks for catching that.
Adding the Infra Assistant DB following just as was done with PE Patching in #531.
838a6a6
to
5273d90
Compare
Currently issue in main causing problem in peadm ci
…n debugging. hosts, pe version, include logs as allowed in 'basic functionality' expect the out message PE-40508) Add infra-assistant to add_database plan (#580) Co-authored-by: Neil Anderson <[email protected]> Co-authored-by: ragingra <[email protected]> add XL with and without DR to test migration and migrate plans (#581)
…n debugging. hosts, pe version, include logs as allowed in 'basic functionality' expect the out message PE-40508) Add infra-assistant to add_database plan (#580) Co-authored-by: Neil Anderson <[email protected]> Co-authored-by: ragingra <[email protected]> add XL with and without DR to test migration and migrate plans (#581)
…n debugging. hosts, pe version, PE-40508) Add infra-assistant to add_database plan (#580) Co-authored-by: Neil Anderson <[email protected]> Co-authored-by: ragingra <[email protected]> add XL with and without DR to test migration and migrate plans (#581)
Summary
Adding the Infra Assistant DB following just as was done with PE Patching in #531.
Checklist
Changes include test coverage?
Have you updated the documentation?