|
Re: URL of a Service Instance
For 1. At minimum, you'll need to look at what application security groups
apply to your app, and have your admin add a new application security group
for that private ip range and bind it to your
For 1. At minimum, you'll need to look at what application security groups
apply to your app, and have your admin add a new application security group
for that private ip range and bind it to your
|
By
Dieu Cao <dcao@...>
·
#3238
·
|
|
Codependent step exited issue
I have a java application, I start java main method in the server.sh file as below:
$JAVA_HOME/bin/java -jar /home/vcap/app/lib/test.jar
But when I start this application using the following
I have a java application, I start java main method in the server.sh file as below:
$JAVA_HOME/bin/java -jar /home/vcap/app/lib/test.jar
But when I start this application using the following
|
By
Sam Dai
·
#3237
·
|
|
Re: Dynamic draining
This is probably a question for bosh-dev.
...better known as cf-bosh now. :) (whoops)
carlo.ferraris(a)rakuten.com> wrote:
--
Matthew Sykes
matthew.sykes(a)gmail.com
This is probably a question for bosh-dev.
...better known as cf-bosh now. :) (whoops)
carlo.ferraris(a)rakuten.com> wrote:
--
Matthew Sykes
matthew.sykes(a)gmail.com
|
By
Matthew Sykes <matthew.sykes@...>
·
#3236
·
|
|
Re: Dynamic draining
This is probably a question for bosh-dev.
carlo.ferraris(a)rakuten.com> wrote:
--
Matthew Sykes
matthew.sykes(a)gmail.com
This is probably a question for bosh-dev.
carlo.ferraris(a)rakuten.com> wrote:
--
Matthew Sykes
matthew.sykes(a)gmail.com
|
By
Matthew Sykes <matthew.sykes@...>
·
#3235
·
|
|
Re: URL of a Service Instance
Hi Dieu,
I figured that out and did the following:
1. Created an instance of caching server. As soon as the instance gets created, I extract the hostname and InetAddress of this instance and stores
Hi Dieu,
I figured that out and did the following:
1. Created an instance of caching server. As soon as the instance gets created, I extract the hostname and InetAddress of this instance and stores
|
By
Rahul Gupta
·
#3234
·
|
|
Re: Communication between Application Instances
Stevo,
Unfortunately recording for CF Summits Europe and Asia were not done, so no
talk recordings will be made available. :-(
— Casey
Stevo,
Unfortunately recording for CF Summits Europe and Asia were not done, so no
talk recordings will be made available. :-(
— Casey
|
By
Casey West
·
#3233
·
|
|
Re: CF CLI v6.14.1 Released Today
Nice, thanks Dies!
At another occasion I was already advocating for a separation of homebrew taps for pivotal products vs. open-source CF things.
Have you already integrated the update of the tap
Nice, thanks Dies!
At another occasion I was already advocating for a separation of homebrew taps for pivotal products vs. open-source CF things.
Have you already integrated the update of the tap
|
By
Marco Voelz
·
#3232
·
|
|
Dynamic draining
It looks like a couple of months back a note was added[1] to the bosh drain scripts documentation about dynamic draining eventually going the way of the dodo. Since we use this mechanism a lot to
It looks like a couple of months back a note was added[1] to the bosh drain scripts documentation about dynamic draining eventually going the way of the dodo. Since we use this mechanism a lot to
|
By
Carlo Alberto Ferraris
·
#3231
·
|
|
Re: Communication between Application Instances
Found out Context Path Routing was covered on recent Cloud Foundry Summit
Europe, in "Better Microservice Applications Using New Cloud Foundry
Features" session
Found out Context Path Routing was covered on recent Cloud Foundry Summit
Europe, in "Better Microservice Applications Using New Cloud Foundry
Features" session
|
By
Stevo Slavić <sslavic at gmail.com...>
·
#3230
·
|
|
Re: Communication between Application Instances
Thanks for heads up! Will give the plugin a try.
Thanks for heads up! Will give the plugin a try.
|
By
Stevo Slavić <sslavic at gmail.com...>
·
#3229
·
|
|
Re: Communication between Application Instances
The Context Path Routing work has been completed on the cloud controller
API side and work to add support for it in the cf cli I believe is nearly
complete.
Until then, you could use this context path
The Context Path Routing work has been completed on the cloud controller
API side and work to add support for it in the cf cli I believe is nearly
complete.
Until then, you could use this context path
|
By
Dieu Cao <dcao@...>
·
#3228
·
|
|
Re: How to save in file bits of an App
The curl examples in the existing api docs aren't great. We hope to
improve that in future.
You can do this with cf curl fairly easily with the --output flag.
For example:
$ cf curl
The curl examples in the existing api docs aren't great. We hope to
improve that in future.
You can do this with cf curl fairly easily with the --output flag.
For example:
$ cf curl
|
By
Dieu Cao <dcao@...>
·
#3227
·
|
|
Re: Is it possible to upload a droplet?
Hi,
It's not currently possible to directly upload a droplet once you have
downloaded a droplet.
You could hack your way to this by downloading a droplet and uploading it
with the binary buildpack if
Hi,
It's not currently possible to directly upload a droplet once you have
downloaded a droplet.
You could hack your way to this by downloading a droplet and uploading it
with the binary buildpack if
|
By
Dieu Cao <dcao@...>
·
#3226
·
|
|
Re: URL of a Service Instance
Hi Rahul,
As mentioned above and described in the docs, it is up to you to implement
the code in your service broker to actually provision and store connection
information when there is a request to
Hi Rahul,
As mentioned above and described in the docs, it is up to you to implement
the code in your service broker to actually provision and store connection
information when there is a request to
|
By
Dieu Cao <dcao@...>
·
#3225
·
|
|
Re: Communication between Application Instances
Hello Abhik,
I also have similar need, would like to allow different CF apps to talk to
each other directly (not through CF router service discovery is solved
problem grown ups can handle,
Hello Abhik,
I also have similar need, would like to allow different CF apps to talk to
each other directly (not through CF router service discovery is solved
problem grown ups can handle,
|
By
Stevo Slavić <sslavic at gmail.com...>
·
#3224
·
|
|
Communication between Application Instances
Hi,
I am curious to know if there's any guideline or recommendation for communication between two instances of the same application deployed on Cloud Foundry. Ideally, there would be no need to have a
Hi,
I am curious to know if there's any guideline or recommendation for communication between two instances of the same application deployed on Cloud Foundry. Ideally, there would be no need to have a
|
By
Gupta, Abhik
·
#3223
·
|
|
Re: URL of a Service Instance
Hi Scott,
My service broker creates an instance of caching server, similar to what mongodb does. An application that is going to use this caching server, will be using its client API to connect. So
Hi Scott,
My service broker creates an instance of caching server, similar to what mongodb does. An application that is going to use this caching server, will be using its client API to connect. So
|
By
Rahul Gupta
·
#3222
·
|
|
Re: URL of a Service Instance
Rahul,
It is a bit unclear what you mean by “the IP address of service instance”,
and that is making it difficult to answer your questions. Can you explain
more about the type of resource your
Rahul,
It is a bit unclear what you mean by “the IP address of service instance”,
and that is making it difficult to answer your questions. Can you explain
more about the type of resource your
|
By
Scott Frederick <scottyfred@...>
·
#3221
·
|
|
Re: URL of a Service Instance
Hi Marco,
Thanks for yet another detailed explanation, it really helps. Its the IP address in example URI that I was looking for and I still need some help on that part. Please correct me if I
Hi Marco,
Thanks for yet another detailed explanation, it really helps. Its the IP address in example URI that I was looking for and I still need some help on that part. Please correct me if I
|
By
Rahul Gupta
·
#3220
·
|
|
With authentic technic seo...
Hello Sir/Madam,
Hope you well,
Do you want more targeted visitors/customers on your website, if so; we are
here to help you for your business Growth?
I am affiliated with an SEO company based in
Hello Sir/Madam,
Hope you well,
Do you want more targeted visitors/customers on your website, if so; we are
here to help you for your business Growth?
I am affiliated with an SEO company based in
|
By
Shilpa Arrora <shilpa.seoexpert1@...>
·
#3219
·
|