|
Java: How to find out user, org, application
Hi CF-DEV,
I have a Java app deployed and running. Is it possible to find out from the
application
- in what org / space it is running?
- can it find out its own name? (as shown in "cf apps")
Thank
Hi CF-DEV,
I have a Java app deployed and running. Is it possible to find out from the
application
- in what org / space it is running?
- can it find out its own name? (as shown in "cf apps")
Thank
|
By
CF_genn <CF_subscription@...>
·
#6672
·
|
|
Re: 404 Not Found: Requested route ('firedetect.bosh-lite.com') does not exist.
I am trying to receive packets from outside to the application deployed on CF. Below is the code link, which I deployed on the
I am trying to receive packets from outside to the application deployed on CF. Below is the code link, which I deployed on the
|
By
Deepak Arn <arn.deepak1@...>
·
#6670
·
|
|
Re: CF CLI v6.26.0 Released Today
Woot sauce CF CLI!
m.carlson(a)conneva.com> wrote:
Woot sauce CF CLI!
m.carlson(a)conneva.com> wrote:
|
By
Jim Park
·
#6669
·
|
|
Removing UDP Endpoint from Doppler
In order to enforce that all traffic is encrypted and delivered over gRPC going forward the Loggregator team will be removing the UDP endpoint and associated properties from Doppler. This change also
In order to enforce that all traffic is encrypted and delivered over gRPC going forward the Loggregator team will be removing the UDP endpoint and associated properties from Doppler. This change also
|
By
Adam Hevenor
·
#6668
·
|
|
Re: 404 Not Found: Requested route ('firedetect.bosh-lite.com') does not exist.
What is the hostname you are trying to access from outside? And are you getting connection refused or 502 bad gateway?
If connection refused then it is network routing issue if 502 it is very likely
What is the hostname you are trying to access from outside? And are you getting connection refused or 502 bad gateway?
If connection refused then it is network routing issue if 502 it is very likely
|
By
Sze Siong Teo <szesiong@...>
·
#6667
·
|
|
Re: What are the process type in Procfile supported by CloudFoundry?
Thanks
By
Sze Siong Teo <szesiong@...>
·
#6666
·
|
|
Re: CF CLI v6.26.0 Released Today
Great work, team CF CLI!
We've updated the ECS Team CF CLI quick reference guide [1] to include the
new Isolation Segments commands. Also, the latest version of the "cf top"
CLI plugin [2] will
Great work, team CF CLI!
We've updated the ECS Team CF CLI quick reference guide [1] to include the
new Isolation Segments commands. Also, the latest version of the "cf top"
CLI plugin [2] will
|
By
Mark Carlson - Conneva, Inc. <m.carlson@...>
·
#6665
·
|
|
Re: CF CLI v6.26.0 Released Today
Fantastic work! Thank you!
2017-04-07 17:35 GMT-03:00 Dieu Cao <dcao(a)pivotal.io>:
--
Mis mejores deseos,
Best wishes,
Meilleurs vœux,
Juan
Fantastic work! Thank you!
2017-04-07 17:35 GMT-03:00 Dieu Cao <dcao(a)pivotal.io>:
--
Mis mejores deseos,
Best wishes,
Meilleurs vœux,
Juan
|
By
Juan Pablo Genovese
·
#6664
·
|
|
Re: CF CLI v6.26.0 Released Today
Great release! Super excited about this release with Isolation Segment
support!
wrote:
Great release! Super excited about this release with Isolation Segment
support!
wrote:
|
By
Dieu Cao <dcao@...>
·
#6663
·
|
|
Re: 404 Not Found: Requested route ('firedetect.bosh-lite.com') does not exist.
I have created the new security group
cf security-group private-network
Getting info for security group private-network as admin
OK
Name private-network
Rules
[
{
"destination":
I have created the new security group
cf security-group private-network
Getting info for security group private-network as admin
OK
Name private-network
Rules
[
{
"destination":
|
By
Deepak Arn <arn.deepak1@...>
·
#6662
·
|
|
Re: What are the process type in Procfile supported by CloudFoundry?
--health-check-type none is misleading and the none value is deprecated in
favor of the type 'process'
The none/process health check types will check if the process is alive and
instance is restarted
--health-check-type none is misleading and the none value is deprecated in
favor of the type 'process'
The none/process health check types will check if the process is alive and
instance is restarted
|
By
Dieu Cao <dcao@...>
·
#6661
·
|
|
Any guides on clearing enormous bosh cache data?
Hi, does anyone know what is the right approach to remove unnecessary cache in these places?
I've already removed unused deployments and releases but the size in the following folders are still quite
Hi, does anyone know what is the right approach to remove unnecessary cache in these places?
I've already removed unused deployments and releases but the size in the following folders are still quite
|
By
Sze Siong Teo <szesiong@...>
·
#6660
·
|
|
Re: What are the process type in Procfile supported by CloudFoundry?
Hi Zach, thanks for the feedback.
Nevertheless, using "--health-check-type none" option sounds like a bit of hackish workaround?
Is CF going to support monitoring for this kind of processes like
Hi Zach, thanks for the feedback.
Nevertheless, using "--health-check-type none" option sounds like a bit of hackish workaround?
Is CF going to support monitoring for this kind of processes like
|
By
Sze Siong Teo <szesiong@...>
·
#6659
·
|
|
Re: 404 Not Found: Requested route ('firedetect.bosh-lite.com') does not exist.
For updating ASG, you don't need to run 'bosh deploy'
https://docs.cloudfoundry.org/adminguide/app-sec-groups.html#updating-groups
You can use this tool to generate the rules from
For updating ASG, you don't need to run 'bosh deploy'
https://docs.cloudfoundry.org/adminguide/app-sec-groups.html#updating-groups
You can use this tool to generate the rules from
|
By
Sze Siong Teo <szesiong@...>
·
#6658
·
|
|
CF CLI v6.26.0 Released Today
The CF CLI team just cut 6.26.0.
Deb, yum and Homebrew repos have been updated; binaries, installers and link to release notes are available
The CF CLI team just cut 6.26.0.
Deb, yum and Homebrew repos have been updated; binaries, installers and link to release notes are available
|
By
Koper, Dies <diesk@...>
·
#6657
·
|
|
Re: 404 Not Found: Requested route ('firedetect.bosh-lite.com') does not exist.
Hi, I have changed the range of security group for public_networks in cf-release/bosh-lite/deployments/cf.yml
- name: public_networks
rules:
- destination: 0.0.0.0-9.255.255.255
Hi, I have changed the range of security group for public_networks in cf-release/bosh-lite/deployments/cf.yml
- name: public_networks
rules:
- destination: 0.0.0.0-9.255.255.255
|
By
Deepak Arn <arn.deepak1@...>
·
#6656
·
|
|
Re: What are the process type in Procfile supported by CloudFoundry?
Yes, that is supported using the "--health-check-type none" option for cf
push that Leandro mentioned.
-Zach
Yes, that is supported using the "--health-check-type none" option for cf
push that Leandro mentioned.
-Zach
|
By
Zach Robinson
·
#6655
·
|
|
New Required cc_uploader Server Certs
CAPI has been continuing the work to secure internal traffic with CAPI VMs
[1]. Next on the list of jobs that now need certs is CC-Uploader.
CC-Uploader's purpose is to manage blobstore upload
CAPI has been continuing the work to secure internal traffic with CAPI VMs
[1]. Next on the list of jobs that now need certs is CC-Uploader.
CC-Uploader's purpose is to manage blobstore upload
|
By
Timothy Hausler
·
#6654
·
|
|
Re: Proposal for named service bindings
This is a real problem that we face in some of our apps as well. We’ve addressed it with the app environment variable configuration to tell the purpose of each service instance. Such approach works,
This is a real problem that we face in some of our apps as well. We’ve addressed it with the app environment variable configuration to tell the purpose of each service instance. Such approach works,
|
By
Nikolay Valchev
·
#6653
·
|
|
Re: 404 Not Found: Requested route ('firedetect.bosh-lite.com') does not exist.
By default, bosh-lite is configured to use ASG if I'm not wrong as I couldn't get "cf allow-access ..." as a registered command.
You will need to configure the network to allow proper egress to your
By default, bosh-lite is configured to use ASG if I'm not wrong as I couldn't get "cf allow-access ..." as a registered command.
You will need to configure the network to allow proper egress to your
|
By
Sze Siong Teo <szesiong@...>
·
#6652
·
|