Re: Any simple stub file of cloud foundry deployment on openstack
David McClure
Is this for production or testing?
If its for testing, definitely check out cf-deployment <https://github.com/cloudfoundry/cf-deployment> which uses new features of bosh to generate certs and keys for you automatically. If its for production, keep an eye on this table <https://github.com/cloudfoundry/cf-deployment#readiness>. I'm not sure what the most straightforward thing to do is with cf-release these days. I know many releases maintained their own scripts to generate certs and keys, so that's one option. Another would be to use cf-deployment with bosh interpolate to generate all the certs, keys and passwords, and then copy those into the necessary slots in the cf-release stubs or manifests. On Fri, Aug 4, 2017 at 6:46 AM, Arpit Sharma <arpitvipulsharma(a)gmail.com> wrote: Dear Team, |
|