Browse Source

Add OLM to component upgrades

Jeff Peeler 6 years ago
parent
commit
08ea15777a

+ 3 - 0
playbooks/common/openshift-cluster/upgrades/upgrade_components.yml

@@ -20,6 +20,9 @@
     when:
     - openshift_enable_service_catalog | default(true) | bool
 
+- import_playbook: ../../../olm/private/config.yml
+  when: openshift_enable_olm | default(false) | bool
+
 - import_playbook: ../../../openshift-monitoring/private/config.yml
   when: openshift_cluster_monitoring_operator_install | default(true) | bool