|
Re: Error: argument "virbr0" is wrong: Device does not exist
#cf
To fix this problem I installed KVM (Kernel-based Virtual Machine) following these instructions: https://www.linuxtechi.com/install-configure-kvm-ubuntu-18-04-server/ I completed steps 1 - 3. I did
To fix this problem I installed KVM (Kernel-based Virtual Machine) following these instructions: https://www.linuxtechi.com/install-configure-kvm-ubuntu-18-04-server/ I completed steps 1 - 3. I did
|
By
Steve Mitchell <steve.mitchell@...>
·
#8571
·
|
|
Error: argument "virbr0" is wrong: Device does not exist
#cf
cf dev does not start on Ubuntu:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
$ cf
cf dev does not start on Ubuntu:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
$ cf
|
By
Steve Mitchell <steve.mitchell@...>
·
#8570
·
|
|
Re: CF now supports sidecars
This is great! Nice job CAPI team! Keep it coming!
Mike
This is great! Nice job CAPI team! Keep it coming!
Mike
|
By
Mike Youngstrom
·
#8569
·
|
|
Re: CF now supports sidecars
This is really exciting Scott. Great to see it progressing!
-chip
This is really exciting Scott. Great to see it progressing!
-chip
|
By
Chip Childers
·
#8568
·
|
|
CF now supports sidecars
Hi CF Community,
In the latest release of CAPI we included support for application sidecars. This feature allows you to define a sidecar process that can run alongside another application process you
Hi CF Community,
In the latest release of CAPI we included support for application sidecars. This feature allows you to define a sidecar process that can run alongside another application process you
|
By
Scott Sisil
·
#8567
·
|
|
Re: CF Application Runtime PMC: UAA Project Lead Call for Nominations
Thanks Sree for leading the enormously important UAA project for so many years!
Nic
Thanks Sree for leading the enormously important UAA project for so many years!
Nic
|
By
Dr Nic Williams
·
#8566
·
|
|
Re: CF Application Runtime PMC: UAA Project Lead Call for Nominations
Hi, everyone,
Pivotal is nominating Chao Wang for the UAA Project Lead in the Application Runtime PMC.
Chao has been working at Pivotal as a product manager on the UAA project for the past eight
Hi, everyone,
Pivotal is nominating Chao Wang for the UAA Project Lead in the Application Runtime PMC.
Chao has been working at Pivotal as a product manager on the UAA project for the past eight
|
By
Eric Malm <emalm@...>
·
#8565
·
|
|
CF Application Runtime PMC: UAA Project Lead Call for Nominations
Hi, everyone,
Sree Tummidi, the Project Lead for the UAA team within the Application Runtime PMC, has stepped down from the project. We thank her immensely for her many years of service as the UAA
Hi, everyone,
Sree Tummidi, the Project Lead for the UAA team within the Application Runtime PMC, has stepped down from the project. We thank her immensely for her many years of service as the UAA
|
By
Eric Malm <emalm@...>
·
#8564
·
|
|
NOTICE: End of support for Ruby versions 2.2.x and 2.3.x after 2019-05-11
The first release of the Ruby buildpack after May 11, 2019 will no longer include any versions of Ruby 2.2.x and 2.3.x. These Ruby versions are no longer supported upstream [1]. Please migrate your
The first release of the Ruby buildpack after May 11, 2019 will no longer include any versions of Ruby 2.2.x and 2.3.x. These Ruby versions are no longer supported upstream [1]. Please migrate your
|
By
Elliott Shanks
·
#8563
·
|
|
REQUEST for REVIEW - Scope for CF-Deployment 8.0
Good day everyone,
Let me first introduce myself. My name is Sai and I am the new PM on Release Integration team. I am super excited to be here and also about the upcoming major cf-deployment
Good day everyone,
Let me first introduce myself. My name is Sai and I am the new PM on Release Integration team. I am super excited to be here and also about the upcoming major cf-deployment
|
By
Saikiran Yerram <syerram@...>
·
#8562
·
|
|
REMINDER CAB call for April live today @ CF Summit Room 116 @ 11a Philly time
FYI...
Same time 8a Pacific or 11a EST and also streamed on zoom. Room 116 at the Philadelphia convention center.
Zoom link: https://zoom.us/j/757994996
So join remotely if you can or if you are at
FYI...
Same time 8a Pacific or 11a EST and also streamed on zoom. Room 116 at the Philadelphia convention center.
Zoom link: https://zoom.us/j/757994996
So join remotely if you can or if you are at
|
By
Michael Maximilien
·
#8561
·
|
|
Re: Buildpack deep dive questions...
I have a kind of same issue as you trying to understand how a buildpack works and creating a new one. The golang library used in the official buildpacks has no documentation, so it makes really
I have a kind of same issue as you trying to understand how a buildpack works and creating a new one. The golang library used in the official buildpacks has no documentation, so it makes really
|
By
José Riguera López
·
#8560
·
|
|
Re: Buildpack deep dive questions...
Feel free to reach out in the #capi channel on the Cloud Foundry Slack and folks from our team would be happy to chat!
As I mentioned earlier, we're actively working on the MVP so it's very
Feel free to reach out in the #capi channel on the Cloud Foundry Slack and folks from our team would be happy to chat!
As I mentioned earlier, we're actively working on the MVP so it's very
|
By
Tim Downey
·
#8559
·
|
|
Re: Buildpack deep dive questions...
This is outstanding. How can I get involved? I’d love to jump into that conversation with both feet and help!!
We are looking to better control egress and offload app security on ingress.
This is outstanding. How can I get involved? I’d love to jump into that conversation with both feet and help!!
We are looking to better control egress and offload app security on ingress.
|
By
Cade Thacker <cade.thacker@...>
·
#8558
·
|
|
Re: Buildpack deep dive questions...
Hi Cade,
This won't necessarily help for your immediate needs, but wanted to share that the Cloud Controller (CAPI) team is actively working on experimental support for including user-specified
Hi Cade,
This won't necessarily help for your immediate needs, but wanted to share that the Cloud Controller (CAPI) team is actively working on experimental support for including user-specified
|
By
Tim Downey
·
#8557
·
|
|
Re: Buildpack deep dive questions...
If your buildpack itself needs to be compiled, you have two choices:
1.) Compile locally, package a buildpack and install with `cf create-buildpack`.
2.) Use a shim script to build then run your
If your buildpack itself needs to be compiled, you have two choices:
1.) Compile locally, package a buildpack and install with `cf create-buildpack`.
2.) Use a shim script to build then run your
|
By
Daniel Mikusa
·
#8556
·
|
|
Re: Mapping ORGs and Space permissions via LDAP
Hello Cloud Foundry:
Just checking back on whether there are ways to control access to org or spaces using UAA scopes (i.e., mapping LDAP Groups to Cloud Foundry Orgs and/or Spaces).
I last posted to
Hello Cloud Foundry:
Just checking back on whether there are ways to control access to org or spaces using UAA scopes (i.e., mapping LDAP Groups to Cloud Foundry Orgs and/or Spaces).
I last posted to
|
By
Mark Coumounduros
·
#8555
·
|
|
NOTICE: [dotnet-core-buildpack] End of support for Node.js 6.x after 2019-04-28
The default version of Node.js in the dotnet-core buildpack will change from the latest 6.x version to the latest 10.x version in the first release of the dotnet-core buildpack after April 28, 2019.
The default version of Node.js in the dotnet-core buildpack will change from the latest 6.x version to the latest 10.x version in the first release of the dotnet-core buildpack after April 28, 2019.
|
By
Elliott Shanks
·
#8554
·
|
|
NOTICE: [Ruby-buildpack] End of support for Node.js 6.x after 2019-04-28
The default version of Node.js in the Ruby buildpack will change from the latest 6.x version to the latest 10.x version in the first release of the Ruby buildpack after April 28, 2019. Due to the end
The default version of Node.js in the Ruby buildpack will change from the latest 6.x version to the latest 10.x version in the first release of the Ruby buildpack after April 28, 2019. Due to the end
|
By
Elliott Shanks
·
#8553
·
|
|
Re: What do admins expect to see in "cf marketplace?"
Thank you all for your replies and input!
We’ve decided to go forward with treating this as a bug (and not an expected behaviour) and hence not a breaking change.
Best regards,
Oleksii,
on behalf
Thank you all for your replies and input!
We’ve decided to go forward with treating this as a bug (and not an expected behaviour) and hence not a breaking change.
Best regards,
Oleksii,
on behalf
|
By
Oleksii Fedorov
·
#8552
·
|