Skip to content

Commit

Permalink
Migrate cockpit-ui role to openshift_hosted_registry_console
Browse files Browse the repository at this point in the history
  • Loading branch information
abutcher committed May 24, 2017
1 parent 1fbc8cf commit 68fe744
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playbooks/common/openshift-cluster/openshift_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
openshift_hosted_logging_elasticsearch_ops_pvc_size: "{{ openshift.hosted.logging.storage.volume.size if openshift_hosted_logging_storage_kind | default(none) in ['dynamic','nfs' ] else '' }}"
openshift_hosted_logging_elasticsearch_ops_pvc_prefix: "{{ 'logging-es-ops' if openshift_hosted_loggingops_storage_kind | default(none) =='dynamic' else '' }}"

- role: cockpit-ui
- role: openshift_hosted_registry_console
when: ( openshift.common.version_gte_3_3_or_1_3 | bool ) and ( openshift_hosted_manage_registry | default(true) | bool ) and not (openshift.docker.hosted_registry_insecure | default(false) | bool)

- name: Update master-config for publicLoggingURL
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
galaxy_info:
author: Samuel Munilla
description: Deploy and Enable cockpit-ui
description: Deploy and Enable Registry Console (cockpit-ui)
company: Red Hat, Inc.
license: Apache License, Version 2.0
min_ansible_version: 2.1
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 68fe744

Please sign in to comment.