Browse Source

Merge pull request #5096 from mtnbikenc/remove-orphans

Merged by openshift-bot
OpenShift Bot 7 years ago
parent
commit
b2b9e5e3e9

+ 0 - 14
playbooks/common/openshift-cluster/upgrades/containerized_node_upgrade.yml

@@ -1,14 +0,0 @@
----
-# This is a hack to allow us to use systemd_units.yml, but skip the handlers which
-# restart services. We will unconditionally restart all containerized services
-# because we have to unconditionally restart Docker:
-- set_fact:
-    skip_node_svc_handlers: True
-
-- name: Update systemd units
-  include: ../../../../roles/openshift_node/tasks/systemd_units.yml openshift_version={{ openshift_image_tag }}
-
-# This is a no-op because of skip_node_svc_handlers, but lets us trigger it before end of
-# play when the node has already been marked schedulable again. (this would look strange
-# in logs otherwise)
-- meta: flush_handlers

+ 0 - 1
playbooks/common/openshift-cluster/upgrades/master_docker

@@ -1 +0,0 @@
-../../../../roles/openshift_master/templates/master_docker