|
Source IP ACLs
For apps/services hosted on the system domain that get their route by publishing to nats or the routing-api, I believe it only requires registering the route with the additional route_service_url. See
For apps/services hosted on the system domain that get their route by publishing to nats or the routing-api, I believe it only requires registering the route with the additional route_service_url. See
|
By
...
· #2651
·
|
|
cloud_controller_ng performance degrades slowly over time
You might try moving the nameserver entry for the consul_agent in /etc/resolv.conf on the cloud controller to the end to see if that helps. -Dieu
You might try moving the nameserver entry for the consul_agent in /etc/resolv.conf on the cloud controller to the end to see if that helps. -Dieu
|
By
...
· #2491
·
|
|
Ability to move a space between orgs
Hi Mike, Yes, moving gets stickier very quickly and precisely what one team wants to have preserved across an org may differ depending on use case. Service bindings, environment variables, routes, mem
Hi Mike, Yes, moving gets stickier very quickly and precisely what one team wants to have preserved across an org may differ depending on use case. Service bindings, environment variables, routes, mem
|
By
...
· #2484
·
|
|
Droplets and Stacks
Hi Guillaume, We could consider exposing on a droplet [1] the additional metadata that you've mentioned, such as the buildpack guid for a system buildpack or the git sha given a buildpack url. I think
Hi Guillaume, We could consider exposing on a droplet [1] the additional metadata that you've mentioned, such as the buildpack guid for a system buildpack or the git sha given a buildpack url. I think
|
By
...
· #2468
·
|
|
How to detect this case: CF-AppMemoryQuo taExceeded
The default org quota you're seeing is defined here [1] I believe you can configure it by specifying the name of the quota you would like to have as the default quota in your manifest. For example: pr
The default org quota you're seeing is defined here [1] I believe you can configure it by specifying the name of the quota you would like to have as the default quota in your manifest. For example: pr
|
By
...
· #2415
·
|
|
How to detect this case: CF-AppMemoryQuo taExceeded
You can call this end point to retrieve the org memory usage http://apidocs.cloudfoundry.org/222/organizations/retrieving_organization_memory_usage.html You would then need to check this against the o
You can call this end point to retrieve the org memory usage http://apidocs.cloudfoundry.org/222/organizations/retrieving_organization_memory_usage.html You would then need to check this against the o
|
By
...
· #2403
·
|
|
region qualifier for organizations
I'm curious if region is perhaps too specific? Perhaps some other generic word would be better so that it's not prescriptive. -Dieu jsdelfino(a)gmail.com> wrote:
I'm curious if region is perhaps too specific? Perhaps some other generic word would be better so that it's not prescriptive. -Dieu jsdelfino(a)gmail.com> wrote:
|
By
...
· #2384
·
|
|
[cf-bosh] cf-services-contrib does not support cf v2
Yes, we plan to fully remove support for v1 service brokers at the end of the year.
Yes, we plan to fully remove support for v1 service brokers at the end of the year.
|
By
...
· #2345
·
|
|
Doubt: Filter 2 Service Bindings with 2 parameters
Have you tried using the nested end point? http://apidocs.cloudfoundry.org/221/apps/list_all_service_bindings_for_the_app.html -Dieu CF CAPI PM bren(a)juanantonio.info> wrote:
Have you tried using the nested end point? http://apidocs.cloudfoundry.org/221/apps/list_all_service_bindings_for_the_app.html -Dieu CF CAPI PM bren(a)juanantonio.info> wrote:
|
By
...
· #2344
·
|
|
Some results running CloudController under JRuby
Hi Steffen, Cool stuff. It's good to see there's some improvement under jruby. Would be interested to see how this performs on aws or on soft layer. Also, were you able to run CATS? Or is more work ne
Hi Steffen, Cool stuff. It's good to see there's some improvement under jruby. Would be interested to see how this performs on aws or on soft layer. Also, were you able to run CATS? Or is more work ne
|
By
...
· #2335
·
|
|
considering changing response code on deletes on v2 end points
On further review, there's a mix of return codes currently returned on deletion. Some end points that return 204's on delete(apps, buildpacks, spaces, orgs) Some end points that return 201 (remove a r
On further review, there's a mix of return codes currently returned on deletion. Some end points that return 204's on delete(apps, buildpacks, spaces, orgs) Some end points that return 201 (remove a r
|
By
...
· #2270
·
|
|
considering changing response code on deletes on v2 end points
Hi All, Most of cloud controller api's v2 end points currently return a 201 on delete. I would like to get feedback on how the community would feel if we change this to return a 204 No Content. In som
Hi All, Most of cloud controller api's v2 end points currently return a 201 on delete. I would like to get feedback on how the community would feel if we change this to return a 204 No Content. In som
|
By
...
· #2268
·
|
|
CF v205 / Pushing an app
I'll look into getting that page updated. One known issue is that CC doesn't have a concept of a default shared domain when pushing apps. The CLI assumes it's the first shared domain that comes back i
I'll look into getting that page updated. One known issue is that CC doesn't have a concept of a default shared domain when pushing apps. The CLI assumes it's the first shared domain that comes back i
|
By
...
· #2251
·
|
|
CF v205 / Pushing an app
We generally recommend to use a separate system domain from the shared apps domain. That could look like Our test environment for example uses a1.cf-app.com as the system domain and a1-app.cf-app.com
We generally recommend to use a separate system domain from the shared apps domain. That could look like Our test environment for example uses a1.cf-app.com as the system domain and a1-app.cf-app.com
|
By
...
· #2179
·
|
|
Proposing a change to the Project Lead for Greenhouse
Hello All, Pivotal would like to nominate Steven Benario for the Project Lead on project Greenhouse. Steven is a new hire with experience working for Microsoft on the .NET stack. Steven's experience w
Hello All, Pivotal would like to nominate Steven Benario for the Project Lead on project Greenhouse. Steven is a new hire with experience working for Microsoft on the .NET stack. Steven's experience w
|
By
...
· #2112
·
|
|
Proposing a change to the Project Lead for Logging and Metrics
Hello All, Pivotal has asked Erik Jasiak, the current Project Lead for the Logging and Metrics team, to focus on another Pivotal project. Therefore, Pivotal would like to nominate Jim Campbell as the
Hello All, Pivotal has asked Erik Jasiak, the current Project Lead for the Logging and Metrics team, to focus on another Pivotal project. Therefore, Pivotal would like to nominate Jim Campbell as the
|
By
...
· #2063
·
|
|
Environment variables with special characters not handled correctly?
Hi Jonas, You'll need to escape the special characters like $. See this tracker story for some background: https://www.pivotaltracker.com/story/show/76655240 -Dieu
Hi Jonas, You'll need to escape the special characters like $. See this tracker story for some background: https://www.pivotaltracker.com/story/show/76655240 -Dieu
|
By
...
· #1965
·
|
|
Removing support for v1 service brokers
Thanks Mike. Totally understandable.
Thanks Mike. Totally understandable.
|
By
...
· #1956
·
|
|
How to deploy a Web application using HTTPs
Your edge load balancer should be configured to add x-forwarded-for and x-forwarded-proto headers. bren(a)juanantonio.info> wrote:
Your edge load balancer should be configured to add x-forwarded-for and x-forwarded-proto headers. bren(a)juanantonio.info> wrote:
|
By
...
· #1955
·
|
|
Introducing CF-Swagger
Separate from this proposal, the CAPI team has stories for spiking on a few different api documentation options for the cloud controller api [1]. Swagger is one of the options we are looking into, but
Separate from this proposal, the CAPI team has stories for spiking on a few different api documentation options for the cloud controller api [1]. Swagger is one of the options we are looking into, but
|
By
...
· #1954
·
|