|
proposal to move cf-registrar to the cloudfoundry-attic
Hi cf-dev,
In our efforts to stop maintaining unused things and to unify the
approaches to route-registration, we want to propose moving
https://github.com/cloudfoundry/cf-registrar to the "attic"
Hi cf-dev,
In our efforts to stop maintaining unused things and to unify the
approaches to route-registration, we want to propose moving
https://github.com/cloudfoundry/cf-registrar to the "attic"
|
By
Amit Kumar Gupta
·
#2456
·
|
|
Re: how does hm9000 actually determine application health?
You can find the source (with documentation) at:
https://github.com/cloudfoundry/hm9000
Is there a particular issue you are trying to resolve? Feel free to post logs (with sensitive info
You can find the source (with documentation) at:
https://github.com/cloudfoundry/hm9000
Is there a particular issue you are trying to resolve? Feel free to post logs (with sensitive info
|
By
Rob Dimsdale
·
#2455
·
|
|
json data and the cli
There are a number of places in the cli where a user needs to provide a
json payload to the cli. For
There are a number of places in the cli where a user needs to provide a
json payload to the cli. For
|
By
Matthew Sykes <matthew.sykes@...>
·
#2454
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Looks like most of your VMs are fine, but one of your etcd VM's agent is
unresponsive. Do "bosh cck" and resolve the unresponsive agent by
recreating from the last known apply spec.
wrote:
Looks like most of your VMs are fine, but one of your etcd VM's agent is
unresponsive. Do "bosh cck" and resolve the unresponsive agent by
recreating from the last known apply spec.
wrote:
|
By
Amit Kumar Gupta
·
#2453
·
|
|
Java Buildpack v3.3.1
I'm pleased to announce the release of the java-buildpack, version 3.3.1. This
release contains a new debug framework and ensures that the dependencies
contained in the offline buildpack are up to
I'm pleased to announce the release of the java-buildpack, version 3.3.1. This
release contains a new debug framework and ensures that the dependencies
contained in the offline buildpack are up to
|
By
Christopher Frost
·
#2452
·
|
|
Re: mono apps are failed to start in CF
Hi,
as I see this buildpack is for lucid64 stack. PWS now uses cflinuxfs2 stack. This inconsistency can be the source of your problem.
Can you verify stack on your local CF using `cf stacks`?
Alex
Hi,
as I see this buildpack is for lucid64 stack. PWS now uses cflinuxfs2 stack. This inconsistency can be the source of your problem.
Can you verify stack on your local CF using `cf stacks`?
Alex
|
By
Aleksey Zalesov
·
#2450
·
|
|
Re: Permission denied error when unpacking droplet
I have the same problem with Stacks. Changing permissions manually to openworld RW don't change a thing. Has anyone else faced such issue?
{"timestamp":1445792695.6604235,"message":"run (took
I have the same problem with Stacks. Changing permissions manually to openworld RW don't change a thing. Has anyone else faced such issue?
{"timestamp":1445792695.6604235,"message":"run (took
|
By
Aliaksei Makarevich <snork.mitzumi@...>
·
#2451
·
|
|
Re: How to get a new UAA guid by REST
Hi,
you need to query UAA API instead of CC API to learn user id.
GET /Users?attributes=id&filter=userName eq 'admin'
UAA endpoint:
$ cat ~/.cf/config.json | jq .UaaEndpoint
To create user you
Hi,
you need to query UAA API instead of CC API to learn user id.
GET /Users?attributes=id&filter=userName eq 'admin'
UAA endpoint:
$ cat ~/.cf/config.json | jq .UaaEndpoint
To create user you
|
By
Aleksey Zalesov
·
#2449
·
|
|
Re: How to get a new UAA guid by REST
Hi,
You can hit the /Users endpoint to create an user in the UAA. You can find more details here https://github.com/cloudfoundry/uaa/blob/master/docs/UAA-APIs.rst#create-a-user-post-users
Chris
Hi,
You can hit the /Users endpoint to create an user in the UAA. You can find more details here https://github.com/cloudfoundry/uaa/blob/master/docs/UAA-APIs.rst#create-a-user-post-users
Chris
|
By
Chris De Oliveira
·
#2448
·
|
|
How to get a new UAA guid by REST
Hi,
I would like to create users using REST API:
http://apidocs.cloudfoundry.org/222/users/creating_a_user.html
But I don't know how to get a UAA guid of the user to
Hi,
I would like to create users using REST API:
http://apidocs.cloudfoundry.org/222/users/creating_a_user.html
But I don't know how to get a UAA guid of the user to
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2447
·
|
|
Re: Diego and Maven support
Krzysztof,
Thanks for the follow up. I pushed a test app and I'm seeing the same "503
Service Unavailable" from Maven. Is that what you're seeing?
Dan
wrote:
Krzysztof,
Thanks for the follow up. I pushed a test app and I'm seeing the same "503
Service Unavailable" from Maven. Is that what you're seeing?
Dan
wrote:
|
By
Daniel Mikusa
·
#2446
·
|
|
Re: mono apps are failed to start in CF
Do you have some hello world example to tests in local?
A hello world example?
Juan Antonio
Do you have some hello world example to tests in local?
A hello world example?
Juan Antonio
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2445
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Amit, I already tried that troubleshooting options, always same error. As
you mentioned, I have attached the BOSH VMs and BOSH CCK REPORT. Thanks.
Amit, I already tried that troubleshooting options, always same error. As
you mentioned, I have attached the BOSH VMs and BOSH CCK REPORT. Thanks.
|
By
Parthiban Annadurai <senjiparthi@...>
·
#2444
·
|
|
Re: PHP extension 'gettext' doesn't work?
Mike,
That sounds good. Happy to retest after that work has been done and
confirm it resolves the issue here.
Dan
Mike,
That sounds good. Happy to retest after that work has been done and
confirm it resolves the issue here.
Dan
|
By
Daniel Mikusa
·
#2443
·
|
|
Re: Disable HTTP transport
You have an example here with node:
https://github.com/jabrena/CloudFoundryLab/blob/master/Node_HelloWorld_ssl2/index.js
var ssl = false;
if(req.headers['x-forwarded-proto'] === "https"){
You have an example here with node:
https://github.com/jabrena/CloudFoundryLab/blob/master/Node_HelloWorld_ssl2/index.js
var ssl = false;
if(req.headers['x-forwarded-proto'] === "https"){
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2442
·
|
|
Re: PHP extension 'gettext' doesn't work?
I'm actually open to adding commonly-used locales to the rootfs; though
that wouldn't help anyone until they're able to upgrade.
I'd like to propose that we install the debian package `locales`,
I'm actually open to adding commonly-used locales to the rootfs; though
that wouldn't help anyone until they're able to upgrade.
I'd like to propose that we install the debian package `locales`,
|
By
Mike Dalessio
·
#2441
·
|
|
Re: Disable HTTP transport
See this link.
http://support.run.pivotal.io/entries/82035305-How-do-I-force-my-users-to-use-HTTPS-
Dan
wrote:
See this link.
http://support.run.pivotal.io/entries/82035305-How-do-I-force-my-users-to-use-HTTPS-
Dan
wrote:
|
By
Daniel Mikusa
·
#2440
·
|
|
mono apps are failed to start in CF
Hi All,
I tried to push .net application [using
https://github.com/cloudfoundry-community/.net-buildpack] to pivotal CF but
is failing with following error. earlier same application used to run
Hi All,
I tried to push .net application [using
https://github.com/cloudfoundry-community/.net-buildpack] to pivotal CF but
is failing with following error. earlier same application used to run
|
By
Balaramaraju JLSP <balaramaraju@...>
·
#2439
·
|
|
Re: [abacus] Abacus v0.0.2-rc.2 available
congrats!
Cheers,
Christopher Ferris
IBM Distinguished Engineer, CTO Open Technology
IBM Cloud, Open Technologies
email: chrisfer@...
twitter: @christo4ferris
blog:
congrats!
Cheers,
Christopher Ferris
IBM Distinguished Engineer, CTO Open Technology
IBM Cloud, Open Technologies
email: chrisfer@...
twitter: @christo4ferris
blog:
|
By
Christopher B Ferris <chrisfer@...>
·
#2438
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Try some of these diagnostics:
https://docs.cloudfoundry.org/running/troubleshooting.html#bound-timeout
Also, run "bosh vms --details" and "bosh cck --report" and share the
outputs.
Try some of these diagnostics:
https://docs.cloudfoundry.org/running/troubleshooting.html#bound-timeout
Also, run "bosh vms --details" and "bosh cck --report" and share the
outputs.
|
By
Amit Kumar Gupta
·
#2437
·
|