Search Discussions
-
Hi, I'm trying to deploy Micro BOSH on OpenStack Essex. I have already created release and stemcell successfully. But When I run the following command, the error occurs ...
Victor Chen
Aug 30, 2012 at 9:35 am
Mar 13, 2013 at 8:02 pm -
Hi All, After I do " bosh micro deploy /var/vcap/stemcells/micro-bosh-stemcell-openstack-0.6.4.tgz" , the deployment gets stuck at "waiting for agent" stage. I checked the "bosh_micro_deploy.log" ...
Animesh nandanwar
Aug 28, 2012 at 7:04 pm
Sep 5, 2012 at 8:43 pm -
hi, I am trying to deploy BOSH on Openstack Folsom release. I see below error while uploading stemcells. Looks like upload stemcell requires specific URL for upload. Error ...
Animesh nandanwar
Aug 23, 2012 at 9:38 am
Sep 26, 2012 at 8:47 pm -
I've been using bosh-solo for a few weeks/month now and I think its pretty good (that is, it works). bosh-solo - http://drnic.github.com/bosh-solo/ tutorial video - ...
Dr Nic Williams
Aug 20, 2012 at 4:14 pm
Aug 22, 2012 at 1:36 am -
There are scenarios where a job contains configuration that is to be applied to a package. For example config/database.yml (job config) for a rails app (package). I would/want to symlink the ...
Dr Nic Williams
Aug 13, 2012 at 3:59 pm
Aug 13, 2012 at 4:58 pm -
Hello, I am trying to deploy a sample release on AWS backed micro bosh instance (following ...
Ankit
Aug 2, 2012 at 1:51 pm
Aug 3, 2012 at 11:08 am -
Hi All, While trying to deploy microbosh on openstack, I get following error *$bosh help micro* *Command `micro' not found.* *Please use `bosh help' to get the list of bash commands * I am using ...
Animesh nandanwar
Aug 16, 2012 at 10:26 pm
Aug 17, 2012 at 12:07 am -
Hi, And do you know how to make reference to these dynamic IPs ? For instance, in the wordpress release ( https://github.com/cloudfoundry/bosh-sample-release/blob/master/wordpress.yml) the "servers" ...
Florianchazal
Aug 13, 2012 at 3:44 pm
Jan 16, 2013 at 4:38 am -
Folks, we are happy to announce that micro bosh stemcell 0.6.4 for both aws and vsphere now are ready to download using "bosh download public stemcell", along with the regular stemcell for aws. To ...
Martin Englund
Aug 21, 2012 at 4:03 am
Aug 22, 2012 at 9:41 am -
Is there anything in the bosh agent that would tell monit to repeatedly start a job over and over again (every 2 mins or so) even though it launches successfully the first time? (in this example ...
Dr Nic Williams
Aug 13, 2012 at 5:55 am
Aug 14, 2012 at 4:52 am -
Hi everyone - I'm trying to debug an issue similar to the one posted in this thread (Field spec is not optional) https://groups.google.com/a/cloudfoundry.org/d/topic/bosh-users/xdJYm6oHlsU/discussion ...
Luke Bakken
Aug 6, 2012 at 4:39 pm
Aug 7, 2012 at 5:07 pm -
Ok. Still a noob wrt bosh. I've been playing with bosh-gen and bosh-solo on my off time to figure all this deployment out. And I am working with ec2 and s3. I have been able to depoly a micro_bosh ...
Benjamin Yu
Aug 28, 2012 at 6:38 am
Aug 28, 2012 at 6:57 am -
Hey All, Not to spam/advertise on the board, but wanted to point out that Dave McCrory, Mark Kropf and myself will be presenting BOSH at VMworld this year. It's a very high level look at it (what it ...
Brian McClain
Aug 17, 2012 at 8:08 pm
Aug 17, 2012 at 10:31 pm -
I accidentally deleted the AWS credentials that I was using for my microbosh (hint: create credentials for each use case). I created a new set of AWS read/write credentials, put them in my ...
Dr Nic Williams
Aug 11, 2012 at 5:30 pm
Aug 12, 2012 at 2:25 am -
hi all is there a way / tutorial to setup CF in ubuntu, so we just use apt-get Frans
Frans Thamura
Aug 23, 2012 at 10:27 pm
Aug 24, 2012 at 7:13 pm -
I've got a question for the bosh community about how you use the AWS options: i.e. if you ever use an ec2 endpoint that is different from the region. I'd like to introduce a change that only require ...
Martin Englund
Aug 21, 2012 at 12:33 am
Aug 21, 2012 at 7:15 pm -
HI! I study Bosh. But I have one something problem. I have modified yml file.(1) And I was Bosh Deploy. But *<TypeError: can't convert nil into Hash message was display.* So, I was open log file (2) ...
Kevin
Aug 14, 2012 at 9:57 am
Aug 14, 2012 at 3:46 pm -
`collector/0' is not running after update when deploy. stemcell: bosh-stemcell | 0.6.4 | sc-4829fd31-117e-4f34-8fbc- c4da12190fb2 release:(git clone https://github.com/cloudfoundry/cf-release.git) ...
Aaron
Aug 11, 2012 at 10:49 am
Aug 11, 2012 at 11:46 am -
bosh-gen is a tool for rapidly developing bosh releases - I have been using it to create bosh releases for rails/ruby, php, python, and several DB backends over the last few months. The new release ...
Dr Nic Williams
Aug 11, 2012 at 4:09 am
Aug 11, 2012 at 4:11 am -
Currently we're using "job" in two contexts: 1) within a release: a configurable process (or more) 2) within a deployment manifest: a VM type In context 2, the context 1 job is referred to as a ...
Dr Nic Williams
Aug 10, 2012 at 6:57 pm
Aug 10, 2012 at 7:09 pm -
hi all anyone have a tutorial how to install cloudfoundry in openstack or cloudstack we success create openstack and run stackato but still want to install it from scratch F
Frans Thamura
Aug 3, 2012 at 5:52 am
Aug 3, 2012 at 6:45 am -
We nailed down our time and location for an intimate little BOSH event on Monday evening. if(you == a partner && (you != hacking || you != using BOSH)) exec(Cloud Foundry event instead) Time: 6:00 to ...
Matt Reider
Aug 24, 2012 at 10:36 pm
Aug 24, 2012 at 10:36 pm -
bosh-gen makes it nice and fun to create bosh releases; especially from the bits and pieces of other bosh releases (extract-pkg & extract-job). v0.10.0 is released and it now includes support for ...
Dr Nic Williams
Aug 20, 2012 at 4:21 pm
Aug 20, 2012 at 4:21 pm -
Error 80006: Error filling in template `monit' for `serialization_data_server/0' when deploy. stemcell: bosh-stemcell | 0.6.4 | sc-4829fd31-117e-4f34-8fbc-c4da12190fb2 release:(git clone ...
Aaron
Aug 11, 2012 at 2:10 am
Aug 11, 2012 at 2:10 am -
hi all i am new in cloudfoundry, and seeking tutorial to install cloudfoundry esp in cloudstack or openstack anyone can help? Frans
Frans Thamura
Aug 3, 2012 at 1:02 am
Aug 3, 2012 at 1:02 am
Group Overview
group | bosh-users |
discussions | 25 |
posts | 111 |
users | 25 |
25 users for August 2012
Archives
- May 2014 (114)
- April 2014 (179)
- March 2014 (183)
- February 2014 (238)
- January 2014 (184)
- December 2013 (128)
- November 2013 (290)
- October 2013 (219)
- September 2013 (169)
- August 2013 (176)
- July 2013 (286)
- June 2013 (305)
- May 2013 (195)
- April 2013 (237)
- March 2013 (187)
- February 2013 (207)
- January 2013 (416)
- December 2012 (227)
- November 2012 (232)
- October 2012 (86)
- September 2012 (89)
- August 2012 (111)
- July 2012 (140)
- June 2012 (50)