|
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
·
|
|
Re: Adding previous_instances and previous_memory fields to cf_event
We don't advise using /v2/events for metering/billing for precisely the
reason you mention, that order of events is not guaranteed.
You can find more information about app usage events and service
We don't advise using /v2/events for metering/billing for precisely the
reason you mention, that order of events is not guaranteed.
You can find more information about app usage events and service
|
By
Dieu Cao <dcao@...>
·
#4113
·
|
|
Re: UAA pre-start script failure on Bosh-Lite
There is a temporary work around available for you, if you are running into
this issue today.
Just delete the file
cf-release/src/uaa-release/jobs/uaa/templates/pre-start
Filip
There is a temporary work around available for you, if you are running into
this issue today.
Just delete the file
cf-release/src/uaa-release/jobs/uaa/templates/pre-start
Filip
|
By
Filip Hanik
·
#4112
·
|
|
UAA pre-start script failure on Bosh-Lite
Hi All,
There have been some reports about the UAA pre-start script failing on
bosh-lite. We will add a temporary workaround for this until we have a fix.
Thanks,
Priyata & Madhura
Hi All,
There have been some reports about the UAA pre-start script failing on
bosh-lite. We will add a temporary workaround for this until we have a fix.
Thanks,
Priyata & Madhura
|
By
Madhura Bhave
·
#4111
·
|
|
Spring Cloud Netflix and Cloud Foundry capability overlaps???
Hello!
Currently i am evaluating Spring Boot/Spring Cloud for development of microservices and we are considering Cloud Foundry for deployment of those services. The thing I'm wondering about for a
Hello!
Currently i am evaluating Spring Boot/Spring Cloud for development of microservices and we are considering Cloud Foundry for deployment of those services. The thing I'm wondering about for a
|
By
Thomas Wieger
·
#4110
·
|