Re: Specifying a preferred host with a Resource Request

2016-02-08 Thread Klaus Ma
Hi Jagadish, Yes, the resources will offer to the framework if it's reserved and only one framework in the role. Reservation is role based; if there're two frameworks in the same role, both frameworks has the chance to get the reserved offer. For your case, if you want to get the reserved

Re: ansible modules?

2016-02-08 Thread Rene Moser
Hi Thanks for your suggestions, but there was a misunderstanding. I don't looking for roles or playbooks to install mesos/marathon/chronos. I am referring to modules, which can be used as tasks (within roles/playbooks) to interact with the api of chronos and marathon. E.g. something similar to

Re: ansible modules?

2016-02-08 Thread Alberto García Lamela
https://github.com/Capgemini/Apollo/tree/master/roles/dcos_cli Sent from my iPhone > On 8 Feb 2016, at 16:12, Aaron Carey wrote: > > https://github.com/udacity/ansible-marathon > https://github.com/AnsibleShipyard/ansible-marathon > > > > From: Antonio Fernandez

Re: Managing Persistency via Frameworks (HDFS, Cassandra)

2016-02-08 Thread Andreas Fritzler
Hi Klaus, thanks for your reply. I am aware of the frameworks provided by mesosphere and I already tried them out in a POC setup. From looking at the HDFS documentation [1] however, the framework seems to be still in beta. "HDFS is available at the beta level and not recommended for Mesosphere

Re: China Mesos Developers Wechat Group

2016-02-08 Thread Adam Bordelon
Haosdent, I think Apache mail may strip out images, so you'll have to send a link to the QR image. On Sun, Feb 7, 2016 at 8:02 AM, haosdent wrote: > Hi, our dear Chinese friends. Because some interesting things related to > China Network, it is a bit difficult to

Re: Endpoint documentation is now published!

2016-02-08 Thread Benjamin Mahler
Agreed, thanks for the links. I had mentioned looking into swagger to a few folks when we started doing this, but we realized we needed to start small by getting the existing help information published. On Tue, Feb 9, 2016 at 7:25 AM, haosdent wrote: > I think we could try

Re: Endpoint documentation is now published!

2016-02-08 Thread haosdent
I think we could try some api generators like http://swagger.io/ or https://github.com/apidoc/apidoc On Tue, Feb 9, 2016 at 1:10 AM, Benjamin Mahler wrote: > We now have endpoint documentation published on the website: > >

RE: ansible modules?

2016-02-08 Thread Aaron Carey
https://github.com/udacity/ansible-marathon https://github.com/AnsibleShipyard/ansible-marathon From: Antonio Fernandez [antonio.fernan...@bq.com] Sent: 08 February 2016 15:08 To: user@mesos.apache.org Subject: Re: ansible modules? René, take a look on this

Managing Persistency via Frameworks (HDFS, Cassandra)

2016-02-08 Thread Andreas Fritzler
Hi, I have a couple of questions around the persistency topic within a Mesos cluster: 1. Any takes on the quality of the HDFS [1] and the Cassandra [2] frameworks? Does anybody have any experiences in running those frameworks in production? 2. How well are those frameworks performing if I want

ansible modules?

2016-02-08 Thread Rene Moser
Hi Has anyone already built ansible modules for marathon's and chronos' api and wants to share? If not, I would like to start with it. Any help is welcome René

Re: ansible modules?

2016-02-08 Thread Antonio Fernandez
René, take a look on this repo from CiscoCloud: https://github.com/CiscoCloud/microservices-infrastructure There are already many ansible modules there, but probably something can be missing. Hope it helps. On Mon, 8 Feb 2016 at 15:42 Rene Moser wrote: > Hi > > Has

Endpoint documentation is now published!

2016-02-08 Thread Benjamin Mahler
We now have endpoint documentation published on the website: http://mesos.apache.org/documentation/latest/endpoints/ https://issues.apache.org/jira/browse/MESOS-3831 A big thank you goes out to Kevin Klues who made this happen, thanks also goes out to Neil Conway for making the suggestion! Our

Re: Specifying a preferred host with a Resource Request

2016-02-08 Thread Jagadish Venkatraman
Thank you Klaus! Out of curiosity, does Mesos persist these reservations for principals durably? Do dynamic resource reservations persist restart of the Mesos master? On Mon, Feb 8, 2016 at 12:15 AM, Klaus Ma wrote: > Hi Jagadish, > > Yes, the resources will offer to

Re: Specifying a preferred host with a Resource Request

2016-02-08 Thread Guangya Liu
Yes, those infos will be persisted by Mesos and will not be lost even after mesos restart. Thanks, Guangya On Tue, Feb 9, 2016 at 3:23 AM, Jagadish Venkatraman wrote: > Thank you Klaus! Out of curiosity, does Mesos persist these reservations > for principals durably?

Re: Managing Persistency via Frameworks (HDFS, Cassandra)

2016-02-08 Thread Klaus Ma
Hi Andreas, I think Mesosphere has done some work on your questions, would you check related repos at https://github.com/mesosphere ? On Mon, Feb 8, 2016 at 9:43 PM Andreas Fritzler wrote: > Hi, > > I have a couple of questions around the persistency topic within a