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. |
|