Parcourir la source

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 il y a 8 ans
Parent
commit
490975e435
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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