|
Re: DEA Chargeback w/ overcommit
We heavy over commit our DEAs (like 4x) and we charge the customer the
memory they've requested. But we also ensure our DEAs have in total some
percentage of free memory on the DEAs just in case.
We heavy over commit our DEAs (like 4x) and we charge the customer the
memory they've requested. But we also ensure our DEAs have in total some
percentage of free memory on the DEAs just in case.
|
By
Mike Youngstrom <youngm@...>
·
#4141
·
|
|
DEA Chargeback w/ overcommit
Hi
Given a DEA with 15GB, overcommit factor = 2, total "memory" is 30GB.
Ideally we can push up to 30 app instances per host, if each app instance
requires 1GB mem allocation.
Supposed the
Hi
Given a DEA with 15GB, overcommit factor = 2, total "memory" is 30GB.
Ideally we can push up to 30 app instances per host, if each app instance
requires 1GB mem allocation.
Supposed the
|
By
John Wong
·
#4140
·
|
|
Domain change for CF212 -> how to change the domain for a service broker correctly?
Hi.
I am in process of changing the domain name for a service broker. I managed to redeploy CF with updated deployment manifest and all vms which form the deployment are in running state. I can login
Hi.
I am in process of changing the domain name for a service broker. I managed to redeploy CF with updated deployment manifest and all vms which form the deployment are in running state. I can login
|
By
Rafal Radecki
·
#4139
·
|
|
Re: Org and Space Quota management
Hi Pradma,
Sorry for the delayed response. You've accurately characterized the current
behavior. One additional item to note is the error message accurately
reflects which quota is not allowing new
Hi Pradma,
Sorry for the delayed response. You've accurately characterized the current
behavior. One additional item to note is the error message accurately
reflects which quota is not allowing new
|
By
Nicholas Calugar
·
#4138
·
|
|
Re: Adding previous_instances and previous_memory fields to cf_event
Hi,
Yep - we call purge only once. And that's why we need to disable it
afterwards. It feels a bit odd to know there is an endpoint that is there
to be called once. I wonder if we can add some
Hi,
Yep - we call purge only once. And that's why we need to disable it
afterwards. It feels a bit odd to know there is an endpoint that is there
to be called once. I wonder if we can add some
|
By
Hristo Iliev
·
#4137
·
|
|
Re: CF deployment with Diego support only ?
Perfect. Thanks Eric!
By
Benjamin Gandon
·
#4136
·
|
|
Re: CF deployment with Diego support only ?
Hi, Benjamin,
Yes, in addition to setting the runner and hm9000 instance counts to 0 in
the CF manifest, those two CC properties should be all you need to change
to make your CF+Diego deployment
Hi, Benjamin,
Yes, in addition to setting the runner and hm9000 instance counts to 0 in
the CF manifest, those two CC properties should be all you need to change
to make your CF+Diego deployment
|
By
Eric Malm <emalm@...>
·
#4135
·
|
|
Re: Required manifest changes for Cloud Foundry
Good catch. Created issue:
https://github.com/cloudfoundry/buildpack-releases/issues/2
wrote:
Good catch. Created issue:
https://github.com/cloudfoundry/buildpack-releases/issues/2
wrote:
|
By
Amit Kumar Gupta
·
#4134
·
|
|
Re: Space Manager visibility of an app's environment variables
Hey Mike,
I think that sounds like a reasonable approach to the problem.
I'm not aware of any other things that would change under that definition.
Added Nick, the currently dojo-ing new PM for CAPI
Hey Mike,
I think that sounds like a reasonable approach to the problem.
I'm not aware of any other things that would change under that definition.
Added Nick, the currently dojo-ing new PM for CAPI
|
By
Dieu Cao <dcao@...>
·
#4133
·
|
|
Re: Adding previous_instances and previous_memory fields to cf_event
Hi Hristo,
Correct me if I'm wrong but it sounds like you are calling purge multiple
times. Am I misunderstanding the work flow you are describing?
Purge should only be called only one time EVER on
Hi Hristo,
Correct me if I'm wrong but it sounds like you are calling purge multiple
times. Am I misunderstanding the work flow you are describing?
Purge should only be called only one time EVER on
|
By
Dieu Cao <dcao@...>
·
#4132
·
|
|
Re: Required manifest changes for Cloud Foundry
Indeed I scripted a couple of « bosh create release » / « bosh upload release » and then bosh-workspace is happy with it.
It worked like a charm. Buildpacks just end up being there, automatically
Indeed I scripted a couple of « bosh create release » / « bosh upload release » and then bosh-workspace is happy with it.
It worked like a charm. Buildpacks just end up being there, automatically
|
By
Benjamin Gandon
·
#4131
·
|
|
Re: Required manifest changes for Cloud Foundry
I did
cd cf-release
git fetch origin
git checkout develop
git pull --ff-only
./scripts/update
bosh create release --with-tarball
And also
cd src/buildpacks/binary-buildpack-release/
git fetch
I did
cd cf-release
git fetch origin
git checkout develop
git pull --ff-only
./scripts/update
bosh create release --with-tarball
And also
cd src/buildpacks/binary-buildpack-release/
git fetch
|
By
Amit Kumar Gupta
·
#4130
·
|
|
Re: Required manifest changes for Cloud Foundry
And btw Amit, it looks like the java-buildpack v3.6 is here with its
And btw Amit, it looks like the java-buildpack v3.6 is here with its
|
By
Benjamin Gandon
·
#4129
·
|
|
Re: Required manifest changes for Cloud Foundry
No no no, these are not SHAs of cf-release, but those of all the buildpack-releases indeed.
Looks like no blobs of these releases are actually available online, are they?
I'm running the standard
No no no, these are not SHAs of cf-release, but those of all the buildpack-releases indeed.
Looks like no blobs of these releases are actually available online, are they?
I'm running the standard
|
By
Benjamin Gandon
·
#4128
·
|
|
Re: `api_z1/0' is not running after update to CF v231
Sorry for the late response. I didn't get a chance to try again until today. It turned out by setting require_https to false will let me run "cf login".
Properties
uaa
+ require_https:
Sorry for the late response. I didn't get a chance to try again until today. It turned out by setting require_https to false will let me run "cf login".
Properties
uaa
+ require_https:
|
By
Wayne Ha <wayne.h.ha@...>
·
#4127
·
|
|
Re: Required manifest changes for Cloud Foundry
At the time of the email, the java buildpack hadn't been extracted into a
separate release yet. I believe it has now, and that will be reflected in
CF v232.
What command did you run?
What SHA of
At the time of the email, the java buildpack hadn't been extracted into a
separate release yet. I believe it has now, and that will be reflected in
CF v232.
What command did you run?
What SHA of
|
By
Amit Kumar Gupta
·
#4126
·
|
|
Re: Required manifest changes for Cloud Foundry
Amit, just for me to be sure, why didn’t you list the java-buildpack?
Also, have the blobs properly been uploaded?
I copy below the BOSH errors I get:
With binary-buildpack:
Uploading
Amit, just for me to be sure, why didn’t you list the java-buildpack?
Also, have the blobs properly been uploaded?
I copy below the BOSH errors I get:
With binary-buildpack:
Uploading
|
By
Benjamin Gandon
·
#4125
·
|
|
Re: how to debug "BuildpackCompileFailed" issue?
Hi Ning,
1) I think you'd better open another terminal and run `cf logs (appname)`
while pushing your app.
2) If you know something about buildpacks (especially about the 3 major
steps -- detect,
Hi Ning,
1) I think you'd better open another terminal and run `cf logs (appname)`
while pushing your app.
2) If you know something about buildpacks (especially about the 3 major
steps -- detect,
|
By
Noburou TANIGUCHI
·
#4124
·
|
|
Re: Can resources of a IDLE application be shared by others?
Yes, it's one way but it's not flexible, and scale app need to restart the app as well.
As I said I may have some heavy operations which will definitely need more than 2G.
In my opinion the ideal way
Yes, it's one way but it's not flexible, and scale app need to restart the app as well.
As I said I may have some heavy operations which will definitely need more than 2G.
In my opinion the ideal way
|
By
Stanley Shen <meteorping@...>
·
#4123
·
|
|
Re: Announcing cf-mysql-release v26, now with a slimmer VM footprint!
Thanks for the answer Marco! (I realize I'm much influenced by the Percona vision, because they are active here in Paris dev communities.)
I finally upgraded to v26 and well.. Congratulations for the
Thanks for the answer Marco! (I realize I'm much influenced by the Percona vision, because they are active here in Paris dev communities.)
I finally upgraded to v26 and well.. Congratulations for the
|
By
Benjamin Gandon
·
#4122
·
|