|
bosh-lite 9000.50.0+ uses official garden-linux release -> easier net configuration
Hey all,
As of version 9000.50.0 bosh-lite uses official garden-linux release. If
everything was gone right, you will not notice any difference in how things
work.
One benefit of using newer garden
Hey all,
As of version 9000.50.0 bosh-lite uses official garden-linux release. If
everything was gone right, you will not notice any difference in how things
work.
One benefit of using newer garden
|
By
Dmitriy Kalinin
·
#742
·
|
|
Re: Finding one vm from another in a single deployment
Currently you have to specify static_ip for the job (some more info here:
https://bosh.io/docs/networks.html), and place that IP into a property of a
different job. However, we are in the middle of
Currently you have to specify static_ip for the job (some more info here:
https://bosh.io/docs/networks.html), and place that IP into a property of a
different job. However, we are in the middle of
|
By
Dmitriy Kalinin
·
#741
·
|
|
Finding one vm from another in a single deployment
Hi,
Newbie question....
I'm trying to create a deployment with 2 vms, let's call them client and server. From my client vm, I need the server's allocated ip address (or something that will resolve
Hi,
Newbie question....
I'm trying to create a deployment with 2 vms, let's call them client and server. From my client vm, I need the server's allocated ip address (or something that will resolve
|
By
Craig Rubendall
·
#740
·
|
|
Re: bosh backup functionality
Not backing up releases etc is great idea.
wrote:
Not backing up releases etc is great idea.
wrote:
|
By
Dr Nic Williams
·
#739
·
|
|
Re: bosh backup functionality
+1 for bosh backup and bosh restore (bosh upload release x.tgz --fix).
Going to be huge help.
wrote:
+1 for bosh backup and bosh restore (bosh upload release x.tgz --fix).
Going to be huge help.
wrote:
|
By
sridhar vennela
·
#738
·
|
|
bosh backup functionality
Hey all,
We are trying to improve `bosh backup` functionality for backing up
Director contents. Currently it exports a tarball with a director db, task
logs, and blobstore contents. I don't think
Hey all,
We are trying to improve `bosh backup` functionality for backing up
Director contents. Currently it exports a tarball with a director db, task
logs, and blobstore contents. I don't think
|
By
Dmitriy Kalinin
·
#737
·
|
|
Re: Cannot start app in new vsphere cf deployment
I am sure I created public gist. I think if we remove the .git (https://gist.github.com/6c81bed0d8eb888da970) from the end it works. of git clone https://gist.github.com/6c81bed0d8eb888da970.git also
I am sure I created public gist. I think if we remove the .git (https://gist.github.com/6c81bed0d8eb888da970) from the end it works. of git clone https://gist.github.com/6c81bed0d8eb888da970.git also
|
By
Ramesh Sambandan
·
#736
·
|
|
Re: BOSH/CF package compilation time
Do I have to be on 3068 to get bosh export working? Also,Please post link if you got a chance to document the stuff..Appreciate your help
Do I have to be on 3068 to get bosh export working? Also,Please post link if you got a chance to document the stuff..Appreciate your help
|
By
Satya Thokachichu
·
#735
·
|
|
Re: Cannot start app in new vsphere cf deployment
Hey Ramesh,
It seems that gist you posted is either private or has since been deleted.
We're trying to take a closer look at your logs and see what we can find.
Thanks,
Zak + Dan, CF OSS Integration
Hey Ramesh,
It seems that gist you posted is either private or has since been deleted.
We're trying to take a closer look at your logs and see what we can find.
Thanks,
Zak + Dan, CF OSS Integration
|
By
CF Runtime
·
#734
·
|
|
Re: Which user monit runs as?
We just found where the issue was coming from, there was a chown -R
vcap:vcap /var/vcap lying in one of our packages.
Sorry for the disturbance,
wrote:
--
Vincent
We just found where the issue was coming from, there was a chown -R
vcap:vcap /var/vcap lying in one of our packages.
Sorry for the disturbance,
wrote:
--
Vincent
|
By
Vincent Latombe <vlatombe@...>
·
#733
·
|
|
Re: Which user monit runs as?
Hello again,
it seems like our manual fiddling on the server had led us to a wrong
direction. What we are actually experiencing :
- On a fresh deploy (new stemcell, new package), we get a
Hello again,
it seems like our manual fiddling on the server had led us to a wrong
direction. What we are actually experiencing :
- On a fresh deploy (new stemcell, new package), we get a
|
By
Vincent Latombe <vlatombe@...>
·
#732
·
|
|
Re: Which user monit runs as?
Dear all,
To give more details,
* We understand that monit should run the control scripts as root - see
https://bosh.io/docs/vm-monit.html
* we have the feeling that on PCF 1.5.2 for AWS + stemcell
Dear all,
To give more details,
* We understand that monit should run the control scripts as root - see
https://bosh.io/docs/vm-monit.html
* we have the feeling that on PCF 1.5.2 for AWS + stemcell
|
By
Cyrille Le Clerc
·
#731
·
|
|
Which user monit runs as?
Hi,
I'm trying to debug an issue related to one of my jobs and I just want a clarification regarding what user 'monit' is run as when executing the bosh deployment.
My current environment, if that
Hi,
I'm trying to debug an issue related to one of my jobs and I just want a clarification regarding what user 'monit' is run as when executing the bosh deployment.
My current environment, if that
|
By
Vincent Latombe <vlatombe@...>
·
#730
·
|
|
Re: BOSH/CF package compilation time
Hi, I am using 3029...I am unable to export it..It always gives me following error..Please advise
[root(a)ip-172-31-38-160 releases]# bosh export release cf/215 ubuntu-trusty/3029
Director task
Hi, I am using 3029...I am unable to export it..It always gives me following error..Please advise
[root(a)ip-172-31-38-160 releases]# bosh export release cf/215 ubuntu-trusty/3029
Director task
|
By
Satya Thokachichu
·
#729
·
|
|
Re: Deploy CF Diego Release on AWS
like https://github.com/cloudfoundry-incubator/diego-release/blob/develop/manifest-generation/bosh-lite-stubs/iaas-settings.yml
like https://github.com/cloudfoundry-incubator/diego-release/blob/develop/manifest-generation/bosh-lite-stubs/iaas-settings.yml
|
By
Jim
·
#728
·
|
|
Cannot start app in new vsphere cf deployment
I just deployed cloud foundry in vsphere. I can cf login,create org, space etc. I can push app with —no -start flag. However, I cannot start the app. Once I start the app, “cf apps” does not
I just deployed cloud foundry in vsphere. I can cf login,create org, space etc. I can push app with —no -start flag. However, I cannot start the app. Once I start the app, “cf apps” does not
|
By
Ramesh Sambandan
·
#727
·
|
|
Re: bosh-lite CI link
Lovely
wrote:
By
Dr Nic Williams
·
#726
·
|
|
CF Summit EU / China - Dates and contributor registration codes
Hi all!
Two things about our upcoming CF Summit EU and CF Summit China:
Key dates for both... (The call for talk proposals for both are closing
soon):
*CF Summit EU - November 2nd & 3rd -
Hi all!
Two things about our upcoming CF Summit EU and CF Summit China:
Key dates for both... (The call for talk proposals for both are closing
soon):
*CF Summit EU - November 2nd & 3rd -
|
By
Chip Childers
·
#725
·
|
|
Re: bosh-lite CI link
Yes.
Sent from my iPhone
By
Dmitriy Kalinin
·
#724
·
|
|
Re: bosh-lite CI link
Networking will be like normal networks? Rather than one /30 per job?
wrote:
Networking will be like normal networks? Rather than one /30 per job?
wrote:
|
By
Dr Nic Williams
·
#723
·
|