|
@@ -18,11 +18,11 @@ openshift_console_auth_ca_file: "/var/run/secrets/kubernetes.io/serviceaccount/c
|
|
|
|
|
|
# Determines the logo and title used throughout the console.
|
|
|
l_openshift_console_branding_dict:
|
|
|
- origin: 'origin'
|
|
|
+ origin: 'okd'
|
|
|
openshift-enterprise: 'ocp'
|
|
|
openshift_console_branding: "{{ l_openshift_console_branding_dict[openshift_deployment_type] }}"
|
|
|
|
|
|
l_openshift_console_documentation_url_dict:
|
|
|
- origin: 'https://docs.openshift.org/3.11/'
|
|
|
+ origin: 'https://docs.okd.io/3.11/'
|
|
|
openshift-enterprise: 'https://docs.openshift.com/container-platform/3.11/'
|
|
|
openshift_console_documentation_base_url: "{{ l_openshift_console_documentation_url_dict[openshift_deployment_type] }}"
|