Re: database migration
Jeff Weber <jweber@...>
I believe in the long run the current work being done in BOSH around AZ and
toggle quoted messageShow quoted text
links will get rid of this problem for us, but I have to figure out a way to upgrade in the interim. My main goal currently is to remove the deployment of our core CF database and another instance of cf-mysql-release service from the cloud foundry manifest to make working with the combination easier to reason about what changes impact what things. This will leave me in a situation where I can try to fix up the rest of my deployment without worrying about breaking the databases. The CF manifest problem its self is a mix between not having a good grasp on how to use spiff to compose a custom manifest and our OpenStack deployment requirements. The out of the box cf-jobs.yml only includes job templates for two zones and to deal with my environment today I need a minimum of five possible placement zones which means creating three extra sets of jobs and then updating them every time a new release comes out. This has led to having custom cf-jobs.yml when new properties or release requirements are added sometimes they're missed during the upgrade process. Maybe there is a simpler way to keep the baseline cf-jobs.yml and also add new jobs and reference a job from cf-jobs.yml to inherit the properties I need instead of breaking things into pieces so its easier to keep updated with what's changed piece by piece?
On Tue, Feb 16, 2016 at 2:12 PM, Amit Gupta <agupta(a)pivotal.io> wrote:
Hey Jeff,
|
|