14.2. Customizing the Management Console
Starting in OpenShift Enterprise 2.2, you can customize the product logo and instance name of your OpenShift Enterprise deployment by configuring the
/etc/openshift/console.conf
file on the broker host. This allows you to add organizational branding to your deployment.
To change the image used in the masthead of the Management Console, modify the
PRODUCT_LOGO
parameter to the local or remote path of your choice.
Example 14.1. Default PRODUCT_LOGO
Setting
PRODUCT_LOGO=logo-enterprise-horizontal.svg
To change the instance name that appears in the browser title for the Management Console, modify the
PRODUCT_TITLE
to a custom name.
Example 14.2. Default PRODUCT_TITLE
Setting
PRODUCT_TITLE=OpenShift Enterprise
You must restart the Management Console service to load any configuration changes:
# service openshift-console restart
Further customization is possible with custom CSS. See the Knowledgebase solution at https://access.redhat.com/solutions/762023 on the Red Hat Customer Portal for more information.