Sfoglia il codice sorgente

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 anni fa
parent
commit
490975e435

+ 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