You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by sebgoa <ru...@gmail.com> on 2015/03/30 17:10:29 UTC

Mesos on CloudStack

Hi,

In case anyone is interested I just wrote a ansible playbook that creates a set of VM on cloudstack and then installs a few docker containers that configure a Mesos cluster.
The Mesos cluster is configured to use Docker itself. So you can submit Mesos tasks that are Docker containers.

Sounds  bit convoluted, but using Docker for deployment of a framework is actually very nice, and using that Framework to manage containers across hosts is needed.

https://github.com/runseb/ansible-mesos-cloudstack

That's just a prototype, any feedback and PR welcome.

-sebastien

Re: Mesos on CloudStack

Posted by Nguyen Anh Tu <ng...@gmail.com>.
I will try out, Sebastien. That's all I personally need to hosting
applications. The same structure I am trying on AWS.

Cheers,
--Tuna

Sent from my GT-N7000, please excuse my typos
On Mar 30, 2015 5:10 PM, "sebgoa" <ru...@gmail.com> wrote:

> Hi,
>
> In case anyone is interested I just wrote a ansible playbook that creates
> a set of VM on cloudstack and then installs a few docker containers that
> configure a Mesos cluster.
> The Mesos cluster is configured to use Docker itself. So you can submit
> Mesos tasks that are Docker containers.
>
> Sounds  bit convoluted, but using Docker for deployment of a framework is
> actually very nice, and using that Framework to manage containers across
> hosts is needed.
>
> https://github.com/runseb/ansible-mesos-cloudstack
>
> That's just a prototype, any feedback and PR welcome.
>
> -sebastien