Sfoglia il codice sorgente

Merge pull request #7478 from sdodson/cp-wire-aggregator

Automatic merge from submit-queue.

Ensure that the aggregator is configured during all control plane

upgrades

This should've happened during 3.7 upgrade but it may have been missed in certain circumstances.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1546365
OpenShift Merge Robot 7 anni fa
parent
commit
5294badf77
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      playbooks/openshift-master/private/upgrade.yml

+ 8 - 0
playbooks/openshift-master/private/upgrade.yml

@@ -260,6 +260,14 @@
   - set_fact:
   - set_fact:
       reconcile_complete: True
       reconcile_complete: True
 
 
+- name: Configure API aggregation on masters
+  hosts: oo_masters_to_config
+  serial: 1
+  roles:
+  - role: openshift_facts
+  tasks:
+  - include_tasks: tasks/wire_aggregator.yml
+
 ##############################################################################
 ##############################################################################
 # Gate on reconcile
 # Gate on reconcile
 ##############################################################################
 ##############################################################################