|
Re: Getting the Internal IPs of the Applicatiom Container Before the Application State become RUNNING
Hi Jason,
Thanks for the input. So I gather currently we do not have a way to do
instance to instance communication in CF. Great to hear that there is an
ongoing effort to support an overlay network.
Hi Jason,
Thanks for the input. So I gather currently we do not have a way to do
instance to instance communication in CF. Great to hear that there is an
ongoing effort to support an overlay network.
|
By
Isuru Haththotuwa <isurulucky@...>
·
#5049
·
|
|
CAB call for June - Cancelled
Hi, all,
Since are just coming off a great summit in Santa Clara where 1000s of us
got to meet and share where the platform is now and where it's headed, we
are canceling the call for this
Hi, all,
Since are just coming off a great summit in Santa Clara where 1000s of us
got to meet and share where the platform is now and where it's headed, we
are canceling the call for this
|
By
Michael Maximilien
·
#5048
·
|
|
GraphViz support for rootfs?
We are looking for community feedback on adding GraphViz support for rootfs. This is an issue that came up in a request last week.
We are looking for community feedback on adding GraphViz support for rootfs. This is an issue that came up in a request last week.
|
By
Gabriel Ramirez
·
#5047
·
|
|
Re: Reg executing sudo commands in DEA vm
Hi, Nithiyasri,
The 'vcap' user in the containers on both the DEAs and the Diego Cells
isn't authorized to use sudo. What do you need to do inside the container
that requires superuser
Hi, Nithiyasri,
The 'vcap' user in the containers on both the DEAs and the Diego Cells
isn't authorized to use sudo. What do you need to do inside the container
that requires superuser
|
By
Eric Malm <emalm@...>
·
#5046
·
|
|
Re: Reg executing sudo commands in DEA vm
+ Gentle Reminder...
Sent: Sunday, June 05, 2016 4:25 PM
To: 'Amit Gupta' <agupta(a)pivotal.io>
Cc: 'Discussions about Cloud Foundry projects and the system overall.'
+ Gentle Reminder...
Sent: Sunday, June 05, 2016 4:25 PM
To: 'Amit Gupta' <agupta(a)pivotal.io>
Cc: 'Discussions about Cloud Foundry projects and the system overall.'
|
By
Nithiyasri Gnanasekaran -X (ngnanase - TECH MAHINDRA LIM@Cisco) <ngnanase at cisco.com...>
·
#5045
·
|
|
Re: Getting the Internal IPs of the Applicatiom Container Before the Application State become RUNNING
Hi Isuru,
What you describe is largely similar to what we're doing with the container
networking effort -- providing the ability to communicate between
containers internally without sending all
Hi Isuru,
What you describe is largely similar to what we're doing with the container
networking effort -- providing the ability to communicate between
containers internally without sending all
|
By
Jason Sherron
·
#5044
·
|
|
Re: Getting the Internal IPs of the Applicatiom Container Before the Application State become RUNNING
Hi Eric,
Thanks for the input.
Fully agree that for exposing/accessing a service running on an instance
should happen via the externally routable address + port. However, if the
instances of the
Hi Eric,
Thanks for the input.
Fully agree that for exposing/accessing a service running on an instance
should happen via the externally routable address + port. However, if the
instances of the
|
By
Isuru Haththotuwa <isurulucky@...>
·
#5043
·
|
|
Re: Interests in mod_security support ?
Hi Gwenn,
Thanks for your interest in this work. We're targeting apache support
first. If there is interest in nginx support, then we can share efforts for
such support. In the long term, a route
Hi Gwenn,
Thanks for your interest in this work. We're targeting apache support
first. If there is interest in nginx support, then we can share efforts for
such support. In the long term, a route
|
By
Guillaume Berche
·
#5042
·
|
|
Re: Getting the Internal IPs of the Applicatiom Container Before the Application State become RUNNING
Hi, Isuru,
In general, traffic destined for an app container should be sent to the
externally routable address and port for that container, namely the one
exposed via the CF_INSTANCE_ADDR environment
Hi, Isuru,
In general, traffic destined for an app container should be sent to the
externally routable address and port for that container, namely the one
exposed via the CF_INSTANCE_ADDR environment
|
By
Eric Malm <emalm@...>
·
#5041
·
|
|
Reg executing sudo commands in DEA vm
Hi Amit
I am trying to execute a boot script in the warden container of DEA vm of cf-231. The boot script needs to executed as sudo user which has a password to enter..
echo
Hi Amit
I am trying to execute a boot script in the warden container of DEA vm of cf-231. The boot script needs to executed as sudo user which has a password to enter..
echo
|
By
Nithiyasri Gnanasekaran -X (ngnanase - TECH MAHINDRA LIM@Cisco) <ngnanase at cisco.com...>
·
#5040
·
|
|
Re: [cf-bosh] Re: Re: Re: running out of disk space on a bosh lite VM
Yes, if I deleted all deployment and run bosh cleanup --all, the orphaned disk will be released.
But once the cf/diego are deployed, I can see this disks folder is keep increasing.
Each time I
Yes, if I deleted all deployment and run bosh cleanup --all, the orphaned disk will be released.
But once the cf/diego are deployed, I can see this disks folder is keep increasing.
Each time I
|
By
Stanley Shen <meteorping@...>
·
#5039
·
|
|
Re: Regarding UAA service
Hi Dax,
Please use the attributes below for mapping
"phone_number"
"given_name"
"family_name"
"email"
Thanks,
Sree Tummidi
Sr. Product Manager
Identity - Pivotal Cloud Foundry
Hi Dax,
Please use the attributes below for mapping
"phone_number"
"given_name"
"family_name"
"email"
Thanks,
Sree Tummidi
Sr. Product Manager
Identity - Pivotal Cloud Foundry
|
By
Sree Tummidi
·
#5038
·
|
|
Re: Getting the Internal IPs of the Applicatiom Container Before the Application State become RUNNING
Hi Victor,
Thanks for the reply.
When a new instance of an application comes up, the other it will get to
know the other instances of the cluster at startup. And there is an health
check mechanism,
Hi Victor,
Thanks for the reply.
When a new instance of an application comes up, the other it will get to
know the other instances of the cluster at startup. And there is an health
check mechanism,
|
By
Isuru Haththotuwa <isurulucky@...>
·
#5037
·
|
|
Re: Getting the Internal IPs of the Applicatiom Container Before the Application State become RUNNING
The application port changes every time you boot it. There's no means to do
what you want, determining what the ip and port your app. Can you make the
cluster instead of searching by IP: PORT look for
The application port changes every time you boot it. There's no means to do
what you want, determining what the ip and port your app. Can you make the
cluster instead of searching by IP: PORT look for
|
By
Victor Fonseca
·
#5036
·
|
|
Getting the Internal IPs of the Applicatiom Container Before the Application State become RUNNING
Hi all,
I'm working on a clustering mechanism for a specific java server that are
running on CF. The requirement is, before this server is started, it needs
a list of IPs + ports of the other
Hi all,
I'm working on a clustering mechanism for a specific java server that are
running on CF. The requirement is, before this server is started, it needs
a list of IPs + ports of the other
|
By
Isuru Haththotuwa <isurulucky@...>
·
#5035
·
|
|
Re: Interests in mod_security support ?
Guillaume,
Are you planning to support for nginx and apache ?
How are you going to maintain the rules ?
Thanks
Guillaume,
Are you planning to support for nginx and apache ?
How are you going to maintain the rules ?
Thanks
|
By
Gwenn Etourneau
·
#5034
·
|
|
UAA 3.4.0 Release Announcement
Hi,
On behalf of the entire Identity team I am pleased to announce the release
of UAA 3.4.0 <https://github.com/cloudfoundry/uaa/releases/tag/3.4.0>
The UAA bosh release based on this version can be
Hi,
On behalf of the entire Identity team I am pleased to announce the release
of UAA 3.4.0 <https://github.com/cloudfoundry/uaa/releases/tag/3.4.0>
The UAA bosh release based on this version can be
|
By
Sree Tummidi
·
#5033
·
|
|
GoRouter Manifest Change
Hi all,
The Routing team is doing some manifest property cleanup and are going to
remove a property from the manifest.
The property, "router.skip_oauth_tls_verification", is used to control
whether
Hi all,
The Routing team is doing some manifest property cleanup and are going to
remove a property from the manifest.
The property, "router.skip_oauth_tls_verification", is used to control
whether
|
By
Christopher Piraino <cpiraino@...>
·
#5032
·
|
|
Re: Interests in mod_security support ?
Hi,
I'm still interested in hearing feedback on this proposal. Up to now, Dan
Rosen suggested into [2] that Orange maintains a fork of php buildpack and
submits it to as an incubator project.
We're
Hi,
I'm still interested in hearing feedback on this proposal. Up to now, Dan
Rosen suggested into [2] that Orange maintains a fork of php buildpack and
submits it to as an incubator project.
We're
|
By
Guillaume Berche
·
#5031
·
|
|
Re: How to create/start an APP in quickest way
Does this "copy-source" work for docker image?
I tried to copy-source on a docker image based APP, and it failed with errors like:
Copying source from app stanley1 to target app stanley2 in org
Does this "copy-source" work for docker image?
I tried to copy-source on a docker image based APP, and it failed with errors like:
Copying source from app stanley1 to target app stanley2 in org
|
By
Stanley Shen <meteorping@...>
·
#5030
·
|