瀏覽代碼

Fix standalone docker upgrade playbook skipping nodes.

Transition to being able to specify nodes to upgrade caused standalone
nodes to get skipped in this playbook.
Devan Goodwin 8 年之前
父節點
當前提交
490975e435
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml

+ 2 - 0
playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml

@@ -26,4 +26,6 @@
     openshift_cluster_id: "{{ cluster_id | default('default') }}"
     openshift_deployment_type: "{{ deployment_type }}"
 
+- include: ../../../../common/openshift-cluster/upgrades/initialize_nodes_to_upgrade.yml
+
 - include: docker_upgrade.yml