|
Meet the new CF container networking stack!
Hello everyone,
A few months ago we shared a vision
<https://www.cloudfoundry.org/vision-future-container-networking-cloud-foundry/>
for container networking. The container networking team has been
Hello everyone,
A few months ago we shared a vision
<https://www.cloudfoundry.org/vision-future-container-networking-cloud-foundry/>
for container networking. The container networking team has been
|
By
Usha Ramachandran
·
#6020
·
|
|
Re: Do your service brokers leverage the Org and Space fields in the broker API?
I agree with Vedran that extending the SB API + CC to further help reduce
state mgt in brokers could be useful (related thread and discussion at [1]
beyond improvements brought in [2]).
Shannon, do
I agree with Vedran that extending the SB API + CC to further help reduce
state mgt in brokers could be useful (related thread and discussion at [1]
beyond improvements brought in [2]).
Shannon, do
|
By
Guillaume Berche
·
#6019
·
|
|
Re: changing cf CLI trace stream from stdout to stderr
Hi,
Sorry for the late response.
Indeed the /dev/std{out,err} thing is implemented by the OS.
I'm not a windows user by myself, but I read somewhere that bash emulates
that. Can you try on
Hi,
Sorry for the late response.
Indeed the /dev/std{out,err} thing is implemented by the OS.
I'm not a windows user by myself, but I read somewhere that bash emulates
that. Can you try on
|
By
Hector Rivas Gandara
·
#6018
·
|
|
Re: Credentials still available to app after unbind and restage
Hi Amulya,
Could you try running "cf env <app-name>" at each step during reproduction?
If the environment variables go away when you unbind then come back the
same when you make a new binding, this
Hi Amulya,
Could you try running "cf env <app-name>" at each step during reproduction?
If the environment variables go away when you unbind then come back the
same when you make a new binding, this
|
By
Nicholas Calugar
·
#6017
·
|
|
Re: [IMPORTANT] 2017 PaaS Certification Requirements
Thanks Chip. I've added suggested associated edits to the Requirements
document in google docs.
It would be great if the CF community could be informed and ideally asked
for feedback when the formal
Thanks Chip. I've added suggested associated edits to the Requirements
document in google docs.
It would be great if the CF community could be informed and ideally asked
for feedback when the formal
|
By
Guillaume Berche
·
#6016
·
|
|
Re: Do your service brokers leverage the Org and Space fields in the broker API?
Yes, we too use org and space guids for the dynamically created security groups (to enable consumption of the services from the apps), but we also follow the CF CC here and associate backups with
Yes, we too use org and space guids for the dynamically created security groups (to enable consumption of the services from the apps), but we also follow the CF CC here and associate backups with
|
By
Vedran Lerenc <vlerenc@...>
·
#6015
·
|
|
Re: [IMPORTANT] 2017 PaaS Certification Requirements
Hi all,
The PMC Council has formally voted to approve the updated (removing BOSH)
requirements document for the 2017 program. Those organizations that have
offerings already certified will be
Hi all,
The PMC Council has formally voted to approve the updated (removing BOSH)
requirements document for the 2017 program. Those organizations that have
offerings already certified will be
|
By
Chip Childers <cchilders@...>
·
#6014
·
|
|
Re: [IMPORTANT] 2017 PaaS Certification Requirements
These are excellent ideas Guillaume, which we'll use when creating the
formal audit process in the coming year. Thanks so much for taking the time
to document your thoughts!
Chip Childers
CTO, Cloud
These are excellent ideas Guillaume, which we'll use when creating the
formal audit process in the coming year. Thanks so much for taking the time
to document your thoughts!
Chip Childers
CTO, Cloud
|
By
Chip Childers <cchilders@...>
·
#6013
·
|
|
Re: Proposal for supporting the application of multiple buildpacks to a CF app
Interesting. I assumed that you would be able to create multiple process
types with the multiple buildpacks. I understand you can only have one
named "web" but I thought that if each buildpack
Interesting. I assumed that you would be able to create multiple process
types with the multiple buildpacks. I understand you can only have one
named "web" but I thought that if each buildpack
|
By
Mike Youngstrom <youngm@...>
·
#6012
·
|
|
Re: Proposal for supporting the application of multiple buildpacks to a CF app
I believe the idea is that the last build pack in the list will have the
final say. It can either return the command it wants to use or it can take
the command from a previous build pack and use (or
I believe the idea is that the last build pack in the list will have the
final say. It can either return the command it wants to use or it can take
the command from a previous build pack and use (or
|
By
Daniel Mikusa
·
#6011
·
|
|
Re: Proposal to create Extensions PMC
All,
The PMC Council voted yesterday, forming the Extensions PMC with Dr. Max as
the PMC Lead. All of the projects within the Buildpacks, Services and
Utilities PMCs are now under the new structure.
All,
The PMC Council voted yesterday, forming the Extensions PMC with Dr. Max as
the PMC Lead. All of the projects within the Buildpacks, Services and
Utilities PMCs are now under the new structure.
|
By
Chip Childers <cchilders@...>
·
#6010
·
|
|
Re: Proposal for supporting the application of multiple buildpacks to a CF app
Even with that limitation, which buildpack is supposed to create the start
command? I could see instances where the "normal" buildpack start command
is fine but also cases where the add on would want
Even with that limitation, which buildpack is supposed to create the start
command? I could see instances where the "normal" buildpack start command
is fine but also cases where the add on would want
|
By
John Liptak
·
#6009
·
|
|
Re: Do your service brokers leverage the Org and Space fields in the broker API?
We also use the org and space guids in some brokers:
1- In autosleep [1], as to opt in for space level features (as an
alternative to the usual app or route level opt-in provided through
We also use the org and space guids in some brokers:
1- In autosleep [1], as to opt in for space level features (as an
alternative to the usual app or route level opt-in provided through
|
By
Guillaume Berche
·
#6008
·
|
|
Re: [IMPORTANT] 2017 PaaS Certification Requirements
Thanks Shannon.
Public pipelines displaying risk of vulnerability for online services could
be feasible by asserting the version of mandatory Cf core components,
including rootfs and buildpacks.
I
Thanks Shannon.
Public pipelines displaying risk of vulnerability for online services could
be feasible by asserting the version of mandatory Cf core components,
including rootfs and buildpacks.
I
|
By
Guillaume Berche
·
#6007
·
|
|
Re: Proposal for supporting the application of multiple buildpacks to a CF app
That is indeed true. All the use cases still assume a single main application process, and therefore a single start command, and owner of $PORT. Any additional processes are meant as helpers inside
That is indeed true. All the use cases still assume a single main application process, and therefore a single start command, and owner of $PORT. Any additional processes are meant as helpers inside
|
By
Dubois, Jan <jan.dubois@...>
·
#6006
·
|
|
Re: Do your service brokers leverage the Org and Space fields in the broker API?
We also use these fields in a credentials broker that hands out separate credentials in test vs. production spaces. It Is a somewhat specialized use case, where credentials must not be written to disk
We also use these fields in a credentials broker that hands out separate credentials in test vs. production spaces. It Is a somewhat specialized use case, where credentials must not be written to disk
|
By
Dubois, Jan <jan.dubois@...>
·
#6005
·
|
|
Re: Do your service brokers leverage the Org and Space fields in the broker API?
We used them in a bunch of insignificant places and in one significant
place.
Our significant use case is that we have a billing system that associates
internal billing codes with organizations and
We used them in a bunch of insignificant places and in one significant
place.
Our significant use case is that we have a billing system that associates
internal billing codes with organizations and
|
By
Mike Youngstrom <youngm@...>
·
#6004
·
|
|
CF CAB call next week Wednesday November 9th @ 8a PDT
Hi, all,
Quick reminder of the CAB call next Wednesday, November 9th @ 8a PDT.
In addition to open QAs with CF PMs, we are also looking for suggestions of two or three cloudfoundry-community
Hi, all,
Quick reminder of the CAB call next Wednesday, November 9th @ 8a PDT.
In addition to open QAs with CF PMs, we are also looking for suggestions of two or three cloudfoundry-community
|
By
Michael Maximilien
·
#6003
·
|
|
Re: Proposal for supporting the application of multiple buildpacks to a CF app
I don't see any consideration in the document for having multiple start
commands and picking who gets the default PORT.
I don't see any consideration in the document for having multiple start
commands and picking who gets the default PORT.
|
By
John Liptak
·
#6002
·
|
|
Do your service brokers leverage the Org and Space fields in the broker API?
The Open Service Broker API working group is exploring removal of "CF-isms"
from the CF broker API to support adoption of the broker API by other
platforms (e.g. Kubernetes). Our hope is that support
The Open Service Broker API working group is exploring removal of "CF-isms"
from the CF broker API to support adoption of the broker API by other
platforms (e.g. Kubernetes). Our hope is that support
|
By
Shannon Coen
·
#6001
·
|