Browse Source

Ensure that the aggregator is configured during all control plane
upgrades

Scott Dodson 7 years ago
parent
commit
87b25ec2a7
1 changed files with 8 additions and 0 deletions
  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
 ##############################################################################