|
Re: App Container IP Address assignment on vSphere
Ah, sorry, my bad! I assumed Garden for some reason.
Ah, sorry, my bad! I assumed Garden for some reason.
|
By
Will Pragnell <wpragnell@...>
·
#3050
·
|
|
答复: Re: one question about CF security
Thanks for your instant reply.
For example, application need a database service, and the database service locates in the internet.
The application communicate with database service by NAT server,
Thanks for your instant reply.
For example, application need a database service, and the database service locates in the internet.
The application communicate with database service by NAT server,
|
By
姜恩龙jiangenlong <jiangenlong at hxdi.com...>
·
#3049
·
|
|
Re: Import large dataset to Postgres instance in CF
Hi Siva,
1. If you run the PostgreSQL, you likely want to temporarily open the
firewall to load data or get on a jump box of some sort that can access the
database. It's not really a CF
Hi Siva,
1. If you run the PostgreSQL, you likely want to temporarily open the
firewall to load data or get on a jump box of some sort that can access the
database. It's not really a CF
|
By
Nicholas Calugar
·
#3048
·
|
|
Re: one question about CF security
Outbound traffic is not the response, it refers to how your app connect to the outside world.
Outbound traffic is not the response, it refers to how your app connect to the outside world.
|
By
harry zhang
·
#3047
·
|
|
Re: one question about CF security
Inbound is connexion initiate from external, in this case dialog between
app and client is throught the LB / Gorouter
Outbound is connexion initiate from Internal that's mean your app want to
connect
Inbound is connexion initiate from external, in this case dialog between
app and client is throught the LB / Gorouter
Outbound is connexion initiate from Internal that's mean your app want to
connect
|
By
Gwenn Etourneau
·
#3046
·
|
|
Re: one question about CF security
According to your graph, outbound traffic is not the response, it refers to how your app connect to the outside world.
--
Lei Zhang (Harry Zhang)
TEL: (+86) 15157180183
Cloud Team
VLIS
According to your graph, outbound traffic is not the response, it refers to how your app connect to the outside world.
--
Lei Zhang (Harry Zhang)
TEL: (+86) 15157180183
Cloud Team
VLIS
|
By
Zhang Lei <harryzhang@...>
·
#3059
·
|
|
one question about CF security
[cid:image001.png(a)01D13347.127C0FB0]
Hi,
・ Inbound: From the load balancer through the router to the DEA, then from the DEA to the App Container.
・ Outbound: From the App
[cid:image001.png(a)01D13347.127C0FB0]
Hi,
・ Inbound: From the load balancer through the router to the DEA, then from the DEA to the App Container.
・ Outbound: From the App
|
By
姜恩龙jiangenlong <jiangenlong at hxdi.com...>
·
#3045
·
|
|
Cloud Foundry Org/Space Metadata Synchronization
As I project requirement, I'm attempting to extend some user preferences about an org/space. The requirement includes basic CRUD operations for these preferences with each preferences being **user
As I project requirement, I'm attempting to extend some user preferences about an org/space. The requirement includes basic CRUD operations for these preferences with each preferences being **user
|
By
Chaskin Saroff <chaskin.saroff@...>
·
#3044
·
|
|
Re: How to use SSL with multi domain
Thanks David/Shannon/Amit - this will solve my problem.
Thanks David/Shannon/Amit - this will solve my problem.
|
By
Anuj Jain <anuj17280@...>
·
#3043
·
|
|
[abacus] Slight change to the summary and charge functions
Previously, the summary and charge functions only received the quantity/cost and query time. This caused issues with the query time fell outside of the specific window in time-based metrics.
These
Previously, the summary and charge functions only received the quantity/cost and query time. This caused issues with the query time fell outside of the specific window in time-based metrics.
These
|
By
Benjamin Cheng
·
#3042
·
|
|
Re: How to use SSL with multi domain
If you don't want to host the CF certs on your own load balancer, skip
HAProxy and terminate SSL at the Gorouter. In this scenario HAProxy is an
unnecessary network hop. Gorouter also only supports
If you don't want to host the CF certs on your own load balancer, skip
HAProxy and terminate SSL at the Gorouter. In this scenario HAProxy is an
unnecessary network hop. Gorouter also only supports
|
By
Shannon Coen
·
#3041
·
|
|
Re: Import large dataset to Postgres instance in CF
Hi Nick,
Your Option 1(Using psql CLI) is not possible since there is a firewall
that only allows connection from CF apps to postgres DB. Apps like psql CLI
that are outside of CF have no access to
Hi Nick,
Your Option 1(Using psql CLI) is not possible since there is a firewall
that only allows connection from CF apps to postgres DB. Apps like psql CLI
that are outside of CF have no access to
|
By
Siva Balan <mailsiva@...>
·
#3040
·
|
|
Quotas in CF
In cf at an org level you have quotas for
1. Memory
2. Routes
3. Services
Two questions on quotas for routes and services:
Is there any correlation or best practice on assigning quotas for routes
In cf at an org level you have quotas for
1. Memory
2. Routes
3. Services
Two questions on quotas for routes and services:
Is there any correlation or best practice on assigning quotas for routes
|
By
Rajesh Jain
·
#3039
·
|
|
Re: cf start of diego enabled app results in status code: 500 -- where to look for logs?
Hi, Tom,
It may be that Cloud Controller is unable to resolve the consul-provided
DNS entries for the CC-Bridge components, as that '10001 Unknown Error' 500
response sounds like this bug in the
Hi, Tom,
It may be that Cloud Controller is unable to resolve the consul-provided
DNS entries for the CC-Bridge components, as that '10001 Unknown Error' 500
response sounds like this bug in the
|
By
Eric Malm <emalm@...>
·
#3038
·
|
|
Re: cf start of diego enabled app results in status code: 500 -- where to look for logs?
Hi, Tom,
It may be that Cloud Controller is unable to resolve the consul-provided
DNS entries for the CC-Bridge components, as that '10001 Unknown Error' 500
response sounds like this bug in the
Hi, Tom,
It may be that Cloud Controller is unable to resolve the consul-provided
DNS entries for the CC-Bridge components, as that '10001 Unknown Error' 500
response sounds like this bug in the
|
By
Eric Malm <emalm@...>
·
#3037
·
|
|
Re: Import large dataset to Postgres instance in CF
Hi Siva,
You'll have to tell us more about how your PostgreSQL and CF was deployed,
but you might be able to connect to it from your local machine using the
psql CLI and the credentials for one of
Hi Siva,
You'll have to tell us more about how your PostgreSQL and CF was deployed,
but you might be able to connect to it from your local machine using the
psql CLI and the credentials for one of
|
By
Nicholas Calugar
·
#3036
·
|
|
cf start of diego enabled app results in status code: 500 -- where to look for logs?
I'm giving CF 225 and diego 0.1441.0 a run.
CF 225 is up and app deployed.
Stop app. cf enable-diego app. Start app:
FAILED
Server error, status code: 500, error code: 10001, message: An unknown error
I'm giving CF 225 and diego 0.1441.0 a run.
CF 225 is up and app deployed.
Stop app. cf enable-diego app. Start app:
FAILED
Server error, status code: 500, error code: 10001, message: An unknown error
|
By
Tom Sherrod <tom.sherrod@...>
·
#3035
·
|
|
Re: App Container IP Address assignment on vSphere
Will,
We are using warden containers in our deployment and I was referring to the attributes defined in
./cf-release/jobs/dea_next/templates/warden.yml.erb
network:
pool_start_address:
Will,
We are using warden containers in our deployment and I was referring to the attributes defined in
./cf-release/jobs/dea_next/templates/warden.yml.erb
network:
pool_start_address:
|
By
Daya Shetty <daya.shetty@...>
·
#3034
·
|
|
Re: FW: issue tracker permissions
I believe it will create a ZenDesk ticket, and someone from Tracker will
follow up. I've raised this issue before as well, IIRC the response was
it's something they've heard before, but wasn't
I believe it will create a ZenDesk ticket, and someone from Tracker will
follow up. I've raised this issue before as well, IIRC the response was
it's something they've heard before, but wasn't
|
By
Amit Kumar Gupta
·
#3033
·
|
|
Re: FW: issue tracker permissions
Thanks for pointing me to this link. However, we seem to have the same problem here: This seems like a fire-and-forget solution. Where does this item go? How can I send it to other people and have
Thanks for pointing me to this link. However, we seem to have the same problem here: This seems like a fire-and-forget solution. Where does this item go? How can I send it to other people and have
|
By
Marco Voelz
·
#3032
·
|