Cloud Foundry being used for an EU social learning games platform
Christopher Frost
I stumbled across this and though other people might be interested.
ProSocialLearn is an EU funded project to help children learn positive social skills through social gaming. Here is a quote from there "System Requirements and Architecture" document available on there website. "Continuing up the technology architecture stack, PSL is still exploring a number of open alternatives for building up a robust PaaS layer. However, during the editing of this deliverable, the ProSocialLearn consortium is already beginning to investigate the Cloud Foundry community (almost a de facto standard for Platform as a Service environments). PSL is planning to integrate the Cloud Foundry technology into the added value services of PSL. Cloud Foundry provides a platform that allows game providers and game operators to deploy, manage and scale cloud-based games quickly, and easily. " They have a Git repo where they are working on a NodeJS based client for the CF API and a Node based CF web console. This work seems to be being done by one developer from one of the consortium members based in Spain, Madrid. They have also released a proof of concept game as well but it doesn't look like they have formally launched yet. Links. http://prosociallearn.eu/ https://github.com/prosociallearnEU Chris. Christopher Frost - Pivotal UK Java Buildpack Team |
|
Re: REST API endpoint for accessing application logs
Ponraj E
Hi ,
I executed the command with manually putting the outh token -pasting the o/p here: C:\WINDOWS\system32>curl -k -H "Authorization: bearer xxxx" "https://doppler.xx.xxx.xxxxxxxx:443/apps/e0dc9133-f800-416d-9e1f-ffeb8d02e4dd/recentlogs" --1f51e48e4a9bf243ed1e2ab55c090c4d2deb23a7ae255c5c1d8ad178acb9 ◄dea_logging_agent►♣0│┌üªπ╩áç¶j2z☺1é☺♀10.78.150.44B╜☺ Ç☺Mon, 19 Oct 2015 06:23:56 GMT express deprecated res.send(status, body): Use res.status(status).se nd(body) instead at app.js:7:7►☻↑╜╜üªπ╩áç¶"$e0dc9133-f800-416d-9e1f-ffeb8d02e4dd*♥App2☺1 --1f51e48e4a9bf243ed1e2ab55c090c4d2deb23a7ae255c5c1d8ad178acb9 router__0►♣0₧π╪á½╩áç¶j 10.78.149.103B╔♥router_z1z☺0é☺ app_url - [19/10/2015:06:23:41 +0000] "GET / HTTP/1.1" 2 00 0 40 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0. 2454.101 Safari/537.36" 10.78.148.7:59978 x_forwarded_for:"ip_addr" vcap_request_id:1cbd4f2d- 84c6-4ef9-6f44-e0c84a4d5e49 response_time:0.624678694 app_id:e0dc9133-f800-416d-9e1f-ffeb8d02e4dd ►☺↑└╥╪á½╩áç¶"$e0dc9133-f800-416d-9e1f-ffeb8d02e4dd*♥RTR2☺0 --1f51e48e4a9bf243ed1e2ab55c090c4d2deb23a7ae255c5c1d8ad178acb9 router__0►♣0Ç╩ΩεΓ╩áç¶j 10.78.149.103B╔♥router_z1z☺0é☺ app_url - [19/10/2015:06:23:56 +0000] "GET / HTTP/1.1" 2 00 0 40 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0. 2454.101 Safari/537.36" 10.78.148.7:59978 x_forwarded_for:"ip_addr" vcap_request_id:758c85b6- dfef-41dc-5def-dc76ccf01498 response_time:0.999714512 app_id:e0dc9133-f800-416d-9e1f-ffeb8d02e4dd ►☺↑█╜ΩεΓ╩áç¶"$e0dc9133-f800-416d-9e1f-ffeb8d02e4dd*♥RTR2☺0 --1f51e48e4a9bf243ed1e2ab55c090c4d2deb23a7ae255c5c1d8ad178acb9-- Questions: 1. What is this guid that the command prints multiple times? --1f51e48e4a9bf243ed1e2ab55c090c4d2deb23a7ae255c5c1d8ad178acb9-- 2. Some of the output is garbled and some are not. 3. As rohit said in the previous comment, I tried installing the noaa client library and executed the sample app to get the application logs : https://github.com/cloudfoundry/noaa go build -o bin/sample sample/main.go My DOPPLER_ADDR env is "https://doppler.xx.xxx.xxxxxxxx.xxx:443" So when i run the sample.exe, I get the o/p as ===== Error getting recent messages: parse "https://doppler.xx.xxx.xxxxxxxx.xxx:443": invalid URI for request Am not sure, how is this URI invalid? --- Ponraj |
|
Re: CF-RELEASE v202 UPLOAD ERROR
Bharath
Hi partiban
toggle quoted message
Show quoted text
can u do a checksum of the tar file . it should come like this *sha1: b6f596eaff4c7af21cc18a52ef97e19debb00403* example: *sha1sum {file}* regards Bharath On Mon, Oct 19, 2015 at 1:12 PM, Eric Poelke <epoelke(a)gmail.com> wrote:
You actually do not need to download it. if you just run -- |
|
How to explicitly specify the password for the account admin?
Jim Lin <jimlintw922@...>
Hi all
Every time I re-deploy cloud foundry after updating cf-deployment-manifest.yml, the password of the account admin will be reset to the default value, i.e., "admin". Can I explicitly specify the password for the account admin in the manifest file? What is the property key? Thanks all. Sincerely, Jim |
|
Re: CF-RELEASE v202 UPLOAD ERROR
Eric Poelke
You actually do not need to download it. if you just run --
`bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202` The director will pull in the release directly from bosh.io. |
|
Re: CF-RELEASE v202 UPLOAD ERROR
Parthiban Annadurai <senjiparthi@...>
Thanks for your Clarifications Amit. I have just followed this link
toggle quoted message
Show quoted text
http://bosh.io/releases/github.com/cloudfoundry/cf-release?version=202 to download the TAR File and am using it for deployments. Regards Parthiban A On 19 October 2015 at 08:49, Amit Gupta <agupta(a)pivotal.io> wrote:
Yes it's stable. |
|
Re: CF-RELEASE v202 UPLOAD ERROR
Amit Kumar Gupta
Yes it's stable.
You should try what Eric Poelke suggested, bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202, that way it won't even try to untar locally. If you still want to be able to upload a local tarball, can I ask how exactly did you get or create your tarball for v202? Best, Amit On Sun, Oct 18, 2015 at 8:09 PM, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote: Yaa thanks for your suggestions. But, I already checked about the Storage |
|
Re: CF-RELEASE v202 UPLOAD ERROR
Parthiban Annadurai <senjiparthi@...>
Yaa thanks for your suggestions. But, I already checked about the Storage
toggle quoted message
Show quoted text
and all it not even touches 2 GB (Out of 15 GB). When i manually try to Untar the file also throws error. I think problem with the CF v202. Could anyone tell me is this version stable or not? Regards Parthiban A On 18 October 2015 at 21:24, Eric Poelke <epoelke(a)gmail.com> wrote:
You can avoid the local disk issues by using bosh.io like so -- |
|
Re: Diego and Maven support
Daniel Mikusa
Can you explain what you mean by "stopped working"? Are you getting an error? Can you include output?
toggle quoted message
Show quoted text
The push process hasn't changed, so that should continue to work. I'm not sure you can use the maven client to switch between DEAs and Diego, but you only need to do that once. So you could manually do that and then push with Maven. Dan On Oct 18, 2015, at 4:51 PM, Krzysztof Wilk <chris.m.wilk(a)gmail.com> wrote: |
|
Diego and Maven support
Krzysztof Wilk
Hello,
Until today I have been a happy user of CloudFoundry Maven plugin version 1.1.2: https://github.com/cloudfoundry/cf-java-client It worked for me pretty well. Unfortunately after having migrated my application from PWS to Diego, this plugin stopped working for me. cf command line client works well, as expected. Does the Maven plugin support Diego or should I have to wait until its 2.0 relase? Thanks for replies, Yours, Krzysztof |
|
Re: CF-RELEASE v202 UPLOAD ERROR
Eric Poelke
You can avoid the local disk issues by using bosh.io like so --
bosh upload release https://bosh.io/d/github.com/cloudfoundry/cf-release?v=202 |
|
Re: CF-RELEASE v202 UPLOAD ERROR
Stephen Peggs
Try using df to watch the local filesystems while the upload is running. If
you bump 100% anywhere you have the culprit. Either fix that, more space or a link to a filesystems with more space. Or alternatively put the v202 image on a web server and use the url. That way all the processing is done on the director. On Sun, 18 Oct 2015 8:07 am Parthiban Annadurai <senjiparthi(a)gmail.com> wrote: Hello John, |
|
Re: CF-RELEASE v202 UPLOAD ERROR
Parthiban Annadurai <senjiparthi@...>
Hello John,
Based on your suggestions, I tried to upload from /tmp. Still it throws the Error. For your Reference I have attached the ScreenShot. Could you please take a look on that? Thanks. Regards Parthiban A On 12 October 2015 at 09:14, Parthiban Annadurai <senjiparthi(a)gmail.com> wrote: John, Thanks for your suggestions. Let me try with /tmp. |
|
Re: "application_version" is changed although source code is not changed.
Gerhard
I have only ever needed the app version when counting requests served by a
toggle quoted message
Show quoted text
specific app build. It's not a common use case and it was easy to work around, so it wasn't really an issue. I was not expecting this behaviour from the application_version value, but it makes sense now. Cheers, Gerhard. On Friday, 16 October 2015, Matthew Sykes <matthew.sykes(a)gmail.com> wrote:
The application version really represents the versioned metadata for the |
|
Re: Open sourcing our RDS service broker
James Bayer
thank you for sharing this! i know someone else was working on a similar
thing. CFF team, do we have a place to curate lists of service brokers? bosh.io is a great place to list bosh releases [0], but we don't have a place like that for services / service brokers. at one time there was an attempt to do it in the community wiki [1] but it's not really updated or high-fidelity. [0] http://bosh.io/releases [1] https://github.com/cloudfoundry-community/awesome-bosh-releases/blob/master/README.md On Thu, Oct 15, 2015 at 9:23 PM, Gwenn Etourneau <getourneau(a)pivotal.io> wrote: Thanks that's a really nice job ! -- Thank you, James Bayer |
|
Re: Cloud Foundry Java Client V2
James Bayer
exciting work ben, scott, and all involved thus far! this is great news to
toggle quoted message
Show quoted text
anyone wanting to integrate with cloud foundry from a client with java api interoperability, which covers a large number of situations. On Fri, Oct 16, 2015 at 11:12 PM, Josh Long <starbuxman(a)gmail.com> wrote:
This is awesome! Using reactive-streams is particularly inspired. Congrats --
Thank you, James Bayer |
|
[abacus] Abacus v0.0.2-rc.1 available
Jean-Sebastien Delfino
I'm happy to announce the availability of CF Abacus v0.0.2-rc.1
(incubating). Abacus provides usage metering and aggregation for Cloud Foundry services and app runtimes. This release candidate is for the interested members of the community to get a chance to try Abacus and ask any questions or submit issues and pull requests in the next few days before we cut a final v0.0.2 release. The pre-release Git tag and release notes can be found on Github: https://github.com/cloudfoundry-incubator/cf-abacus/releases/tag/v0.0.2-rc.1 The CI build can be found on Travis CI: https://travis-ci.org/cloudfoundry-incubator/cf-abacus/builds/85870667 The npm modules can be found on npmjs: https://www.npmjs.com/search?q=cf-abacus Please feel free to ask any questions about this pre-release of Abacus on this list. We'll also start a few threads on the list sometime next week to discuss the design of some of the features we've included in v0.0.2. Finally, issues or -- even better -- pull requests are welcome on Github! For more info on Abacus please visit: https://github.com/cloudfoundry-incubator/cf-abacus/tree/v0.0.2-rc.1 Thanks! - Jean-Sebastien |
|
Re: Cloud Foundry Java Client V2
Josh Long <starbuxman@...>
This is awesome! Using reactive-streams is particularly inspired. Congrats
toggle quoted message
Show quoted text
and I'm very much looking forward to this work. Will v1 receive support for individually addressable IPs, or will that be unique to v2? On Thursday, October 15, 2015, Ben Hale <bhale(a)pivotal.io> wrote:
As many of you are aware, the Cloud Foundry Java Client has been a bit --
Josh Long Spring Developer Advocate, Pivotal joshlong.com | @starbuxman |
|
Re: Defining a singular plan for all services
CF Runtime
What services do you want to define this default plan for?
toggle quoted message
Show quoted text
Natalie & Mikhail Runtime & OSS Integration On Wed, Oct 14, 2015 at 2:22 AM, Kayode Odeyemi <dreyemi(a)gmail.com> wrote:
Hi, |
|
Re: "application_version" is changed although source code is not changed.
Matthew Sykes <matthew.sykes@...>
The application version really represents the versioned metadata for the
application. It changes regularly. [1] The only guarantee for version is that it will change if the app restarts (could be due to package changes or explicit operation), the health check changes, or the memory changes. The droplet hash is not an appropriate representation of "application" version since it doesn't take enough into account. It is something that could be added to VCAP_APPLICATION but I think people would want to understand why it's needed there. Out of curiosity, are people acting on the application version in a way that breaks things if it changes when the app bits or droplet did not? If so, how? Thanks. [1]: https://github.com/cloudfoundry/cloud_controller_ng/blob/master/app/models/runtime/app.rb#L164-L178 On Fri, Oct 16, 2015 at 3:15 AM, Gerhard Lazu <gerhard(a)cloudcredo.com> wrote: I was also assuming that app version would not change between app restarts -- Matthew Sykes matthew.sykes(a)gmail.com |
|