summaryrefslogtreecommitdiffstats
path: root/roles/openshift_web_console
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-01-23 18:43:26 -0800
committerGitHub <noreply@github.com>2018-01-23 18:43:26 -0800
commit910574ff185c1306f4bb8f1b4eec1191966f9420 (patch)
tree8628b518227af13dd0b34513239c77cf64d66050 /roles/openshift_web_console
parentcd1c2e70df4fa519e88c75fde154cdc4bfc3b9d6 (diff)
parentd8c28ccc1d66b6678f6eb370a14593a956c21997 (diff)
downloadopenshift-910574ff185c1306f4bb8f1b4eec1191966f9420.tar.gz
openshift-910574ff185c1306f4bb8f1b4eec1191966f9420.tar.bz2
openshift-910574ff185c1306f4bb8f1b4eec1191966f9420.tar.xz
openshift-910574ff185c1306f4bb8f1b4eec1191966f9420.zip
Merge pull request #6837 from spadgett/cro
Automatic merge from submit-queue. Add clusterResourceOverridesEnabled to console config Adds clusterResourceOverridesEnabled flag to console install. See https://github.com/openshift/api/pull/32 See https://github.com/openshift/origin/pull/18231 /assign @sdodson /cc @jwforres
Diffstat (limited to 'roles/openshift_web_console')
-rw-r--r--roles/openshift_web_console/tasks/install.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_web_console/tasks/install.yml b/roles/openshift_web_console/tasks/install.yml
index ead62799a..cc5eef47d 100644
--- a/roles/openshift_web_console/tasks/install.yml
+++ b/roles/openshift_web_console/tasks/install.yml
@@ -86,6 +86,8 @@
value: "{{ openshift.master.logout_url | default('') }}"
- key: features#inactivityTimeoutMinutes
value: "{{ openshift_web_console_inactivity_timeout_minutes | default(0) }}"
+ - key: features#clusterResourceOverridesEnabled
+ value: "{{ openshift_web_console_cluster_resource_overrides_enabled | default(false) }}"
- key: extensions#scriptURLs
value: "{{ openshift_web_console_extension_script_urls | default([]) }}"
- key: extensions#stylesheetURLs