Date
1 - 3 of 3
Multi-AZ CF Deployment in Openstack
ryunata <ricky.yunata@...>
I tried to deploy cloud foundry on multiple availability zone using openstack
infrastructure. I have defined the zones under meta, however it seems that cf was deployed according to the weight of my availability zone in openstack and not based on the zone that I have specified in the manifest file. How can I configure CF so that it is deployed to the zone that I assigned to? This is what I've set in my manifest file. director_uuid: DIRECTOR_UUID meta: zones: z1: zone_1 z2: zone_2 -- View this message in context: http://cf-bosh.70367.x6.nabble.com/Multi-AZ-CF-Deployment-in-Openstack-tp64.html Sent from the CF BOSH mailing list archive at Nabble.com. |
|
Gwenn Etourneau
You can specify the avaibility_zone under the resource_pool cloud
properties field. resource_pools: - name: common network: default size: 8 stemcell: name: bosh-openstack-kvm-ubuntu-trusty-go_agent version: latest cloud_properties: instance_type: m1.small availability_zone: myopenstack-zone On Thu, May 28, 2015 at 11:16 AM, ryunata <ricky.yunata(a)au.fujitsu.com> wrote: I tried to deploy cloud foundry on multiple availability zone using |
|
ryunata <ricky.yunata@...>
It solved the issue. Thank you very much!
-- View this message in context: http://cf-bosh.70367.x6.nabble.com/cf-bosh-Multi-AZ-CF-Deployment-in-Openstack-tp64p67.html Sent from the CF BOSH mailing list archive at Nabble.com. |
|