|
Re: Issue with crashing Windows apps on Diego
It will totally depend on the app/buildpack. For example, the static file
buildpack and PHP buildpack just launch Nginx and then host the application
inside it. As soon as the web server is up it
It will totally depend on the app/buildpack. For example, the static file
buildpack and PHP buildpack just launch Nginx and then host the application
inside it. As soon as the web server is up it
|
By
Aaron Huber
·
#3701
·
|
|
Re: Issue with crashing Windows apps on Diego
My understanding is that because the app droplet itself typically includes
the webserver (as opposed to Windows where the server is run by the host),
it would be rare for the web server to be
My understanding is that because the app droplet itself typically includes
the webserver (as opposed to Windows where the server is run by the host),
it would be rare for the web server to be
|
By
Steven Benario
·
#3700
·
|
|
Re: Issue in deploying Docker images on Cloud Foundry via Diego
Thank you.
In that case, I am running the 60 days trial version of Pivotal.io. So I have no administrator as I suppose. Can I set my account to get admin privileges or can I set me as an admin?
Thank you.
In that case, I am running the 60 days trial version of Pivotal.io. So I have no administrator as I suppose. Can I set my account to get admin privileges or can I set me as an admin?
|
By
Nanduni Nimalsiri
·
#3699
·
|
|
Re: Issue with crashing Windows apps on Diego
I understand what you're trying to avoid, I just think that is actually the
normal case for the port healthchecks. Nothing on the Linux or Docker side
ever touches the app so it's entirely possible
I understand what you're trying to avoid, I just think that is actually the
normal case for the port healthchecks. Nothing on the Linux or Docker side
ever touches the app so it's entirely possible
|
By
Aaron Huber
·
#3696
·
|
|
Re: Auto Mysql Database Creation
Thanks! The documentation seems to imply that this can only be done if you have a spring application. Is this true?
"Cloud Foundry provides extensive support for connecting a Spring application to
Thanks! The documentation seems to imply that this can only be done if you have a spring application. Is this true?
"Cloud Foundry provides extensive support for connecting a Spring application to
|
By
Steele, Raymond <raymond.steele@...>
·
#3698
·
|
|
Re: Auto Mysql Database Creation
Thanks! The documentation seems to imply that this can only be done if you have a spring application. Is this true?
"Cloud Foundry provides extensive support for connecting a Spring application to
Thanks! The documentation seems to imply that this can only be done if you have a spring application. Is this true?
"Cloud Foundry provides extensive support for connecting a Spring application to
|
By
Steele, Raymond <raymond.steele@...>
·
#3697
·
|
|
Re: Need help for diego deployment
Hi Kinjal,
Sorry for the delayed response. Are you still hitting compilation
timeouts? I cannot access the gist you linked to with the debug output of
your failed BOSH task.
Amit
Hi Kinjal,
Sorry for the delayed response. Are you still hitting compilation
timeouts? I cannot access the gist you linked to with the debug output of
your failed BOSH task.
Amit
|
By
Amit Kumar Gupta
·
#3695
·
|
|
Re: - CC configuration in deployment manifest
Hi Kinjal,
You are mixing the minimal deployment instructions with the "standard"
deployment instructions. When using the "standard" instructions (where you
create a stub), both cf1 and cf2 networks
Hi Kinjal,
You are mixing the minimal deployment instructions with the "standard"
deployment instructions. When using the "standard" instructions (where you
create a stub), both cf1 and cf2 networks
|
By
Amit Kumar Gupta
·
#3694
·
|
|
Re: Issue with crashing Windows apps on Diego
Hi Aaron,
You can track the progress of the story for DiegoWindows here on the public
tracker [1].
As it stands, we don't yet have a solution that we could do within the
DiegoWindows codebase that
Hi Aaron,
You can track the progress of the story for DiegoWindows here on the public
tracker [1].
As it stands, we don't yet have a solution that we could do within the
DiegoWindows codebase that
|
By
Steven Benario
·
#3693
·
|
|
Re: Issue with crashing Windows apps on Diego
Based on this discussion, where are we on the priority of switching the
current "port" check for the Windows lifecycle back to actually be a port
check? I get the impression that the changes to
Based on this discussion, where are we on the priority of switching the
current "port" check for the Windows lifecycle back to actually be a port
check? I get the impression that the changes to
|
By
Aaron Huber
·
#3692
·
|
|
CF CAB call for February is this Wednesday Feb. 10th, 2016 @ 8a PDT
Quick reminder of the CAB call this Wednesday, February 10th @ 8a PDT. All info in
Quick reminder of the CAB call this Wednesday, February 10th @ 8a PDT. All info in
|
By
Michael Maximilien
·
#3691
·
|
|
Re: Issue in deploying Docker images on Cloud Foundry via Diego
wrote:
The administrator for the CF installation you're targeting has disabled
docker support.
Since you're not an administrator, you cannot turn on this feature. Talk
to your administrator and
wrote:
The administrator for the CF installation you're targeting has disabled
docker support.
Since you're not an administrator, you cannot turn on this feature. Talk
to your administrator and
|
By
Daniel Mikusa
·
#3690
·
|
|
Issue in deploying Docker images on Cloud Foundry via Diego
I want to deploy a Docker image in cloud Foundry. So I proceeded as below. I am using cf version 6.14.1+dc6adf6-2015-12-22.
$ cf push myimage -o cloudfoundry/lattice-app --no-start
Creating app
I want to deploy a Docker image in cloud Foundry. So I proceeded as below. I am using cf version 6.14.1+dc6adf6-2015-12-22.
$ cf push myimage -o cloudfoundry/lattice-app --no-start
Creating app
|
By
Nanduni Nimalsiri
·
#3689
·
|
|
Re: How to use new "cf ssh" with Rails apps?
Somehow I didn't get Eric's reply so my reply above probably seems odd. Sorry Eric!
wrote:
Somehow I didn't get Eric's reply so my reply above probably seems odd. Sorry Eric!
wrote:
|
By
Dr Nic Williams <drnicwilliams@...>
·
#3688
·
|
|
Re: How to use new "cf ssh" with Rails apps?
Hi, Dr Nic,
This issue also came up in the #buildpacks channel in the CF Slack the
other day. Until we solve this permanently, a cleaner and more complete
workaround seems to be to run
Hi, Dr Nic,
This issue also came up in the #buildpacks channel in the CF Slack the
other day. Until we solve this permanently, a cleaner and more complete
workaround seems to be to run
|
By
Eric Malm <emalm@...>
·
#3687
·
|
|
Re: How to use new "cf ssh" with Rails apps?
Eventually I figured out a (nasty) workaround to manually load the
environment:
https://blog.starkandwayne.com/2016/02/07/run-one-off-tasks-and-database-migrations/
You need to run the following
Eventually I figured out a (nasty) workaround to manually load the
environment:
https://blog.starkandwayne.com/2016/02/07/run-one-off-tasks-and-database-migrations/
You need to run the following
|
By
Dr Nic Williams <drnicwilliams@...>
·
#3686
·
|
|
Re: Upgrading consul-release to consul 0.6.0
+ cf-bosh
Looking for community feedback on bumping consul to 0.6.0 in the
consul-release maintained by the core CF team:
https://github.com/cloudfoundry-incubator/consul-release. Please see
+ cf-bosh
Looking for community feedback on bumping consul to 0.6.0 in the
consul-release maintained by the core CF team:
https://github.com/cloudfoundry-incubator/consul-release. Please see
|
By
Amit Kumar Gupta
·
#3685
·
|
|
Re: ERR Failed to stage application: insufficient resources
Hello, all
I am running into this issue again.
With change cell VM to c3.xlarge(7.5G memory), I have successfully pushed 2 applications to my cf/diego environment.
app1 asked 2g memory and app2
Hello, all
I am running into this issue again.
With change cell VM to c3.xlarge(7.5G memory), I have successfully pushed 2 applications to my cf/diego environment.
app1 asked 2g memory and app2
|
By
Stanley Shen <meteorping@...>
·
#3684
·
|
|
Re: Richer health-checks for CF apps: request for use cases
Just as a reference you could look at some of the connection tests that Monit
allows:
https://mmonit.com/monit/documentation/monit.html#CONNECTION-TESTING
Obviously there are quite a few there so it
Just as a reference you could look at some of the connection tests that Monit
allows:
https://mmonit.com/monit/documentation/monit.html#CONNECTION-TESTING
Obviously there are quite a few there so it
|
By
Aaron Huber
·
#3683
·
|
|
Richer health-checks for CF apps: request for use cases
Dear CF Community,
CF has long had a notion of health-checking app instances as they start up
to determine whether they're in a functional state, on top of the process
simply having started. On the
Dear CF Community,
CF has long had a notion of health-checking app instances as they start up
to determine whether they're in a functional state, on top of the process
simply having started. On the
|
By
Eric Malm <emalm@...>
·
#3682
·
|