summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-05-26 11:58:20 -0400
committerScott Dodson <sdodson@redhat.com>2017-06-18 21:14:29 -0400
commit7ec50feb584e45359fd21d9c78635aae9a995a18 (patch)
tree30814d7ddc75eb52255090306f5cd3355f494329 /playbooks
parent48cb038635b0508cc6c1218d3d23fb8ccd6551fe (diff)
downloadopenshift-7ec50feb584e45359fd21d9c78635aae9a995a18.tar.gz
openshift-7ec50feb584e45359fd21d9c78635aae9a995a18.tar.bz2
openshift-7ec50feb584e45359fd21d9c78635aae9a995a18.tar.xz
openshift-7ec50feb584e45359fd21d9c78635aae9a995a18.zip
Add openshift_node_dnsmasq role to upgrade
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml1
-rw-r--r--playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
index bb294cc57..c18c49d7b 100644
--- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
@@ -296,6 +296,7 @@
- openshift_facts
- docker
- openshift_node_upgrade
+ - openshift_node_dnsmasq
post_tasks:
- name: Set node schedulability
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml
index 91dbc2cd4..35a50cf4e 100644
--- a/playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml
+++ b/playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml
@@ -34,6 +34,7 @@
- openshift_facts
- docker
- openshift_node_upgrade
+ - openshift_node_dnsmasq
- role: openshift_excluder
r_openshift_excluder_action: enable
r_openshift_excluder_service_type: "{{ openshift.common.service_type }}"