summaryrefslogtreecommitdiffstats
path: root/roles/ansible_service_broker
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-08 08:38:01 -0500
committerGitHub <noreply@github.com>2017-11-08 08:38:01 -0500
commit196891f1a71fa0f0c74404af773d53ede517025a (patch)
treef6ba09c02c579e0f83e07b32403350ce02a1c8ef /roles/ansible_service_broker
parent16275e5a5d2b92a50e21a68b4109c05f72905da3 (diff)
parenta2ee141338bcdb70fc143bec2861c6ab82bde5fb (diff)
downloadopenshift-196891f1a71fa0f0c74404af773d53ede517025a.tar.gz
openshift-196891f1a71fa0f0c74404af773d53ede517025a.tar.bz2
openshift-196891f1a71fa0f0c74404af773d53ede517025a.tar.xz
openshift-196891f1a71fa0f0c74404af773d53ede517025a.zip
Merge pull request #6052 from fabianvf/1510636-asb-local-registry-name
Bug 1510636- add name to local registry config
Diffstat (limited to 'roles/ansible_service_broker')
-rw-r--r--roles/ansible_service_broker/tasks/install.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/roles/ansible_service_broker/tasks/install.yml b/roles/ansible_service_broker/tasks/install.yml
index 90a4418fb..ce7219aaa 100644
--- a/roles/ansible_service_broker/tasks/install.yml
+++ b/roles/ansible_service_broker/tasks/install.yml
@@ -409,10 +409,11 @@
url: {{ ansible_service_broker_registry_url }}
org: {{ ansible_service_broker_registry_organization }}
tag: {{ ansible_service_broker_registry_tag }}
- white_list: {{ ansible_service_broker_registry_whitelist }}
- - type: local_registry
+ white_list: {{ ansible_service_broker_registry_whitelist | to_yaml }}
+ - type: local_openshift
+ name: localregistry
namespaces: ['openshift']
- white_list: {{ ansible_service_broker_local_registry_whitelist }}
+ white_list: {{ ansible_service_broker_local_registry_whitelist | to_yaml }}
dao:
etcd_host: asb-etcd.openshift-ansible-service-broker.svc
etcd_port: 2379