I'm thinking of connecting our bosh-agents to the NATS cluster provided in cf-release instead after the initial bootstrap like the following:
* deploy director together with the single NATS in bosh-release * deploy cf-release' nats cluster * re-deploy director with the nats job removed and point the manifest to the nats cluster instead.
However, I see in the bosh-release manifest that you can only specify a single machine. How can we specify in the bosh-release manifest a multi-machine cluster like the ones in cf-release?