Where can I get bosh release that used to deploy bosh?

19 views
Skip to first unread message

Ward Lee

unread,
Feb 20, 2014, 12:50:12 AM2/20/14
to bosh-...@cloudfoundry.org
My micro bosh is ready, and now I want to use it to deploy bosh, but I don't know how to get the exact bosh release. 

From the link:

I should use command


What should I put XXX as?

I aslo see another way to get bosh release using gerrit clone
$gerrit clone ssh://[<your username>@]reviews.cloudfoundry.org:29418/bosh.git

But I can't open this url (reviews.cloudfoundry.org)because the TTL expire.

I also apply an account in pivotal.io 10 days ago :

But I don't get any success application email till now.

Can I use the stemcell which I deploy micro bosh to deploy bosh?




Ferran Rodenas

unread,
Feb 20, 2014, 12:58:10 AM2/20/14
to bosh-...@cloudfoundry.org
The gerrit method has been deprecated. You can get the latest Bosh release at http://bosh_artifacts.cfapps.io/

- Ferdy


To unsubscribe from this group and stop receiving emails from it, send an email to bosh-users+...@cloudfoundry.org.

Ward Lee

unread,
Feb 20, 2014, 1:23:41 AM2/20/14
to bosh-...@cloudfoundry.org
Thanks @ferdy. I still want to download cloud foundry release, Is it the unique way to download it using cloud foundry accout by git clone commond? I don't have any account.

Ferran Rodenas

unread,
Feb 20, 2014, 1:27:07 AM2/20/14
to bosh-...@cloudfoundry.org
Right now the only method is cloning the git repo. I believe there's some work in progress to publish the cf release tarball somewhere (so you won't need to clone the git repo nor download the bits from the s3 blobstore), but don't know the status of this work.

- Ferdy


2014-02-19 22:23 GMT-08:00 Ward Lee <hee...@gmail.com>:
Thanks @ferdy. I still want to download cloud foundry release, Is it the unique way to download it using cloud foundry accout by git clone commond? I don't have any account.

To unsubscribe from this group and stop receiving emails from it, send an email to bosh-users+...@cloudfoundry.org.

Ward Lee

unread,
Feb 20, 2014, 1:40:31 AM2/20/14
to bosh-...@cloudfoundry.org
Thanks, Mr. Ferdy. 

If i get an account from pivotal:

Can I use it to git repo of cf-release?  Or is there another account beside reviews.cloudfoundry.org  account?

Ward Lee

unread,
Feb 20, 2014, 1:40:55 AM2/20/14
to bosh-...@cloudfoundry.org

Ferran Rodenas

unread,
Feb 20, 2014, 1:46:53 AM2/20/14
to bosh-...@cloudfoundry.org
You don't need any account to clone the cf-release git repo. Just execute 'git clone https://github.com/cloudfoundry/cf-release.git' on your local machine.

- Ferdy

To unsubscribe from this group and stop receiving emails from it, send an email to bosh-users+...@cloudfoundry.org.

Ward Lee

unread,
Feb 20, 2014, 2:20:50 AM2/20/14
to bosh-...@cloudfoundry.org
I get it. Maybe something is wrong in my VM system so I can't git repo. I'll resolve it and try again. Thank you^-^

root@ubuntu-vm-1:~/stemcells# git clone g...@github.com:cloudfoundry/bosh-release.git
Cloning into 'bosh-release'...
The authenticity of host 'github.com (192.30.252.128)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.252.128' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

Ferran Rodenas

unread,
Feb 20, 2014, 2:22:33 AM2/20/14
to bosh-...@cloudfoundry.org
Use the HTTPS URI instead of the GIT URI: git clone https://github.com/cloudfoundry/cf-release.git

- Ferdy


Reply all
Reply to author
Forward
0 new messages