summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-07-08 11:48:12 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-07-08 11:48:12 -0300
commit2a8b144073f474bf966c6ab92329442a1a526bde (patch)
treef9153329aead3da17427b0a32964b83aadfadd8a /playbooks
parent5628e0ce7c86efd47f11310dee204f4a4a8dfc04 (diff)
downloadopenshift-2a8b144073f474bf966c6ab92329442a1a526bde.tar.gz
openshift-2a8b144073f474bf966c6ab92329442a1a526bde.tar.bz2
openshift-2a8b144073f474bf966c6ab92329442a1a526bde.tar.xz
openshift-2a8b144073f474bf966c6ab92329442a1a526bde.zip
Remove/update TODOs.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
index 6c27b0d44..0ea315d0a 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
@@ -67,7 +67,8 @@
- include: ../../../../../roles/openshift_node/handlers/main.yml
tasks:
# TODO: To better handle re-trying failed upgrades, it would be nice to check if the node
- # or docker actually needs an upgrade before proceeding.
+ # or docker actually needs an upgrade before proceeding. Perhaps best to save this until
+ # we merge upgrade functionality into the base roles and a normal config.yml playbook run.
- name: Mark unschedulable if host is a node
command: >
{{ openshift.common.admin_binary }} manage-node {{ openshift.common.hostname | lower }} --schedulable=false