|
Re: Buildpacks PMC - 2015-10-12 Notes
Hello Guillaume,
Thanks for asking these questions!
We're having some discussions now as to next steps. Ideally I'd like to
identify a track of feature work that will drive out a set of features
Hello Guillaume,
Thanks for asking these questions!
We're having some discussions now as to next steps. Ideally I'd like to
identify a track of feature work that will drive out a set of features
|
By
Mike Dalessio
·
#2261
·
|
|
Failed to get Diego telemetry with cf cli
Hello, i have an issue with getting app telemetry with cf cli from Diego.
What i am seeing telemetry is arriving from garden container to doppler, when i am trying to get it with cf cli - cf app
Hello, i have an issue with getting app telemetry with cf cli from Diego.
What i am seeing telemetry is arriving from garden container to doppler, when i am trying to get it with cf cli - cf app
|
By
Anton Komarov
·
#2260
·
|
|
Defining a singular plan for all services
Hi,
How can I define a default plan to be used by more than one services
without repeating the same plan definition in settings.yml file?
Appreciate your help.
Hi,
How can I define a default plan to be used by more than one services
without repeating the same plan definition in settings.yml file?
Appreciate your help.
|
By
Paul Bakare
·
#2259
·
|
|
Re: Buildpacks PMC - 2015-10-12 Notes
Hi Mike,
Thanks for sharing the buildpacks PMC notes.
Related to the architecture epic, What's the outcome of this epic and the
general direction the buildpack team is taking for pluggeable
Hi Mike,
Thanks for sharing the buildpacks PMC notes.
Related to the architecture epic, What's the outcome of this epic and the
general direction the buildpack team is taking for pluggeable
|
By
Guillaume Berche
·
#2258
·
|
|
Re: REST API endpoint for accessing application logs
You should use the value coming from "doppler_logging_endpoint" not the
"logging_endpoint". What version of cf-release are you using? Alternatively
if you don't have a "doppler_logging_endpoint" in
You should use the value coming from "doppler_logging_endpoint" not the
"logging_endpoint". What version of cf-release are you using? Alternatively
if you don't have a "doppler_logging_endpoint" in
|
By
Rohit Kumar
·
#2257
·
|
|
Re: Initialization script for SSHFS
Awesome! Any chance you could share the final product? Sounds like it
could be useful to others.
Dan
Awesome! Any chance you could share the final product? Sounds like it
could be useful to others.
Dan
|
By
Daniel Mikusa
·
#2255
·
|
|
Re: [abacus] End-to-end test coverage for secured Abacus
+1 as well.
Please make sure to publish the results of the perf tests (overtime) and
let's discuss adding stories that anyone who cares can follow.
Various teams in CF have also been looking to add
+1 as well.
Please make sure to publish the results of the perf tests (overtime) and
let's discuss adding stories that anyone who cares can follow.
Various teams in CF have also been looking to add
|
By
Michael Maximilien
·
#2256
·
|
|
Re: [abacus] Accepting delayed usage within a slack window
+1
So long this does not prevent DBs from being sharded. Even if the penalty
for queries of distant past is higher (e.g., slow).
And, as we discussed last Friday, this slack value can be fixed for
+1
So long this does not prevent DBs from being sharded. Even if the penalty
for queries of distant past is higher (e.g., slow).
And, as we discussed last Friday, this slack value can be fixed for
|
By
Michael Maximilien
·
#2254
·
|
|
Re: Initialization script for SSHFS
Perfect, thanks! I had to do a little hacking to make it work right since it is using the SSHFS service (which we arent using) and it is setup to use credentials (and not keys) but otherwise it
Perfect, thanks! I had to do a little hacking to make it work right since it is using the SSHFS service (which we arent using) and it is setup to use credentials (and not keys) but otherwise it
|
By
Cory Jett
·
#2253
·
|
|
CF CAB call for October is Wednesday Oct. 14th, 2015 - final reminder
fyi...
Final reminder. Please join us tomorrow at 8AM PDT. Call info [1]. If you are Pivotal we have Scorpius reserved on the 4th floor.
Product managers, please update the agenda [1] with
fyi...
Final reminder. Please join us tomorrow at 8AM PDT. Call info [1]. If you are Pivotal we have Scorpius reserved on the 4th floor.
Product managers, please update the agenda [1] with
|
By
Michael Maximilien
·
#2252
·
|
|
Re: 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'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
|
By
Dieu Cao <dcao@...>
·
#2251
·
|
|
Re: CF v205 / Pushing an app
Hi,
Thanks for the clarification - it should be worth to update the documentation (http://docs.cloudfoundry.org/deploying/ec2/bootstrap-aws-vpc.html) - as I followed this one, and this setting is not
Hi,
Thanks for the clarification - it should be worth to update the documentation (http://docs.cloudfoundry.org/deploying/ec2/bootstrap-aws-vpc.html) - as I followed this one, and this setting is not
|
By
Sylvain Gibier
·
#2250
·
|
|
Re: [abacus] authorization needed to call APIs defined in account management stub
Hi Bharath,
You decide the scopes yourself as an implementor of that account API, and a
server for the account and org info resources it returns.
We've been having a related discussion of scopes
Hi Bharath,
You decide the scopes yourself as an implementor of that account API, and a
server for the account and org info resources it returns.
We've been having a related discussion of scopes
|
By
Jean-Sebastien Delfino
·
#2249
·
|
|
Re: REST API endpoint for accessing application logs
Hi Rohit,
Thanks for the reply. I tried this :
curl -k -H "Authorization: $(cf oauth-token | grep bearer)" https://doppler.bosh-lite.com:443/apps/$(cf app appName --guid)/recentlogs
with my
Hi Rohit,
Thanks for the reply. I tried this :
curl -k -H "Authorization: $(cf oauth-token | grep bearer)" https://doppler.bosh-lite.com:443/apps/$(cf app appName --guid)/recentlogs
with my
|
By
Ponraj E
·
#2248
·
|
|
Re: REST API endpoint for accessing application logs
The API endpoint to get recent logs is present on the loggregator
trafficontroller. You can get the URL for your traffic controller by
running:
cf curl /v2/info | jq .doppler_logging_endpoint
Note
The API endpoint to get recent logs is present on the loggregator
trafficontroller. You can get the URL for your traffic controller by
running:
cf curl /v2/info | jq .doppler_logging_endpoint
Note
|
By
Rohit Kumar
·
#2247
·
|
|
REST API endpoint for accessing application logs
Hi,
I want to get the application's dumped logs from the loggregator and not the tailing logs.
CLI provides me a command to do it: cf logs APP_NAME --recent displays all the lines in the
Hi,
I want to get the application's dumped logs from the loggregator and not the tailing logs.
CLI provides me a command to do it: cf logs APP_NAME --recent displays all the lines in the
|
By
Ponraj E
·
#2246
·
|
|
Re: Unable to set CF api endpoint
Did you run the "bin/add-route" script from the bosh-lite repo? By default
that subnet does not have a route for it.
Joseph
CF Release Integration Team
Did you run the "bin/add-route" script from the bosh-lite repo? By default
that subnet does not have a route for it.
Joseph
CF Release Integration Team
|
By
CF Runtime
·
#2245
·
|
|
Unable to deliver your item, #00194201
Dear Customer,
We could not deliver your item.
You can review complete details of your order in the find attached.
Yours faithfully,
Leslie Parker,
Sr. Operation Manager.
Dear Customer,
We could not deliver your item.
You can review complete details of your order in the find attached.
Yours faithfully,
Leslie Parker,
Sr. Operation Manager.
|
By
FedEx International Ground <leslie.parker@...>
·
#2244
·
|
|
[abacus] authorization needed to call APIs defined in account management stub
Sebastien, the account management stubs define APIs that will retrieve a list of orgs given an account, use an org to get the corresponding account it belongs to. The APIs implemented by an account
Sebastien, the account management stubs define APIs that will retrieve a list of orgs given an account, use an org to get the corresponding account it belongs to. The APIs implemented by an account
|
By
Bharath Sekar
·
#2243
·
|
|
Re: [abacus] Accepting delayed usage within a slack window
single database as opposed to a potential 12 databases with month windows
Correct, if your resource instance has incurred usage in the last month,
but if no usage has been submitted for a resource
single database as opposed to a potential 12 databases with month windows
Correct, if your resource instance has incurred usage in the last month,
but if no usage has been submitted for a resource
|
By
Jean-Sebastien Delfino
·
#2242
·
|