|
Re: New CF Service Broker "chaos-galago" - a chaos-monkey for your Cloud Foundry
Hi David,
The service broker actually uses an already existing API endpoint: https://apidocs.cloudfoundry.org/231/apps/terminate_the_running_app_instance_at_the_given_index.html
It will terminate
Hi David,
The service broker actually uses an already existing API endpoint: https://apidocs.cloudfoundry.org/231/apps/terminate_the_running_app_instance_at_the_given_index.html
It will terminate
|
By
Sam Bryant
·
#4101
·
|
|
Re: New CF Service Broker "chaos-galago" - a chaos-monkey for your Cloud Foundry
Really cool. How nasty is the kill? Is the process killed, then CF
cleans-up on healthcheck failure, or is the app instance removed from the
router before instance termination?
Really cool. How nasty is the kill? Is the process killed, then CF
cleans-up on healthcheck failure, or is the app instance removed from the
router before instance termination?
|
By
David Illsley <davidillsley@...>
·
#4100
·
|
|
Re: How to enable Windows2012r2 in PivotalCF account
Please direct Pivotal specific questions to Pivotal, not the open source
mailing list. PWS questions can be sent to support(a)run.pivotal.io and PCF
questions can be logged here:
Please direct Pivotal specific questions to Pivotal, not the open source
mailing list. PWS questions can be sent to support(a)run.pivotal.io and PCF
questions can be logged here:
|
By
Daniel Mikusa
·
#4099
·
|
|
Re: Reg the minimal-openstack yml files
Of course yes, assuming you have add the director as the dns resolver in
UAA job.
MAHINDRA LIM at Cisco) <ngnanase(a)cisco.com> wrote:
--
Regards,
Yitao
Of course yes, assuming you have add the director as the dns resolver in
UAA job.
MAHINDRA LIM at Cisco) <ngnanase(a)cisco.com> wrote:
--
Regards,
Yitao
|
By
Yitao Jiang
·
#4098
·
|
|
Re: Update Parallelization in Cloud Foundry
Thanks for clarifying this for me, Amit.
Warm regards
Marco
Thanks for clarifying this for me, Amit.
Warm regards
Marco
|
By
Marco Voelz
·
#4097
·
|
|
Re: Reg the minimal-openstack yml files
Hi Amit
Thanks your reply
We understood the must of static IP of routers in uaa jobs.
Kindly let me know if we can give the DNS entry name (hostname) of the router in the uaa job
-
Hi Amit
Thanks your reply
We understood the must of static IP of routers in uaa jobs.
Kindly let me know if we can give the DNS entry name (hostname) of the router in the uaa job
-
|
By
Nithiyasri Gnanasekaran -X (ngnanase - TECH MAHINDRA LIM@Cisco) <ngnanase at cisco.com...>
·
#4096
·
|
|
Re: Dial tcp: i/o timeout while pushing a sample app to Cloud Foundry BOSH-Lite deployment
EDIT: Strange thing. I tried to not use a wired internet connection, and it's works. Infact i used an hotspot with my cell phone and it pushes the app to the local Cloud without any problem.
Just
EDIT: Strange thing. I tried to not use a wired internet connection, and it's works. Infact i used an hotspot with my cell phone and it pushes the app to the local Cloud without any problem.
Just
|
By
Giovanni Napoli
·
#4095
·
|
|
Re: Update Parallelization in Cloud Foundry
You can probably try to start everything in parallel, and either set very
long update timeouts, or allow the deployment to fail with the expectation
that it will eventually correct itself. Or you can
You can probably try to start everything in parallel, and either set very
long update timeouts, or allow the deployment to fail with the expectation
that it will eventually correct itself. Or you can
|
By
Amit Kumar Gupta
·
#4094
·
|
|
How to enable Windows2012r2 in PivotalCF account
i am trying to push a .NET based app to cloud foundry .
I have an account at https://run.pivotal.io/ and when I try to list the stacks available in my org and space, I see only cflinuxfs2 but not the
i am trying to push a .NET based app to cloud foundry .
I have an account at https://run.pivotal.io/ and when I try to list the stacks available in my org and space, I see only cflinuxfs2 but not the
|
By
Gw .
·
#4093
·
|
|
Re: how to debug "BuildpackCompileFailed" issue?
Yes, Gemfile and Gemfile.lock files are present at the top level.
I can get "cf logs" output for other apps I pushed. So I think the reason
that I don't see anything from "cf logs --recent" is that
Yes, Gemfile and Gemfile.lock files are present at the top level.
I can get "cf logs" output for other apps I pushed. So I think the reason
that I don't see anything from "cf logs --recent" is that
|
By
Ning Fu
·
#4092
·
|
|
Re: how to debug "BuildpackCompileFailed" issue?
Here is the output of "cf buildpacks":
cf buildpacks
Getting buildpacks...
buildpack position enabled locked filename
staticfile_buildpack 1 true false
Here is the output of "cf buildpacks":
cf buildpacks
Getting buildpacks...
buildpack position enabled locked filename
staticfile_buildpack 1 true false
|
By
Ning Fu
·
#4091
·
|
|
Can resources of a IDLE application be shared by others?
Hello, all
When pushing an application to CF, we need to define its disk/memory limitation.
The memory limitation is just the possible maximum value will be needed in this application, but in most
Hello, all
When pushing an application to CF, we need to define its disk/memory limitation.
The memory limitation is just the possible maximum value will be needed in this application, but in most
|
By
Stanley Shen <meteorping@...>
·
#4090
·
|
|
Re: how to debug "BuildpackCompileFailed" issue?
Are your Gemfile and Gemfile.lock files literally named Gemfile and
Gemfile.lock, and both checked present at the top level of the directory
you're pushing from, on the machine you're pushing
Are your Gemfile and Gemfile.lock files literally named Gemfile and
Gemfile.lock, and both checked present at the top level of the directory
you're pushing from, on the machine you're pushing
|
By
Jesse T. Alford
·
#4089
·
|
|
Re: Removing Ruby 1.9.3 and adding Ruby 2.2.4 in cflinuxfs2
This has been completed in Stacks 1.42.0 [1]
[1] - https://github.com/cloudfoundry/stacks/releases/tag/1.42.0
This has been completed in Stacks 1.42.0 [1]
[1] - https://github.com/cloudfoundry/stacks/releases/tag/1.42.0
|
By
Danny Rosen
·
#4088
·
|
|
Re: how to debug "BuildpackCompileFailed" issue?
Ning,
What is the output of `cf buildpacks`?
JT
Ning,
What is the output of `cf buildpacks`?
JT
|
By
JT Archie <jarchie@...>
·
#4087
·
|
|
Dial tcp: i/o timeout while pushing a sample app to Cloud Foundry BOSH-Lite deployment
Hi everybody, few days ago i've deployed Cloud Foundry locally using BOSH-Lite, and seems that all VMS deployed run without any problem. Here's a screen with the VMS and
Hi everybody, few days ago i've deployed Cloud Foundry locally using BOSH-Lite, and seems that all VMS deployed run without any problem. Here's a screen with the VMS and
|
By
Giovanni Napoli
·
#4086
·
|
|
Re: Update Parallelization in Cloud Foundry
Does NATS also need to come up before any of the other components?
Does NATS also need to come up before any of the other components?
|
By
Marco Voelz
·
#4085
·
|
|
how to debug "BuildpackCompileFailed" issue?
Hi,
Does anyone know how to debug "BuildpackCompileFailed" issue?
When I push a ruby app:
========================
...
Done uploadingOK
Starting app happy in org funorg / space development as
Hi,
Does anyone know how to debug "BuildpackCompileFailed" issue?
When I push a ruby app:
========================
...
Done uploadingOK
Starting app happy in org funorg / space development as
|
By
Ning Fu
·
#4084
·
|
|
Re: CF CAB call for March is next Wednesday March 9th, 2016 @ 8a PDT
Final reminder to all. Please note that we will be implementing new approach to CAN call based on survey results which we will review briefly...
Also, if you are a PM, please still update your status
Final reminder to all. Please note that we will be implementing new approach to CAN call based on survey results which we will review briefly...
Also, if you are a PM, please still update your status
|
By
Michael Maximilien
·
#4083
·
|
|
Re: `api_z1/0' is not running after update to CF v231
follow the steps in here
https://github.com/cloudfoundry/bosh-lite/blob/master/bin/provision_cf
for a working bosh-lite. key is to start with a virtualbox image. the
fusion/workstation are not up to
follow the steps in here
https://github.com/cloudfoundry/bosh-lite/blob/master/bin/provision_cf
for a working bosh-lite. key is to start with a virtualbox image. the
fusion/workstation are not up to
|
By
Filip Hanik
·
#4082
·
|