|
[abacus] Abacus v0.0.2 available
I'm happy to announce the availability of CF Abacus v0.0.2 (incubating).
Abacus provides usage metering and aggregation for Cloud Foundry services
and app runtimes.
I'd like to thank the Abacus
I'm happy to announce the availability of CF Abacus v0.0.2 (incubating).
Abacus provides usage metering and aggregation for Cloud Foundry services
and app runtimes.
I'd like to thank the Abacus
|
By
Jean-Sebastien Delfino
·
#2552
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
Yup, that's what I was suspecting. Can you try the following now:
1. Add something like the following to your cf manifest:
...
jobs:
...
- name: cloud_controller_z1
...
properties:
consul:
Yup, that's what I was suspecting. Can you try the following now:
1. Add something like the following to your cf manifest:
...
jobs:
...
- name: cloud_controller_z1
...
properties:
consul:
|
By
Amit Kumar Gupta
·
#2551
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
Here's the results:
https://gist.github.com/cholick/1325fe0f592b1805eba5
The time all between opening connection and opened, with the corresponding
ruby source in http.rb's connect method:
D
Here's the results:
https://gist.github.com/cholick/1325fe0f592b1805eba5
The time all between opening connection and opened, with the corresponding
ruby source in http.rb's connect method:
D
|
By
Matt Cholick
·
#2550
·
|
|
Re: Error to make a Request to update password in UAA
Many thanks for the reply.
Next monday in the morning, I will update the class to test again.
Cheers
Many thanks for the reply.
Next monday in the morning, I will update the class to test again.
Cheers
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2549
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
Ah, my bad. We need to patch the logger to somehow include timestamps when
the net/http library calls << on it instead of calling info:
require 'uri'
require 'net/http'
require
Ah, my bad. We need to patch the logger to somehow include timestamps when
the net/http library calls << on it instead of calling info:
require 'uri'
require 'net/http'
require
|
By
Amit Kumar Gupta
·
#2548
·
|
|
Re: Problem deploying basic Apps on PWS
You can also download the latest CLI.
Note all new apps deployed on PWS are defaulted to Diego as the app runner
environment. The enable-diego is only needed to switch DEA deployed apps to
use
You can also download the latest CLI.
Note all new apps deployed on PWS are defaulted to Diego as the app runner
environment. The enable-diego is only needed to switch DEA deployed apps to
use
|
By
Charles Wu
·
#2546
·
|
|
Re: Permission denied error when unpacking droplet
I am not sure at all but it might be related umask.
What is the umask of the user you deployed your CF (I assume you are talking
about a private CF).
I've been feeling there's an implicit assumption
I am not sure at all but it might be related umask.
What is the umask of the user you deployed your CF (I assume you are talking
about a private CF).
I've been feeling there's an implicit assumption
|
By
Noburou TANIGUCHI
·
#2547
·
|
|
Re: how to get the CF endpoint API in my program
There may be a proposal that adds "CC endpoint" to the `VCAP_APPLICATION`
environment variable. It seems no additional risk exists. However, there
must be one or more reasonable use cases for it.
Why
There may be a proposal that adds "CC endpoint" to the `VCAP_APPLICATION`
environment variable. It seems no additional risk exists. However, there
must be one or more reasonable use cases for it.
Why
|
By
Noburou TANIGUCHI
·
#2545
·
|
|
How to install a custom stack in your own Cloud Foundry cluster?
This is a follow-up of this Github conversation: https://github.com/cloudfoundry/stacks/issues/20
Currently we ship the Java Runtime and various dependencies in the droplet but found the packaging,
This is a follow-up of this Github conversation: https://github.com/cloudfoundry/stacks/issues/20
Currently we ship the Java Runtime and various dependencies in the droplet but found the packaging,
|
By
Daniel van Dorp
·
#2544
·
|
|
Re: Configured SSL/TLS for Cloud Foundry 170 release
Hi Pravin,
I may be hitting a wrong point, but I've recently heard a similar problem,
so I want ask:
Did you assign SpaceDeveloper role of the target space to the user you are
using for `cf
Hi Pravin,
I may be hitting a wrong point, but I've recently heard a similar problem,
so I want ask:
Did you assign SpaceDeveloper role of the target space to the user you are
using for `cf
|
By
Noburou TANIGUCHI
·
#2543
·
|
|
Re: PHP extension 'gettext' doesn't work?
Unfortunately, the apt-buildpack only works for installing staging-time
dependencies, and not runtime dependencies.
It could be made to work, but the core buildpacks team simply have not done
so
Unfortunately, the apt-buildpack only works for installing staging-time
dependencies, and not runtime dependencies.
It could be made to work, but the core buildpacks team simply have not done
so
|
By
Mike Dalessio
·
#2542
·
|
|
Re: PHP extension 'gettext' doesn't work?
I agree the inclusion of the lang pack into linuxfs2 seems best option.
I'm wondering though whether a temporary workaround could be to install the
"locales" debian package using apt-buildpack [1]
I agree the inclusion of the lang pack into linuxfs2 seems best option.
I'm wondering though whether a temporary workaround could be to install the
"locales" debian package using apt-buildpack [1]
|
By
Guillaume Berche
·
#2541
·
|
|
Re: Logs, Timestamps
The steno-prettify tool may be given a try to format timestamps in human
readeable dates on the vm itself . See doc I contributed at [1] for sample
invocation in-situ on the vm. I haven't tested in a
The steno-prettify tool may be given a try to format timestamps in human
readeable dates on the vm itself . See doc I contributed at [1] for sample
invocation in-situ on the vm. I haven't tested in a
|
By
Guillaume Berche
·
#2540
·
|
|
Re: doppler issue which fails to emit logs with syslog protocol on CFv212
Hi Matsumi,
What information exactly would you like to know about the etcd events?
There error message is "Got error while waiting for ETCD events: store
request timed". This could be due to several
Hi Matsumi,
What information exactly would you like to know about the etcd events?
There error message is "Got error while waiting for ETCD events: store
request timed". This could be due to several
|
By
Amit Kumar Gupta
·
#2539
·
|
|
Re: xip.io IO errors
Would the community release embedding power dns to provide xip.io style
impl be appliceable to your contexte and useful [1] ? This relies a DNS
delegation though. I haven't tested it myself yet.
[1]
Would the community release embedding power dns to provide xip.io style
impl be appliceable to your contexte and useful [1] ? This relies a DNS
delegation though. I haven't tested it myself yet.
[1]
|
By
Guillaume Berche
·
#2538
·
|
|
Re: Request timeout in CloudFoundry
Sorry, after looking at our manifests it appears we actually set it to 0
not -1.
properties:
request_timeout_in_seconds: 0
Then you need to set CC timeout to something else since nginx doesn't
Sorry, after looking at our manifests it appears we actually set it to 0
not -1.
properties:
request_timeout_in_seconds: 0
Then you need to set CC timeout to something else since nginx doesn't
|
By
Mike Youngstrom <youngm@...>
·
#2537
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
Amit,
Here are the results:
https://gist.github.com/cholick/b448df07e9e493369d9e
The before and after pictures look pretty similar, nothing jumps out as
interesting.
Amit,
Here are the results:
https://gist.github.com/cholick/b448df07e9e493369d9e
The before and after pictures look pretty similar, nothing jumps out as
interesting.
|
By
Matt Cholick
·
#2536
·
|
|
Re: Request timeout in CloudFoundry
Hi Mike,
Could you let me know how you set timeout on gorouter to -1?
Appreciate your response.
Hi Mike,
Could you let me know how you set timeout on gorouter to -1?
Appreciate your response.
|
By
Paul Bakare
·
#2535
·
|
|
Re: xip.io IO errors
I was reading this thread, I noticed that I have the same problem and I thought that we had a problem in our network.
In local I am using development from
I was reading this thread, I noticed that I have the same problem and I thought that we had a problem in our network.
In local I am using development from
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2534
·
|
|
Re: doppler issue which fails to emit logs with syslog protocol on CFv212
Hi Warren and Nino,
Let me update our status.
Yes, the root cause was the inconsistency of a bulk user id between cc and
syslog drain binder due to the bug (a hardcorded id). We confirmed
Hi Warren and Nino,
Let me update our status.
Yes, the root cause was the inconsistency of a bulk user id between cc and
syslog drain binder due to the bug (a hardcorded id). We confirmed
|
By
Masumi Ito
·
#2533
·
|