|
Re: How to get apps that consumed a service
This idea could be quite interesting to remove unused cups services
This idea could be quite interesting to remove unused cups services
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1215
·
|
|
Re: How to get apps that consumed a service
Hi,
I have tested your REST Call and it returns the services binded using the following methods:
manifest.yml
manually cf ...
services:
[ { guid: '9e541381-b34d-4a0c-b7da-1ff00a0ffef5',
Hi,
I have tested your REST Call and it returns the services binded using the following methods:
manifest.yml
manually cf ...
services:
[ { guid: '9e541381-b34d-4a0c-b7da-1ff00a0ffef5',
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1214
·
|
|
Re: Questions about service broker
Hi,
You might like to check out the forthcoming asynchronous additions to the
Service Broker API:
https://docs.cloudfoundry.org/services/asynchronous-operations.html
It sounds like exactly what
Hi,
You might like to check out the forthcoming asynchronous additions to the
Service Broker API:
https://docs.cloudfoundry.org/services/asynchronous-operations.html
It sounds like exactly what
|
By
Daniel Jones
·
#1213
·
|
|
Re: Issues on Diego Deployment on Openstack
Documented it, here you go:
http://www.evoila.de/cloud-foundry/adding-diego-release-to-cloud-foundry-release-v212/?lang=en
--
Mit freundlichen Grüßen
Johannes Hiemer
Documented it, here you go:
http://www.evoila.de/cloud-foundry/adding-diego-release-to-cloud-foundry-release-v212/?lang=en
--
Mit freundlichen Grüßen
Johannes Hiemer
|
By
Johannes Hiemer <jvhiemer@...>
·
#1212
·
|
|
Questions about service broker
Hi, there
I am trying to develop a database service broker in CF, but have a question
regarding to provisioning rest api, if it takes long time for the database
to be ready, it will fail in binding
Hi, there
I am trying to develop a database service broker in CF, but have a question
regarding to provisioning rest api, if it takes long time for the database
to be ready, it will fail in binding
|
By
王小锋 <zzuwxf at gmail.com...>
·
#1211
·
|
|
Re: Bizarre DEA + Spring Behaviour
It seems like you were pretty thorough. I can't think of anything that
would be different or that could cause symptoms like this, although I could
be overlooking something as well. Without logs /
It seems like you were pretty thorough. I can't think of anything that
would be different or that could cause symptoms like this, although I could
be overlooking something as well. Without logs /
|
By
Daniel Mikusa
·
#1210
·
|
|
How to get apps that consumed a service
Hi, there
From CF API, it provide method to get services that are bound to a specific
app through rest api:
Get /v2/apps/:guid/summary
But seems it did not provide similar methods in CF to get apps
Hi, there
From CF API, it provide method to get services that are bound to a specific
app through rest api:
Get /v2/apps/:guid/summary
But seems it did not provide similar methods in CF to get apps
|
By
王小锋 <zzuwxf at gmail.com...>
·
#1209
·
|
|
CF integration with logging and monitoring tool
I would like to know in CF, how to integrate with 3rd party app logging and monitoring like Graphite, Nagios, etc, what is the recommended approach. I found few articles where its mentioned firehose
I would like to know in CF, how to integrate with 3rd party app logging and monitoring like Graphite, Nagios, etc, what is the recommended approach. I found few articles where its mentioned firehose
|
By
Swatz bosh
·
#1276
·
|
|
Re: cannot access director, trying 4 more times...
Resending due to mailman issues:
Looks like you may not be doing what you think you're doing.
I'm not sure where you got those commands from but they are unrelated to
bosh-lite. You're basically
Resending due to mailman issues:
Looks like you may not be doing what you think you're doing.
I'm not sure where you got those commands from but they are unrelated to
bosh-lite. You're basically
|
By
Matthew Sykes <matthew.sykes@...>
·
#1208
·
|
|
Re: How to call Cloud Foundry API from a node.js application deployed?
Good morning,
Yes I tried but the connection failed:
{"error":{"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}}
Later, I tryed with curl in the same host where I installed CF and
Good morning,
Yes I tried but the connection failed:
{"error":{"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}}
Later, I tryed with curl in the same host where I installed CF and
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1263
·
|
|
Re: CF-Abacus public tracker and more
For some reason, here (Web client) the message does not show, so here again.
------
Hi, all,
The CF-Abacus team has started to create stories and epics.
You can find them on our Tracker here:
For some reason, here (Web client) the message does not show, so here again.
------
Hi, all,
The CF-Abacus team has started to create stories and epics.
You can find them on our Tracker here:
|
By
Michael Maximilien
·
#1275
·
|
|
Re: Bizarre DEA + Spring Behaviour
Hi Dan,
Thanks for taking the time to reply.
I didn't include too much in the way of detail, as I was thinking that
there must be a moving part in the equation I'm blind to, in which case
that's a
Hi Dan,
Thanks for taking the time to reply.
I didn't include too much in the way of detail, as I was thinking that
there must be a moving part in the equation I'm blind to, in which case
that's a
|
By
Daniel Jones
·
#1207
·
|
|
Re: Diego log grouping
Hi, Mike,
Unfortunately, I haven't found anything that looks like it would account
for this difference in logging behavior. Between those releases, Diego
components haven't changed how they emit
Hi, Mike,
Unfortunately, I haven't found anything that looks like it would account
for this difference in logging behavior. Between those releases, Diego
components haven't changed how they emit
|
By
Eric Malm <emalm@...>
·
#1206
·
|
|
CF-Abacus public tracker and more
Hi, all,
The CF-Abacus team has started to create stories and epics.
You can find them on our Tracker here: https://www.pivotaltracker.com/n/projects/1385414
We welcome comments and feedback. We are
Hi, all,
The CF-Abacus team has started to create stories and epics.
You can find them on our Tracker here: https://www.pivotaltracker.com/n/projects/1385414
We welcome comments and feedback. We are
|
By
Michael Maximilien
·
#1205
·
|
|
Re: Running Docker private images on CF
Hi, Dharmi,
In order to run private docker images (that is, ones that require
user/password/email authentication with the registry), you'll have to stage
them into the optional diego-docker-cache
Hi, Dharmi,
In order to run private docker images (that is, ones that require
user/password/email authentication with the registry), you'll have to stage
them into the optional diego-docker-cache
|
By
Eric Malm <emalm@...>
·
#1204
·
|
|
Re: Missing routing logs from "cf logs app-name"
Simon not sure is related but don,t if you don't consume enough quickly the
message, the buffer will be exhausted.
Did you try to increase the buffer size ?
wrote:
Simon not sure is related but don,t if you don't consume enough quickly the
message, the buffer will be exhausted.
Did you try to increase the buffer size ?
wrote:
|
By
Gwenn Etourneau
·
#1203
·
|
|
Re: Issues on Diego Deployment on Openstack
Johannes,
You got diego and v212 running successfully in Openstack? Can you share the manifests?
I just got v214 running successfully and wish to get diego into it. Hoping your trial and error can
Johannes,
You got diego and v212 running successfully in Openstack? Can you share the manifests?
I just got v214 running successfully and wish to get diego into it. Hoping your trial and error can
|
By
Tom Sherrod <tom.sherrod@...>
·
#1202
·
|
|
Re: Running Docker private images on CF
t "#<RspecApiDocumentation::Views::HtmlExample:0x0000000bb883e0>" To be a
bug in the Documentation tracked here
https://www.pivotaltracker.com/n/projects/1003146/stories/100845526
Real example is
t "#<RspecApiDocumentation::Views::HtmlExample:0x0000000bb883e0>" To be a
bug in the Documentation tracked here
https://www.pivotaltracker.com/n/projects/1003146/stories/100845526
Real example is
|
By
Gwenn Etourneau
·
#1201
·
|
|
Re: Diego log grouping
I’m wondering if there are any updates on this.
thanks,
Mike
I’m wondering if there are any updates on this.
thanks,
Mike
|
By
MJ
·
#1200
·
|
|
Missing routing logs from "cf logs app-name"
Howdie! Not really a dev related question, but since there is no cf-user list I'm trying my luck here. :)
Im looking into an issue where we don't get enough RTR logs from cf logs /
Howdie! Not really a dev related question, but since there is no cf-user list I'm trying my luck here. :)
Im looking into an issue where we don't get enough RTR logs from cf logs /
|
By
Simon Johansson <simon@...>
·
#1199
·
|