Re: [buildpacks] CF-built binaries: release timeline and beta testing
Shawn Nielsen
Two questions on these cf-built binaries:
toggle quoted messageShow quoted text
1. From my understanding, the purpose of this is to compile the binaries so they are optimized for the cf specific stacks (e.g. cflinuxfs2 ) as opposed to something that was generically compiled (e.g. to 64 bit trusty). Can you confirm this or expound upon this if there are other reasons? 2. Are these binaries available in offline mode only or is there also intent that they will be hosted, allowing us to consume them in an online mode? Thanks, -Shawn
On Mon, Jul 13, 2015 at 2:08 PM, Mike Dalessio <mdalessio(a)pivotal.io> wrote:
|
|
Re: Soliciting feedback on a UX change for route services
Shannon Coen
Guillaume,
toggle quoted messageShow quoted text
Including the app_id with the request forwarded to the route service becomes misleading/false when, upon receiving the request back from the route service, the pre-determined app no longer has instances available. At that time GoRouter should be able to choose a different app instance for the route, possibly of a different app, rather than rejecting the request or re-forwarding the request to the route service with a different app id. Otherwise, the route service may be making false associations. Shannon Coen Product Manager, Cloud Foundry Pivotal, Inc.
On Thu, Jun 25, 2015 at 9:19 PM, Guillaume Berche <bercheg(a)gmail.com> wrote:
I was about to suggest a similar UX for expressing a list of route
|
|
Re: Did anybody deploy a wiki as app to CF?
john mcteague <john.mcteague@...>
We've successfully deployed Drupal (7.3x), we used the blog article as a
toggle quoted messageShow quoted text
starting point, but are using the vanilla php bp (so no varnish) and are using s3fs module against our own internal s3 store for images. Modules and themes need to be pushed as part of the app so we dont loose them on restage activities. In addition we have mediawiki running. We dont have any s3 filesystem configured so we need to push images along with the main app otherwise we loose them. For this reason its not a general purpose wiki. LocalSettings.php was modified to read the VCAP_SERVICES data for mysql. John
On Fri, Jul 17, 2015 at 2:24 PM, Daniel Mikusa <dmikusa(a)pivotal.io> wrote:
On Fri, Jul 17, 2015 at 2:08 AM, James Bayer <jbayer(a)pivotal.io> wrote:this shows how to use drupal which is a cms with wiki functionsBe careful with this. It uses a custom build pack (fork of standard PHP
|
|
Re: Encryption method of CF CLI when running commands
James Bayer
the "cf api api.SYSTEMDOMAIN" command requires https with a valid cert
toggle quoted messageShow quoted text
unless you use the flag that bypasses that. $ cf api api.example.com Setting api endpoint to api.example.com... FAILED Invalid SSL Cert for api.example.com TIP: Use 'cf api --skip-ssl-validation' to continue with an insecure API endpoint once targeted, you can see the other endpoint protocols by looking at the /v2/info endpoint. the default settings are to use HTTPS everywhere. whether you use a valid cert or not depends on how you configure the server-side and whether you instruct the cli to ignore the cert checking. e.g. this is for run.pivotal.io which uses secure transports for the UAA (where your user/pw is sent unless you're using a SAML endpoint with "cf login --sso") and getting the logs out of the system. cf curl /v2/info { "name": "vcap", "build": "2222", "support": "http://support.cloudfoundry.com", "version": 2, "description": "Cloud Foundry sponsored by Pivotal", "authorization_endpoint": "https://login.run.pivotal.io", "token_endpoint": "https://uaa.run.pivotal.io", "min_cli_version": null, "min_recommended_cli_version": null, "api_version": "2.33.0", "app_ssh_endpoint": "ssh.run.pivotal.io:2222", "app_ssh_host_key_fingerprint": null, "logging_endpoint": "wss://loggregator.run.pivotal.io:4443", "doppler_logging_endpoint": "wss://doppler.run.pivotal.io:443" }
On Fri, Jul 17, 2015 at 9:55 AM, César Iván . <cesar_k13(a)hotmail.com> wrote:
Hi everyone, --
Thank you, James Bayer
|
|
Re: Introducing OSS Release Integration Team
Amit Kumar Gupta
It's just a historical oddity.
toggle quoted messageShow quoted text
Well before it was clear that there was going to be a "MEGA" team with the specific mandates set out above, we knew we had this big set of interrated problems, cf-release being too monolithic, etc. Informally these set of problems were referred to as "MEGA". The name stuck in people's heads and conversations, as the actual name and responsibilities of the team eventually got clarified. It's similar to Diego in a way. Originally thought/discussed as a rewrite of the DEA in Go, that description would now be considered misleading as the project is so much more than that. We're open to backronym suggestions for what MEGA could stand for though ;). Amit
On Fri, Jul 17, 2015 at 3:51 AM, Noburou TANIGUCHI <dev(a)nota.m001.jp> wrote:
A useless question: Why is the team called MEGA?
|
|
Encryption method of CF CLI when running commands
César Iván . <cesar_k13 at hotmail.com...>
Hi everyone,
I'm going to try to develop a plugin that uses the CF CLI, but I'm a bit worried about security, so the question is, what type of encryption uses the CF CLI when running commands? i.e: when I run the login command I need to type my user and pass, how does it transport data from the server to the client and vice versa? Thanks!
|
|
Re: java buildpack debugging - how to pass memory value without manifest file ...
Vish
That worked. Thanks a lot Dan.
toggle quoted messageShow quoted text
Regards,Vish
On Friday, 17 July 2015 6:38 PM, Daniel Mikusa <dmikusa(a)pivotal.io> wrote:
On Fri, Jul 17, 2015 at 8:48 AM, Vishwanath V <thelinuxguyis(a)yahoo.co.in> wrote: Hi Team, I am trying to customize the java build-pack with oracle jre. however, when trying to debug it locally , using the below commands : export VCAP_APPLICATION="{}" export VCAP_SERVICES="{}" export PORT=8080 cd ~/debug-javabuildpack/apps JBP_LOG_LEVEL=DEBUG ../java-buildpack/bin/detect app/ JBP_LOG_LEVEL=DEBUG ../java-buildpack/bin/compile app/ tmp/ I am getting the below error : [DownloadCache] DEBUG Validated content size 63819486 is 63819486 (10.5s) Expanding Oracle JRE to .java-buildpack/oracle_jre (1.6s) [Droplet] DEBUG Resources /home/tux/debug-javabuildpack/java-buildpack/resources/oracle_jre found [DownloadCache] DEBUG Validated content size 2406200 is 2406200 . . . (4.0s) -totMemory must be specified [Buildpack] ERROR Compile failed with exception RuntimeError Question: How can I pass Memory value without a manifest.yml file ? Set an environment variable called `MEMORY_LIMIT`. When the build pack runs it'll look at that env variable to see the max memory assigned to the container. Dan Regards,Vish. _______________________________________________ cf-dev mailing list cf-dev(a)lists.cloudfoundry.org https://lists.cloudfoundry.org/mailman/listinfo/cf-dev
|
|
Re: Did anybody deploy a wiki as app to CF?
Daniel Mikusa
On Fri, Jul 17, 2015 at 2:08 AM, James Bayer <jbayer(a)pivotal.io> wrote:
this shows how to use drupal which is a cms with wiki functionsBe careful with this. It uses a custom build pack (fork of standard PHP BP) and last I saw, it wasn't updated for `cflinuxfs2`. Dan
|
|
Re: Assigning Role to Group
Daniel Mikusa
On Fri, Jul 17, 2015 at 6:40 AM, Zakharov Alexey <
alexey.zakharov(a)altoros.com> wrote: Hi guys!Have you looked at the `uaac` tool? I'm not quite sure I understand what you're trying to do, but you can map an LDAP group DN to a UAA group with `uaac`. Then if a user in that LDAP group logs in, they'll have that uaa group. Is that what you're looking to do? Ex: uaac group map --name cloud_controller.admin "GROUP-DISTINGUISHED-NAME" Or are you asking about mapping LDAP groups to CF org & space roles? i.e. user in ldap group X is automatically given the OrgManager role in org Y. Dan Thanks for your time.
|
|
Re: java buildpack debugging - how to pass memory value without manifest file ...
Daniel Mikusa
On Fri, Jul 17, 2015 at 8:48 AM, Vishwanath V <thelinuxguyis(a)yahoo.co.in>
wrote: Hi Team,Set an environment variable called `MEMORY_LIMIT`. When the build pack runs it'll look at that env variable to see the max memory assigned to the container. Dan
|
|
java buildpack debugging - how to pass memory value without manifest file ...
Vish
Hi Team,
I am trying to customize the java build-pack with oracle jre. however, when trying to debug it locally , using the below commands : export VCAP_APPLICATION="{}" export VCAP_SERVICES="{}" export PORT=8080 cd ~/debug-javabuildpack/apps JBP_LOG_LEVEL=DEBUG ../java-buildpack/bin/detect app/ JBP_LOG_LEVEL=DEBUG ../java-buildpack/bin/compile app/ tmp/ I am getting the below error : [DownloadCache] DEBUG Validated content size 63819486 is 63819486 (10.5s) Expanding Oracle JRE to .java-buildpack/oracle_jre (1.6s) [Droplet] DEBUG Resources /home/tux/debug-javabuildpack/java-buildpack/resources/oracle_jre found [DownloadCache] DEBUG Validated content size 2406200 is 2406200 . . . (4.0s) -totMemory must be specified [Buildpack] ERROR Compile failed with exception RuntimeError Question: How can I pass Memory value without a manifest.yml file ? Regards,Vish.
|
|
Re: CF client library
Noburou TANIGUCHI
One(?) thing I want to know about this issue is what (or which) way the major
public service providers (Pivotal, IBM, HP, Anynines, etc.) do. If you can tell, please let me know. -- View this message in context: http://cf-dev.70369.x6.nabble.com/CF-client-library-tp712p765.html Sent from the CF Dev mailing list archive at Nabble.com.
|
|
Re: Introducing OSS Release Integration Team
Noburou TANIGUCHI
A useless question: Why is the team called MEGA?
There is no 'M' 'E' 'G' 'A' in the initial characters of 'The OSS Release Integration team.' -- View this message in context: http://cf-dev.70369.x6.nabble.com/cf-dev-Introducing-OSS-Release-Integration-Team-tp757p764.html Sent from the CF Dev mailing list archive at Nabble.com.
|
|
Assigning Role to Group
Zakharov Alexey <alexey.zakharov@...>
Hi guys!
Sorry if my question is newbie or it was discussed before. I want to use LDAP for users authentication/authorisation. And I’ve successfully bound CF to LDAP, and managed to configure uaac group mappings. But then I realised, that there are no way to assign a Role to that group. 'cf set-org-role’ accepts only usernames as parameter, but not groups. I think assigning Developer role to group is more flexible than assigning is to every particular user. Are you going to add this feature later? Or maybe there is an another way to do group binding? Thanks for your time. --- Alexey Zakharov | CloudFoundry Team | Altoros Tel: (617) 841-2121 ext. 5704 | Toll free: 855-ALTOROS Fax: (866) 201-3646 | Skype: alexey.zakharov.a www.altoros.com | blog.altoros.com | twitter.com/altoros
|
|
Re: Introducing OSS Release Integration Team
Cornelia Davis <cdavis@...>
Thought so. :-)
toggle quoted messageShow quoted text
Great news. Thanks for the detailed overview Amit! Cornelia Sent from my iPhone
On Jul 16, 2015, at 10:37 PM, Amit Gupta <agupta(a)pivotal.io> wrote:
|
|
Re: Did anybody deploy a wiki as app to CF?
James Bayer
this shows how to use drupal which is a cms with wiki functions
http://blog.pivotal.io/pivotal-cloud-foundry/products/how-to-deploy-drupal-to-pivotal-cf-within-seconds if you're in a private deployment, the services shown for drupal are both available as oss and listed on bosh.io. mediawiki is a php app with mysql as an option: https://www.mediawiki.org but i'm not aware of install instructions for that. there are other options here: https://en.wikipedia.org/wiki/List_of_wiki_software On Fri, Jul 10, 2015 at 3:09 PM, jtuchscherer(a)pivotal.io < jtuchscherer(a)pivotal.io> wrote: Hi Stephan, -- Thank you, James Bayer
|
|
Re: 3 etcd nodes don't work well in single zone
Tony
Hi James,
Thank you for reply. I think I didn't describe it clearly. Sorry about that. The CentOS 6.5 is the OS underlying our OpenStack. And we are using Ubuntu Trusty stemcell. (bosh-openstack-kvm-ubuntu-trusty-go_agent) Regards, Tony -- View this message in context: http://cf-dev.70369.x6.nabble.com/cf-dev-3-etcd-nodes-don-t-work-well-in-single-zone-tp746p760.html Sent from the CF Dev mailing list archive at Nabble.com.
|
|
Re: 3 etcd nodes don't work well in single zone
James Bayer
cf project does not support or test cf-release with centos6.5, only ubuntu
toggle quoted messageShow quoted text
14.04. etcd nodes should not necessarily be aware of which AZs they are in. the only difference might be in the bosh manifests if they are in different zones they likely have different job names and you'd need to ensure that despite the different job names that they were configured to find each other correctly.
On Thu, Jul 16, 2015 at 6:51 PM, Tony <Tonyl(a)fast.au.fujitsu.com> wrote:
Hi Amit, --
Thank you, James Bayer
|
|
Re: Introducing OSS Release Integration Team
Amit Kumar Gupta
Ah, copy-paste fail! Zak is a Pivotal engineer, not IBM.
toggle quoted messageShow quoted text
On Thu, Jul 16, 2015 at 7:33 PM, Amit Gupta <agupta(a)pivotal.io> wrote:
Hi all,
|
|
Introducing OSS Release Integration Team
Amit Kumar Gupta
Hi all,
As some of you may already be aware, the Runtime team has recently been refactored: - The "CAPI" team will be responsible for the Cloud Controller and Services API - The Routing team will be responsible for work on routing, including the existing Gorouter component and new work on TCP routing - The OSS Release Integration team (MEGA) will be primarily responsible for the integration of all components There is a little more to that last one, so I'd like to share our mandate document and open it up to questions, comments, and clarifications. A rough draft had been previously shared with the community. We have since gathered feedback and held a team Inception to socialize our goals and refine our mandate: https://docs.google.com/document/d/1WmA174FR6p2G0WJqUQ336wzWaYWgBEwBtFJz7uKFSdo/edit# I'd also like to introduce the members of the new OSS Release Integration team, so our names don't look unfamiliar when we respond to your issues, pull requests, and mailing list messages. Joseph Palermo, Technical Lead, Pivotal Dan Lavine, Software Engineer, IBM Zak Auerbach, Software Engineer, IBM Duncan Winn, Solutions Engineer, Pivotal Amit Gupta, PM, Pivotal Thanks, Amit
|
|