|
Re: cf v233 api_z1/api_z2 failing
HI Kara,
Thanks. Let me try with a valid app_domain.
wrote:
--
Thanks,
Ranga
HI Kara,
Thanks. Let me try with a valid app_domain.
wrote:
--
Thanks,
Ranga
|
By
Ranga Rajagopalan
·
#4520
·
|
|
Re: cf v233 api_z1/api_z2 failing
Hi Ranga,
The only reason we were using bosh-lite.com for our app_domains was because
we were testing to reproduce on our local bosh-lite.
Using 'cfapp' I managed to reproduce the issue locally. My
Hi Ranga,
The only reason we were using bosh-lite.com for our app_domains was because
we were testing to reproduce on our local bosh-lite.
Using 'cfapp' I managed to reproduce the issue locally. My
|
By
Kara Alexandra <ardnaxelarak@...>
·
#4630
·
|
|
[Metron Agent] failed to generate job templates with metron agent on top of OpenStack Dynamic network
Hi,guys
When deploy CF on top of OpenStack with dynamic network, the jobs failed
with metron-agent
Error filling in template 'syslog_forwarder.conf.erb' (line 44: undefined
method `strip' for
Hi,guys
When deploy CF on top of OpenStack with dynamic network, the jobs failed
with metron-agent
Error filling in template 'syslog_forwarder.conf.erb' (line 44: undefined
method `strip' for
|
By
Yitao Jiang
·
#4519
·
|
|
Re: cf v233 api_z1/api_z2 failing
Here's my deployment manifest. app_domains is set to cfapp. I can't find
bost-lite anywhere in the file at all.
--
Thanks,
Ranga
Here's my deployment manifest. app_domains is set to cfapp. I can't find
bost-lite anywhere in the file at all.
--
Thanks,
Ranga
|
By
Ranga Rajagopalan
·
#4518
·
|
|
Re: Automated Deployment of window cell for diego
BOSH support for Windows is in the pipeline. In the meantime you hopefully
won't have to set up cells very often, but could automate the process with
some powershell scripting.
Cheers,
Steven
BOSH support for Windows is in the pipeline. In the meantime you hopefully
won't have to set up cells very often, but could automate the process with
some powershell scripting.
Cheers,
Steven
|
By
Steven Benario
·
#4517
·
|
|
Re: Automated Deployment of window cell for diego
Ah was wondering if anyone came up with anything in meantime.
Ah was wondering if anyone came up with anything in meantime.
|
By
Long Nguyen
·
#4516
·
|
|
Re: Static IP setup for routers on AWS
The UAA needs to know the router IPs to know which IPs to accept inbound
requests from. If you don't care about this, you can try configuring UAA
to allow requests from many IPs, and remove the
The UAA needs to know the router IPs to know which IPs to accept inbound
requests from. If you don't care about this, you can try configuring UAA
to allow requests from many IPs, and remove the
|
By
Amit Kumar Gupta
·
#4515
·
|
|
Re: Automated Deployment of window cell for diego
Bosh support for windows is coming, instead for now you have the msi
installer ..
wrote:
Bosh support for windows is coming, instead for now you have the msi
installer ..
wrote:
|
By
Gwenn Etourneau
·
#4514
·
|
|
Re: cf stop not sending SIGTERM
Hi, William,
What version of the Java buildpack are you using? The introduction of the
memory calculator in v3.1 resulted in a more complicated start-command that
meant the app's java process
Hi, William,
What version of the Java buildpack are you using? The introduction of the
memory calculator in v3.1 resulted in a more complicated start-command that
meant the app's java process
|
By
Eric Malm <emalm@...>
·
#4513
·
|
|
Re: cf v233 api_z1/api_z2 failing
Hi Ranga,
Looking at your logs we found an error that could possibly cause this and
it is related to the properties.apps_domain in the deployment manifest. By
setting it to 'b%()osh-lite.com' (using
Hi Ranga,
Looking at your logs we found an error that could possibly cause this and
it is related to the properties.apps_domain in the deployment manifest. By
setting it to 'b%()osh-lite.com' (using
|
By
Peter Goetz <peter.gtz@...>
·
#4512
·
|
|
Re: CF 212 - service in "delete failed" -> how to remove it properly?
`cf curl /v2/service_instances/#{service_guid}?purge=true -X DELETE` should
delete stuck service records.
`cf service --guid #{service_name}` will get you the service guid to use in
the above
`cf curl /v2/service_instances/#{service_guid}?purge=true -X DELETE` should
delete stuck service records.
`cf service --guid #{service_name}` will get you the service guid to use in
the above
|
By
Natalie Bennett
·
#4511
·
|
|
Re: cf v233 api_z1/api_z2 failing
Hi Peter,
Attaching /var/vcap/sys/log/cloud_controller_worker/cloud_controller_worker.log.gz
and /var/vcap/sys/log/cloud_controller_worker_ctl.log.gz. There isn't
Hi Peter,
Attaching /var/vcap/sys/log/cloud_controller_worker/cloud_controller_worker.log.gz
and /var/vcap/sys/log/cloud_controller_worker_ctl.log.gz. There isn't
|
By
Ranga Rajagopalan
·
#4510
·
|
|
cf stop not sending SIGTERM
I'm not seeing graceful shutdown behaviour when I cf stop a Java app. By the looks of Garden SIGTERM is sent and if the process is still alive after 10 seconds SIGKILL is sent:
I'm not seeing graceful shutdown behaviour when I cf stop a Java app. By the looks of Garden SIGTERM is sent and if the process is still alive after 10 seconds SIGKILL is sent:
|
By
Will Tran
·
#4509
·
|
|
Re: cf v233 api_z1/api_z2 failing
Hi Ranga,
To trouble-shoot this issue could you also provide the contents of
/var/vcap/sys/log/cloud_controller_ng/cloud_controller_ng.log
and
Hi Ranga,
To trouble-shoot this issue could you also provide the contents of
/var/vcap/sys/log/cloud_controller_ng/cloud_controller_ng.log
and
|
By
Peter Goetz <peter.gtz@...>
·
#4508
·
|
|
Re: [ Logging properties ] change buffer size for Containers SDOUT
Hi, Fabien,
If you're running the buildpack staging tasks on Diego cells, Jim is
correct that the executor's log-streaming system currently imposes a
hard-coded 4-KiB limit on each log line. The
Hi, Fabien,
If you're running the buildpack staging tasks on Diego cells, Jim is
correct that the executor's log-streaming system currently imposes a
hard-coded 4-KiB limit on each log line. The
|
By
Eric Malm <emalm@...>
·
#4507
·
|
|
Re: [ Logging properties ] change buffer size for Containers SDOUT
Hi Fabien,
It's a restriction that the Executor component of Diego implements. It's
not in the Loggregator code. I'm not sure of the where or why of it.
Jim
wrote:
--
Jim Campbell | Product
Hi Fabien,
It's a restriction that the Executor component of Diego implements. It's
not in the Loggregator code. I'm not sure of the where or why of it.
Jim
wrote:
--
Jim Campbell | Product
|
By
Jim CF Campbell
·
#4506
·
|
|
Re: Proposal for Service Discovery within Elastic Clusters
Hi all,
Sorry for the confusion, I originally added some extraneous docs to the
Required Reading list that people have been trying and failing to access.
Those links have been removed, the most
Hi all,
Sorry for the confusion, I originally added some extraneous docs to the
Required Reading list that people have been trying and failing to access.
Those links have been removed, the most
|
By
Amit Kumar Gupta
·
#4505
·
|
|
Re: How can we customized "404 Not Found"
We customized our 404 mapping wildcard routes to an app. We also display a
503 if the route exists.
Mike
We customized our 404 mapping wildcard routes to an app. We also display a
503 if the route exists.
Mike
|
By
Mike Youngstrom <youngm@...>
·
#4504
·
|
|
How can we customized "404 Not Found"
When we accessing an APP which is not up or not existed, the CF will display error message like:
404 Not Found: Requested route ('test.domain.name') does not exist.
Can we customize it, and how can
When we accessing an APP which is not up or not existed, the CF will display error message like:
404 Not Found: Requested route ('test.domain.name') does not exist.
Can we customize it, and how can
|
By
Stanley Shen <meteorping@...>
·
#4503
·
|
|
Re: OpenStack Leads
Did you get a chance to review my previous email?
Let me know your thoughts!
~David
Sent: Tuesday, April 05, 2016 8:42 AM
To: 'cf-dev(a)lists.cloudfoundry.org'
Subject: OpenStack Leads
Did you get a chance to review my previous email?
Let me know your thoughts!
~David
Sent: Tuesday, April 05, 2016 8:42 AM
To: 'cf-dev(a)lists.cloudfoundry.org'
Subject: OpenStack Leads
|
By
David <David@...>
·
#4502
·
|