Re: Combining vagrant master machines

2014-04-01 Thread Bill Farner
I'm not convinced we're yet in a position to trigger the complicated class of bugs you describe, Kevin. However, the case for being able to exercise basic functionality is pressing. I'd rather focus on enabling developers to do this ASAP, and focus on the more complicated setups later. -=Bill

Re: Combining vagrant master machines

2014-04-01 Thread Kevin Sweeney
I think keeping a multi-machine setup for testing is important since it's much closer to actual deployment (and it'll catch a class of bugs that might not show up when everything's on localhost). Also as a technical note as far as I know you can't run more than one slave instance per VM when you're

Re: Combining vagrant master machines

2014-04-01 Thread Bill Farner
IMHO, optimizing for development makes the most sense (of course, i have the biased perspective of a developer). As more formal installation routines are crafted, it will make a lot of sense to use these directly within the development environment (e.g. generate deb packages, install them in the v

Re: Combining vagrant master machines

2014-04-01 Thread Jake Farrell
Whats the end goal that we want to have with the vagrant image, easier development and testing or as a sample setup for a small cluster. I think that for simplicity keeping it all on one vm for development and initial testing is the best approach and then perhaps for the end to end tests we can use

Re: Combining vagrant master machines

2014-04-01 Thread Bill Farner
Should i take this a step further and use one machine for everything? I realize this is less 'pure', but purity doesn't help folks much if they need to buy a new computer to use it. -=Bill On Tue, Apr 1, 2014 at 9:06 AM, Jake Farrell wrote: > +1, good call > > -Jake > > > On Tue, Apr 1, 2014

Re: Combining vagrant master machines

2014-04-01 Thread Toby Weingartner
+1, might also allow us to optionally stand up 2 more master machines for a redundant cluster in the "future". -Toby. On Tue, Apr 1, 2014 at 8:43 AM, Bill Farner wrote: > Does anybody have an issue with me combining the 'master' components in our > vagrant configuration to one machine? Curren

Re: Combining vagrant master machines

2014-04-01 Thread Jake Farrell
+1, good call -Jake On Tue, Apr 1, 2014 at 11:43 AM, Bill Farner wrote: > Does anybody have an issue with me combining the 'master' components in our > vagrant configuration to one machine? Currently we have three machines: > zookeeper, scheduler, master. It should be straightforward to comb

Re: Combining vagrant master machines

2014-04-01 Thread Dan Norris
Go for it! Reducing the number of Vagrant VMs will have a noticeable impact for those of us who don't have access to an existing Aurora cluster. On Tue, Apr 1, 2014 at 11:50 AM, Maxim Khutornenko wrote: > +1. Having that many VMs to boot up every time makes me looking for other > alternatives.

Re: Combining vagrant master machines

2014-04-01 Thread Maxim Khutornenko
+1. Having that many VMs to boot up every time makes me looking for other alternatives. On Tue, Apr 1, 2014 at 8:43 AM, Bill Farner wrote: > Does anybody have an issue with me combining the 'master' components in our > vagrant configuration to one machine? Currently we have three machines: > z

Combining vagrant master machines

2014-04-01 Thread Bill Farner
Does anybody have an issue with me combining the 'master' components in our vagrant configuration to one machine? Currently we have three machines: zookeeper, scheduler, master. It should be straightforward to combine these into a single machine, at which point 'vagrant up' is much faster and can