Re: [IMPORTANT] 2017 PaaS Certification Requirements
David Sabeti
I realize a big part of this thread is about BOSH, but I thought I could
provide a little more context about cf-deployment <https://github.com/cloudfoundry/cf-deployment>, in case anyone is curious. cf-deployment will replace cf-release as the source of truth for how to deploy Cloud Foundry. Instead of a repo with submodules of the various components (cloud_controller_ng, gorouter, etc.), it's simply a BOSH deployment manifest that references final release versions of the component releases (capi-release, routing-release, etc.). Most importantly, it includes diego-release and, by default, deploys Diego as the backend, in the same deployment as CF. The Release Integration team is already testing cf-deployment on a regular basis and it passes acceptance-tests. We're currently working on fleshing out the migration path from a spiff-template-generated manifest, which uses the "v1 schema" for BOSH manifests, to cf-deployment, which uses the "v2 schema". (Note that "v1" and "v2" are not official versioning schemes for BOSH, they're just a colloquial term that we sometimes use to describe a collection of features which you read more about here <https://github.com/cloudfoundry/bosh-notes>.) We're also planning to add various forms of polish and configuration to cf-deployment. As far as timelines go, our goal is to have cf-deployment generally available for a few months before the EOL for the DEAs, to give everyone time to do the migration. We're hoping to have it GA sometime in February. We're already starting to dog-food it among the CF engineering teams to get initial feedback. I'd encourage anybody who's interested in giving it a shot to try and deploy with cf-deployment and to send feedback our way. Feel free to reach out to me if you have any questions about cf-deployment. Best, David Sabeti Product Manager, CF Release Integration On Thu, Oct 27, 2016 at 7:12 AM Chip Childers <cchilders(a)cloudfoundry.org> wrote: I think the evolution from cf-release to cf-deployment is naturally |
|