|
Re: Proposal: Decomposing cf-release and Extracting Deployment Strategies
This is great stuff! My organization currently maintains our own custom
ways to generate manifests, include secure properties, and manage release
versions.
We would love to base the next generation
This is great stuff! My organization currently maintains our own custom
ways to generate manifests, include secure properties, and manage release
versions.
We would love to base the next generation
|
By
Mike Youngstrom <youngm@...>
·
#1772
·
|
|
Re: valid org, space and service instance name?
The regexes you found are correct. From the database for org and space name the max length is 255.
Thanks,
Zach
The regexes you found are correct. From the database for org and space name the max length is 255.
Thanks,
Zach
|
By
Zach Robinson
·
#1771
·
|
|
Re: anomaly in dealing with SharedDomains
Hey Nima,
The expected behavior is that neither a Shared nor Private domain can take over an existing domain.
We tried using your example test and found that it passed for both shared and private
Hey Nima,
The expected behavior is that neither a Shared nor Private domain can take over an existing domain.
We tried using your example test and found that it passed for both shared and private
|
By
Zach Robinson
·
#1770
·
|
|
[ANN] python-buildpack v1.5.1 released
python-buildpack v1.5.1 has been released!
----
python-buildpack v1.5.1 -
https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.5.1
* Adding support for Python 3.5.0
python-buildpack v1.5.1 has been released!
----
python-buildpack v1.5.1 -
https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.5.1
* Adding support for Python 3.5.0
|
By
Mike Dalessio
·
#1769
·
|
|
Re: DEA/Warden staging error
I tried deploying via uploading a buildpack to the CC (had to set up nginx
first, I didnt have it running/configured before) and that worked! So
that's awesome, but I'm not sure what the problem with
I tried deploying via uploading a buildpack to the CC (had to set up nginx
first, I didnt have it running/configured before) and that worked! So
that's awesome, but I'm not sure what the problem with
|
By
kyle havlovitz <kylehav@...>
·
#1768
·
|
|
Re: tcp-routing in Lattice
One thing I'm wondering is how to provide enough public "ports" for users
to map to. It seems the cloud provider need to provide multiple public IP
to map the ports, otherwise they will soon run out
One thing I'm wondering is how to provide enough public "ports" for users
to map to. It seems the cloud provider need to provide multiple public IP
to map the ports, otherwise they will soon run out
|
By
Jack Cai
·
#1767
·
|
|
Re: app auto-scaling in OSS CF contribution
One of the areas of autoscaling we are looking at is in application led
autoscaling, by which I do not mean the app's themselves calling an API to
scale up or down, but having an agreed contract/API
One of the areas of autoscaling we are looking at is in application led
autoscaling, by which I do not mean the app's themselves calling an API to
scale up or down, but having an agreed contract/API
|
By
john mcteague <john.mcteague@...>
·
#1766
·
|
|
Re: expected? doppler log "lost election for cluster leader"
Hi Amit,
The default timeout for the election is 15 seconds, so I would expect those
log lines to show up at that interval.
The syslog_drain_binder election code was written before my time
Hi Amit,
The default timeout for the election is 15 seconds, so I would expect those
log lines to show up at that interval.
The syslog_drain_binder election code was written before my time
|
By
Rohit Kumar
·
#1765
·
|
|
Re: FYI: Survey: Cloud Foundry Service Broker Compliance
Hi, all,
We would like to thank everybody for taking the survey.
However, we received quite few responses.
We will appreciate if you spend few minutes to take the survey and give us
your opinion on
Hi, all,
We would like to thank everybody for taking the survey.
However, we received quite few responses.
We will appreciate if you spend few minutes to take the survey and give us
your opinion on
|
By
Mohamed Mohamed <mmohamed@...>
·
#1764
·
|
|
Re: cc metric: total_users
Cloud Controller reports the number of users register in CF console. UAAC
reports additional users who may have access to other applications. So
they are both correct, depending on what you
Cloud Controller reports the number of users register in CF console. UAAC
reports additional users who may have access to other applications. So
they are both correct, depending on what you
|
By
John Liptak
·
#1763
·
|
|
cc metric: total_users
Hi all,
I have a question, hopefully a small one :-)
The CloudController.total_users metric (/CF\.CloudController\.0\..*\.total_users/) differs from number of users reported by uaac (uaac users
Hi all,
I have a question, hopefully a small one :-)
The CloudController.total_users metric (/CF\.CloudController\.0\..*\.total_users/) differs from number of users reported by uaac (uaac users
|
By
Klevenz, Stephan <stephan.klevenz@...>
·
#1762
·
|
|
Re: app auto-scaling in OSS CF contribution
+1
A contribution to the incubator about that feature is very interesting and will get my attention.
Regards,
Stephan
Von: Siva Balan
Antworten an: "Discussions about Cloud Foundry projects and the
+1
A contribution to the incubator about that feature is very interesting and will get my attention.
Regards,
Stephan
Von: Siva Balan
Antworten an: "Discussions about Cloud Foundry projects and the
|
By
Klevenz, Stephan <stephan.klevenz@...>
·
#1761
·
|
|
Re: app auto-scaling in OSS CF contribution
+1 on this feature. We at GE would be very interested in this feature as
well. We would very much like to collaborate on this feature.
Thanks
Siva
--
http://www.twitter.com/sivabalans
+1 on this feature. We at GE would be very interested in this feature as
well. We would very much like to collaborate on this feature.
Thanks
Siva
--
http://www.twitter.com/sivabalans
|
By
Siva Balan <mailsiva@...>
·
#1760
·
|
|
Re: User cannot do CF login when UAA is being updated
Amit, you are right. If there is no DB stored on NFS, then both DB and one
UAA instance should be available to handle requests.
alexander.lomov(a)altoros.com> wrote:
Amit, you are right. If there is no DB stored on NFS, then both DB and one
UAA instance should be available to handle requests.
alexander.lomov(a)altoros.com> wrote:
|
By
Filip Hanik
·
#1759
·
|
|
Re: Starting Spring Boot App after deploying it to CF
Perfect! Thanks.
By
Qing Gong
·
#1758
·
|
|
Packaging CF app as bosh-release
Hi,
Does it make any sense to package a CF app as boshrelease?
Hi,
Does it make any sense to package a CF app as boshrelease?
|
By
Paul Bakare
·
#1757
·
|
|
Re: app auto-scaling in OSS CF contribution
Hi Dies,
Thanks for your future sharing of your work on an opensource autoscaler
component!
We would be interested at Orange to use the autoscaler, and potentially try
to plug into it the autosleep
Hi Dies,
Thanks for your future sharing of your work on an opensource autoscaler
component!
We would be interested at Orange to use the autoscaler, and potentially try
to plug into it the autosleep
|
By
Guillaume Berche
·
#1756
·
|
|
Re: User cannot do CF login when UAA is being updated
Thank you for clarification. This makes sense.
Thank you for clarification. This makes sense.
|
By
Alexander Lomov <alexander.lomov@...>
·
#1755
·
|
|
Deploying Garden-Linux-Release on BOSH Lite
TL;DR:
You need to set garden.mount_btrfs_loopback: false and
garden.disk_quota_enabled:
false if deploying Garden-Linux-Release to recent versions of BOSH Lite.
Long version:
As of v9000.50.0,
TL;DR:
You need to set garden.mount_btrfs_loopback: false and
garden.disk_quota_enabled:
false if deploying Garden-Linux-Release to recent versions of BOSH Lite.
Long version:
As of v9000.50.0,
|
By
Will Pragnell <wpragnell@...>
·
#1754
·
|
|
Re: expected? doppler log "lost election for cluster leader"
Hi Rohit,
To add to Guangcai's question, is it expected for those "lost election" log
lines to be so frequent? Does the component run for election every 15
seconds?
In other leader election
Hi Rohit,
To add to Guangcai's question, is it expected for those "lost election" log
lines to be so frequent? Does the component run for election every 15
seconds?
In other leader election
|
By
Amit Kumar Gupta
·
#1753
·
|