Browse Source

Don't use 'atomic' RPM

Vadim Rutkovsky 6 years ago
parent
commit
c063649d92

+ 0 - 20
playbooks/adhoc/uninstall_openshift.yml

@@ -149,26 +149,6 @@
       - tun0
       when: openshift_use_openshift_sdn | default(True) | bool
 
-  - shell: atomic uninstall "{{ item }}"-node
-    changed_when: False
-    failed_when: False
-    with_items:
-    - openshift-enterprise
-    - origin
-
-  - shell: atomic uninstall "{{ item }}"
-    changed_when: False
-    failed_when: False
-    with_items:
-    - etcd
-
-  - shell: atomic uninstall "{{ item }}"
-    changed_when: False
-    failed_when: False
-    with_items:
-    - openvswitch
-    when: openshift_use_openshift_sdn | default(True) | bool
-
   - shell: find /var/lib/origin/openshift.local.volumes -type d -exec umount {} \; 2>/dev/null || true
     changed_when: False
 

+ 0 - 1
playbooks/gcp/openshift-cluster/build_base_image.yml

@@ -156,7 +156,6 @@
       - iptables-services
       - bridge-utils
       - bash-completion
-      - atomic
   - name: Clean yum metadata
     command: yum clean all
     args:

+ 0 - 1
roles/container_runtime/tasks/package_docker.yml

@@ -23,7 +23,6 @@
   vars:
     pkg_list:
     - "docker{{ '-' + docker_version if docker_version is defined else '' }}"
-    - atomic
     - skopeo
 
 - block:

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

@@ -69,7 +69,6 @@ default_r_openshift_node_image_prep_packages:
 - cockpit-docker
 - iscsi-initiator-utils
 - ceph-common
-- atomic
 r_openshift_node_image_prep_packages: "{{ default_r_openshift_node_image_prep_packages | union(openshift_node_image_prep_packages | default([])) }}"
 
 r_openshift_node_os_firewall_deny: []