This repository was archived by the owner on Jan 21, 2022. It is now read-only.
File tree 2 files changed +39
-0
lines changed
2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ Deployers must provide the IP address.
34
34
on the ` doppler ` instance_group
35
35
and properties.
36
36
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.
37
42
38
43
## Tools
39
44
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments