cloudfoundry / bosh-alicloud-cpi-release

BOSH Alibaba CPI
Apache License 2.0
32 stars 20 forks source link

Add blobstores field to BoshEnv struct #133

Closed yatzek closed 3 years ago

yatzek commented 3 years ago

Adds "Blobstores" field to BoshEnv struct. This should fix #132

In general, agent_settings.go is out of sync with the definition in bosh-agent project: https://github.com/cloudfoundry/bosh-agent/blob/master/settings/settings.go#L276

Perhaps, to avoid further bugs, it is worth syncing more with the bosh-agent definition?