|
Re: Droplets and Stacks
Thanks Dieu for your response and for considering these use-cases!
When updating a system buildpack, only the "updated_at" field changes and
no other versionning info is available. I therefore
Thanks Dieu for your response and for considering these use-cases!
When updating a system buildpack, only the "updated_at" field changes and
no other versionning info is available. I therefore
|
By
Guillaume Berche
·
#2481
·
|
|
Re: When will dea be replaced by diego?
That's strange, just followed it, worked for me. You can search the
mailing list for the subject "Cloud Foundry DEA to Diego switch - when?"
aleksey.zalesov(a)altoros.com> wrote:
That's strange, just followed it, worked for me. You can search the
mailing list for the subject "Cloud Foundry DEA to Diego switch - when?"
aleksey.zalesov(a)altoros.com> wrote:
|
By
Amit Kumar Gupta
·
#2480
·
|
|
Ability to move a space between orgs
We occasionally need to move spaces between orgs when our business
reorganizes. It would be great if we could atomically move spaces between
orgs.
It seems not difficult but when you look deeper
We occasionally need to move spaces between orgs when our business
reorganizes. It would be great if we could atomically move spaces between
orgs.
It seems not difficult but when you look deeper
|
By
Mike Youngstrom <youngm@...>
·
#2479
·
|
|
Re: how does hm9000 actually determine application health?
If the app doesn't have a bound route, it's not health checked on DEAs. If
it fails without actually exiting, the system won't notice.
(On Diego, the health check has to be explicitly disabled.)
If the app doesn't have a bound route, it's not health checked on DEAs. If
it fails without actually exiting, the system won't notice.
(On Diego, the health check has to be explicitly disabled.)
|
By
Jesse T. Alford
·
#2478
·
|
|
[abacus] Port numbers we use in local test environments
Hi all,
In preparation for our final 0.0.2 rc, I've started to look into setting up
local test environments with multiple instances of each Abacus app. I found
that we don't have a documented list of
Hi all,
In preparation for our final 0.0.2 rc, I've started to look into setting up
local test environments with multiple instances of each Abacus app. I found
that we don't have a documented list of
|
By
Jean-Sebastien Delfino
·
#2477
·
|
|
Re: how does hm9000 actually determine application health?
Thanks guys. So I thought that I had come across the bit of its healthy if its listening on $PORT, but that got me thinking about the small worker process I just deployed. Since it does not listen
Thanks guys. So I thought that I had come across the bit of its healthy if its listening on $PORT, but that got me thinking about the small worker process I just deployed. Since it does not listen
|
By
Eric Poelke
·
#2476
·
|
|
Re: How to get a new UAA guid by REST
Fixed:
https://github.com/prosociallearnEU/cf-nodejs-client/blob/master/test/lib/model/UserTests.js#L102-L150
Fixed:
https://github.com/prosociallearnEU/cf-nodejs-client/blob/master/test/lib/model/UserTests.js#L102-L150
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2475
·
|
|
Re: Diego and Maven support
Krzysztof,
Passed some of this information along to engineering and they've got a
story to investigate this more.
https://www.pivotaltracker.com/story/show/106702544
From what I saw with some
Krzysztof,
Passed some of this information along to engineering and they've got a
story to investigate this more.
https://www.pivotaltracker.com/story/show/106702544
From what I saw with some
|
By
Daniel Mikusa
·
#2474
·
|
|
Multiple ldap backend in UAA
I would like to create configuration that will work with more than one LDAP backend for users authentication.
I've read some Java code of UAA but it's not clear for my if configuration describe below
I would like to create configuration that will work with more than one LDAP backend for users authentication.
I've read some Java code of UAA but it's not clear for my if configuration describe below
|
By
Jakub Witkowski
·
#2473
·
|
|
Re: How to get a new UAA guid by REST
Hi,
many thanks, Aleksey.
Now, I can create and get users from uaa.
https://github.com/cloudfoundry/uaa/issues/249
Now I am going to use guid-uaa to a create an users in CC API.
Hi,
many thanks, Aleksey.
Now, I can create and get users from uaa.
https://github.com/cloudfoundry/uaa/issues/249
Now I am going to use guid-uaa to a create an users in CC API.
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2472
·
|
|
Re: How to get a new UAA guid by REST
You should use GET request instead of POST. See this topic:
https://github.com/cloudfoundry/uaa/blob/master/docs/UAA-APIs.rst#query-for-information-get-users
Alex Zalesov
You should use GET request instead of POST. See this topic:
https://github.com/cloudfoundry/uaa/blob/master/docs/UAA-APIs.rst#query-for-information-get-users
Alex Zalesov
|
By
Aleksey Zalesov
·
#2471
·
|
|
Re: json data and the cli
Given the scope and cross cutting nature of the issue, I think it's
something better handled by the CLI team via prioritized stories. Speaking
from experience, large PRs and PRs that involve refactors
Given the scope and cross cutting nature of the issue, I think it's
something better handled by the CLI team via prioritized stories. Speaking
from experience, large PRs and PRs that involve refactors
|
By
Matthew Sykes <matthew.sykes@...>
·
#2470
·
|
|
Re: How to get a new UAA guid by REST
Hi I could retrieve the uses but using your clue, I receive the following error:
Error: the string "{\"message\":\"Content type 'application/octet-stream' n
ot supported\",\"error\":\"scim\"}"
Hi I could retrieve the uses but using your clue, I receive the following error:
Error: the string "{\"message\":\"Content type 'application/octet-stream' n
ot supported\",\"error\":\"scim\"}"
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2469
·
|
|
Re: Droplets and Stacks
Hi Guillaume,
We could consider exposing on a droplet [1] the additional metadata that
you've mentioned, such as the buildpack guid for a system buildpack or the
git sha given a buildpack url.
I
Hi Guillaume,
We could consider exposing on a droplet [1] the additional metadata that
you've mentioned, such as the buildpack guid for a system buildpack or the
git sha given a buildpack url.
I
|
By
Dieu Cao <dcao@...>
·
#2468
·
|
|
Re: how does hm9000 actually determine application health?
You can take a look on this article https://blog.starkandwayne.com/2014/12/17/introduction-to-cloud-foundrys-health-monitor/
You can take a look on this article https://blog.starkandwayne.com/2014/12/17/introduction-to-cloud-foundrys-health-monitor/
|
By
Alexander Lomov <alexander.lomov@...>
·
#2467
·
|
|
Re: How to get a new UAA guid by REST
Hi Aleksey,
do you know where is the documentation for UAA REST API?
For CC API is this address:
http://apidocs.cloudfoundry.org/222/
Juan Antonio
Hi Aleksey,
do you know where is the documentation for UAA REST API?
For CC API is this address:
http://apidocs.cloudfoundry.org/222/
Juan Antonio
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2466
·
|
|
Re: how does hm9000 actually determine application health?
Short answer is app is healthy when it listens to $PORT. I think this check is done by DEA, though.
HM9000 listens to NATs for actual state and polls CC to grab desired state. Than it compares both
Short answer is app is healthy when it listens to $PORT. I think this check is done by DEA, though.
HM9000 listens to NATs for actual state and polls CC to grab desired state. Than it compares both
|
By
Aleksey Zalesov
·
#2465
·
|
|
Re: When will dea be replaced by diego?
Hi Amit,
the link is broken.
Alex Zalesov
Hi Amit,
the link is broken.
Alex Zalesov
|
By
Aleksey Zalesov
·
#2464
·
|
|
Re: mono apps are failed to start in CF
OK, could you verify that your app works on both stacks in your local instance?
$ cf push app_name -s lucid64
$ cf push app_name -s cflinuxfs2
Alex Zalesov
OK, could you verify that your app works on both stacks in your local instance?
$ cf push app_name -s lucid64
$ cf push app_name -s cflinuxfs2
Alex Zalesov
|
By
Aleksey Zalesov
·
#2463
·
|
|
Re: mono apps are failed to start in CF
Using a local instance, the stacks installed are:
Environment: LOCAL_INSTANCE_1
Cloud foundry Stacks
{ metadata:
{ guid: '8898aa08-0d82-4c0b-9009-5d5989b56a95',
url:
Using a local instance, the stacks installed are:
Environment: LOCAL_INSTANCE_1
Cloud foundry Stacks
{ metadata:
{ guid: '8898aa08-0d82-4c0b-9009-5d5989b56a95',
url:
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#2462
·
|