When trying to upload a stemcell, the following error is reported:
{"time":1593176554,"stage":"Update stemcell","tags":[],"total":8,"task":"Uploading stemcell bosh-vsphere-esxi-ubuntu-xenial-go_agent/621.75 to the cloud (cpi: e1d864d087ad9bc9fc4b)","index":7,"state":"started","progress":0}
{"time":1593176572,"stage":"Update stemcell","tags":[],"total":8,"task":"Uploading stemcell bosh-vsphere-esxi-ubuntu-xenial-go_agent/621.75 to the cloud (cpi: e1d864d087ad9bc9fc4b)","index":7,"state":"failed","progress":100,"data":{"error":"CPI error ''Bosh::Clouds::CloudError'' with message ''No valid clusters were provided'' in ''create_stemcell'' CPI method (CPI request ID: ''cpi-368239'')"}}
The CPI referred to on the error is listed under
bosh cloud-config output.
When running
bosh cpi-config, the CPI reporting the error is listed with clusters parameters in blank:
name: e1d864d087ad9bc9fc4b
properties:
datacenters:
allow_mixed_datastores: true
clusters: []
(...)