This repository was archived by the owner on Aug 31, 2022. It is now read-only.
Cassandra BOSH Release v5
New features
- Added BOSH 2.0 base deployment manifest and related operation files.
- Added support for the new
cassandraSHIELD plugin. - New
disable_linux_swapproperty useful for Bosh-Lite support.
Breaking changes
- This BOSH release has been renamed
cassandrainstead ofcassandra39-services(that was meant to be bound to version 3.9.x of Cassandra). Please update your deployment manifests accordingly. We did our best to preserve continuity and history. For example, previous final releases can be reconstructed with the new name when checkouting the repo at thev5tag or later. - New separate
cassandra-admin-toolsjob for installing optional admin tools wrappers to deployed instances. You now need to deploy this new job if you rely on thecql-sh.shwrapper script, for example. These tools are provided for convenience, but they contain thecassandraadmin password, so they are not recommended for production because they augment the attack surface of Cassandra nodes.