Re: Deploying CloudFoundry on AWS - Too many machines are being created
Gwenn Etourneau
Yes you can use
toggle quoted messageShow quoted text
https://github.com/cloudfoundry-community/terraform-aws-cf-install installation which will install one of this deployment https://github.com/cloudfoundry-community/cf-boshworkspace/tree/master/deployments Basically you can specify the size by changing cf_size in the terraform variable script. By default it will install the tiny one. Anyway you can still have a look at https://github.com/cloudfoundry-community/cf-boshworkspace/tree/master/deployments to see how the job (templates) are colocated.
On Fri, Jun 19, 2015 at 4:23 AM, Tom Sherrod <tom.sherrod(a)gmail.com> wrote:
I second the
|
|