Closed mhamrah closed 10 years ago
I also pulled zookeeper support from AnsibleShipyard/ansible-mesos#16 but haven't pushed.
This is ready-for-review, but could use some enhancements in certain areas.
I added the travis yml and tests from Marathon. so this should be good to merge.
Taking a look
-Jason
On Oct 30, 2014, at 10:03 AM, Michael Hamrah notifications@github.com wrote:
I added the travis yml and tests from Marathon. so this should be good to merge.
— Reply to this email directly or view it on GitHub.
+1
My first attempt was to follow the Mesosphere instructions displayed in #4 but that approach has some shortcomings. First it requires CDH repo which installs a lot of unnecessary dependencies, and the file layout and configuration override has some shortcomings when used with ansible.
Instead it's much easier to use the download-src approach and configure the init files by hand, which is what this repo is doing already. I just had to tweak some settings:
You can have:
and in your role have:
No need to build/maintain a separate array.
Need to test on Ubuntu, but I think the su thing will work.