cloudfoundry / bosh-alicloud-cpi-release

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

Move blobs into a public blobstore #77

Open drnic opened 5 years ago

drnic commented 5 years ago

Currently I cannot build the bosh release as the blobs are not stored in a public blobstore:

---
name: bosh-alicloud-cpi

blobstore:
  provider: local
  options:
    blobstore_path: ./blobs%

When I try to create a final release it fails with:

bosh create-release releases/bosh-alicloud-cpi/bosh-alicloud-cpi-18.yml
- Expected to find 'bosh-alicloud-cpi/7f57fbd53a846c3dab34ead5cfe52c8ba3638d90'
- Expected to find 'golang/03d27673d09c82e7a4183d651e6c293b4a501de7'
- Expected to find 'alicloud_cpi/3c837ec6a92026e749a0685a7dcded4690d38458'

When I try to create a dev release it fails with:

bosh create-release
Building a release from directory '/Users/drnic/Projects/bosh_releases/bosh-alicloud-cpi-release':
  - Constructing packages from directory:
      - Reading package from '/Users/drnic/Projects/bosh_releases/bosh-alicloud-cpi-release/packages/golang':
          Collecting package files:
            Missing files for pattern 'go1.11.5.linux-amd64.tar.gz'
      - Expected to find package 'golang' since it's a dependency of package 'bosh-alicloud-cpi'
  - Constructing jobs from manifest:
      - Expected to find package 'bosh-alicloud-cpi' since it's a dependency of job 'alicloud_cpi'
drnic commented 5 years ago

@xiaozhu36 thoughts? could we also move to go1.12.6 macos/linux as per #81 ?

bosh-admin-bot commented 2 years ago

This issue was marked as Stale because it has been open for 21 days without any activity. If no activity takes place in the coming 7 days it will automatically be close. To prevent this from happening remove the Stale label or comment below.