summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master/templates
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-13 22:59:06 -0500
committerGitHub <noreply@github.com>2017-11-13 22:59:06 -0500
commit6c4c57e1ef15d2153f91c747f8a4718be49dafda (patch)
tree7db7f5ca26b87713c2db7831ff743797da5690a9 /playbooks/common/openshift-master/templates
parente4e4f8f728bbd3232b1929fcfe2c63e62b51b658 (diff)
parent4a3033d39328449ae0f0abc711bd8ceec5fb9d5b (diff)
downloadopenshift-6c4c57e1ef15d2153f91c747f8a4718be49dafda.tar.gz
openshift-6c4c57e1ef15d2153f91c747f8a4718be49dafda.tar.bz2
openshift-6c4c57e1ef15d2153f91c747f8a4718be49dafda.tar.xz
openshift-6c4c57e1ef15d2153f91c747f8a4718be49dafda.zip
Merge pull request #6101 from mgugino-upstream-stage/fix-tsb-json
Fix extension script for catalog
Diffstat (limited to 'playbooks/common/openshift-master/templates')
-rw-r--r--playbooks/common/openshift-master/templates/openshift-ansible-catalog-console.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-master/templates/openshift-ansible-catalog-console.js b/playbooks/common/openshift-master/templates/openshift-ansible-catalog-console.js
new file mode 100644
index 000000000..fd02325ba
--- /dev/null
+++ b/playbooks/common/openshift-master/templates/openshift-ansible-catalog-console.js
@@ -0,0 +1 @@
+window.OPENSHIFT_CONSTANTS.TEMPLATE_SERVICE_BROKER_ENABLED = {{ 'true' if (template_service_broker_install | default(True)) else 'false' }};