Re: Cloud Foundry Deployment using bosh
David Sabeti
Hey Arpit,
The VM extensions in cf-deployment are required, as they instruct the CPI to integrate routers with load balancers and to add more disk to some of the jobs that need it. For example, on GCP, the VM extension adds a tag to the routers so that they get include in the GCP "Backend Service" that the load balancers will route to. Similarly, for AWS, the VM extensions actually name the ELB that will get reconfigured to route traffic to the routers. We don't yet have a working cloud-config for OpenStack, but there's a team working on it as we speak. For now, you could take a look at the BOSH documentation for the OpenStack CPI[1]. Anything that goes in `cloud_properties` for the resource_pools can also be added to the `cloud_properties` of a VM extension in your cloud-config, so it looks like you could try adding `loadbalancer_pools` as part of the VM extensions necessary for the routers. David [1] http://bosh.io/docs/openstack-cpi.html On Fri, Aug 11, 2017 at 1:31 AM Arpit Sharma <arpitvipulsharma(a)gmail.com> wrote: Hi David Sabeti,
|
|