|
Re: [buildpacks] CF-built binaries: release timeline and beta testing
Two questions on these cf-built binaries:
1. From my understanding, the purpose of this is to compile the binaries
so they are optimized for the cf specific stacks (e.g. cflinuxfs2 ) as
opposed to
Two questions on these cf-built binaries:
1. From my understanding, the purpose of this is to compile the binaries
so they are optimized for the cf specific stacks (e.g. cflinuxfs2 ) as
opposed to
|
By
Shawn Nielsen
·
#809
·
|
|
Re: Soliciting feedback on a UX change for route services
Guillaume,
Including the app_id with the request forwarded to the route service
becomes misleading/false when, upon receiving the request back from the
route service, the pre-determined app no longer
Guillaume,
Including the app_id with the request forwarded to the route service
becomes misleading/false when, upon receiving the request back from the
route service, the pre-determined app no longer
|
By
Shannon Coen
·
#808
·
|
|
Re: Did anybody deploy a wiki as app to CF?
We've successfully deployed Drupal (7.3x), we used the blog article as a
starting point, but are using the vanilla php bp (so no varnish) and are
using s3fs module against our own internal s3 store
We've successfully deployed Drupal (7.3x), we used the blog article as a
starting point, but are using the vanilla php bp (so no varnish) and are
using s3fs module against our own internal s3 store
|
By
john mcteague <john.mcteague@...>
·
#807
·
|
|
Re: Encryption method of CF CLI when running commands
the "cf api api.SYSTEMDOMAIN" command requires https with a valid cert
unless you use the flag that bypasses that.
$ cf api api.example.com
Setting api endpoint to api.example.com...
FAILED
Invalid
the "cf api api.SYSTEMDOMAIN" command requires https with a valid cert
unless you use the flag that bypasses that.
$ cf api api.example.com
Setting api endpoint to api.example.com...
FAILED
Invalid
|
By
James Bayer
·
#806
·
|
|
Re: Introducing OSS Release Integration Team
It's just a historical oddity.
Well before it was clear that there was going to be a "MEGA" team with the
specific mandates set out above, we knew we had this big set of interrated
problems,
It's just a historical oddity.
Well before it was clear that there was going to be a "MEGA" team with the
specific mandates set out above, we knew we had this big set of interrated
problems,
|
By
Amit Kumar Gupta
·
#805
·
|
|
Encryption method of CF CLI when running commands
Hi everyone,
I'm going to try to develop a plugin that uses the CF CLI, but I'm a bit worried about security, so the question is, what type of encryption uses the CF CLI when running commands?
i.e:
Hi everyone,
I'm going to try to develop a plugin that uses the CF CLI, but I'm a bit worried about security, so the question is, what type of encryption uses the CF CLI when running commands?
i.e:
|
By
César Iván . <cesar_k13 at hotmail.com...>
·
#804
·
|
|
Re: java buildpack debugging - how to pass memory value without manifest file ...
That worked. Thanks a lot Dan.
Regards,Vish
That worked. Thanks a lot Dan.
Regards,Vish
|
By
Vish
·
#803
·
|
|
Re: Did anybody deploy a wiki as app to CF?
Be careful with this. It uses a custom build pack (fork of standard PHP
BP) and last I saw, it wasn't updated for `cflinuxfs2`.
Dan
Be careful with this. It uses a custom build pack (fork of standard PHP
BP) and last I saw, it wasn't updated for `cflinuxfs2`.
Dan
|
By
Daniel Mikusa
·
#802
·
|
|
Re: Assigning Role to Group
alexey.zakharov(a)altoros.com> wrote:
Have you looked at the `uaac` tool? I'm not quite sure I understand what
you're trying to do, but you can map an LDAP group DN to a UAA group with
`uaac`. Then
alexey.zakharov(a)altoros.com> wrote:
Have you looked at the `uaac` tool? I'm not quite sure I understand what
you're trying to do, but you can map an LDAP group DN to a UAA group with
`uaac`. Then
|
By
Daniel Mikusa
·
#801
·
|
|
Re: java buildpack debugging - how to pass memory value without manifest file ...
wrote:
Set an environment variable called `MEMORY_LIMIT`. When the build pack
runs it'll look at that env variable to see the max memory assigned to the
container.
Dan
wrote:
Set an environment variable called `MEMORY_LIMIT`. When the build pack
runs it'll look at that env variable to see the max memory assigned to the
container.
Dan
|
By
Daniel Mikusa
·
#800
·
|
|
java buildpack debugging - how to pass memory value without manifest file ...
Hi Team,
I am trying to customize the java build-pack with oracle jre.
however, when trying to debug it locally , using the below commands :
export VCAP_APPLICATION="{}"
export
Hi Team,
I am trying to customize the java build-pack with oracle jre.
however, when trying to debug it locally , using the below commands :
export VCAP_APPLICATION="{}"
export
|
By
Vish
·
#799
·
|
|
Re: CF client library
One(?) thing I want to know about this issue is what (or which) way the major
public service providers (Pivotal, IBM, HP, Anynines, etc.) do.
If you can tell, please let me know.
--
View this
One(?) thing I want to know about this issue is what (or which) way the major
public service providers (Pivotal, IBM, HP, Anynines, etc.) do.
If you can tell, please let me know.
--
View this
|
By
Noburou TANIGUCHI
·
#798
·
|
|
Re: Introducing OSS Release Integration Team
A useless question: Why is the team called MEGA?
There is no 'M' 'E' 'G' 'A' in the initial characters of 'The OSS Release
Integration team.'
--
View this message in context:
A useless question: Why is the team called MEGA?
There is no 'M' 'E' 'G' 'A' in the initial characters of 'The OSS Release
Integration team.'
--
View this message in context:
|
By
Noburou TANIGUCHI
·
#797
·
|
|
Assigning Role to Group
Hi guys!
Sorry if my question is newbie or it was discussed before.
I want to use LDAP for users authentication/authorisation. And I’ve successfully bound CF to LDAP, and managed to configure uaac
Hi guys!
Sorry if my question is newbie or it was discussed before.
I want to use LDAP for users authentication/authorisation. And I’ve successfully bound CF to LDAP, and managed to configure uaac
|
By
Zakharov Alexey <alexey.zakharov@...>
·
#796
·
|
|
Re: Introducing OSS Release Integration Team
Thought so. :-)
Great news. Thanks for the detailed overview Amit!
Cornelia
Sent from my iPhone
Thought so. :-)
Great news. Thanks for the detailed overview Amit!
Cornelia
Sent from my iPhone
|
By
Cornelia Davis <cdavis@...>
·
#795
·
|
|
Re: Did anybody deploy a wiki as app to CF?
this shows how to use drupal which is a cms with wiki functions
http://blog.pivotal.io/pivotal-cloud-foundry/products/how-to-deploy-drupal-to-pivotal-cf-within-seconds
if you're in a private
this shows how to use drupal which is a cms with wiki functions
http://blog.pivotal.io/pivotal-cloud-foundry/products/how-to-deploy-drupal-to-pivotal-cf-within-seconds
if you're in a private
|
By
James Bayer
·
#794
·
|
|
Re: 3 etcd nodes don't work well in single zone
Hi James,
Thank you for reply.
I think I didn't describe it clearly. Sorry about that.
The CentOS 6.5 is the OS underlying our OpenStack.
And we are using Ubuntu Trusty
Hi James,
Thank you for reply.
I think I didn't describe it clearly. Sorry about that.
The CentOS 6.5 is the OS underlying our OpenStack.
And we are using Ubuntu Trusty
|
By
Tony
·
#793
·
|
|
Re: 3 etcd nodes don't work well in single zone
cf project does not support or test cf-release with centos6.5, only ubuntu
14.04.
etcd nodes should not necessarily be aware of which AZs they are in. the
only difference might be in the bosh
cf project does not support or test cf-release with centos6.5, only ubuntu
14.04.
etcd nodes should not necessarily be aware of which AZs they are in. the
only difference might be in the bosh
|
By
James Bayer
·
#792
·
|
|
Re: Introducing OSS Release Integration Team
Ah, copy-paste fail! Zak is a Pivotal engineer, not IBM.
Ah, copy-paste fail! Zak is a Pivotal engineer, not IBM.
|
By
Amit Kumar Gupta
·
#791
·
|
|
Introducing OSS Release Integration Team
Hi all,
As some of you may already be aware, the Runtime team has recently been
refactored:
- The "CAPI" team will be responsible for the Cloud Controller and Services
API
- The Routing team will be
Hi all,
As some of you may already be aware, the Runtime team has recently been
refactored:
- The "CAPI" team will be responsible for the Cloud Controller and Services
API
- The Routing team will be
|
By
Amit Kumar Gupta
·
#790
·
|