Skip to content

Commit 4ea4e5d

Browse files
ameowliageofffranks
authored andcommitted
update specs to not refer to consul
1 parent fc9d6cd commit 4ea4e5d

File tree

3 files changed

+4
-4
lines changed
  • jobs
    • policy-server-asg-syncer
    • policy-server-internal
    • policy-server

3 files changed

+4
-4
lines changed

jobs/policy-server-asg-syncer/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ properties:
109109
description: "Trusted CA for UAA server."
110110

111111
uaa_hostname:
112-
description: "Host name for the UAA server. E.g. the service advertised via Consul DNS. Must match common name in the UAA server cert. Must be listed in `uaa.zones.internal.hostnames`."
112+
description: "Host name for the UAA server. E.g. the service advertised via Bosh DNS. Must match common name in the UAA server cert. Must be listed in `uaa.zones.internal.hostnames`."
113113
default: uaa.service.cf.internal
114114

115115
uaa_port:

jobs/policy-server-internal/spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ properties:
4141
default: 31946
4242

4343
health_check_timeout_seconds:
44-
description: "Health check timeout for Consul DNS."
44+
description: "Health check timeout"
4545
default: 5
4646

4747
internal_listen_port:
@@ -52,7 +52,7 @@ properties:
5252
description: "Trusted CA certificate that was used to sign the vxlan policy agent's client cert and key."
5353

5454
server_cert:
55-
description: "Server certificate for TLS. Must have common name that matches the Consul DNS name of the policy server, eg `policy-server.service.cf.internal`."
55+
description: "Server certificate for TLS. Must have common name that matches the Bosh DNS name of the policy server, eg `policy-server.service.cf.internal`."
5656

5757
server_key:
5858
description: "Server key for TLS."

jobs/policy-server/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ properties:
101101
description: "Trusted CA for UAA server."
102102

103103
uaa_hostname:
104-
description: "Host name for the UAA server. E.g. the service advertised via Consul DNS. Must match common name in the UAA server cert. Must be listed in `uaa.zones.internal.hostnames`."
104+
description: "Host name for the UAA server. E.g. the service advertised via Bosh DNS. Must match common name in the UAA server cert. Must be listed in `uaa.zones.internal.hostnames`."
105105
default: uaa.service.cf.internal
106106

107107
uaa_port:

0 commit comments

Comments
 (0)