Hi,
I am trying to deploy cf into Openstack with multiple computing nodes.
Computer node 1: has all openstack services running, including cinder
service (az1)
Computer node 2: has computing service only. (az2)
when I deployed the cf, the job VMs has been provisioned into the two
availability zones evenly. When BOSH started to update the job VM (etcd was
provisioned in az2) to create a disk, I got an error "Availability zone
'az2' is invalid".
My question is how to specify the availability zone for VMs and their
persistent disk?
Thanks.