diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-06-20 04:17:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-20 04:17:20 -0400 |
commit | 0b0e0d1ec88af89f6315e1602b30ffe5218c88dc (patch) | |
tree | efd967c67a1d6a33042799f512edb24820a1b074 /playbooks/common/openshift-cluster/upgrades | |
parent | 71496e5b9ef496ac3dec65f448ff27dcdf5c2681 (diff) | |
parent | f62ca64ccf58b013e4c38143036b05c76ee6f80c (diff) | |
download | openshift-0b0e0d1ec88af89f6315e1602b30ffe5218c88dc.tar.gz openshift-0b0e0d1ec88af89f6315e1602b30ffe5218c88dc.tar.bz2 openshift-0b0e0d1ec88af89f6315e1602b30ffe5218c88dc.tar.xz openshift-0b0e0d1ec88af89f6315e1602b30ffe5218c88dc.zip |
Merge pull request #4292 from sdodson/push-via-dns
Merged by openshift-bot
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml | 1 | ||||
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml | 1 |
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 5c19df4c5..6738ce11f 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 }}" |