Sfoglia il codice sorgente

Merge pull request #6170 from shawn-hurley/bug-1514417

Bug 1514417 - Adding correct advertise-client-urls
Scott Dodson 7 anni fa
parent
commit
934b203627
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      roles/ansible_service_broker/tasks/install.yml

+ 1 - 1
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"