cloudfoundry-community / bosh-gen

Rapid generation of BOSH releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bosh-lite releases

ezbercih opened this issue · comments

Is there a way to generate a bosh-lite release? Old blog posts and video demo mentions it but I cannot figure out how to go about it as I am not sure which of the three options (1. AWS 2. OpenStack 3. vSphere) I am supposed to pick when starting new.

Sorry for confusion - The initial prompt isn't for the type of release; it is where the uploaded blobs will be stored so the release can be shared.

The generates scaffold will include some default warden/bosh-lite templates. I use bosh-lite to develop all my releases.

On Fri, Feb 6, 2015 at 10:58 PM, Cem Ezberci notifications@github.com
wrote:

Is there a way to generate a bosh-lite release? Old blog posts and video demo mentions it but I cannot figure out how to go about it as I am not sure which of the three options (1. AWS 2. OpenStack 3. vSphere) I am supposed to pick when starting new.

Reply to this email directly or view it on GitHub:
#42

I see.. what if I don't plan on sharing it and just experimenting? I don't have a vSphere or OpenStack instance and I don't want to push it to S3.. is there any way to bypass this step?

On Feb 7, 2015, at 6:22 AM, Dr Nic Williams notifications@github.com wrote:

Sorry for confusion - The initial prompt isn't for the type of release; it is where the uploaded blobs will be stored so the release can be shared.

The generates scaffold will include some default warden/bosh-lite templates. I use bosh-lite to develop all my releases.

On Fri, Feb 6, 2015 at 10:58 PM, Cem Ezberci notifications@github.com
wrote:

Is there a way to generate a bosh-lite release? Old blog posts and video demo mentions it but I cannot figure out how to go about it as I am not sure which of the three options (1. AWS 2. OpenStack 3. vSphere) I am supposed to pick when starting new.

Reply to this email directly or view it on GitHub:
#42

Reply to this email directly or view it on GitHub.

Pushing anything is optional. It's just going to create a bucket for you in advance & setup config/private.yml and config/final.yml correctly.

If you choose to "bosh upload blobs" or "bosh create release --final" that's a choice for later. The bucket will stay empty until then.

Sorry I don't yet have a way to delay setup of the blob store.

On Sat, Feb 7, 2015 at 7:29 AM, Cem Ezberci notifications@github.com
wrote:

I see.. what if I don't plan on sharing it and just experimenting? I don't have a vSphere or OpenStack instance and I don't want to push it to S3.. is there any way to bypass this step?

On Feb 7, 2015, at 6:22 AM, Dr Nic Williams notifications@github.com wrote:

Sorry for confusion - The initial prompt isn't for the type of release; it is where the uploaded blobs will be stored so the release can be shared.

The generates scaffold will include some default warden/bosh-lite templates. I use bosh-lite to develop all my releases.

On Fri, Feb 6, 2015 at 10:58 PM, Cem Ezberci notifications@github.com
wrote:

Is there a way to generate a bosh-lite release? Old blog posts and video demo mentions it but I cannot figure out how to go about it as I am not sure which of the three options (1. AWS 2. OpenStack 3. vSphere) I am supposed to pick when starting new.

Reply to this email directly or view it on GitHub:
#42

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub:
#42 (comment)

Thanks! It's not a showstopper so I'm closing this.