Explorar o código

At the same time update cri-o and podman to avoid conmon dependency conflicts

cri-o and podman depend on same conmon package, so if the packages are updates at the individual transaction, then the dependency will conflict each other due to not resolving the dependency automatically.

References: https://bugzilla.redhat.com/show_bug.cgi?id=1824101
Daein Park %!s(int64=5) %!d(string=hai) anos
pai
achega
7c01f17152
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/openshift_node/defaults/main.yml

+ 1 - 1
roles/openshift_node/defaults/main.yml

@@ -13,6 +13,7 @@ openshift_node_packages:
   - cri-o-{{ l_kubernetes_version }}.*
   - openshift-clients-{{ l_cluster_version }}.*
   - openshift-hyperkube-{{ l_cluster_version }}.*
+  - podman
 
 openshift_node_support_packages: "{{ openshift_node_support_packages_base + openshift_node_support_packages_by_arch[ansible_architecture] }}"
 
@@ -36,7 +37,6 @@ openshift_node_support_packages_base:
   #- shim
   - openssh-server
   - openssh-clients
-  - podman
   - skopeo
   - runc
   - containernetworking-plugins