Closed s-matyukevich closed 6 years ago
Hey s-matyukevich!
Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/158648239
The labels on this github issue will be updated when the story is started.
Thanks for opening a PR. Please make sure you've read and followed the Contributing guide, including signing the Contributor License Agreement.
Feature or Bug Description
It provides a way to disable bootstrap for the first instance in an instance group
Motivation
I am using multi-cpi feature of bosh to deploy mysql cluster in 2 separate vsphere datacenters. Because of the fact that I use 2 separate datacenters, I have to split the mysql instance group into 2 separate instance groups, where each group is configured with its own AS and bosh network. I use a manual link to prepare
mysql
link in such a way that it contains combined set of all ips from both instance groups. However, I still need to disable bootstrap on the first instance of the second instance group - If I don't do that I will end up with 2 separate clusters, instead of a single one.