bosh icon indicating copy to clipboard operation
bosh copied to clipboard

Support Alibaba OSS as an external blobstore for bosh

Open mvach opened this issue 2 years ago • 5 comments

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.

mvach avatar Dec 07 '23 09:12 mvach

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

mvach avatar Dec 07 '23 09:12 mvach

A very similar integration of the azure-storage-cli into bosh was already done in https://github.com/cloudfoundry/bosh/issues/2457

mvach avatar Jan 08 '24 08:01 mvach

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

mvach avatar Jan 08 '24 13:01 mvach