소스 검색

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 5 년 전
부모
커밋
7c01f17152
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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