|
@@ -219,6 +219,15 @@
|
|
|
- role: openshift_cluster_metrics
|
|
|
when: openshift.common.use_cluster_metrics | bool
|
|
|
|
|
|
+- name: Enable cockpit
|
|
|
+ hosts: oo_first_master
|
|
|
+ vars:
|
|
|
+ cockpit_plugins: "{{ osm_cockpit_plugins | default(['cockpit-kubernetes']) }}"
|
|
|
+ roles:
|
|
|
+ - role: cockpit
|
|
|
+ when: ( deployment_type in ['atomic-enterprise','openshift-enterprise'] ) and
|
|
|
+ (osm_use_cockpit | bool or osm_use_cockpit is undefined )
|
|
|
+
|
|
|
# Additional instance config for online deployments
|
|
|
- name: Additional instance config
|
|
|
hosts: oo_masters_deployment_type_online
|