|
`cf app` output
Hey Dan, Have you been able to confirm that this occurs on CF v219 and not on earlier versions of CF? What's the earliest version of CF where you're seeing this behavior? Thanks, Natalie & Mikhail OSS
Hey Dan, Have you been able to confirm that this occurs on CF v219 and not on earlier versions of CF? What's the earliest version of CF where you're seeing this behavior? Thanks, Natalie & Mikhail OSS
|
By
CF Runtime
· #2235
·
|
|
Pointer to the CF code that generates org and service instance guids?
Org and Service Instance guids are generated by the Cloud Controller. It simply uses the SecureRandom.uuid ruby method: http://docs.ruby-lang.org/en/2.2.0/SecureRandom.html#method-c-uuid SecureRandom.
Org and Service Instance guids are generated by the Cloud Controller. It simply uses the SecureRandom.uuid ruby method: http://docs.ruby-lang.org/en/2.2.0/SecureRandom.html#method-c-uuid SecureRandom.
|
By
CF Runtime
· #2210
·
|
|
Warden container memory
Hi Rohit, Here's a previous message about how the memory is calculated: https://lists.cloudfoundry.org/archives/list/cf-dev(a)lists.cloudfoundry.org/message/4R7ZBK6PL3HS2M6IMR2S745TWY4S6TIN/ Joseph &
Hi Rohit, Here's a previous message about how the memory is calculated: https://lists.cloudfoundry.org/archives/list/cf-dev(a)lists.cloudfoundry.org/message/4R7ZBK6PL3HS2M6IMR2S745TWY4S6TIN/ Joseph &
|
By
CF Runtime
· #2188
·
|
|
cf push fails with "Unauthorized error: You are not authorized. Error: Invalid authorization"
Are you using an aws elb or a ha_proxy instance for your load balancer? If you curl api.SYSTEM_DOMAIN/v2/info, what is the logging_endpoint from the response? Joseph CF Release Integration Team tassin
Are you using an aws elb or a ha_proxy instance for your load balancer? If you curl api.SYSTEM_DOMAIN/v2/info, what is the logging_endpoint from the response? Joseph CF Release Integration Team tassin
|
By
CF Runtime
· #2100
·
|
|
my app needs to get the number of instances in which its running, (in runtime my app uses this info in my program logic)
The "instances" attribute from the api will give the current number of instances that should be running. If a user has recently changed this via the API, the actual number of running instances may be
The "instances" attribute from the api will give the current number of instances that should be running. If a user has recently changed this via the API, the actual number of running instances may be
|
By
CF Runtime
· #2023
·
|
|
CF API for "general statistics"?
I'd like to add as well that you can configure Bosh's healthmonitor to send this data to an external dataviz/archival service (we use Datadog for our various test environments): https://bosh.io/docs/h
I'd like to add as well that you can configure Bosh's healthmonitor to send this data to an external dataviz/archival service (we use Datadog for our various test environments): https://bosh.io/docs/h
|
By
CF Runtime
· #2009
·
|
|
my app needs to get the number of instances in which its running, (in runtime my app uses this info in my program logic)
This information is not provided to the app. You can see what data is provided here: http://docs.run.pivotal.io/devguide/deploy-apps/environment-variable.html#instance-vars If you want to get this inf
This information is not provided to the app. You can see what data is provided here: http://docs.run.pivotal.io/devguide/deploy-apps/environment-variable.html#instance-vars If you want to get this inf
|
By
CF Runtime
· #1996
·
|
|
postgres out of disk space
Droplets are important, and should not be removed. If an app is deleted, the droplet will also be deleted. If a droplet exists, that means it is still needed. If the app needs to be scaled up or moved
Droplets are important, and should not be removed. If an app is deleted, the droplet will also be deleted. If a droplet exists, that means it is still needed. If the app needs to be scaled up or moved
|
By
CF Runtime
· #1990
·
|
|
postgres out of disk space
cf-release v213 fixed a bug where buildpack caches were not getting cleaned up properly. Are you running a version prior to 213? If so, you might need to go into the `shared/run.10.10.2.37.xip.io-cc-d
cf-release v213 fixed a bug where buildpack caches were not getting cleaned up properly. Are you running a version prior to 213? If so, you might need to go into the `shared/run.10.10.2.37.xip.io-cc-d
|
By
CF Runtime
· #1987
·
|
|
Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
You can also check out the v208 tag of cf-release, then run the acceptance-tests from src/github.com/cloudfoundry/cf-acceptance-tests Joseph CF Release Integration Team wrote:
You can also check out the v208 tag of cf-release, then run the acceptance-tests from src/github.com/cloudfoundry/cf-acceptance-tests Joseph CF Release Integration Team wrote:
|
By
CF Runtime
· #1972
·
|
|
Security group rules to allow HTTP communication between 2 apps deployed on CF
Containers have a default iptables rule for REJECT all traffic. If there is not a security group configured to allow the traffic to the destination, you'll get a connection refused. Security groups ca
Containers have a default iptables rule for REJECT all traffic. If there is not a security group configured to allow the traffic to the destination, you'll get a connection refused. Security groups ca
|
By
CF Runtime
· #1960
·
|
|
Unable to ping outside VM from the warden container
This definitely sounds like a security groups issue, Do you have an progress on this? Zak & Mikhail, CF Release Integration
This definitely sounds like a security groups issue, Do you have an progress on this? Zak & Mikhail, CF Release Integration
|
By
CF Runtime
· #1893
·
|
|
DEA/Warden staging error
Hey Kyle, Did you make any progress? Zak & Mikhail CF Release Integration Team
Hey Kyle, Did you make any progress? Zak & Mikhail CF Release Integration Team
|
By
CF Runtime
· #1892
·
|
|
Custom root ca certificate in container
Hmm, BOSH has functionality for adding the certificate to all the deployed VMs: https://bosh.io/docs/trusted-certs.html I'm not sure if the Warden containers will use the system certificate store thou
Hmm, BOSH has functionality for adding the certificate to all the deployed VMs: https://bosh.io/docs/trusted-certs.html I'm not sure if the Warden containers will use the system certificate store thou
|
By
CF Runtime
· #1836
·
|
|
How to change the default domain for apps?
The API doesn't have a concept of default shared domain currently. You are correct that the cf CLI simply takes the first shared domain and uses it when developers do a `cf push`. Deleting the old dom
The API doesn't have a concept of default shared domain currently. You are correct that the cf CLI simply takes the first shared domain and uses it when developers do a `cf push`. Deleting the old dom
|
By
CF Runtime
· #1835
·
|
|
DEA/Warden staging error
The Warden logs (and possibly the DEA logs) would probably be helpful in figuring out what is going on there. Joseph CF Release Integration Team kyhavlov(a)cisco.com> wrote:
The Warden logs (and possibly the DEA logs) would probably be helpful in figuring out what is going on there. Joseph CF Release Integration Team kyhavlov(a)cisco.com> wrote:
|
By
CF Runtime
· #1828
·
|
|
DEA/Warden staging error
It certainly could be. By default the contains reject all egress traffic. CC security groups configure iptables rules that allow traffic out. One of the default security groups in the BOSH templates a
It certainly could be. By default the contains reject all egress traffic. CC security groups configure iptables rules that allow traffic out. One of the default security groups in the BOSH templates a
|
By
CF Runtime
· #1819
·
|
|
Relation between Network property in Resource pool block and Network property in Actual Job block
A lot of this is set to change in the near future to make things more clear. But here is what is currently going on. BOSH will pre-create machines it is going to need, and it does that without any inp
A lot of this is set to change in the near future to make things more clear. But here is what is currently going on. BOSH will pre-create machines it is going to need, and it does that without any inp
|
By
CF Runtime
· #1812
·
|
|
DEA/Warden staging error
Also worth noting: if you're cloning from the ssh endpoint at github you must have an ssh key in your ssh agent that authenticates against a real github user, even if the repo is public. It seems as t
Also worth noting: if you're cloning from the ssh endpoint at github you must have an ssh key in your ssh agent that authenticates against a real github user, even if the repo is public. It seems as t
|
By
CF Runtime
· #1807
·
|
|
Relationship between HM9000 and router jobs
The DEAs are responsible for broadcasting the routes for the apps they are running. I can't think of why an hm9000 problem would cause routes to get lost, unless there was some problem with NATS itsel
The DEAs are responsible for broadcasting the routes for the apps they are running. I can't think of why an hm9000 problem would cause routes to get lost, unless there was some problem with NATS itsel
|
By
CF Runtime
· #1800
·
|