summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node_upgrade/tasks/systemd_units.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-11-16 17:23:29 -0800
committerGitHub <noreply@github.com>2017-11-16 17:23:29 -0800
commitf725e46bd897efe35cb8abba7862d1482c3011f4 (patch)
tree7b5d834800b770d870d77079ee5c1885ea62b339 /roles/openshift_node_upgrade/tasks/systemd_units.yml
parentbd289432c9b6e8b0b0a63f1f8b742e023e4b2fb8 (diff)
parentafa4fd5799b0ff43d625d061e4c2bde66b5fb86a (diff)
downloadopenshift-f725e46bd897efe35cb8abba7862d1482c3011f4.tar.gz
openshift-f725e46bd897efe35cb8abba7862d1482c3011f4.tar.bz2
openshift-f725e46bd897efe35cb8abba7862d1482c3011f4.tar.xz
openshift-f725e46bd897efe35cb8abba7862d1482c3011f4.zip
Merge pull request #6082 from mgugino-upstream-stage/combine-node-upgrade
Automatic merge from submit-queue. Combine openshift_node and openshift_node_upgrade Currently, having openshift_node and openshift_node_upgrade as two distinct roles has created a duplication across handlers, templates, and some tasks. This commit combines the roles to reduce duplication and bugs encountered by not putting code in both places.
Diffstat (limited to 'roles/openshift_node_upgrade/tasks/systemd_units.yml')
-rw-r--r--roles/openshift_node_upgrade/tasks/systemd_units.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/roles/openshift_node_upgrade/tasks/systemd_units.yml b/roles/openshift_node_upgrade/tasks/systemd_units.yml
deleted file mode 100644
index 226f5290c..000000000
--- a/roles/openshift_node_upgrade/tasks/systemd_units.yml
+++ /dev/null
@@ -1,37 +0,0 @@
----
-# input variables
-# - openshift.node.node_image
-# - openshift_image_tag
-# - openshift.common.is_containerized
-# - openshift.node.ovs_image
-# - openshift_use_openshift_sdn
-# - openshift.common.service_type
-# - openshift_node_debug_level
-# - openshift.common.config_base
-# - openshift.common.http_proxy
-# - openshift.common.portal_net
-# - openshift.common
-# - openshift.common.http_proxy
-# notify:
-# - restart openvswitch
-# - restart node
-
-# This file is included both in the openshift_master role and in the upgrade
-# playbooks.
-- include: config/install-node-deps-docker-service-file.yml
- when: openshift.common.is_containerized | bool
-
-- include: config/install-node-docker-service-file.yml
- when: openshift.common.is_containerized | bool
-
-- include: config/install-ovs-service-env-file.yml
- when: openshift.common.is_containerized | bool
-
-- include: config/workaround-bz1331590-ovs-oom-fix.yml
- when: openshift_use_openshift_sdn | bool
-
-- include: config/install-ovs-docker-service-file.yml
- when: openshift.common.is_containerized | bool and openshift_use_openshift_sdn | bool
-
-- include: config/configure-node-settings.yml
-- include: config/configure-proxy-settings.yml