|
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
·
|
|
Re: Can resources of a IDLE application be shared by others?
I suggest you manually “cf scale -m 2G“ after your app has booted.
Type “cf scale --help” for more info.
I suggest you manually “cf scale -m 2G“ after your app has booted.
Type “cf scale --help” for more info.
|
By
Benjamin Gandon
·
#4121
·
|
|
Re: CF deployment with Diego support only ?
That's right Amit, but it was just a typo by me. I meant setting instances counts to zero for “runner_z*” and “hm9000_z*”.
I saw in a-detailed-transition-timeline that those two properties
That's right Amit, but it was just a typo by me. I meant setting instances counts to zero for “runner_z*” and “hm9000_z*”.
I saw in a-detailed-transition-timeline that those two properties
|
By
Benjamin Gandon
·
#4120
·
|
|
Re: Update Parallelization in Cloud Foundry
Thanks everyone. What I understood from Amit's response is that I can parallelize certain components. What I also understood from both Amit's and Dieu's responses is that some components have hard
Thanks everyone. What I understood from Amit's response is that I can parallelize certain components. What I also understood from both Amit's and Dieu's responses is that some components have hard
|
By
Omar Elazhary <omazhary@...>
·
#4119
·
|
|
Re: cf ssh APP_NAME doesn't work in AWS environment
Hi,
In which file I have to add below properties
After adding below properties, it works now:
app_ssh:
host_key_fingerprint: a6:d1:08:0b:b0:cb:9b:5f:c4:ba:44:2a:97:26:19:8a
oauth_client_id:
Hi,
In which file I have to add below properties
After adding below properties, it works now:
app_ssh:
host_key_fingerprint: a6:d1:08:0b:b0:cb:9b:5f:c4:ba:44:2a:97:26:19:8a
oauth_client_id:
|
By
Balamurugan.J@...
·
#4118
·
|
|
Re: CF deployment with Diego support only ?
You need the api jobs, those are the cloud controllers! Set the runner and
hm9000 jobs to 0 instances, or even remove them from your deployment
manifest altogether.
wrote:
You need the api jobs, those are the cloud controllers! Set the runner and
hm9000 jobs to 0 instances, or even remove them from your deployment
manifest altogether.
wrote:
|
By
Amit Kumar Gupta
·
#4117
·
|
|
Re: Adding previous_instances and previous_memory fields to cf_event
Hi Dieu,
We are polling app-usage-events with Abacus, but because of purge the
events may be out of order right after billing epoch started. But that's
only part of the problem.
To consume
Hi Dieu,
We are polling app-usage-events with Abacus, but because of purge the
events may be out of order right after billing epoch started. But that's
only part of the problem.
To consume
|
By
Hristo Iliev
·
#4116
·
|
|
CF deployment with Diego support only ?
Hi cf-dev,
For a fresh new deployment of cf-release <https://github.com/cloudfoundry/cf-release>, I wonder how the default manifests stubs and templates should be modified to remove unnecessary
Hi cf-dev,
For a fresh new deployment of cf-release <https://github.com/cloudfoundry/cf-release>, I wonder how the default manifests stubs and templates should be modified to remove unnecessary
|
By
Benjamin Gandon
·
#4115
·
|
|
Re: Update Parallelization in Cloud Foundry
It should also be considered that in some scenarios the order of deployment
as recommended serially will most often be the most tested in terms of
ensuring backwards compatibility of code changes
It should also be considered that in some scenarios the order of deployment
as recommended serially will most often be the most tested in terms of
ensuring backwards compatibility of code changes
|
By
Dieu Cao <dcao@...>
·
#4114
·
|