|
Re: Proposal of Private Stacks ( Stacks for limited users ) (Re: Private Stacks ( Stacks for limited users ))
Hi,
Without more evidence of other operators needing this feature, I’m hesitant
to introduce a new API resource. I’ll add this to our someday / maybe list
for now.
Thanks,
Nick
--
Nicholas
Hi,
Without more evidence of other operators needing this feature, I’m hesitant
to introduce a new API resource. I’ll add this to our someday / maybe list
for now.
Thanks,
Nick
--
Nicholas
|
By
Nicholas Calugar
·
#6112
·
|
|
Runtime PMC - Greenhouse/BOSH on Windows Project Lead Call for Nominations
Hello all,
David Morhovich, the Project Lead for the Greenhouse/BOSH on Windows team
within the Runtime PMC, will be transitioning back to an engineering role
in the new year. We wish him well in his
Hello all,
David Morhovich, the Project Lead for the Greenhouse/BOSH on Windows team
within the Runtime PMC, will be transitioning back to an engineering role
in the new year. We wish him well in his
|
By
Dieu Cao <dcao@...>
·
#6111
·
|
|
Logging JSON to disk
I've noticed quite a few CF components log JSON to disk. Is there a
rational for why this is the case? As an operator debugging issues, trying
to manually parse JSON is brutal. This is only compounded
I've noticed quite a few CF components log JSON to disk. Is there a
rational for why this is the case? As an operator debugging issues, trying
to manually parse JSON is brutal. This is only compounded
|
By
Jason Keene
·
#6109
·
|
|
consul_z1 not running after updating
I am deploying cloudfoundry on aws.
Failed: 'consul_z1/0 (411b0812-c3c2-4bec-8114-1eacb53b2dd5)' is not running
after update. Review logs for failed jobs: consul_agent, metron_agent
logs in
I am deploying cloudfoundry on aws.
Failed: 'consul_z1/0 (411b0812-c3c2-4bec-8114-1eacb53b2dd5)' is not running
after update. Review logs for failed jobs: consul_agent, metron_agent
logs in
|
By
fang <fang_cloud@...>
·
#6110
·
|
|
Re: Memory/Disk usage information -MB vs MiB
Hi Nicholas,
There are so many API endpoints that returns response in MB. One such example is: http://apidocs.cloudfoundry.org/234/organizations/retrieving_organization_memory_usage.html
Do you need
Hi Nicholas,
There are so many API endpoints that returns response in MB. One such example is: http://apidocs.cloudfoundry.org/234/organizations/retrieving_organization_memory_usage.html
Do you need
|
By
Ponraj E
·
#6108
·
|
|
Re: Memory/Disk usage information -MB vs MiB
Hi Ponraj and Daniel,
Could you point me at documentation or API endpoints you are looking at the
use MB?
Thanks,
Nick
--
Nicholas Calugar
Product Manager - Cloud Foundry API
Pivotal Software,
Hi Ponraj and Daniel,
Could you point me at documentation or API endpoints you are looking at the
use MB?
Thanks,
Nick
--
Nicholas Calugar
Product Manager - Cloud Foundry API
Pivotal Software,
|
By
Nicholas Calugar
·
#6107
·
|
|
Re: IMPORTANT: Upcoming breaking changes in UAA V23/3.9.2/cf-release 248
I have been informed by the CAPI team that the changes in Cloud Controller
to use the new rotatable signing key format is not yet in place and is
blocked on some fixes for
I have been informed by the CAPI team that the changes in Cloud Controller
to use the new rotatable signing key format is not yet in place and is
blocked on some fixes for
|
By
Sree Tummidi
·
#6106
·
|
|
Re: Incubation proposal: Abacus Service Broker
Hi, all,
Thanks to SAP and Hristo for moving this forward.
Since I don't see any questions nor comments on this proposal, other than
mine. As such, I propose to include this into the CF-Extensions
Hi, all,
Thanks to SAP and Hristo for moving this forward.
Since I don't see any questions nor comments on this proposal, other than
mine. As such, I propose to include this into the CF-Extensions
|
By
Michael Maximilien
·
#6105
·
|
|
Re: IMPORTANT: Upcoming breaking changes in UAA V23/3.9.2/cf-release 248
Hi Michael,
This is the new way to specify the signing key used by UAA for signing the
JWT tokens. This format allows for rotation of the keys.
bosh-lite is currently using the deprecated properties
Hi Michael,
This is the new way to specify the signing key used by UAA for signing the
JWT tokens. This format allows for rotation of the keys.
bosh-lite is currently using the deprecated properties
|
By
Sree Tummidi
·
#6104
·
|
|
Re: IMPORTANT: Upcoming breaking changes in UAA V23/3.9.2/cf-release 248
How are the following required when they aren't used in bosh-lite?
*uaa.jwt.policy.keys:
*
* uaa.jwt.policy.active_key_id:*
How does one migrate from what we have to these?
- Michael
How are the following required when they aren't used in bosh-lite?
*uaa.jwt.policy.keys:
*
* uaa.jwt.policy.active_key_id:*
How does one migrate from what we have to these?
- Michael
|
By
Michael Fraenkel <michael.fraenkel@...>
·
#6103
·
|
|
IMPORTANT: Upcoming breaking changes in UAA V23/3.9.2/cf-release 248
FYI for clients using UAA + BOSH, or other UAA customizations
FYI for clients using UAA + BOSH, or other UAA customizations
|
By
Geoff Franks <geoff@...>
·
#6102
·
|
|
IMPORTANT: Upcoming breaking changes in UAA V23/3.9.2/cf-release 248
*Please read carefully if you are using UAA as standalone or as a bosh
release or part of cf-release*
Starting with UAA bosh release
*Please read carefully if you are using UAA as standalone or as a bosh
release or part of cf-release*
Starting with UAA bosh release
|
By
Sree Tummidi
·
#6101
·
|
|
Re: escape $ in java_opts in cf manifest.yaml
Hi Amit,
Try this.. Let me know.
2 -Dkey=$value -Dkey=\\\\\$value
https://cf-docs.jp-east-1.paas.cloud.global.fujitsu.com/en/manual/faq/faq/topics/c-faq-33.html
Sridhar
Hi Amit,
Try this.. Let me know.
2 -Dkey=$value -Dkey=\\\\\$value
https://cf-docs.jp-east-1.paas.cloud.global.fujitsu.com/en/manual/faq/faq/topics/c-faq-33.html
Sridhar
|
By
Sridhar Vennela
·
#6100
·
|
|
escape $ in java_opts in cf manifest.yaml
Hi,
I am unable to find a proper way to escape the $ sign in the cf manifest yaml file.
I have tried \\$ and \$ but it doesnt work, when java application reads it.
What should be proper way to
Hi,
I am unable to find a proper way to escape the $ sign in the cf manifest yaml file.
I have tried \\$ and \$ but it doesnt work, when java application reads it.
What should be proper way to
|
By
Amit k
·
#6099
·
|
|
Re: Memory/Disk usage information -MB vs MiB
+1 for proper units (KiB, MiB)
Regards,
Daniel Jones - CTO
+44 (0)79 8000 9153
@DanielJonesEB <https://twitter.com/DanielJonesEB>
*EngineerBetter* Ltd <http://www.engineerbetter.com> - UK Cloud
+1 for proper units (KiB, MiB)
Regards,
Daniel Jones - CTO
+44 (0)79 8000 9153
@DanielJonesEB <https://twitter.com/DanielJonesEB>
*EngineerBetter* Ltd <http://www.engineerbetter.com> - UK Cloud
|
By
Daniel Jones
·
#6098
·
|
|
Memory/Disk usage information -MB vs MiB
Hi Colleagues,
I see CF using base 2 (1024 * 1024) for all the memory/disk quota/usage information, but base 10's unit at the end(MB). For ex, CF returns app instance memory as 1024 MB [using base 2
Hi Colleagues,
I see CF using base 2 (1024 * 1024) for all the memory/disk quota/usage information, but base 10's unit at the end(MB). For ex, CF returns app instance memory as 1024 MB [using base 2
|
By
Ponraj E
·
#6097
·
|
|
cf uaa project not triggering emails
Hi,
I am trying to run `cf uaa` java application (https://github.com/cloudfoundry/uaa) on my local machine as shown here (https://github.com/cloudfoundry/uaa#quick-start) using `gradlew` tool. I am
Hi,
I am trying to run `cf uaa` java application (https://github.com/cloudfoundry/uaa) on my local machine as shown here (https://github.com/cloudfoundry/uaa#quick-start) using `gradlew` tool. I am
|
By
Ganesh Kaila
·
#6096
·
|
|
When using CloudFoundryClient, is there any alternative way to authenticate the application with CloudFoundry
CloudCredentials creds = new CloudCredentials("user","pass");
cloudFoundryClient = new CloudFoundryClient(creds ,cloudFoundryURI);
In this case we must provide username and password, is there any
CloudCredentials creds = new CloudCredentials("user","pass");
cloudFoundryClient = new CloudFoundryClient(creds ,cloudFoundryURI);
In this case we must provide username and password, is there any
|
By
Savneet Kaur
·
#6095
·
|
|
unauthorized, bad credential
Hi,
My account need an authentication from uaa server, but I always get the below
Hi,
My account need an authentication from uaa server, but I always get the below
|
By
w.t.zhou74@...
·
#6094
·
|
|
AuthenticationFailureBadCredentialsEvent Occurs
Hi,
I need an authentication from UAA, but the below error always
Hi,
I need an authentication from UAA, but the below error always
|
By
w.t.zhou74@...
·
#6093
·
|