Skip to content

Commit

Permalink
Merge pull request #12467 from barbacbd/OCPBUGS-18703
Browse files Browse the repository at this point in the history
OCPBUGS-18703: Correct upgrade for conflict packages.
  • Loading branch information
openshift-merge-robot committed Sep 27, 2023
2 parents ef4d6eb + 6154dfb commit 8ea9a41
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 57 deletions.
3 changes: 0 additions & 3 deletions roles/openshift_node/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ openshift_node_support_packages_by_os_major_version:
- openvswitch3.1
- policycoreutils-python-utils

openshift_conflict_packages:
- openvswitch

openshift_node_support_packages_by_arch:
ppc64le:
- irqbalance
Expand Down
4 changes: 3 additions & 1 deletion roles/openshift_node/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@

- block:
- name: Install openshift packages
package:
dnf:
name: "{{ openshift_packages }}"
state: latest
allowerasing: true
disable_gpg_check: true
async: 3600
poll: 30
register: result
Expand Down
50 changes: 0 additions & 50 deletions roles/openshift_node/tasks/package_conflicts.yml

This file was deleted.

3 changes: 0 additions & 3 deletions roles/openshift_node/tasks/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
- include_tasks: "{{ openshift_node_pre_upgrade_hook }}"
when: openshift_node_pre_upgrade_hook is defined

# Manually upgrade challenging packages that may have conflicts during normal upgrade
- import_tasks: package_conflicts.yml

# Upgrade Node Packages
- import_tasks: install.yml

Expand Down

0 comments on commit 8ea9a41

Please sign in to comment.