-
Notifications
You must be signed in to change notification settings - Fork 200
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
Implement a tomcat upgrade workaround for upgrade pipelines #1703
Conversation
@@ -19,6 +19,8 @@ | |||
scenario: "{{ pipeline_type }}" | |||
scenario_os: "{{ pipeline_os }}" | |||
scenario_version: "{{ forklift_upgrade_version_intermediate }}" | |||
- role: update_tomcat | |||
when: pipeline_type == 'katello' |
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.
and pipeline_os centos8-stream? Otherwise this will get executed on Alma and fail?
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.
Good point, done.
bec9463
to
8c0a9d5
Compare
@@ -19,6 +19,8 @@ | |||
scenario: "{{ pipeline_type }}" | |||
scenario_os: "{{ pipeline_os }}" | |||
scenario_version: "{{ forklift_upgrade_version_intermediate }}" | |||
- role: update_tomcat | |||
when: pipeline_type == 'katello' && pipeline_os == 'centos8-stream' |
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.
oh, and the luna
pipe will have the same problem ;)
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.
Is this something users should also do?
8c0a9d5
to
1261175
Compare
They will have to to upgrade, see https://community.theforeman.org/t/performing-dnf-update-on-foreman-server-results-in-errors/34959/10 |
Looks like this broke the pipelines:
|
See https://community.theforeman.org/t/performing-dnf-update-on-foreman-server-results-in-errors/34959/10