summaryrefslogtreecommitdiffstats
path: root/roles/ansible_service_broker/defaults/main.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-10-04 13:25:21 -0700
committerGitHub <noreply@github.com>2017-10-04 13:25:21 -0700
commit9929c67a7011027b1e9fc467d7ca0992a0329ab0 (patch)
treeeab98ff0c970fd23698fb41dd0d6b7c9e945ad32 /roles/ansible_service_broker/defaults/main.yml
parentb11783ab2a9fcb88067d631468e3750fcddc67b3 (diff)
parent7d8d21b7a5170fa3b187d7afe6d010a2e888fe74 (diff)
downloadopenshift-9929c67a7011027b1e9fc467d7ca0992a0329ab0.tar.gz
openshift-9929c67a7011027b1e9fc467d7ca0992a0329ab0.tar.bz2
openshift-9929c67a7011027b1e9fc467d7ca0992a0329ab0.tar.xz
openshift-9929c67a7011027b1e9fc467d7ca0992a0329ab0.zip
Merge pull request #5314 from fabianvf/asb-config-update
Automatic merge from submit-queue. Update broker configuration to track current broker Broker configuration has been drifting from this installer, updated configuration and deployment methods a bit to make it work with the new upstream broker. Note: This will not work well when deploying openshift-enterprise, to deploy openshift-enterprise you will need to use an older checkout of openshift-ansible, or specify the upstream broker + catalog and use a registry other than the RHCC. This is because the configuration for the current upstream broker is incompatible with the downstream broker.
Diffstat (limited to 'roles/ansible_service_broker/defaults/main.yml')
-rw-r--r--roles/ansible_service_broker/defaults/main.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/roles/ansible_service_broker/defaults/main.yml b/roles/ansible_service_broker/defaults/main.yml
index 9eb9db316..fa982d533 100644
--- a/roles/ansible_service_broker/defaults/main.yml
+++ b/roles/ansible_service_broker/defaults/main.yml
@@ -6,6 +6,14 @@ ansible_service_broker_log_level: info
ansible_service_broker_output_request: false
ansible_service_broker_recovery: true
ansible_service_broker_bootstrap_on_startup: true
-# Recommended you do not enable this for now
ansible_service_broker_dev_broker: false
+ansible_service_broker_refresh_interval: 600s
+# Recommended you do not enable this for now
ansible_service_broker_launch_apb_on_bind: false
+
+ansible_service_broker_image_pull_policy: IfNotPresent
+ansible_service_broker_sandbox_role: edit
+ansible_service_broker_auto_escalate: true
+ansible_service_broker_registry_tag: latest
+ansible_service_broker_registry_whitelist:
+ - '.*-apb$'