|
Need Cloud Foundry deployment to test my sample services
Hi,
I'm developing a sample CF service and I do not have access to CF
deployment to test it.
Any suggestion ? Please suggest me some simple & easy deployment ..
Thanks, Vinod
Hi,
I'm developing a sample CF service and I do not have access to CF
deployment to test it.
Any suggestion ? Please suggest me some simple & easy deployment ..
Thanks, Vinod
|
By
Vinod Singh <vinoddandy@...>
·
#2211
·
|
|
Re: Pointer to the CF code that generates org and service instance guids?
Org and Service Instance guids are generated by the Cloud Controller. It
simply uses the SecureRandom.uuid ruby
Org and Service Instance guids are generated by the Cloud Controller. It
simply uses the SecureRandom.uuid ruby
|
By
CF Runtime
·
#2210
·
|
|
Re: [abacus] Usage submission authorization
Hey Piotr,
each resource id e.g. short lived resources.
you have in mind?
version, usage of which may be reported and metered but not necessarily
billed.
OK, that use case makes sense to me. So,
Hey Piotr,
each resource id e.g. short lived resources.
you have in mind?
version, usage of which may be reported and metered but not necessarily
billed.
OK, that use case makes sense to me. So,
|
By
Jean-Sebastien Delfino
·
#2209
·
|
|
Re: [URGENT] api_z1/uaa_z1 not running when deploy cloudfoundry
Thank you. I will check the github thread.
Thank you. I will check the github thread.
|
By
Bruce Yang
·
#2208
·
|
|
Re: [abacus] Usage processing authorization, was: Usage submission authorization
usage to an intermediate step in the pipeline.
That's a great point, had not thought about that... So now with that we'll
have a clear delineation between usage submission from a resource
usage to an intermediate step in the pipeline.
That's a great point, had not thought about that... So now with that we'll
have a clear delineation between usage submission from a resource
|
By
Jean-Sebastien Delfino
·
#2207
·
|
|
Re: [abacus]Reporting Query
OK great. I've been looking into our database partitioning to fix issue #69
[1] (related to this discussion as well) earlier this week so I'll go ahead
and make that simple change then.
[1]
OK great. I've been looking into our database partitioning to fix issue #69
[1] (related to this discussion as well) earlier this week so I'll go ahead
and make that simple change then.
[1]
|
By
Jean-Sebastien Delfino
·
#2206
·
|
|
Re: [abacus] Usage processing authorization, was: Usage submission authorization
> So, I'm wondering if it still makes sense to use the resource provider's token inside our *asynchronous* usage *processing* pipeline. Shouldn't we require the individual processing steps to obtain
> So, I'm wondering if it still makes sense to use the resource provider's token inside our *asynchronous* usage *processing* pipeline. Shouldn't we require the individual processing steps to obtain
|
By
Saravanakumar A. Srinivasan
·
#2205
·
|
|
Re: [abacus]Reporting Query
Yes, I think your proposal makes sense. I would prefer that approach rather than what I've detailed above with retrieving everything within a potential 2-year timeframe to fit purposes that the user
Yes, I think your proposal makes sense. I would prefer that approach rather than what I've detailed above with retrieving everything within a potential 2-year timeframe to fit purposes that the user
|
By
Benjamin Cheng
·
#2204
·
|
|
Pointer to the CF code that generates org and service instance guids?
Hi all,
Could somebody from the CF team point me to the CF code that generates org
and service instance guids?
Are the generated guids globally unique across multiple
deployments/instances of CF? or
Hi all,
Could somebody from the CF team point me to the CF code that generates org
and service instance guids?
Are the generated guids globally unique across multiple
deployments/instances of CF? or
|
By
Jean-Sebastien Delfino
·
#2203
·
|
|
Re: Multi-Line Loggregator events and the new Splunk "HTTP Event Collector" API
Another possible idea. Allow an application to send a single log line with
the new line characters escaped "Some Log Line1\\nSome Log Line2" Then
Loggregator could either remove the escape on the
Another possible idea. Allow an application to send a single log line with
the new line characters escaped "Some Log Line1\\nSome Log Line2" Then
Loggregator could either remove the escape on the
|
By
Mike Youngstrom <youngm@...>
·
#2202
·
|
|
Re: User cannot do CF login when UAA is being updated
Hi Ricky
The team is looking into this now. Seems like there has been a lot of back
& forth on the email thread and this context has not been captured in the
github issue.
Thanks,
Sree Tummidi
Sr.
Hi Ricky
The team is looking into this now. Seems like there has been a lot of back
& forth on the email thread and this context has not been captured in the
github issue.
Thanks,
Sree Tummidi
Sr.
|
By
Sree Tummidi
·
#2201
·
|
|
Re: cloud_controller_ng performance degrades slowly over time
You may not be running any consul servers, but you may have a consul agent
colocated on your CC VM and running there.
You may not be running any consul servers, but you may have a consul agent
colocated on your CC VM and running there.
|
By
Amit Kumar Gupta
·
#2199
·
|
|
Re: Build UAA by maven?
Hi Anna,
We dropped support for Maven build on UAA last year. You would need to do the build conversion locally.
Thanks,
Sree
Sent from my iPhone
Hi Anna,
We dropped support for Maven build on UAA last year. You would need to do the build conversion locally.
Thanks,
Sree
Sent from my iPhone
|
By
Sree Tummidi
·
#2198
·
|
|
Re: [URGENT] api_z1/uaa_z1 not running when deploy cloudfoundry
Hi,
I saw you opened up the same issue on GitHub:
https://github.com/cloudfoundry/cf-release/issues/806. I will ask the core
development team to address your issue there.
Also, please be aware that
Hi,
I saw you opened up the same issue on GitHub:
https://github.com/cloudfoundry/cf-release/issues/806. I will ask the core
development team to address your issue there.
Also, please be aware that
|
By
Amit Kumar Gupta
·
#2197
·
|
|
Re: Permission denied error when unpacking droplet
Looking into this more, it seems like the cause is that the /home/vcap directory is owned by root instead of vcap. I can't figure out what would cause this, though.
From: Rohit Kelapure
Looking into this more, it seems like the cause is that the /home/vcap directory is owned by root instead of vcap. I can't figure out what would cause this, though.
From: Rohit Kelapure
|
By
Kyle Havlovitz (kyhavlov)
·
#2196
·
|
|
[URGENT] api_z1/uaa_z1 not running when deploy cloudfoundry
I am trying to deploy Cloud Foundry to vShpere.
The steps I follow is:
http://docs.cloudfoundry.org/deploying/vsphere/deploy_cf_vsphere.html
(I have deleted all z2 related fields both in the
I am trying to deploy Cloud Foundry to vShpere.
The steps I follow is:
http://docs.cloudfoundry.org/deploying/vsphere/deploy_cf_vsphere.html
(I have deleted all z2 related fields both in the
|
By
Bruce Yang
·
#2195
·
|
|
Build UAA by maven?
Is it possible to change UAA gradle build to maven?
Thanks for help,
Anna M
Is it possible to change UAA gradle build to maven?
Thanks for help,
Anna M
|
By
Anna Muravieva
·
#2194
·
|
|
Appmonitor Using stats API
Hi All.
I written a small app monitor script and the gist is here...
https://gist.github.com/samof76/0bd0e7f4efbb59a76b39
Please let me know what you people feel about it?
/// Mojozoox
Hi All.
I written a small app monitor script and the gist is here...
https://gist.github.com/samof76/0bd0e7f4efbb59a76b39
Please let me know what you people feel about it?
/// Mojozoox
|
By
Samuel Vijaykumar
·
#2193
·
|
|
Re: "bosh ssh" times out
Amit: I tried this but it didn't work. I needed to add the "gateway_identity_file" as suggested by Jim. Thanks anyway!
Amit: I tried this but it didn't work. I needed to add the "gateway_identity_file" as suggested by Jim. Thanks anyway!
|
By
Remi Tassing
·
#2192
·
|
|
Re: "bosh ssh" times out
Jim, you are my savior, that worked perfectly. I did see those parameters and if I was smart enough I should have figured it out myself. But since I was following a tutorial I thought it wouldn't be
Jim, you are my savior, that worked perfectly. I did see those parameters and if I was smart enough I should have figured it out myself. But since I was following a tutorial I thought it wouldn't be
|
By
Remi Tassing
·
#2191
·
|