|
Send a message to all application instances
Hello,
I could not find a way to send/broadcast a message to all instances of a
given application in Cloud Foundry.
How can I notify all app instances of certain events?
If I just send a HTTP
Hello,
I could not find a way to send/broadcast a message to all instances of a
given application in Cloud Foundry.
How can I notify all app instances of certain events?
If I just send a HTTP
|
By
Peter Dotchev <dotchev@...>
·
#813
·
|
|
Re: Did anybody deploy a wiki as app to CF?
There are couple of them listed in the php buildpack @
https://github.com/cloudfoundry/php-buildpack#examples
--
Thanks
Sabith
408.896.6261
Mail send from portable device, excuse for any typos
There are couple of them listed in the php buildpack @
https://github.com/cloudfoundry/php-buildpack#examples
--
Thanks
Sabith
408.896.6261
Mail send from portable device, excuse for any typos
|
By
sabith ks
·
#812
·
|
|
Re: Did anybody deploy a wiki as app to CF?
i started a list of 3rd party compatible apps [1] for cloud foundry. if you
know of apps that work, please add it on the wiki, especially if there are
setup
i started a list of 3rd party compatible apps [1] for cloud foundry. if you
know of apps that work, please add it on the wiki, especially if there are
setup
|
By
James Bayer
·
#811
·
|
|
Re: [buildpacks] CF-built binaries: release timeline and beta testing
mike d is the best to answer, but i'll take a crack at it
for some buildpacks, we have been relying on heroku binaries which is an
external dependency. we want the cf team to be in complete control
mike d is the best to answer, but i'll take a crack at it
for some buildpacks, we have been relying on heroku binaries which is an
external dependency. we want the cf team to be in complete control
|
By
James Bayer
·
#810
·
|
|
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
·
|