Skip to content

Commit 648fc4f

Browse files
author
Marc Paquette
committed
Make ops file local to project
1 parent 2197821 commit 648fc4f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
- type: replace
3+
path: /instance_groups/name=diego-cell/jobs/name=rep/properties/containers?/proxy/enabled
4+
value: false
5+
6+
- type: replace
7+
path: /instance_groups/name=diego-cell/jobs/name=rep/properties/containers?/proxy/require_and_verify_client_certificates
8+
value: false
9+
10+
- type: replace
11+
path: /instance_groups/name=diego-cell/jobs/name=rep/properties/containers?/proxy/trusted_ca_certificates
12+
value: []
13+
14+
- type: replace
15+
path: /instance_groups/name=diego-cell/jobs/name=rep/properties/containers?/proxy/verify_subject_alt_name
16+
value: []

route-integrity/001-stale-routes-reenactment.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88
---
99

1010
## What
11-
Recap from [HTTP Routes module](/../http-routes/user-workflow): the GoRouter
11+
Recap from [HTTP Routes module](../http-routes/user-workflow): the GoRouter
1212
redirects traffic for a particular CF HTTP route to a Diego Cell IP and port.
1313
However, when one app is deleted, another app may later use the same Diego Cell
1414
IP and port.
@@ -61,7 +61,7 @@ routes stale.
6161
bosh manifest > /tmp/env-with-route-integrity.yml
6262
```
6363

64-
1. Redeploy your CF with Route Integrity turned off, using [this opsfile](https://github.com/cloudfoundry/cf-deployment/pull/745).
64+
1. Redeploy your CF with Route Integrity turned off, using [this opsfile](../opsfiles/disable-routing-integrity.yml).
6565

6666
1. Push one instance of [proxy](https://github.com/cloudfoundry/cf-networking-release/tree/develop/src/example-apps/proxy) and call it appA.
6767

0 commit comments

Comments
 (0)