Hi all,
Giving everyone heads up about changes in manifest property for 'haproxy'
job. We are merging what are now two separate properties for configuration
of the router static ips into a single property that takes a list of IPs.
Who should care: if you have configured the router ips using properties in
the haproxy job, you will need to update your stubs to use the new property.
When is this change happening: This change is likely to be present in
cf-release v237.
Old properties were 'haproxy.router.servers.{z1,z2}'
```
properties:
haproxy:
router:
servers:
z1:
- ROUTER_Z1_IP
z2:
- ROUTER_Z2_IP
```
New property is 'haproxy.router.servers'
```
properties:
haproxy:
router:
servers:
- ROUTER_Z1_IP
- ROUTER_Z2_IP
```
Thank you,
Shash && Shannon
CF Routing Team