By default it appears that your first deploy is going to be based on config/aws/cf-tiny.yml. Let's say that I outgrow that; how do I migrate -- not destroy and rebuild -- my existing bosh director and Cloud Foundry deployment to a larger overall setup? (e.g. migrate from cf-tiny to cf-smallwithout downtime or losing data -- including my past deploys so I can still rollback if necessary).
By default it appears that your first deploy is going to be based on
config/aws/cf-tiny.yml
. Let's say that I outgrow that; how do I migrate -- not destroy and rebuild -- my existing bosh director and Cloud Foundry deployment to a larger overall setup? (e.g. migrate fromcf-tiny
tocf-small
without downtime or losing data -- including my past deploys so I can still rollback if necessary).