-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support online stemcell #128
Labels
Comments
to reduce prerequisite for #108 , we need this feature. A workaround is to reuse the bosh.io AWS S3 bucket |
Merged
o-orand
added a commit
that referenced
this issue
Jul 13, 2018
By default, we use offline stemcell, but it can be overridden by `shared-config.yml` or `private-config.yml` closes #128
o-orand
added a commit
that referenced
this issue
Jul 13, 2018
By default, we use offline stemcell, but it can be overridden by `shared-config.yml` or `private-config.yml`. We also rename `bosh-stemcell` resource to `((stemcell-main-name))` to be clearer. closes #128
o-orand
added a commit
that referenced
this issue
Jul 13, 2018
By default, we use offline stemcell, but it can be overridden by `shared-config.yml` or `private-config.yml`. We also rename `bosh-stemcell` resource to `((stemcell-main-name))` to be clearer. closes #128
o-orand
added a commit
that referenced
this issue
Jul 13, 2018
By default, we use offline stemcell, but it can be overridden by `shared-config.yml` or `private-config.yml`. We also rename `bosh-stemcell` resource to `((stemcell-main-name))` to be clearer. closes #128
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We moved from online stemcell support (ie bosh.io) to S3, but during bootstrap it could be nice to be able to get stemcell directly from bosh.io. We already have this support for bosh release.
Leverage property in
shared-config.yml
/private-config.yml
The text was updated successfully, but these errors were encountered: