Skip to content

Commit

Permalink
Don't use 'atomic' RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Oct 18, 2018
1 parent 2a0d7ce commit c063649
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
20 changes: 0 additions & 20 deletions playbooks/adhoc/uninstall_openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion playbooks/gcp/openshift-cluster/build_base_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
- iptables-services
- bridge-utils
- bash-completion
- atomic
- name: Clean yum metadata
command: yum clean all
args:
Expand Down
1 change: 0 additions & 1 deletion roles/container_runtime/tasks/package_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
vars:
pkg_list:
- "docker{{ '-' + docker_version if docker_version is defined else '' }}"
- atomic
- skopeo

- block:
Expand Down
1 change: 0 additions & 1 deletion roles/openshift_node/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit c063649

Please sign in to comment.