|
Re: Routes limitation per app
The only known route limitation I am aware of on a CF org is the route
quota associated with the org. If you type 'cf org [ORG_NAME]' you
should see how many routes are allowed. You can also view
The only known route limitation I am aware of on a CF org is the route
quota associated with the org. If you type 'cf org [ORG_NAME]' you
should see how many routes are allowed. You can also view
|
By
Shawn Nielsen
·
#3673
·
|
|
Re: bits-service fog usage question
We would potentially be affected as we use Fog's Atmos provider for now. In the future we plan to implement fully s3 compatible
Object storage so no problem then but may require some backwards
We would potentially be affected as we use Fog's Atmos provider for now. In the future we plan to implement fully s3 compatible
Object storage so no problem then but may require some backwards
|
By
Tim Lawrence <tim.lawrence1984@...>
·
#3672
·
|
|
Re: Routes limitation per app
hi Siva,
can't you just register *.uaa.test.com as a route?
https://github.com/cloudfoundry/cf-release/blob/master/templates/cf-jobs.yml#L173-L182
hi Siva,
can't you just register *.uaa.test.com as a route?
https://github.com/cloudfoundry/cf-release/blob/master/templates/cf-jobs.yml#L173-L182
|
By
Filip Hanik
·
#3671
·
|
|
Requirements introduced in cf-release v229 for external PostgreSQL as CCDB
In support of work in progress to enable developers to specify application
ports when mapping routes, cf-release v229 introduces a database migration
for CCDB. *For deployments that use a PostgreSQL
In support of work in progress to enable developers to specify application
ports when mapping routes, cf-release v229 introduces a database migration
for CCDB. *For deployments that use a PostgreSQL
|
By
Shannon Coen
·
#3670
·
|
|
Upgrading consul-release to consul 0.6.0
Hi cf-dev, cf-diego
The CF Infrastructure team which maintains consul-release (
https://github.com/cloudfoundry-incubator/consul-release) is considering
bumping from consul 0.5.2 to 0.6.0. There are
Hi cf-dev, cf-diego
The CF Infrastructure team which maintains consul-release (
https://github.com/cloudfoundry-incubator/consul-release) is considering
bumping from consul 0.5.2 to 0.6.0. There are
|
By
Amit Kumar Gupta
·
#3669
·
|
|
Re: Issue with crashing Windows apps on Diego
Yes, I agree that setting the specific URI to check would be necessary as
well so that developers could avoid some of the other concerns. So the ones
I can think of:
* URI / endpoint
* Expected
Yes, I agree that setting the specific URI to check would be necessary as
well so that developers could avoid some of the other concerns. So the ones
I can think of:
* URI / endpoint
* Expected
|
By
Aaron Huber
·
#3668
·
|
|
Routes limitation per app
Hello,
We have an implementation of UAA using Identity zones where each zone in
UAA is represented by a unique route and this route is bound to that UAA
app in our cloudfoundry implementation. Eg:
If
Hello,
We have an implementation of UAA using Identity zones where each zone in
UAA is represented by a unique route and this route is bound to that UAA
app in our cloudfoundry implementation. Eg:
If
|
By
Siva Balan <mailsiva@...>
·
#3667
·
|
|
Re: bits-service fog usage question
I can't comment on the common use cases, and who this change would break.
However, I'm very much in favor of hiding this implementation detail from
our API. Letting a library's internal API leak into
I can't comment on the common use cases, and who this change would break.
However, I'm very much in favor of hiding this implementation detail from
our API. Letting a library's internal API leak into
|
By
Tammer Saleh
·
#3666
·
|
|
Re: bits-service fog usage question
ps: forgot to mention that openStack Swift is of course in scope, too.
Mit freundlichen Grüßen / Kind regards
Simon Moser
Senior Technical Staff Member / IBM Master Inventor
Bluemix Application
ps: forgot to mention that openStack Swift is of course in scope, too.
Mit freundlichen Grüßen / Kind regards
Simon Moser
Senior Technical Staff Member / IBM Master Inventor
Bluemix Application
|
By
Simon D Moser
·
#3665
·
|
|
bits-service fog usage question
Hi everybody,
we are beginning work on the Bits Service proposed here [1] for handling
all kinds of blobstore related operations - a functionality that is in the
cloud controller today. Cloud
Hi everybody,
we are beginning work on the Bits Service proposed here [1] for handling
all kinds of blobstore related operations - a functionality that is in the
cloud controller today. Cloud
|
By
Simon D Moser
·
#3664
·
|
|
Re: Issue with crashing Windows apps on Diego
Hi, Aaron and Matt,
Thanks for the thoughtful discussion of the Windows health-check issue. I
too think for consistency that if the CF end user has specified 'port' as
the type of health-check on
Hi, Aaron and Matt,
Thanks for the thoughtful discussion of the Windows health-check issue. I
too think for consistency that if the CF end user has specified 'port' as
the type of health-check on
|
By
Eric Malm <emalm@...>
·
#3663
·
|
|
Re: Wildcard routes, subdomains and failing smoke-test
You might consider making a tiny custom 404 app and then map *.cf.bar.io
and *.foo.bar.io and any other sub domains to it so that it doesn't fall
through to your landing page app.
Would that work for
You might consider making a tiny custom 404 app and then map *.cf.bar.io
and *.foo.bar.io and any other sub domains to it so that it doesn't fall
through to your landing page app.
Would that work for
|
By
Dieu Cao <dcao@...>
·
#3662
·
|
|
Wildcard routes, subdomains and failing smoke-test
Hi,
we got the following problem and I would like to know, if you have an idea how to solve it.
We setup a view domains:
- bar.io
- foo.bar.io
- cf.bar.io
Bar.io is used for all the end user
Hi,
we got the following problem and I would like to know, if you have an idea how to solve it.
We setup a view domains:
- bar.io
- foo.bar.io
- cf.bar.io
Bar.io is used for all the end user
|
By
Engelke, Johannes <info@...>
·
#3661
·
|
|
Re: Support for HTTP/2
Just as a small followup, consider that companies might have internal regulations mandating how and where SSL termination needs to happen (Rakuten is among them, for example...). As described in my
Just as a small followup, consider that companies might have internal regulations mandating how and where SSL termination needs to happen (Rakuten is among them, for example...). As described in my
|
By
Carlo Alberto Ferraris
·
#3660
·
|
|
Re: Support for HTTP/2
Shannon,
in our design we have a reverse proxy colocated with the gorouter. [1] While we can clearly reencrypt data going over loopback TCP (or Unix sockets :D) to the gorouter... it sounds a little
Shannon,
in our design we have a reverse proxy colocated with the gorouter. [1] While we can clearly reencrypt data going over loopback TCP (or Unix sockets :D) to the gorouter... it sounds a little
|
By
Carlo Alberto Ferraris
·
#3659
·
|
|
Re: [abacus] Handling Notifications
Hi Chaskin,
Thanks for sharing your thoughts! I'll try to address some of your
questions:
which of the types of content based filtering are required to express what
we need while maintaining a
Hi Chaskin,
Thanks for sharing your thoughts! I'll try to address some of your
questions:
which of the types of content based filtering are required to express what
we need while maintaining a
|
By
Jean-Sebastien Delfino
·
#3658
·
|
|
Re: Support for HTTP/2
Hi Carlo,
Thank you for letting us know, I wasn't aware of this.
With this limitation in mind, an upstream component could still terminate
TLS, but couldn't Gorouter also? Although I recognize the
Hi Carlo,
Thank you for letting us know, I wasn't aware of this.
With this limitation in mind, an upstream component could still terminate
TLS, but couldn't Gorouter also? Although I recognize the
|
By
Shannon Coen
·
#3657
·
|
|
Re: Diego IAAS settings for vsphere
Hi, Daya,
Thanks very much for the additional logs. Those BBS errors look normal
(requests often bounce off nonexistent records), and from the auctioneer
logs the auction process is retrieving state
Hi, Daya,
Thanks very much for the additional logs. Those BBS errors look normal
(requests often bounce off nonexistent records), and from the auctioneer
logs the auction process is retrieving state
|
By
Eric Malm <emalm@...>
·
#3656
·
|
|
Re: Support for HTTP/2
Just my two cents: right now HTTP/2 support in Go 1.6 does not include support for h2c (HTTP/2 over TCP) [1]. It only supports h2 (HTTP/2 over TLS). So basically SSL termination before the gorouter
Just my two cents: right now HTTP/2 support in Go 1.6 does not include support for h2c (HTTP/2 over TCP) [1]. It only supports h2 (HTTP/2 over TLS). So basically SSL termination before the gorouter
|
By
Carlo Alberto Ferraris
·
#3655
·
|
|
Bosh-Lite Changes
As part of the effort to convert from using NFS to WebDAV as the default
blobstore in cf-release, we have made that change for bosh-lite. If you
deploy a new cf-release to bosh-lite against an
As part of the effort to convert from using NFS to WebDAV as the default
blobstore in cf-release, we have made that change for bosh-lite. If you
deploy a new cf-release to bosh-lite against an
|
By
Zach Robinson
·
#3654
·
|