Support Alibaba OSS as an external blobstore for bosh
As of today there is no native integration of the Alibaba Storage (OSS) in BOSH. This issue aims to implement that integration.
It requires to:
- implement a storage cli for Alibaba OSS
- auto bump the storage cli
- integrate the cli into bosh
- add the storage cli into the stemcell builder
- update the stemcell ci
- and update the documentation finally
This issue should provides the required transparency.
The storage cli will be implemented in: https://github.com/cloudfoundry/bosh-ali-storage-cli There is already a PR that provides the the initial version: https://github.com/cloudfoundry/bosh-ali-storage-cli/pull/1
A very similar integration of the azure-storage-cli into bosh was already done in https://github.com/cloudfoundry/bosh/issues/2457
The CI integration for azure-storage-cli will be added with:
- https://github.com/cloudfoundry/bosh-ali-storage-cli/pull/3
- https://github.com/cloudfoundry/bosh-ali-storage-cli/pull/4