Date
1 - 6 of 6
Download Public Stemcell Parameter?
Quintessence Anx
I was playing around with the CLI and I noticed that the output of `bosh
public stemcells` indicates there should be a `--full` parameter; however, it doesn't seem to work? ``` $ bosh public stemcells ... To download use 'bosh download public stemcell <stemcell_name>'. For full url use --full. $ bosh download public stemcell --full https://d26ekeud912fhb.cloudfront.net/bosh-stemcell/aws/light-bosh-stemcell-2957-aws-xen-ubuntu-trusty-go_agent.tgz invalid option: --full Usage: bosh download public stemcell <stemcell_filename> ``` Is the `--full` parameter deprecated? Thanks! Quinn |
|
Dr Nic Williams
I think "bosh public stemcells" is deprecated in lieu of bosh.io. I think.
On Fri, May 1, 2015 at 9:09 AM, Quintessence Anx <qanx(a)starkandwayne.com> wrote: I was playing around with the CLI and I noticed that the output of `bosh |
|
Dmitriy Kalinin
It has not been officially deprecated just yet (thanks for the reminder!),
but it's definitely better to look at https://bosh.io/stemcells. On Fri, May 1, 2015 at 9:59 AM, Dr Nic Williams <drnicwilliams(a)gmail.com> wrote: I think "bosh public stemcells" is deprecated in lieu of bosh.io. I think. |
|
Rob Day-Reynolds <rdayreynolds@...>
The command isn't deprecated yet, but the `--full` flag is used for `bosh
public stemcells`, rather than `bosh download public stemcell`. The idea behind the `--full` was to display a full URL from `bosh public stemcells`, rather than providing one to download. The help text is worded slightly strangely, but since the command is being deprecated, I would guess that it won't be reworded. On Fri, May 1, 2015 at 10:39 AM, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote: It has not been officially deprecated just yet (thanks for the reminder!), |
|
Quintessence Anx
Aha. I was using bosh.io and I was trying to see if users could still
toggle quoted message
Show quoted text
download the stemcells locally using both the BOSH CLI as well as wget/curl. Is the intention moving forward that eventually users won't be able to download stemcells with `bosh download public stemcell`? On Fri, May 1, 2015 at 1:39 PM, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote:
It has not been officially deprecated just yet (thanks for the reminder!), |
|
Dmitriy Kalinin
Correct. Two options of getting stemcells are downloading them locally
(curl/wget) or directly uploading them to the Director (e.g. see https://bosh.io/stemcells/bosh-aws-xen-hvm-ubuntu-trusty-go_agent). On Fri, May 1, 2015 at 12:29 PM, Quintessence Anx <qanx(a)starkandwayne.com> wrote: Aha. I was using bosh.io and I was trying to see if users could still |
|