|
Re: Reverse Proxy App on CF
Thanks James
they need to send app-to-app through gorouter
Do you have a sample that I checkout? I've never directly worked with
gorouter
Thanks James
they need to send app-to-app through gorouter
Do you have a sample that I checkout? I've never directly worked with
gorouter
|
By
Paul Bakare
·
#2221
·
|
|
Re: Need Cloud Foundry deployment to test my sample services
also note that there is work to support adding service brokers scoped to a
space. this api [1] is currently marked experimental but the release marker
for "private brokers" is not ready yet [2].
also note that there is work to support adding service brokers scoped to a
space. this api [1] is currently marked experimental but the release marker
for "private brokers" is not ready yet [2].
|
By
James Bayer
·
#2220
·
|
|
Re: Need Cloud Foundry deployment to test my sample services
bosh-lite shouldn't be too bad if you have access to a server with enough
memory:
https://github.com/cloudfoundry/bosh-lite/blob/master/bin/provision_cf
most of the cf team uses that. i haven't tried
bosh-lite shouldn't be too bad if you have access to a server with enough
memory:
https://github.com/cloudfoundry/bosh-lite/blob/master/bin/provision_cf
most of the cf team uses that. i haven't tried
|
By
James Bayer
·
#2219
·
|
|
Re: Reverse Proxy App on CF
app instances in cloud foundry are currently not allowed to route directly
to other app instances. they need to send app-to-app through gorouter,
which often also has a load balancer in front of
app instances in cloud foundry are currently not allowed to route directly
to other app instances. they need to send app-to-app through gorouter,
which often also has a load balancer in front of
|
By
James Bayer
·
#2218
·
|
|
[abacus] Accepting delayed usage within a slack window
One of the things that need to be supported in abacus is the handling of delayed usage submissions within a particular slack window after the usage has happened. For example, given a slack window of
One of the things that need to be supported in abacus is the handling of delayed usage submissions within a particular slack window after the usage has happened. For example, given a slack window of
|
By
Benjamin Cheng
·
#2217
·
|
|
Reverse Proxy App on CF
Hi,
I understand that gorouter performs the task of a reverse proxy.
However, I'll like to know if it's possible to have an app that performs
the task of a reverse proxy for other apps (something
Hi,
I understand that gorouter performs the task of a reverse proxy.
However, I'll like to know if it's possible to have an app that performs
the task of a reverse proxy for other apps (something
|
By
Paul Bakare
·
#2216
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Ronak,
I have checked the Local machine too, it shows the following,
[root(a)opencf microbosh]# df -H
Filesystem Size Used Avail Use% Mounted
Ronak,
I have checked the Local machine too, it shows the following,
[root(a)opencf microbosh]# df -H
Filesystem Size Used Avail Use% Mounted
|
By
Parthiban Annadurai <senjiparthi@...>
·
#2215
·
|
|
Re: CF-RELEASE v202 UPLOAD ERROR
Check "df -h" on your local system from where you are uploading the release.
Check "df -h" on your local system from where you are uploading the release.
|
By
Ronak Banka
·
#2214
·
|
|
CF-RELEASE v202 UPLOAD ERROR
Hi All,
When am uploading the Cloud Foundry Release v202 to the Director, its throwing the following error.
bosh upload release /root/tmp/cf-release-202.tgz
Acting as user 'admin' on
Hi All,
When am uploading the Cloud Foundry Release v202 to the Director, its throwing the following error.
bosh upload release /root/tmp/cf-release-202.tgz
Acting as user 'admin' on
|
By
Parthiban Annadurai <senjiparthi@...>
·
#2213
·
|
|
[abacus] End-to-end test coverage for secured Abacus
Now that we have secured Abacus using OAuth bearer access token based authentication (See [1] for more details), we need to have an end-end test coverage that tests Abacus with security enabled at
Now that we have secured Abacus using OAuth bearer access token based authentication (See [1] for more details), we need to have an end-end test coverage that tests Abacus with security enabled at
|
By
Saravanakumar A. Srinivasan
·
#2212
·
|
|
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
·
|