|
Re: `api_z1/0' is not running after update to CF v231
Sridhar,
Thanks for your response. I found the VM is listening to port 8500:
root(a)c6822dcb-fb02-4858-ae5d-3ab45d593896:/var/vcap/sys/log# netstat -anp |
grep LISTEN
tcp 0 0
Sridhar,
Thanks for your response. I found the VM is listening to port 8500:
root(a)c6822dcb-fb02-4858-ae5d-3ab45d593896:/var/vcap/sys/log# netstat -anp |
grep LISTEN
tcp 0 0
|
By
Wayne Ha <wayne.h.ha@...>
·
#4051
·
|
|
Re: User defined variable "key" validation doesn't happen at cf set-env phase
Hi Ponraj,
I don't think the CC can make any determination regarding the validity of
environment variables as the CC doesn't (and shouldn't) know how each
buildpack will use these environment
Hi Ponraj,
I don't think the CC can make any determination regarding the validity of
environment variables as the CC doesn't (and shouldn't) know how each
buildpack will use these environment
|
By
Nicholas Calugar
·
#4050
·
|
|
Re: How to get the IP addresses of the instances of the same application
Indeed, I've had great success using the `jq` command-line tool to parse
JSON along with `cf app app-name --guid` and `cf curl`. Like so:
$ cf curl /v2/apps/$(cf app app-name --guid)/stats | jq
Indeed, I've had great success using the `jq` command-line tool to parse
JSON along with `cf app app-name --guid` and `cf curl`. Like so:
$ cf curl /v2/apps/$(cf app app-name --guid)/stats | jq
|
By
Casey West
·
#4049
·
|
|
Re: Org and Space Quota management
Hi,
Any inputs on the current behavior of the APIs would be of great help, thanks !
Regards,
Padma
This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential
Hi,
Any inputs on the current behavior of the APIs would be of great help, thanks !
Regards,
Padma
This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential
|
By
Padmashree B
·
#4048
·
|
|
Re: CF env reveals passwords and secrets ...
Dear Padma, Mathias, all,
BOSH has just included the functionality to replace all properties with the string "<redacted>" already *on the server side*.
Maybe that is an option the Cloud Controller
Dear Padma, Mathias, all,
BOSH has just included the functionality to replace all properties with the string "<redacted>" already *on the server side*.
Maybe that is an option the Cloud Controller
|
By
Marco Voelz
·
#4047
·
|
|
Re: CF env reveals passwords and secrets ...
It will be interesting if there are any solutions to handle this from CF.
As an alternative solution, every client tools should build some logic to hide the secure variables. However, it will not be
It will be interesting if there are any solutions to handle this from CF.
As an alternative solution, every client tools should build some logic to hide the secure variables. However, it will not be
|
By
Padmashree B
·
#4046
·
|
|
Re: How to get the IP addresses of the instances of the same application
The router_status endpoint of the router node gives a nice point-in-time snapshot of the IPs / ports in is for each app URL, in json, andis continually kept up to date by the CF platform.
The router_status endpoint of the router node gives a nice point-in-time snapshot of the IPs / ports in is for each app URL, in json, andis continually kept up to date by the CF platform.
|
By
DHR
·
#4045
·
|
|
Re: `api_z1/0' is not running after update to CF v231
Hi Wayne,
Can you please verify port 8500 listening? Maybe output of netstat -anp will
Hi Wayne,
Can you please verify port 8500 listening? Maybe output of netstat -anp will
|
By
sridhar vennela
·
#4044
·
|
|
Re: Support for UAA Integration in Apache Qpid Console
cool. thanks for sharing this john!
wrote:
--
Thank you,
James Bayer
cool. thanks for sharing this john!
wrote:
--
Thank you,
James Bayer
|
By
James Bayer
·
#4043
·
|
|
Re: `api_z1/0' is not running after update to CF v231
I am able to ping that host:
root(a)5f0f5c52-01a8-4cc4-afac-d6a25edd8dcc:/var/vcap/sys/log# ping -c 1 api.bosh-lite.com
PING api.bosh-lite.com (10.244.0.34) 56(84) bytes of data.
64 bytes from
I am able to ping that host:
root(a)5f0f5c52-01a8-4cc4-afac-d6a25edd8dcc:/var/vcap/sys/log# ping -c 1 api.bosh-lite.com
PING api.bosh-lite.com (10.244.0.34) 56(84) bytes of data.
64 bytes from
|
By
Wayne Ha <wayne.h.ha@...>
·
#4042
·
|
|
Re: `api_z1/0' is not running after update to CF v231
That's correct. You need that job, otherwise, the environment is unusable. Do you know which checklist you are following or using to install bosh-lite? any idea on host configuration-
That's correct. You need that job, otherwise, the environment is unusable. Do you know which checklist you are following or using to install bosh-lite? any idea on host configuration-
|
By
sridhar vennela
·
#4041
·
|
|
Re: `api_z1/0' is not running after update to CF v231
Sridhar,
Thanks for your response. I see the following in the log file:
2016/03/05 00:02:38 [crit] 5082#0: *3 connect() to unix:/var/vcap/sys/run/cloud_controller_ng/cloud_controller.sock failed
Sridhar,
Thanks for your response. I see the following in the log file:
2016/03/05 00:02:38 [crit] 5082#0: *3 connect() to unix:/var/vcap/sys/run/cloud_controller_ng/cloud_controller.sock failed
|
By
Wayne Ha <wayne.h.ha@...>
·
#4040
·
|
|
Re: cf push Error: unable to resolve server address
You don't have consul_agent colocated on your api_zN jobs, so they are not
registering the cloud_controller_ng.service.cf-internal service, so DEA
can't download droplets from the CCs. You can see
You don't have consul_agent colocated on your api_zN jobs, so they are not
registering the cloud_controller_ng.service.cf-internal service, so DEA
can't download droplets from the CCs. You can see
|
By
Amit Kumar Gupta
·
#4039
·
|
|
Re: `api_z1/0' is not running after update to CF v231
Hi Wayne,
Below jobs are failing. You will find more details about the errors in below dir.
/var/vcap/sys/logs/<job_name>/
Process 'cloud_controller_ng' Execution failed
Process
Hi Wayne,
Below jobs are failing. You will find more details about the errors in below dir.
/var/vcap/sys/logs/<job_name>/
Process 'cloud_controller_ng' Execution failed
Process
|
By
sridhar vennela
·
#4038
·
|
|
Re: How to get the IP addresses of the instances of the same application
I'm also very interested to hear about what you might need to do with
direct container-to-container communication. We've started an effort to
enable it at the network layer, and as Dan gets at,
I'm also very interested to hear about what you might need to do with
direct container-to-container communication. We've started an effort to
enable it at the network layer, and as Dan gets at,
|
By
Jason Sherron
·
#4037
·
|
|
`api_z1/0' is not running after update to CF v231
Hi,
I tried to deploy CF v231 and got the following error:
Started updating job api_z1 > api_z1/0. Failed: `api_z1/0' is not running after update (00:03:09)
The monit summary
Hi,
I tried to deploy CF v231 and got the following error:
Started updating job api_z1 > api_z1/0. Failed: `api_z1/0' is not running after update (00:03:09)
The monit summary
|
By
Wayne Ha <wayne.h.ha@...>
·
#4036
·
|
|
Re: How to get the IP addresses of the instances of the same application
Look at the environment variables in the container, things starting with
VCAP_ or CF_ provide you with details about the container, app and bound
services. It sounds like you're looking for
Look at the environment variables in the container, things starting with
VCAP_ or CF_ provide you with details about the container, app and bound
services. It sounds like you're looking for
|
By
Daniel Mikusa
·
#4035
·
|
|
Re: Allow SCIM user update if phoneNumbers is null
Thanks, that's all we need.
https://github.com/cloudfoundry/uaa/issues/329
Thanks, that's all we need.
https://github.com/cloudfoundry/uaa/issues/329
|
By
Filip Hanik
·
#4034
·
|
|
Re: Allow SCIM user update if phoneNumbers is null
Filip,
Further deep trace shows that a SCIM object containing phoneNumbers: null
triggers the error, while phoneNumber: [] works
Below is the full
Filip,
Further deep trace shows that a SCIM object containing phoneNumbers: null
triggers the error, while phoneNumber: [] works
Below is the full
|
By
Paul Bakare
·
#4033
·
|
|
CF env reveals passwords and secrets ...
Hi *,
as you know cf env reveals much useful information. But it also reveals passwords and secrets. In many occasions I saw that people who used cf env did not think about the implications of
Hi *,
as you know cf env reveals much useful information. But it also reveals passwords and secrets. In many occasions I saw that people who used cf env did not think about the implications of
|
By
Mathias Essenpreis <esse@...>
·
#4032
·
|