Skip to content

Commit

Permalink
Update RPM based OS with nobest to deal with Tomcat breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms authored and ekohl committed Sep 22, 2023
1 parent 53433ac commit 130ec79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
2 changes: 0 additions & 2 deletions pipelines/upgrade/05-server_to_intermediate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
scenario: "{{ pipeline_type }}"
scenario_os: "{{ pipeline_os }}"
scenario_version: "{{ forklift_upgrade_version_intermediate }}"
- role: update_tomcat
when: (pipeline_type == 'katello' or pipeline_type == 'luna') and pipeline_os == 'centos8-stream'
- foreman_server_repositories
- role: foreman_installer
foreman_installer_skip_installer: "{{ true if forklift_upgrade_version_start == forklift_upgrade_version_intermediate else false }}"
3 changes: 2 additions & 1 deletion roles/update_os_packages/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
- name: 'RedHat | Update packages'
yum:
dnf:
name: '*'
update_cache: yes
nobest: true # REQUIRED TO WORKAROUND TOMCAT ISSUE -- https://community.theforeman.org/t/katello-nightly-rpm-pipeline-1766-failed/35171
state: latest
tags:
- packages
Expand Down
17 changes: 0 additions & 17 deletions roles/update_tomcat/tasks/main.yml

This file was deleted.

0 comments on commit 130ec79

Please sign in to comment.