Skip to content

Commit e2a7742

Browse files
vitreuzdavewalter
andcommitted
Add enable-app-log-rate-limiting-windows2019 ops-file
[#170712612](https://www.pivotaltracker.com/story/show/170712612) Co-authored-by: Dave Walter <[email protected]>
1 parent b24f147 commit e2a7742

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

operations/experimental/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This is the README for Experimental Ops-files. To learn more about `cf-deploymen
2727
| [`disable-interpolate-service-bindings.yml`](disable-interpolate-service-bindings.yml) | Disables the interpolation of CredHub service credentials by Cloud Controller. | | **NO** |
2828
| [`disable-uaa-client-redirect-uri-legacy-matching-mode.yml`](disable-uaa-client-redirect-uri-legacy-matching-mode.yml) | Disables legacy (non-exact) matching of redirect URIs in the UAA. | | **NO** |
2929
| [`enable-app-log-rate-limiting.yml`](enable-app-log-rate-limiting.yml) | Enable rate limiting for number of logs generated by the application. | Introduces variable `app_log_rate_limit`. | **NO** |
30+
| [`enable-app-log-rate-limiting-windows2019.yml`](enable-app-log-rate-limiting-windows2019.yml) | Enable rate limiting for number of logs generated by the application. | Introduces variable `app_log_rate_limit`. Requires `../windows1803-cell.yml` | **NO** |
3031
| [`enable-bpm-garden.yml`](enable-bpm-garden.yml) | Enables the [BOSH Process Manager](https://github.com/cloudfoundry-incubator/bpm-release) for Garden. | This ops file **cannot** be deployed in conjunction with `enable-oci-phase-1.yml`. | **NO** |
3132
| [`enable-containerd-for-processes.yml`](enable-containerd-for-processes.yml) | Configure Garden to run processes via containerd. | This ops file **cannot** be deployed in conjunction with `rootless-containers.yml`. | **YES** |
3233
| [`enable-iptables-logger.yml`](enable-iptables-logger.yml) | Enables iptables logger. | | **YES** |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
- type: replace
3+
path: /instance_groups/name=windows2019-cell/jobs/name=rep_windows/properties/diego/executor/max_log_lines_per_second?
4+
value: ((app_log_rate_limit))

units/tests/experimental_test/operations.yml

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ disable-uaa-client-redirect-uri-legacy-matching-mode.yml: {}
3434
enable-app-log-rate-limiting.yml:
3535
vars:
3636
- app_log_rate_limit=100
37+
enable-app-log-rate-limiting-windows2019.yml:
38+
ops:
39+
- ../windows2019-cell.yml
40+
vars:
41+
- app_log_rate_limit=100
3742
enable-bpm-garden.yml: {}
3843
enable-containerd-for-processes.yml: {}
3944
enable-iptables-logger.yml: {}

0 commit comments

Comments
 (0)