Explorar el Código

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 hace 8 años
padre
commit
490975e435
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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