diff options
| author | Shawn Hurley <shawn.hurley21@gmail.com> | 2017-11-17 10:09:44 -0500 | 
|---|---|---|
| committer | Shawn Hurley <shawn.hurley21@gmail.com> | 2017-11-17 10:09:44 -0500 | 
| commit | 474ea2b5f0b4a9b65239b55d2cb4ea1d76cc56dc (patch) | |
| tree | 8081bae13d96797f57b9f2187416594a3ff191de | |
| parent | f725e46bd897efe35cb8abba7862d1482c3011f4 (diff) | |
Bug 1514417 - Adding correct advertise-client-urls
| -rw-r--r-- | roles/ansible_service_broker/tasks/install.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ansible_service_broker/tasks/install.yml b/roles/ansible_service_broker/tasks/install.yml index ff90f59a3..75be7a784 100644 --- a/roles/ansible_service_broker/tasks/install.yml +++ b/roles/ansible_service_broker/tasks/install.yml @@ -354,7 +354,7 @@                      - "{{ ansible_service_broker_etcd_image_etcd_path }}"                      - "--data-dir=/data"                      - "--listen-client-urls=https://0.0.0.0:2379" -                    - "--advertise-client-urls=https://0.0.0.0:2379" +                    - "--advertise-client-urls=https://asb-etcd.openshift-ansible-service-broker.svc:2379"                      - "--client-cert-auth"                      - "--trusted-ca-file=/var/run/etcd-auth-secret/ca.crt"                      - "--cert-file=/etc/tls/private/tls.crt"  | 
