|
Re: app auto-scaling in OSS CF contribution
Hi Dies,
App auto-scaling is much needed feature for CF OSS , lot of users want to
use this functionality .
Once on the incubator, roadmap can be discussed. Hope to to see it soon on
cf incubator
Hi Dies,
App auto-scaling is much needed feature for CF OSS , lot of users want to
use this functionality .
Once on the incubator, roadmap can be discussed. Hope to to see it soon on
cf incubator
|
By
Ronak Banka
·
#1741
·
|
|
Question on Custom script working as part of PHP buildpack
Hi team,
I have a requirement to run a custom script (Configure OpenAM Web Policy Agent) as part of a PHP buildpack. The requirement is the Web Policy Agent should have OpenJDK configured before it
Hi team,
I have a requirement to run a custom script (Configure OpenAM Web Policy Agent) as part of a PHP buildpack. The requirement is the Web Policy Agent should have OpenJDK configured before it
|
By
Amishi Shah
·
#1740
·
|
|
Re: expected? doppler log "lost election for cluster leader"
Hi Guangcai,
The log messages are coming from the syslog_drain_binder process which is
colocated with dopplers. The syslog_drain_binder is used to poll the
CloudController for active syslog drain
Hi Guangcai,
The log messages are coming from the syslog_drain_binder process which is
colocated with dopplers. The syslog_drain_binder is used to poll the
CloudController for active syslog drain
|
By
Rohit Kumar
·
#1739
·
|
|
Re: DEA/Warden staging error
That's not an error we normally get. It's not clear if the staging_info.yml
error is the source of the problem or an artifact of it. Having more logs
would allow us to speculate more.
Joseph &
That's not an error we normally get. It's not clear if the staging_info.yml
error is the source of the problem or an artifact of it. Having more logs
would allow us to speculate more.
Joseph &
|
By
CF Runtime
·
#1738
·
|
|
Re: [Bosh-lite] Can not recreate vm/job
Hmm, do you know what version of bosh-lite you are using? And could you
also provide us with the output of `bosh status`?
Joseph & Dan
OSS Release Integration Team
Hmm, do you know what version of bosh-lite you are using? And could you
also provide us with the output of `bosh status`?
Joseph & Dan
OSS Release Integration Team
|
By
CF Runtime
·
#1737
·
|
|
app auto-scaling in OSS CF contribution
Hi,
At Fujitsu we're developing app auto-scaling and are considering to propose moving it to the cf incubator.
Before we start open-sourcing it, I wanted to ask if there is any interest for this in
Hi,
At Fujitsu we're developing app auto-scaling and are considering to propose moving it to the cf incubator.
Before we start open-sourcing it, I wanted to ask if there is any interest for this in
|
By
Koper, Dies <diesk@...>
·
#1736
·
|
|
Re: Warden: staging error when pushing app
I think that the DEA will reap any warden containers it finds every 30
seconds. The containers in a grace period are containers it is still
keeping track of.
We're not sure about the error you're
I think that the DEA will reap any warden containers it finds every 30
seconds. The containers in a grace period are containers it is still
keeping track of.
We're not sure about the error you're
|
By
CF Runtime
·
#1735
·
|
|
Re: How is App Instance scale down handled
Thanks Joseph and Dan.
By
Harpreet Ghai
·
#1734
·
|
|
Re: CF Release Scripts Moved
Hi Michal,
We will be moving documentation for bosh-lite to docs.cloudfoundry.org for
there to be a single source of truth on how to deploy CF to bosh-lite. We
will phase out most of the scripts in
Hi Michal,
We will be moving documentation for bosh-lite to docs.cloudfoundry.org for
there to be a single source of truth on how to deploy CF to bosh-lite. We
will phase out most of the scripts in
|
By
Amit Kumar Gupta
·
#1733
·
|
|
Re: How is App Instance scale down handled
The DEA will receive a request to stop instance. The DEA calls into warden telling it to stop the container. Warden will send a TERM signal once a second for 10 seconds, at which point it will send a
The DEA will receive a request to stop instance. The DEA calls into warden telling it to stop the container. Warden will send a TERM signal once a second for 10 seconds, at which point it will send a
|
By
CF Runtime
·
#1732
·
|
|
Re: User cannot do CF login when UAA is being updated
Hi Ricky,
My understanding is that you still need help, and the issues Jiang and
Alexander raised are different. To avoid confusion, let's keep this thread
focused on your issue.
Can you confirm
Hi Ricky,
My understanding is that you still need help, and the issues Jiang and
Alexander raised are different. To avoid confusion, let's keep this thread
focused on your issue.
Can you confirm
|
By
Amit Kumar Gupta
·
#1731
·
|
|
Data services import/export
Hi,
I'm wondering whether there are plans to normalize backup/restore or
import/export of data services (e.g. mysql, redis...). On top of built-in
durability that these services offer, this would
Hi,
I'm wondering whether there are plans to normalize backup/restore or
import/export of data services (e.g. mysql, redis...). On top of built-in
durability that these services offer, this would
|
By
Guillaume Berche
·
#1730
·
|
|
Re: love to contribute!
Hi Armin,
I am from the CLI team. Thanks for your interest in the CLI project.
We think the best way for you to start is to pick out some bugs from our backlog that are not in our near future
Hi Armin,
I am from the CLI team. Thanks for your interest in the CLI project.
We think the best way for you to start is to pick out some bugs from our backlog that are not in our near future
|
By
Simon Leung <leungs@...>
·
#1729
·
|
|
DEA/Warden staging error
I have the cloudfoundry components built, configured and running on one VM
(not in BOSH), and when I push an app I'm getting a generic 'FAILED
StagingError' message after '-----> Downloaded app
I have the cloudfoundry components built, configured and running on one VM
(not in BOSH), and when I push an app I'm getting a generic 'FAILED
StagingError' message after '-----> Downloaded app
|
By
kyle havlovitz <kylehav@...>
·
#1728
·
|
|
[ANN] go-buildpack v1.6.1 and php-buildpack v4.1.3 released
go-buildpack v1.6.1 and php-buildpack v4.1.3 have been released!
----
go-buildpack v1.6.1 -
https://github.com/cloudfoundry/go-buildpack/releases/tag/v1.6.1
-
Adding support for Go 1.5.1 (
go-buildpack v1.6.1 and php-buildpack v4.1.3 have been released!
----
go-buildpack v1.6.1 -
https://github.com/cloudfoundry/go-buildpack/releases/tag/v1.6.1
-
Adding support for Go 1.5.1 (
|
By
Mike Dalessio
·
#1727
·
|
|
Re: CF Release Scripts Moved
Hi,
Bosh-lite scripts still refer to the old
Hi,
Bosh-lite scripts still refer to the old
|
By
Michal Kuratczyk
·
#1726
·
|
|
Re: Extending Org to support multi-level Orgs (i.e. OU)
Hi James, let me throw more light on this and provide my perspective on all this. Essentially, what Zongwei is asking for is something that is typically available within an enterprise application
Hi James, let me throw more light on this and provide my perspective on all this. Essentially, what Zongwei is asking for is something that is typically available within an enterprise application
|
By
Deepak Vij
·
#1725
·
|
|
Re: cli command 'oauth-token'
Thanks!
By
alex smith
·
#1724
·
|
|
Re: Warden: staging error when pushing app
I'm not sure if the "rsync: link_stat \"/tmp/staged/staging_info.yml\"
failed: No such file or directory (2)" is the cause of the staging failure
or just a side effect of the staging not happening
I'm not sure if the "rsync: link_stat \"/tmp/staged/staging_info.yml\"
failed: No such file or directory (2)" is the cause of the staging failure
or just a side effect of the staging not happening
|
By
kyle havlovitz <kylehav@...>
·
#1723
·
|
|
Re: Starting Spring Boot App after deploying it to CF
When using an embedded web container, Spring Boot will look for a port to
listen on as documented
When using an embedded web container, Spring Boot will look for a port to
listen on as documented
|
By
Scott Frederick <scottyfred@...>
·
#1722
·
|