|
Dev and Production environment inconsistent
Hi Lynn, you can create additional environment in Cloud Foundry using spaces for this purpose. Then you need to alter your workflow so after accepting PR the app is pushed to staging space, where auto
Hi Lynn, you can create additional environment in Cloud Foundry using spaces for this purpose. Then you need to alter your workflow so after accepting PR the app is pushed to staging space, where auto
|
By
Aleksey Zalesov
· #2894
·
|
|
Presentation of BOSH on OpenStack Tokyo Summit 2015
Cool! Thank you for sharing How many people took survey? Alex Zalesov
Cool! Thank you for sharing How many people took survey? Alex Zalesov
|
By
Aleksey Zalesov
· #2503
·
|
|
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
·
|
|
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 st
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 st
|
By
Aleksey Zalesov
· #2465
·
|
|
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
·
|
|
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
·
|
|
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 Zal
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 Zal
|
By
Aleksey Zalesov
· #2450
·
|
|
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 still n
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 still n
|
By
Aleksey Zalesov
· #2449
·
|
|
postgres out of disk space
It will be handy to have a configuration option for CC to prune unused droplets after 7 days of inactivity, for example.
It will be handy to have a configuration option for CC to prune unused droplets after 7 days of inactivity, for example.
|
By
Aleksey Zalesov
· #1988
·
|
|
postgres out of disk space
Does your database occupy this 100 GB? Or something else like logs? Aleksey Zalesov | CloudFoundry Engineer | Altoros Tel: (617) 841-2121 ext. 5707 | Toll free: 855-ALTOROS Fax: (866) 201-3646 | Skype
Does your database occupy this 100 GB? Or something else like logs? Aleksey Zalesov | CloudFoundry Engineer | Altoros Tel: (617) 841-2121 ext. 5707 | Toll free: 855-ALTOROS Fax: (866) 201-3646 | Skype
|
By
Aleksey Zalesov
· #1982
·
|
|
Throttling App Logging
By the way how do you comply with the requirement to persist all the logs? CF logging system is lossy by its nature so can drop messages. We have similar requirement - some log messages must be reliab
By the way how do you comply with the requirement to persist all the logs? CF logging system is lossy by its nature so can drop messages. We have similar requirement - some log messages must be reliab
|
By
Aleksey Zalesov
· #1889
·
|
|
Throttling App Logging
Hi! Today CF quota can be set on three things: 1. Memory 2. Services number 3. Routes number You can’t limit number of logging messages. But I think its a good idea for feature request! Excessive debu
Hi! Today CF quota can be set on three things: 1. Memory 2. Services number 3. Routes number You can’t limit number of logging messages. But I think its a good idea for feature request! Excessive debu
|
By
Aleksey Zalesov
· #1870
·
|
|
Starting failure with 504
Hello! Ubuntu 14.04 is required for cf_nise_installer [1]. Can you upgrade your host OS and see if issue persists? [1]: https://github.com/yudai/cf_nise_installer <https://github.com/yudai/cf_nise_ins
Hello! Ubuntu 14.04 is required for cf_nise_installer [1]. Can you upgrade your host OS and see if issue persists? [1]: https://github.com/yudai/cf_nise_installer <https://github.com/yudai/cf_nise_ins
|
By
Aleksey Zalesov
· #1858
·
|
|
Quota usage
Hello! How can I find out organisation memory quota usage? E.g. how much memory all running apps use across all the spaces? -- Alex Z. @Altoros
Hello! How can I find out organisation memory quota usage? E.g. how much memory all running apps use across all the spaces? -- Alex Z. @Altoros
|
By
Aleksey Zalesov
· #1713
·
|
|
Can't push app due to expired certificate
Thank you guys for fixing this issue! I am able to push java apps again. -- View this message in context: http://cf-dev.70369.x6.nabble.com/Can-t-push-app-due-to-expired-certificate-tp1404p1415.html S
Thank you guys for fixing this issue! I am able to push java apps again. -- View this message in context: http://cf-dev.70369.x6.nabble.com/Can-t-push-app-due-to-expired-certificate-tp1404p1415.html S
|
By
Aleksey Zalesov
· #1434
·
|
|
Can't push app due to expired certificate
Can you clarify how can I do this? It is not problem of our installation SSL cert that can be skipped with —skip-ssl-validation. Aleksey Zalesov | CloudFoundry Engineer | Altoros Tel: (617) 841-2121 e
Can you clarify how can I do this? It is not problem of our installation SSL cert that can be skipped with —skip-ssl-validation. Aleksey Zalesov | CloudFoundry Engineer | Altoros Tel: (617) 841-2121 e
|
By
Aleksey Zalesov
· #1427
·
|
|
Can't push app due to expired certificate
Hello! Today we can't push apps to CF due to expired SSL certificate of download.run.pivotal.io <http://cf-dev.70369.x6.nabble.com/file/n1404/Screen_Shot_2015-08-31_at_15.png> Here are CF app logs: 20
Hello! Today we can't push apps to CF due to expired SSL certificate of download.run.pivotal.io <http://cf-dev.70369.x6.nabble.com/file/n1404/Screen_Shot_2015-08-31_at_15.png> Here are CF app logs: 20
|
By
Aleksey Zalesov
· #1423
·
|