|
NOTICE: Node.js 0.10 will be removed from the Node.js buildpack after October 31, 2016 due to end of LTS
Hi All,
Long-term support for Node.js 0.10.x provided by the Node.js LTS Working
Group will end on October 31, 2016. Therefore, the Node.js 0.10.x binary
dependency provided by the Node.js buildpack
Hi All,
Long-term support for Node.js 0.10.x provided by the Node.js LTS Working
Group will end on October 31, 2016. Therefore, the Node.js 0.10.x binary
dependency provided by the Node.js buildpack
|
By
Stephen Levine
·
#5840
·
|
|
Re: Announcement: default etcd cluster to TLS in cf-release spiff templates
Thanks all,
I've updated the document to correct for the omission pointed out by Rich.
Best,
Amit
michael.grifalconi(a)sap.com> wrote:
Thanks all,
I've updated the document to correct for the omission pointed out by Rich.
Best,
Amit
michael.grifalconi(a)sap.com> wrote:
|
By
Amit Kumar Gupta
·
#5839
·
|
|
Re: unsubscribe
wrote:
>
By
suman aluru <saluru@...>
·
#5838
·
|
|
Re: Metron_agent setup_syslog_forwarder.sh should be split in a different job
Hi,
I will try indeed, thx for pointing it.
It seems to be the same logic, why is it duplicated?
--
Regards
Hector Rivas | GDS / Multi-Cloud PaaS
Hi,
I will try indeed, thx for pointing it.
It seems to be the same logic, why is it duplicated?
--
Regards
Hector Rivas | GDS / Multi-Cloud PaaS
|
By
Hector Rivas Gandara
·
#5836
·
|
|
Re: Metron_agent setup_syslog_forwarder.sh should be split in a different job
Hi Hector ,
Instead of using metron to configure rsyslog , have you already tried using
syslog-release <https://github.com/cloudfoundry/syslog-release> ??
Thanks
Ronak
Hi Hector ,
Instead of using metron to configure rsyslog , have you already tried using
syslog-release <https://github.com/cloudfoundry/syslog-release> ??
Thanks
Ronak
|
By
Ronak Banka
·
#5835
·
|
|
Metron_agent setup_syslog_forwarder.sh should be split in a different job
Hello,
Currently we are using the feature of metron_agent to configure rsyslog to
forward all the logs to a central syslog endpoint[1]
This is great, but I wonder if this feature should be really
Hello,
Currently we are using the feature of metron_agent to configure rsyslog to
forward all the logs to a central syslog endpoint[1]
This is great, but I wonder if this feature should be really
|
By
Hector Rivas Gandara
·
#5834
·
|
|
bosh lite on azure bosh cloudfoundry
Hi Team,
How are you
Need a guidance to deploy bosh lite on azure bosh cloudfoundry.
I am using this
Hi Team,
How are you
Need a guidance to deploy bosh lite on azure bosh cloudfoundry.
I am using this
|
By
vijaay kumar <vijaay256@...>
·
#5837
·
|
|
CF CAB call next week Wednesday October 12, 2016 @ 8a PDT
Hi, all,
For this up coming call, three things:
1. Recap of CF Summit Euro in Frankfurt last month. Many of us was there and we'd be happy to share highlights and noteworthy talks to go see
Hi, all,
For this up coming call, three things:
1. Recap of CF Summit Euro in Frankfurt last month. Many of us was there and we'd be happy to share highlights and noteworthy talks to go see
|
By
Michael Maximilien
·
#5833
·
|
|
How can we add support for http/2 for my application
Hello, all
I am having a web application running in jetty.
Right now as we know the latest jetty support http/2 and we are trying to figure out how can add support for it?
To do that, I think we
Hello, all
I am having a web application running in jetty.
Right now as we know the latest jetty support http/2 and we are trying to figure out how can add support for it?
To do that, I think we
|
By
Stanley Shen <meteorping@...>
·
#5832
·
|
|
Re: Announcement: default etcd cluster to TLS in cf-release spiff templates
Hello,
Sorry for the long delay but I had to wait to test your suggestion.. and it worked!
We still had some issue that needed a restart of some VMs but nothing compared the issue we faced
Hello,
Sorry for the long delay but I had to wait to test your suggestion.. and it worked!
We still had some issue that needed a restart of some VMs but nothing compared the issue we faced
|
By
Grifalconi, Michael <michael.grifalconi@...>
·
#5831
·
|
|
Re: Not able to load a custom configuration file from root of the app after successfully starting it
If you're on the DEA architecture, you can still use `cf files` to list
directory and file contents in your app's container.
Regards,
Daniel Jones - CTO
+44 (0)79 8000 9153
@DanielJonesEB
If you're on the DEA architecture, you can still use `cf files` to list
directory and file contents in your app's container.
Regards,
Daniel Jones - CTO
+44 (0)79 8000 9153
@DanielJonesEB
|
By
Daniel Jones
·
#5830
·
|
|
Re: Not able to load a custom configuration file from root of the app after successfully starting it
Thank you buddy. I got it now. By the way I am not using Diego architecture so no ssh. I have put my property file in grails app's config directory and bingo....
Thank you for ideas.
Thank you buddy. I got it now. By the way I am not using Diego architecture so no ssh. I have put my property file in grails app's config directory and bingo....
Thank you for ideas.
|
By
Milan Dalsaniya
·
#5829
·
|
|
Re: Proposal to move cf-riak-cs-release to the cloudfoundry-attic
Not a problem for us. Though I did have some high hopes for it at one
point. :)
Mike
Not a problem for us. Though I did have some high hopes for it at one
point. :)
Mike
|
By
Mike Youngstrom <youngm@...>
·
#5828
·
|
|
Proposal to move cf-riak-cs-release to the cloudfoundry-attic
Hi cf-dev,
I would like to propose that we transition the Riak CS BOSH release [1] to
end of support and development.
Once, we had hoped that Riak CS would be used as the blob store for
Hi cf-dev,
I would like to propose that we transition the Riak CS BOSH release [1] to
end of support and development.
Once, we had hoped that Riak CS would be used as the blob store for
|
By
Marco Nicosia
·
#5827
·
|
|
Re: Retrieving First and Last name
That makes sense. Is this something easily done with Spring Security?
That makes sense. Is this something easily done with Spring Security?
|
By
Bryan Perino
·
#5826
·
|
|
Re: Not able to load a custom configuration file from root of the app after successfully starting it
some ideas..
1. try to ssh into your container and verify whether that property file is
actually there, and in the expected place
$ cf ssh <appname>
2. can you bundle that property file with your
some ideas..
1. try to ssh into your container and verify whether that property file is
actually there, and in the expected place
$ cf ssh <appname>
2. can you bundle that property file with your
|
By
Eitan Suez <esuez@...>
·
#5825
·
|
|
Re: Not able to load a custom configuration file from root of the app after successfully starting it
I am using java buildpack to deploy a Grails application based on rest-api profile.
I am using java buildpack to deploy a Grails application based on rest-api profile.
|
By
Milan Dalsaniya
·
#5824
·
|
|
Re: Not able to load a custom configuration file from root of the app after successfully starting it
What buildpack are you using. For example, if you have a Java web
application, ./WEB-INF/classes would be in the classpath and not ./
Since cloud foundry supports multiple buildpacks, we need more
What buildpack are you using. For example, if you have a Java web
application, ./WEB-INF/classes would be in the classpath and not ./
Since cloud foundry supports multiple buildpacks, we need more
|
By
John Liptak
·
#5823
·
|
|
Not able to load a custom configuration file from root of the app after successfully starting it
Hello,
I have a property file at the root of application which is required to create a google DFP session. After pushing and starting application, application is not able to load/read file. The same
Hello,
I have a property file at the root of application which is required to create a google DFP session. After pushing and starting application, application is not able to load/read file. The same
|
By
Milan Dalsaniya
·
#5822
·
|
|
Re: Retrieving First and Last name
get an id_token,
when you call the /oauth/token endpoint, you usually have a parameter like
"response_type=token"
if you change that to
"response_type=token id_token" you will get two tokens back.
get an id_token,
when you call the /oauth/token endpoint, you usually have a parameter like
"response_type=token"
if you change that to
"response_type=token id_token" you will get two tokens back.
|
By
Filip Hanik
·
#5820
·
|