This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
v11
Highlights
- Catalog supports concurrent connection quotas being set per plan; when a concurrent connection quota is not set for a plan, a default is used.
- Default stemcell is now Trusty go_agent 2682.
- Replication is disabled during run of mysql_upgrade.sh, fixing a bug that could caused errors when the upgrade was replicated.
- The hostname included in bind credentials by the broker is now configurable, supporting external DNS or load balancing across multiple HAProxy instances (horizontal scaling of HAProxy tier coming in a future release). Defaults to the internal IP of the current single HAProxy instance, or mysql node 0 when HAProxy is not deployed.
- mysql node 0 will attempt to rejoin an existing cluster before bootstrapping.
- Timestamps have been added to logs for Monit start processes.
Manifest Changes
- Removed unused property
jobs.mysql.properties.persistent_disk
; the required property isjobs.mysql.persistent_disk
. - Added optional property
jobs.cf-mysql-broker.properties.max_user_connections_default
; defaults to 40. - Added optional property
jobs.cf-mysql-broker.properties.services.[*].plans.[*].max_user_connections
; defaults to value ofmax_user_connections_default
.