Re: Bosh AlibabaCloud CPI release has not had community version yet
James Myers
Hi Guimin, We can't actually publish the bosh-alicloud-cpi-release to bosh.io until the release is reproducibly creatable from the BOSH release directory. The current issue is that the release uses the "local" blobstore configuration for the release blobs. This means that final releases are not creatable as there is no publicly accessible location for us to grab the release assets. You need to ensure that `bosh create-release releases/bosh-alicloud-cpi/bosh-alicloud-cpi-<version>.yml` works on machines that have freshly cloned the repository. I have left more details on this topic here: https://github.com/cloudfoundry/bosh-deployment/pull/175#issuecomment-525052322. Once you have fixed these issues, you can add the bosh-alicloud-cpi-release to the releases index through a pull request here: https://github.com/bosh-io/releases Let me know if you have any questions, Jim On Tue, Sep 3, 2019 at 8:13 AM <guimin.hgm@...> wrote: HI Chip and Mukesh, |
|