Commit 07d9f4b
authored
Implement RFC-0027: Add max_route_options_size BOSH property (#630)
* Implement RFC-0027: Add max_route_options_size BOSH property
Adds the cc.max_route_options_size BOSH property (default: 1024 bytes)
to control the maximum allowed size of route options JSON payloads.
- Add cc.max_route_options_size property to cloud_controller_ng job spec
- Expose property via cloud_controller_internal BOSH link
- Map property into cloud_controller_ng.yml.erb for api job
- Map property into cloud_controller_ng.yml.erb for worker job (via link)
- Include git-sourced gem directories in cloud_controller_ng package spec
* Add max_route_options_size to worker spec link fixture1 parent ec31c38 commit 07d9f4b
4 files changed
Lines changed: 8 additions & 0 deletions
File tree
- jobs
- cloud_controller_ng
- templates
- cloud_controller_worker/templates
- spec/cloud_controller_worker
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
1143 | 1144 | | |
1144 | 1145 | | |
1145 | 1146 | | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
1146 | 1151 | | |
1147 | 1152 | | |
1148 | 1153 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| 375 | + | |
375 | 376 | | |
376 | 377 | | |
377 | 378 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
0 commit comments