Re: [Openstack] Nova and Magnum on the same host?

2016-06-16 Thread Turbo Fredriksson
On Jun 16, 2016, at 1:51 PM, Tomas Vondra wrote: > You cannot have two drivers in one process. Bummer!! But thanx, I'll thing about how to solve this. -- Michael Jackson is not going to buried or cremated but recycled into shopping bags so he can remain white, plastic and dangerous for kids to

Re: [Openstack] Nova and Magnum on the same host?

2016-06-16 Thread Tomas Vondra
Turbo Fredriksson writes: > > On Jun 9, 2016, at 11:55 AM, Ricardo Carrillo Cruz wrote: > > > https://wiki.openstack.org/wiki/Docker > > I'm trying this and although I know very little of OS (and I haven't > managed to boot up my first container yet because of other issues), I >

Re: [Openstack] Nova and Magnum on the same host?

2016-06-15 Thread Turbo Fredriksson
On Jun 9, 2016, at 11:55 AM, Ricardo Carrillo Cruz wrote: > https://wiki.openstack.org/wiki/Docker I'm trying this and although I know very little of OS (and I haven't managed to boot up my first container yet because of other issues), I have the docker entry in the web GUI "Admin -> System ->

Re: [Openstack] Nova and Magnum on the same host?

2016-06-09 Thread Turbo Fredriksson
On Jun 9, 2016, at 11:55 AM, Ricardo Carrillo Cruz wrote: > If you just want to be able to run compute in containers and you don't need > fancy things like Kubernetes/Swarm etc No, that's what's Openstack is for :). Or at least why _I_ choose it.. > you can use a nova plugin: > >

Re: [Openstack] Nova and Magnum on the same host?

2016-06-09 Thread Ricardo Carrillo Cruz
If you just want to be able to run compute in containers and you don't need fancy things like Kubernetes/Swarm etc, you can use a nova plugin: http://docs.openstack.org/liberty/config-reference/content/lxc.html https://wiki.openstack.org/wiki/Docker Ricky 2016-06-09 12:31 GMT+02:00 Turbo

Re: [Openstack] Nova and Magnum on the same host?

2016-06-09 Thread Turbo Fredriksson
On Jun 9, 2016, at 10:03 AM, Tomas Vondra wrote: > AFAIK the Magnum service will run containers inside VMs. It is a > provisioning system for container orchestration services like Kubernetes. I see. It doesn't work very well for Kubernetes, but maybe Magnums is smarter.. :) > There are drivers

[Openstack] Nova and Magnum on the same host?

2016-06-08 Thread Turbo Fredriksson
My use-case require me to have Containers for certain rings and real VMs for others. But I also want to utilize my hardware to max, while keeping the electricity bill (and cooling) as low as possible. This means that I need (want!) to run both the VMs and the Containers on the same host. I've