summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.aep.example
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-01-21 12:55:52 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-01-21 12:55:52 -0500
commitc9cb65c9110781ca57d68306bf7bd7f918c3525e (patch)
tree029bf435d96e79c9a4c94edf40cd1309f23e4674 /inventory/byo/hosts.aep.example
parent440b5d28f0bc2c2c368f859b68d13d1cdfc7f154 (diff)
parent4ed0f47e53ce089bfa02e33812e006730f59c25f (diff)
downloadopenshift-c9cb65c9110781ca57d68306bf7bd7f918c3525e.tar.gz
openshift-c9cb65c9110781ca57d68306bf7bd7f918c3525e.tar.bz2
openshift-c9cb65c9110781ca57d68306bf7bd7f918c3525e.tar.xz
openshift-c9cb65c9110781ca57d68306bf7bd7f918c3525e.zip
Merge pull request #1147 from spinolacastro/console_config
Expose console config for customization
Diffstat (limited to 'inventory/byo/hosts.aep.example')
-rw-r--r--inventory/byo/hosts.aep.example20
1 files changed, 20 insertions, 0 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example
index fd23dddb1..4e883a5c2 100644
--- a/inventory/byo/hosts.aep.example
+++ b/inventory/byo/hosts.aep.example
@@ -30,6 +30,26 @@ deployment_type=atomic-enterprise
# Enable cluster metrics
#use_cluster_metrics=true
+# Configure logoutURL in the master config for console customization
+# See: https://docs.openshift.org/latest/install_config/web_console_customization.html#changing-the-logout-url
+#openshift_master_logout_url=http://example.com
+
+# Configure extensionScripts in the master config for console customization
+# See: https://docs.openshift.org/latest/install_config/web_console_customization.html#loading-custom-scripts-and-stylesheets
+#openshift_master_extension_scripts=['/path/to/script1.js','/path/to/script2.js']
+
+# Configure extensionStylesheets in the master config for console customization
+# See: https://docs.openshift.org/latest/install_config/web_console_customization.html#loading-custom-scripts-and-stylesheets
+#openshift_master_extension_stylesheets=['/path/to/stylesheet1.css','/path/to/stylesheet2.css']
+
+# Configure extensions in the master config for console customization
+# See: https://docs.openshift.org/latest/install_config/web_console_customization.html#serving-static-files
+#openshift_master_extensions=[{'name': 'images', 'sourceDirectory': '/path/to/my_images'}]
+
+# Configure extensions in the master config for console customization
+# See: https://docs.openshift.org/latest/install_config/web_console_customization.html#serving-static-files
+#openshift_master_oauth_template=/path/to/login-template.html
+
# Configure metricsPublicURL in the master config for cluster metrics
# See: https://docs.openshift.com/enterprise/latest/install_config/cluster_metrics.html
#openshift_master_metrics_public_url=https://hawkular-metrics.example.com/hawkular/metrics