|
cannot replace the default buildpacks. Is it expected?
When the cloud controller instances come up, they install any buildpacks configured in the manifest. If you want a buildpack NOT to be replaced automatically (because you've updated it yourself), you'
When the cloud controller instances come up, they install any buildpacks configured in the manifest. If you want a buildpack NOT to be replaced automatically (because you've updated it yourself), you'
|
By
CF Runtime
· #1383
·
|
|
Using s3 for blobstore bucket prefix
Currently there is no way to use a single bucket with prefixes for the different blobstores. In theory you could point them all at the same bucket and nothing would break, but you'd probably regret th
Currently there is no way to use a single bucket with prefixes for the different blobstores. In theory you could point them all at the same bucket and nothing would break, but you'd probably regret th
|
By
CF Runtime
· #1327
·
|
|
Script hangs when updating the cf-release
Hmm, we're not seeing any problems like that, and really we're just running some git commands. I would assume that running the script does create a lot of connections in a short amount of time. Is it
Hmm, we're not seeing any problems like that, and really we're just running some git commands. I would assume that running the script does create a lot of connections in a short amount of time. Is it
|
By
CF Runtime
· #1322
·
|
|
no more stdout in app files since upgrade to 214
Hi, What version of the cf cli are you using? There was an update for logging in cf v208 that changed the endpoint. Thanks, Joseph & Dan, OSS Release Integration Team
Hi, What version of the cf cli are you using? There was an update for logging in cf v208 that changed the endpoint. Thanks, Joseph & Dan, OSS Release Integration Team
|
By
CF Runtime
· #1285
·
|
|
Script hangs when updating the cf-release
I see some differences in the submodules you are getting vs what is currently on cf-release dev or master branches. Which branch, tag, or SHA are you trying to check out? Joseph & Dies OSS Release Int
I see some differences in the submodules you are getting vs what is currently on cf-release dev or master branches. Which branch, tag, or SHA are you trying to check out? Joseph & Dies OSS Release Int
|
By
CF Runtime
· #1237
·
|
|
Billing & Metering of app usage with Abacus
You might get some answers by querying the events api. http://apidocs.cloudfoundry.org/214/events/list_all_events.html You should be able to query it where the actee equals the guid of the app. Joseph
You might get some answers by querying the events api. http://apidocs.cloudfoundry.org/214/events/list_all_events.html You should be able to query it where the actee equals the guid of the app. Joseph
|
By
CF Runtime
· #1226
·
|
|
Billing & Metering of app usage with Abacus
Piotr, The timestamps not being correct is a known limitation of how events are being generated, but as you said, order should be guaranteed (and timestamps should hopefully be close). Duplicate event
Piotr, The timestamps not being correct is a known limitation of how events are being generated, but as you said, order should be guaranteed (and timestamps should hopefully be close). Duplicate event
|
By
CF Runtime
· #1219
·
|
|
which property configured to delete the objects in Swift buildpacks container when update/delete buildpacks?
The Cloud Controller schedules a job to delete the buildpack from the blobstore. The job is scheduled for cc.staging_timeout_in_seconds in the future. This gives any apps that have already started sta
The Cloud Controller schedules a job to delete the buildpack from the blobstore. The job is scheduled for cc.staging_timeout_in_seconds in the future. This gives any apps that have already started sta
|
By
CF Runtime
· #1153
·
|
|
AWS deployment manifest with HAproxy
Hi Stephen, The consul.agent.servers.lan array should be populated with the static IPs of every consul server job you have deployed. That being said, none of this will work if you have not colocated a
Hi Stephen, The consul.agent.servers.lan array should be populated with the static IPs of every consul server job you have deployed. That being said, none of this will work if you have not colocated a
|
By
CF Runtime
· #1106
·
|
|
CF push error - Not able to resolve - Error dialing loggregator server: Get https://loggregator.systemdomain.com
The app you are pushing is not being detected as a valid Python app by the buildpack. The buildpack expects there to be a setup.py file in the root of the app if you do not provide a requirements.txt.
The app you are pushing is not being detected as a valid Python app by the buildpack. The buildpack expects there to be a setup.py file in the root of the app if you do not provide a requirements.txt.
|
By
CF Runtime
· #1095
·
|
|
CF push error - Not able to resolve - Error dialing loggregator server: Get https://loggregator.systemdomain.com
The buildpacks didn't successfully upload, so you'll probably just need to "bosh restart api_z1/0" which should cause the startup script to upload them. Joseph CF Release Integration Team
The buildpacks didn't successfully upload, so you'll probably just need to "bosh restart api_z1/0" which should cause the startup script to upload them. Joseph CF Release Integration Team
|
By
CF Runtime
· #1076
·
|
|
CF push error - Not able to resolve - Error dialing loggregator server: Get https://loggregator.systemdomain.com
Yeah, without the NAT vm nothing will be able to get out to the internet. They will be able to respond to external requests, such as a request to the api, or the login server, or an individual app. Bu
Yeah, without the NAT vm nothing will be able to get out to the internet. They will be able to respond to external requests, such as a request to the api, or the login server, or an individual app. Bu
|
By
CF Runtime
· #1069
·
|
|
CF push error - Not able to resolve - Error dialing loggregator server: Get https://loggregator.systemdomain.com
It looks like the api instance is unable to upload the buildpacks to the blobstore. Perhaps the NAT (network NAT, not message bus NATS) instance is not configured correctly. Are you able to curl an ex
It looks like the api instance is unable to upload the buildpacks to the blobstore. Perhaps the NAT (network NAT, not message bus NATS) instance is not configured correctly. Are you able to curl an ex
|
By
CF Runtime
· #1067
·
|
|
AWS deployment manifest with HAproxy
Also Stephen, the templates by default attempt to use an ELB named cfrouter. So if you want to try to use an ELB again, just create one with that name and when you deploy BOSH should connect it to you
Also Stephen, the templates by default attempt to use an ELB named cfrouter. So if you want to try to use an ELB again, just create one with that name and when you deploy BOSH should connect it to you
|
By
CF Runtime
· #1062
·
|
|
How to use /v2/app_usage_events for billing purpose
The app_usage_events endpoint was not designed to be a live billing interface. Typically what you would do is have another app that polls the endpoint, collects the billing data, and saves it off in a
The app_usage_events endpoint was not designed to be a live billing interface. Typically what you would do is have another app that polls the endpoint, collects the billing data, and saves it off in a
|
By
CF Runtime
· #1050
·
|
|
Recreating uaadb and ccdb databases
No, there are no special scripts that run on job instance creation, everything is embedded in the startup control scripts. So while recreate would work too, restart should be fine. Joseph OSS Release
No, there are no special scripts that run on job instance creation, everything is embedded in the startup control scripts. So while recreate would work too, restart should be fine. Joseph OSS Release
|
By
CF Runtime
· #1049
·
|
|
Recreating uaadb and ccdb databases
If you are using the default postgres job, you should just be able to "bosh restart postgres_z1/0". This will create both the databases, but they will not have the schemas. The individual jobs should
If you are using the default postgres job, you should just be able to "bosh restart postgres_z1/0". This will create both the databases, but they will not have the schemas. The individual jobs should
|
By
CF Runtime
· #1045
·
|
|
Troubleshooting tips ...
Set CF_TRACE=true to see the exact request that results in the 404. Most likely it is a request to api.cf.fxlab.net/v2/info. Double check that that url does in fact return a 404. From there, the probl
Set CF_TRACE=true to see the exact request that results in the 404. Most likely it is a request to api.cf.fxlab.net/v2/info. Double check that that url does in fact return a 404. From there, the probl
|
By
CF Runtime
· #1033
·
|
|
CF rollback issue from v210 to v202
Simply deleting the schema_migrations table entries may allow the api to start, but the actual changes from those migrations will need to be rolled back manually too. Best thing is certainly to backup
Simply deleting the schema_migrations table entries may allow the api to start, but the actual changes from those migrations will need to be rolled back manually too. Best thing is certainly to backup
|
By
CF Runtime
· #658
·
|
|
Increasing warden yml network and user pool size
I believe that those limits would only need to be increased if you have more than 256 warden containers on a single server. Is that the case? Joseph & Zak CF Runtime Team wrote:
I believe that those limits would only need to be increased if you have more than 256 warden containers on a single server. Is that the case? Joseph & Zak CF Runtime Team wrote:
|
By
CF Runtime
· #657
·
|