|
cf client - Extended cli Table implementation.
Hello.
At
https://github.com/andreas-kupries/cli/tree/hcf-466-cli-extended-table
is a fork of the CF client containing a rewrite of the
cf/terminal/table.go
implementation to
Hello.
At
https://github.com/andreas-kupries/cli/tree/hcf-466-cli-extended-table
is a fork of the CF client containing a rewrite of the
cf/terminal/table.go
implementation to
|
By
Kupries, Andreas <andreas.kupries@...>
·
#4441
·
|
|
Re: CF Installed on Physical Node
Hi Raymond,
Yes, you can deploy Cloud Foundry without using the Ops Manager appliance.
However "Elastic Runtime", "Ops Manager", etc. are Pivotal products built
on top of the open source Cloud
Hi Raymond,
Yes, you can deploy Cloud Foundry without using the Ops Manager appliance.
However "Elastic Runtime", "Ops Manager", etc. are Pivotal products built
on top of the open source Cloud
|
By
Amit Kumar Gupta
·
#4440
·
|
|
Re: App running even after delete. Pointers on finding it and debugging?
You can also use the "veritas" tool to inspect more of what's going on with
the Diego BBS, in particular you could see if the cf apps domain is
You can also use the "veritas" tool to inspect more of what's going on with
the Diego BBS, in particular you could see if the cf apps domain is
|
By
Amit Kumar Gupta
·
#4439
·
|
|
Re: App running even after delete. Pointers on finding it and debugging?
Tom,
So you're saying that none of the org/spaces shows the app or the route,
but the app continues to run and be routeable?
I could imagine this happen if some CC Bridge components are not able
Tom,
So you're saying that none of the org/spaces shows the app or the route,
but the app continues to run and be routeable?
I could imagine this happen if some CC Bridge components are not able
|
By
Amit Kumar Gupta
·
#4438
·
|
|
CF Installed on Physical Node
Can Cloud Foundry be installed on a physical node versus via VMware appliance? Also, can you cluster the cloudfoundry elastic runtime, ops manager, etc..?
Can Cloud Foundry be installed on a physical node versus via VMware appliance? Also, can you cluster the cloudfoundry elastic runtime, ops manager, etc..?
|
By
Raymond J Steele
·
#4437
·
|
|
Re: Adding previous_instances and previous_memory fields to cf_event
Thank you for the effort and merging the pull request.
--
View this message in context:
Thank you for the effort and merging the pull request.
--
View this message in context:
|
By
KRuelY <kevinyudhiswara@...>
·
#4436
·
|
|
Re: Adding previous_instances and previous_memory fields to cf_event
Hi,
Seems this was merged 4 days ago.
Thanks a lot,
Hristo Iliev
Hi,
Seems this was merged 4 days ago.
Thanks a lot,
Hristo Iliev
|
By
Hristo Iliev
·
#4435
·
|
|
Spotting performance regressions
Hi,
I wanted to check if you know about a good way to spot performance regressions on CF and if anyone is doing it (at least partially) already. We are mainly interested in discovering user-facing
Hi,
I wanted to check if you know about a good way to spot performance regressions on CF and if anyone is doing it (at least partially) already. We are mainly interested in discovering user-facing
|
By
Michal Tekel
·
#4434
·
|
|
Re: Adding previous_instances and previous_memory fields to cf_event
Hey,
Any news about this PR? We tried to minimize the change and make it easer
for review.
Regards,
Hristo Iliev
2016-03-29 14:50 GMT+03:00 Hristo Iliev <hsiliev(a)gmail.com>:
Hey,
Any news about this PR? We tried to minimize the change and make it easer
for review.
Regards,
Hristo Iliev
2016-03-29 14:50 GMT+03:00 Hristo Iliev <hsiliev(a)gmail.com>:
|
By
Hristo Iliev
·
#4433
·
|
|
Re: Failed to deploy diego 0.1452.0 on openstack: database_z2/0 is not running after update
Hi Adrian,
Thanks so much, I'll give it a try
Ricky Yunata
Please consider the environment before printing this email
Hi Adrian,
Thanks so much, I'll give it a try
Ricky Yunata
Please consider the environment before printing this email
|
By
Yunata, Ricky <rickyy@...>
·
#4432
·
|
|
Re: cf create-buildpack fails in v233 with error 403 Forbidden
I also found this:
root(a)fe34f4b9-37f1-4c6e-ba86-17f667ef4fa9:/var/vcap/sys/log# cat ./blobstore/internal_error.log
2016/04/02 02:26:00 [error] 404#0: *1953 access forbidden by rule, client: <bosh
I also found this:
root(a)fe34f4b9-37f1-4c6e-ba86-17f667ef4fa9:/var/vcap/sys/log# cat ./blobstore/internal_error.log
2016/04/02 02:26:00 [error] 404#0: *1953 access forbidden by rule, client: <bosh
|
By
Wayne Ha <wayne.h.ha@...>
·
#4431
·
|
|
cf create-buildpack fails in v233 with error 403 Forbidden
Hi,
I just deployed CF 233 using bosh-lite-v233.yml. After deployment, I tried create-buildpack and it failed:
cf create-buildpack noop-buildpack ./buildpack_noop-buildpack_v01.zip 1
Creating
Hi,
I just deployed CF 233 using bosh-lite-v233.yml. After deployment, I tried create-buildpack and it failed:
cf create-buildpack noop-buildpack ./buildpack_noop-buildpack_v01.zip 1
Creating
|
By
Wayne Ha <wayne.h.ha@...>
·
#4430
·
|
|
PSA: router.enable_routing_api removed
We have recently added a property 'routing_api.enabled' which indicates if
the routing-api is also deployed.
Gorouter has a property 'router.enable_routing_api' which would determine
if gorouter
We have recently added a property 'routing_api.enabled' which indicates if
the routing-api is also deployed.
Gorouter has a property 'router.enable_routing_api' which would determine
if gorouter
|
By
Mark St.Godard
·
#4429
·
|
|
Re: App running even after delete. Pointers on finding it and debugging?
JT,
Thanks for responding.
This is a test runtime and small. I checked all orgs and spaces. No routes
matching the app.
Found the route information and the result:
{
"total_results": 0,
JT,
Thanks for responding.
This is a test runtime and small. I checked all orgs and spaces. No routes
matching the app.
Found the route information and the result:
{
"total_results": 0,
|
By
Tom Sherrod <tom.sherrod@...>
·
#4428
·
|
|
Re: App running even after delete. Pointers on finding it and debugging?
Tom,
Are you sure the route isn't bound to another application in another
org/space?
When you do `cf routes` it only show routes for the current space. You can
hit specific API endpoints though to
Tom,
Are you sure the route isn't bound to another application in another
org/space?
When you do `cf routes` it only show routes for the current space. You can
hit specific API endpoints though to
|
By
JT Archie <jarchie@...>
·
#4427
·
|
|
Re: Failed to deploy diego 0.1452.0 on openstack: database_z2/0 is not running after update
Hi Ricky,
We deconstructed the certs you provided in your manifest and think that you may have missed a step when you generated your peer ssl cert. Your peer cert is missing the DNS wildcard entry
Hi Ricky,
We deconstructed the certs you provided in your manifest and think that you may have missed a step when you generated your peer ssl cert. Your peer cert is missing the DNS wildcard entry
|
By
Adrian Zankich
·
#4426
·
|
|
Re: Using swift as a blobstore in cloud foundry with keystone v3
Hi Dies, Nick,
I can confirm that a swift blobstore works with domains different than 'default'. Here is our configuration on an OpenStack Liberty
fog_connection: &fog_connection
provider:
Hi Dies, Nick,
I can confirm that a swift blobstore works with domains different than 'default'. Here is our configuration on an OpenStack Liberty
fog_connection: &fog_connection
provider:
|
By
Marco Voelz
·
#4425
·
|
|
App running even after delete. Pointers on finding it and debugging?
cf 230, diego 0.1450.0, etcd 27, garden-linux 0.330.0
Default to diego true.
Developer deployed a java application. Deleted the application: cf delete <app> No errors.
The app still responds. The
cf 230, diego 0.1450.0, etcd 27, garden-linux 0.330.0
Default to diego true.
Developer deployed a java application. Deleted the application: cf delete <app> No errors.
The app still responds. The
|
By
Tom Sherrod <tom.sherrod@...>
·
#4424
·
|
|
Re: cf v231: Issue with new webdav blobstore job
Excellent. Thanks for your investigation on this.
-Rich
Excellent. Thanks for your investigation on this.
-Rich
|
By
Rich Wohlstadter
·
#4423
·
|
|
Re: Using swift as a blobstore in cloud foundry with keystone v3
Hi Nick,
Can you try with a domain other than “default”?
We initially found that with the BOSH CPI, Keystone V3 worked for the “default” domain, but not for any other domain.
Note that the
Hi Nick,
Can you try with a domain other than “default”?
We initially found that with the BOSH CPI, Keystone V3 worked for the “default” domain, but not for any other domain.
Note that the
|
By
Koper, Dies <diesk@...>
·
#4422
·
|