Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit a91908f

Browse files
selzocstaylor14
authored andcommitted
[#151611993] Create and document opt-out-of-cf-syslog-drain-release-for-transition.yml
Signed-off-by: Steve Taylor <[email protected]>
1 parent 74928a9 commit a91908f

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Deployers must provide the IP address.
3434
on the `doppler` instance_group
3535
and properties.
3636
Requires `keep-etcd-for-transition.yml`.
37+
- `opt-out-of-cf-syslog-drain-release-for-transition.yml`: Removes `cf-syslog-drain` components
38+
from cf-deployment. Intended to be used in conjunction with `keep-syslog-drain-binder-for-transition.yml`
39+
to continue using syslog drain
40+
while minimizing the number of duplicate messages logged
41+
during the transition deployments.
3742

3843
## Tools
3944

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
- type: replace
3+
path: /instance_groups/name=doppler/jobs/name=doppler/properties/loggregator/disable_syslog_drains?
4+
value: false
5+
6+
- type: remove
7+
path: /instance_groups/name=doppler/jobs/name=adapter
8+
9+
- type: remove
10+
path: /instance_groups/name=log-api/jobs/name=consul_agent/properties/consul/agent/services/reverse_log_proxy
11+
12+
- type: remove
13+
path: /instance_groups/name=log-api/jobs/name=reverse_log_proxy
14+
15+
- type: remove
16+
path: /instance_groups/name=scheduler/jobs/name=scheduler
17+
18+
- type: remove
19+
path: /variables/name=loggregator_tls_rlp
20+
21+
- type: remove
22+
path: /variables/name=adapter_rlp_tls
23+
24+
- type: remove
25+
path: /variables/name=scheduler_api_tls
26+
27+
- type: remove
28+
path: /variables/name=adapter_tls
29+
30+
- type: remove
31+
path: /variables/name=scheduler_client_tls
32+
33+
- type: remove
34+
path: /releases/name=cf-syslog-drain

0 commit comments

Comments
 (0)