cloudfoundry / bosh-vsphere-cpi-release

BOSH vSphere CPI
Apache License 2.0
32 stars 36 forks source link

Datacenter not found #59

Closed abhilash07 closed 6 years ago

abhilash07 commented 6 years ago

Hi i am trying to deploy Cloud Foundry on Multi datacenter and configured datastores in datastore-cluster and networks respectively.

screen shot 2018-02-06 at 10 27 57 am screen shot 2018-02-06 at 10 27 04 am screen shot 2018-02-06 at 10 27 18 am

But unfortunately i am encountering this error while deploying Micro-Bosh,

screen shot 2018-02-06 at 11 54 33 am

My Command

screen shot 2018-02-06 at 10 37 19 am

Is it possible to deploy Micro-Bosh and CF on Multi-datacenters.

Thanks in advance

yeshwantbabar commented 6 years ago

CPI requires access to perf_metrics from vSphere and ESX. Please enable them and give them about 10 mins to populate.

https://github.com/cloudfoundry-incubator/bosh-vsphere-cpi-release/blob/5ea37ac72ee6da4b2e260af8590cd78326e02374/src/vsphere_cpi/lib/cloud/vsphere/vcenter_client.rb#L260

yeshwantbabar commented 6 years ago

Also, vSphere CPI does not support multiple datacenters.

abhilash07 commented 6 years ago

@yeshwantbabar thanks for your information