Re: Sharing scripts for deploying Aurora on Mesosphere

2015-02-25 Thread James Oliver
I've been looking at this as well, thanks for sharing! I think it'd be cool to see this into a repo, and I also would be happy to leave feedback. James On Wed, Feb 25, 2015 at 12:15 AM, Joseph Smith wrote: > A bit late, but… this is awesome!!! > > If you’re interested in putting this in a full

Re: time constraint on aurora jobs?

2015-02-25 Thread Brian Wickman
Another option is to just add a process to your task that looks something like Process(name = 'timeout', cmdline = 'sleep 3600; false'). If the task runs for 3600 seconds, then that process will exit with a failure causing the whole task to fail. The only issue I can think of is that it will also

[GitHub] incubator-aurora pull request: add mesos role feature

2015-02-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-aurora/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

Jenkins build is back to normal : Aurora #897

2015-02-25 Thread Apache Jenkins Server
See

Re: Testing Done in RB?

2015-02-25 Thread Joshua Cohen
Thanks Joe! On Tue, Feb 24, 2015 at 11:22 PM, Joseph Smith wrote: > I’m ambivalent either way, but overall sounds like a good path forward, so > filed https://issues.apache.org/jira/browse/AURORA-1147 < > https://issues.apache.org/jira/browse/AURORA-1147> > > > > On Feb 23, 2015, at 10:55, Joshu

Re: Sharing scripts for deploying Aurora on Mesosphere

2015-02-25 Thread Benjamin Staffin
Related to this, I wrote a Chef cookbook for deploying Aurora on Ubuntu that I've been using for a while: https://github.com/benley/chef-aurora On Tue, Feb 24, 2015 at 11:59 PM, James Oliver wrote: > I've been looking at this as well, thanks for sharing! I think it'd be cool > to see this into a

Re: time constraint on aurora jobs?

2015-02-25 Thread Yuan
Thanks Joe. Having a customized StatusChecked is a good way to implement this time constraint feature. :) On Tue, Feb 24, 2015 at 11:45 PM, Joseph Smith wrote: > Very good question.. to my knowledge there is not a ‘time’ constraint. > > However, you could implement this in a few ways. One of my