|
cc metric: total_users
Yeah, just as it is possible to create users in UAA, it is also possible to delete them there, thus orphaning the user accounts in the Cloud Controller. The orphaned users won't cause any problems in
Yeah, just as it is possible to create users in UAA, it is also possible to delete them there, thus orphaning the user accounts in the Cloud Controller. The orphaned users won't cause any problems in
|
By
CF Runtime
· #1799
·
|
|
User cannot do CF login when UAA is being updated
If you can't get the list to accept the attachment, you can give it to Dies and he should be able to get it to us. Joseph OSS Release Integration Team wrote:
If you can't get the list to accept the attachment, you can give it to Dies and he should be able to get it to us. Joseph OSS Release Integration Team wrote:
|
By
CF Runtime
· #1783
·
|
|
cc metric: total_users
The users reported by CloudController.total_users are the users the Cloud Controller has in its database. This is normally the same set of users that exist in UAA. However, there is nothing that preve
The users reported by CloudController.total_users are the users the Cloud Controller has in its database. This is normally the same set of users that exist in UAA. However, there is nothing that preve
|
By
CF Runtime
· #1782
·
|
|
DEA/Warden staging error
It's not something we've ever seen before. In theory, the warden container needs the git binary, which I think it gets from the cflinuxfs2 stack; and internet access to wherever the git repo lives. If
It's not something we've ever seen before. In theory, the warden container needs the git binary, which I think it gets from the cflinuxfs2 stack; and internet access to wherever the git repo lives. If
|
By
CF Runtime
· #1773
·
|
|
DEA/Warden staging error
Looking at the logs, we can see it finishing downloading the app package. The next step should be to download and run the buildpack. Since you mention there is no output after this, I'm guessing it do
Looking at the logs, we can see it finishing downloading the app package. The next step should be to download and run the buildpack. Since you mention there is no output after this, I'm guessing it do
|
By
CF Runtime
· #1751
·
|
|
User cannot do CF login when UAA is being updated
Couple of updates here for clarity. No databases are stored on NFS in any default installation. NFS is only used to store blobstore data. If you are using the postgres job from cf-release, since it is
Couple of updates here for clarity. No databases are stored on NFS in any default installation. NFS is only used to store blobstore data. If you are using the postgres job from cf-release, since it is
|
By
CF Runtime
· #1750
·
|
|
DEA/Warden staging error
That's not an error we normally get. It's not clear if the staging_info.yml error is the source of the problem or an artifact of it. Having more logs would allow us to speculate more. Joseph & Dan OSS
That's not an error we normally get. It's not clear if the staging_info.yml error is the source of the problem or an artifact of it. Having more logs would allow us to speculate more. Joseph & Dan OSS
|
By
CF Runtime
· #1738
·
|
|
[Bosh-lite] Can not recreate vm/job
Hmm, do you know what version of bosh-lite you are using? And could you also provide us with the output of `bosh status`? Joseph & Dan OSS Release Integration Team
Hmm, do you know what version of bosh-lite you are using? And could you also provide us with the output of `bosh status`? Joseph & Dan OSS Release Integration Team
|
By
CF Runtime
· #1737
·
|
|
Warden: staging error when pushing app
I think that the DEA will reap any warden containers it finds every 30 seconds. The containers in a grace period are containers it is still keeping track of. We're not sure about the error you're gett
I think that the DEA will reap any warden containers it finds every 30 seconds. The containers in a grace period are containers it is still keeping track of. We're not sure about the error you're gett
|
By
CF Runtime
· #1735
·
|
|
How is App Instance scale down handled
The DEA will receive a request to stop instance. The DEA calls into warden telling it to stop the container. Warden will send a TERM signal once a second for 10 seconds, at which point it will send a
The DEA will receive a request to stop instance. The DEA calls into warden telling it to stop the container. Warden will send a TERM signal once a second for 10 seconds, at which point it will send a
|
By
CF Runtime
· #1732
·
|
|
Warden: staging error when pushing app
Hi Kyle, I'm not sure what mean by "running it locally". Can you explain in more detail how you've deployed your CF installation? Zak + Dan
Hi Kyle, I'm not sure what mean by "running it locally". Can you explain in more detail how you've deployed your CF installation? Zak + Dan
|
By
CF Runtime
· #1671
·
|
|
Warden: staging error when pushing app
Hey Kyle, Can we take a look at your deployment manifest (with all the secrets redacted)? Zak + Dan, CF OSS Integration team
Hey Kyle, Can we take a look at your deployment manifest (with all the secrets redacted)? Zak + Dan, CF OSS Integration team
|
By
CF Runtime
· #1651
·
|
|
cloud_controller_ng process only uses 100% cpu
MRI Ruby is not able to execute threads in parallel. There is a "Global Interpreter Lock" that prevents Ruby code in multiple threads from executing at the same time. Threads can still do IO operation
MRI Ruby is not able to execute threads in parallel. There is a "Global Interpreter Lock" that prevents Ruby code in multiple threads from executing at the same time. Threads can still do IO operation
|
By
CF Runtime
· #1646
·
|
|
How to execute multiple CF REST methods with an unique authentication
A token should be valid for any number of requests until the expiration time is reached. In your code example, is the "result" passed to your second call to "getApps" the result from the login attempt
A token should be valid for any number of requests until the expiration time is reached. In your code example, is the "result" passed to your second call to "getApps" the result from the login attempt
|
By
CF Runtime
· #1548
·
|
|
Need Help. How to register custom routes to gorouter
Hi Lakshman, We are wondering why you would like to add routes to the gorouter? Unfortunately there is not any way to add these untill the routing api becomes part of the official release. The NATS wo
Hi Lakshman, We are wondering why you would like to add routes to the gorouter? Unfortunately there is not any way to add these untill the routing api becomes part of the official release. The NATS wo
|
By
CF Runtime
· #1522
·
|
|
How to set cc.info with cf-release spiff templates ?
Unfortunately those properties don't actually do what they say. A story has been added to the CAPI backlog to clean those up, and possibly change them: https://www.pivotaltracker.com/story/show/102523
Unfortunately those properties don't actually do what they say. A story has been added to the CAPI backlog to clean those up, and possibly change them: https://www.pivotaltracker.com/story/show/102523
|
By
CF Runtime
· #1441
·
|
|
Auto deploy a jar file using travis into cloudfoundry
Are you able to deploy the jar yourself using "cf push" if you build the jar yourself? Are you having trouble pushing the jar, or having trouble figuring out how to do that same thing in travis? Josep
Are you able to deploy the jar yourself using "cf push" if you build the jar yourself? Are you having trouble pushing the jar, or having trouble figuring out how to do that same thing in travis? Josep
|
By
CF Runtime
· #1404
·
|
|
Request timeout in CloudFoundry
Hi, We think this message was dropped and so we are posting it again. How long of a timeout are you seeing? The gorouter and ha_proxy have a default timeout of 15 minutes. If you are using an ELB or s
Hi, We think this message was dropped and so we are posting it again. How long of a timeout are you seeing? The gorouter and ha_proxy have a default timeout of 15 minutes. If you are using an ELB or s
|
By
CF Runtime
· #1387
·
|
|
Warden: Failed retrieving quota for uid=20002: Block device doesn't exist.
Hi R M, We think that this message may have been lost so we are resending it. Are you able to deploy other applications? This error seems to stem from mounted disk problems. Could you see if the disks
Hi R M, We think that this message may have been lost so we are resending it. Are you able to deploy other applications? This error seems to stem from mounted disk problems. Could you see if the disks
|
By
CF Runtime
· #1385
·
|
|
CF NATS Event\Topic List
Hi Owais, We think this message may have been lost so we are sending it again. We compiled one back in December, I can't think of anything that would have changed since then. https://docs.google.com/d
Hi Owais, We think this message may have been lost so we are sending it again. We compiled one back in December, I can't think of anything that would have changed since then. https://docs.google.com/d
|
By
CF Runtime
· #1384
·
|