|
Can't create/update buildpacks, "a filename must be specified"
Hi Kyle, The fundamental issue with not using Nginx is that all uploads/downloads block the cloud controller instance. A long blocking request to the CC can be a serious issue in any CF environment. A
Hi Kyle, The fundamental issue with not using Nginx is that all uploads/downloads block the cloud controller instance. A long blocking request to the CC can be a serious issue in any CF environment. A
|
By
CF Runtime
· #647
·
|
|
Can't create/update buildpacks, "a filename must be specified"
Hi Kyle, This component is specifically designed to work with Nginx. Despite the fact that you can successfully upload a buildpack by making a small change with Nginx disabled there are many other are
Hi Kyle, This component is specifically designed to work with Nginx. Despite the fact that you can successfully upload a buildpack by making a small change with Nginx disabled there are many other are
|
By
CF Runtime
· #631
·
|
|
Can't create/update buildpacks, "a filename must be specified"
Hi Kyle, We highly recommend using Nginx as a proxy for uploads and downloads to/from the cloud controller. Without it all long-running data transfers to the CC will block that instance of the cloud c
Hi Kyle, We highly recommend using Nginx as a proxy for uploads and downloads to/from the cloud controller. Without it all long-running data transfers to the CC will block that instance of the cloud c
|
By
CF Runtime
· #629
·
|
|
Need for machine-readable Application Interface
Hey Deepak, We are talking only about the Cloud Controller API. Those APIs would be available to all developers. We're not sure what you are looking for beyond that. Joseph & Zak CF Runtime Team wrote
Hey Deepak, We are talking only about the Cloud Controller API. Those APIs would be available to all developers. We're not sure what you are looking for beyond that. Joseph & Zak CF Runtime Team wrote
|
By
CF Runtime
· #522
·
|
|
Need for machine-readable “Application Interface”
It is something we are thinking about for the V3 cloud controller API, but no formal decisions have been made at this point. So feedback and suggestions are certainly welcome. Zak and Joseph CF Runtim
It is something we are thinking about for the V3 cloud controller API, but no formal decisions have been made at this point. So feedback and suggestions are certainly welcome. Zak and Joseph CF Runtim
|
By
CF Runtime
· #485
·
|
|
Multi-node CCNG Problem
Are you talking about internal Cloud Controller tasks scheduled using Delayed Job? The workers that process those jobs should lock the job before performing any work. Is this not what you are seeing?
Are you talking about internal Cloud Controller tasks scheduled using Delayed Job? The workers that process those jobs should lock the job before performing any work. Is this not what you are seeing?
|
By
CF Runtime
· #472
·
|
|
I: R: Re: Log connections from security groups - bosh lite
We had similar problems on Bosh Lite. Because of the way containers are made, this feature won't work on a Bosh Lite environment. Zak & Joseph CF Runtime Team michael.grifalconi(a)studenti.unimi.it> w
We had similar problems on Bosh Lite. Because of the way containers are made, this feature won't work on a Bosh Lite environment. Zak & Joseph CF Runtime Team michael.grifalconi(a)studenti.unimi.it> w
|
By
CF Runtime
· #471
·
|
|
R: Re: Monitor all outbound connections from apps in warden
I would expect this to be possible. The easiest thing would probably be to write a shell script that both runs your application, and also starts a script that does the netstat output. Then set that sc
I would expect this to be possible. The easiest thing would probably be to write a shell script that both runs your application, and also starts a script that does the netstat output. Then set that sc
|
By
CF Runtime
· #434
·
|
|
(No subject)
You'll need to increase cc.maximum_app_disk_in_mb in your bosh deployment manifest. That defines the maximum disk an app is allowed to request. Joseph Palermo CF Runtime Team
You'll need to increase cc.maximum_app_disk_in_mb in your bosh deployment manifest. That defines the maximum disk an app is allowed to request. Joseph Palermo CF Runtime Team
|
By
CF Runtime
· #433
·
|
|
Staging error: no available stagers (status code: 400, error code: 170001)
The issue was likely the disk. The staging_disk_limit_mb tells the cloud controller how much disk space is needed for staging an app (unless the app asks for more). This is normally much higher than t
The issue was likely the disk. The staging_disk_limit_mb tells the cloud controller how much disk space is needed for staging an app (unless the app asks for more). This is normally much higher than t
|
By
CF Runtime
· #420
·
|
|
Key Rotation Strategies
There is currently no way for users to rotate the cc.db_encryption_key. We're going to schedule some work to look into ways to solve the problem without downtime. Any input would be great, as well as
There is currently no way for users to rotate the cc.db_encryption_key. We're going to schedule some work to look into ways to solve the problem without downtime. Any input would be great, as well as
|
By
CF Runtime
· #419
·
|
|
HM9000 metrics
I believe the full crashed Warden container is kept around for an hour. The DEA keeps the Warden handle to the container. The Warden grace time only applies after all handles have been released. Josep
I believe the full crashed Warden container is kept around for an hour. The DEA keeps the Warden handle to the container. The Warden grace time only applies after all handles have been released. Josep
|
By
CF Runtime
· #416
·
|
|
metron_agent.deployment
There is a closed issue in the cf-release repo related to this: https://github.com/cloudfoundry/cf-release/issues/690 Make sure you have a meta.environment section defined in your manifest stub. meta:
There is a closed issue in the cf-release repo related to this: https://github.com/cloudfoundry/cf-release/issues/690 Make sure you have a meta.environment section defined in your manifest stub. meta:
|
By
CF Runtime
· #397
·
|
|
Issue with etcd since v211
It looks like you are trying to run with two etcd instances. etcd requires either one instance, or three or more. You can see details here: https://github.com/coreos/etcd/blob/master/Documentation/adm
It looks like you are trying to run with two etcd instances. etcd requires either one instance, or three or more. You can see details here: https://github.com/coreos/etcd/blob/master/Documentation/adm
|
By
CF Runtime
· #396
·
|
|
Release Notes for v210
Guillaume, We run the pipelines using the Docker image built from cf-release/pipeline-image/Dockerfile, which checks out the spiff repo and builds it, so it should be 1.0.6 since that seems to be wher
Guillaume, We run the pipelines using the Docker image built from cf-release/pipeline-image/Dockerfile, which checks out the spiff repo and builds it, so it should be 1.0.6 since that seems to be wher
|
By
CF Runtime
· #319
·
|
|
Release Notes for v210
Hi Guillaume, The metron_agent.deployment default can be found in cf-release/templates/cf-lamb.yml which should get merged automatically if using the generate_deployment_manifest script in cf-release.
Hi Guillaume, The metron_agent.deployment default can be found in cf-release/templates/cf-lamb.yml which should get merged automatically if using the generate_deployment_manifest script in cf-release.
|
By
CF Runtime
· #307
·
|
|
Are you having problems upgrading cf-release postgres?
Good afternoon, Last week, we merged a branch into cf-release that upgraded the postgres instance if you are running one. We saw this fail on two of our environments and reverted these changes on Frid
Good afternoon, Last week, we merged a branch into cf-release that upgraded the postgres instance if you are running one. We saw this fail on two of our environments and reverted these changes on Frid
|
By
CF Runtime
· #282
·
|
|
Setting Org Manager via API
Hi Daniel, The purpose of the Associate User with the Organization endpoint is to add a user to an organization. This endpoint needs to be called before a user can be added to the organization's space
Hi Daniel, The purpose of the Associate User with the Organization endpoint is to add a user to an organization. This endpoint needs to be called before a user can be added to the organization's space
|
By
CF Runtime
· #253
·
|
|
Purge files on NFS or S3?
Hi John, James is correct, the resources do not get cleaned up. The system does not have any runtime dependencies on any of them however. They are used when pushing an app to prevent the user from hav
Hi John, James is correct, the resources do not get cleaned up. The system does not have any runtime dependencies on any of them however. They are used when pushing an app to prevent the user from hav
|
By
CF Runtime
· #164
·
|
|
Deploying CF in AWS
Hi Alberto, When BOSH creates a final release, it uploads the packages to the blob store configured for that BOSH release. You can see this for cf-release here: https://github.com/cloudfoundry/cf-rele
Hi Alberto, When BOSH creates a final release, it uploads the packages to the blob store configured for that BOSH release. You can see this for cf-release here: https://github.com/cloudfoundry/cf-rele
|
By
CF Runtime
· #157
·
|