瀏覽代碼

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 年之前
父節點
當前提交
5294badf77
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      playbooks/openshift-master/private/upgrade.yml

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

@@ -260,6 +260,14 @@
   - set_fact:
       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
 ##############################################################################