Browse Source

cockpit-ui: Make it optional

* Added openshift_hosted_manage_registry_console defaulting to true,
making the component optional
* Added example on inventory hosts.example
Sergi Jimenez 7 years ago
parent
commit
12fa59f815
2 changed files with 4 additions and 1 deletions
  1. 3 1
      inventory/hosts.example
  2. 1 0
      playbooks/openshift-hosted/private/cockpit-ui.yml

+ 3 - 1
inventory/hosts.example

@@ -475,7 +475,9 @@ debug_level=2
 #
 # Manage the OpenShift Registry (optional)
 #openshift_hosted_manage_registry=true
-
+# Manage the OpenShift Registry Console (optional)
+#openshift_hosted_manage_registry_console=true
+#
 # Registry Storage Options
 #
 # NFS Host Group

+ 1 - 0
playbooks/openshift-hosted/private/cockpit-ui.yml

@@ -5,4 +5,5 @@
   - role: cockpit-ui
     when:
     - openshift_hosted_manage_registry | default(true) | bool
+    - openshift_hosted_manage_registry_console | default(true) | bool
     - not (openshift_docker_hosted_registry_insecure | default(false)) | bool