Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCP GCS Release Tarball Storage #432

Open
crhntr opened this issue Aug 15, 2023 · 1 comment
Open

GCP GCS Release Tarball Storage #432

crhntr opened this issue Aug 15, 2023 · 1 comment

Comments

@crhntr
Copy link
Member

crhntr commented Aug 15, 2023

Is your feature request related to a problem? Please describe.

Some teams use CI in GCP to test tiles. They would like to store BOSH Release tarballs in the same IAAS that they use for testing (to save network cost both time an and actual $$$).

Describe the solution you'd like

OR

  • Document and test GCP S3 using the S3 release type
  • Add GCP GCS object storage as a tarball release source type

Describe alternatives you've considered

Just using GCS in s3 compatibility mode.

https://cloud.google.com/storage/docs/interoperability#xml_api

Additional context

- type: s3
  id: gcp
  endpoint: https://storage.googleapis.com/
  access_key_id: $(variable "access_key_id")
  secret_access_key: $(variable "secret_access_key")
  region: some-region
  bucket: some-bucket
  path_template: "{{.Name}}-{{.Version}}-{{.StemcellOS}}-{{.StemcellVersion}}.tgz"

Failed with

downloading some-release from s3 release source gcp
2023/08/15 02:04:27 could not execute "bake": download failed: error from release source "gcp": failed to download file: NoSuchKey: The specified key does not exist.
	status code: 404, request id: , host id:
@cf-gitbot
Copy link
Member

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants