Re: [atomic-devel] Running VMs in Openshift

2017-04-12 Thread Stef Walter
On 30.03.2017 21:34, Colin Walters wrote: > On Thu, Mar 30, 2017, at 03:04 PM, Stef Walter wrote: >> After starting a VM in kubevirt, can access the qemu monitor or have >> libvirt access to that VM ... from a container in a kubernetes pod? > > To rephrase what Stef is saying: > > First, this is

Re: [atomic-devel] Running VMs in Openshift

2017-03-30 Thread Colin Walters
On Thu, Mar 30, 2017, at 03:34 PM, Colin Walters wrote: > On Thu, Mar 30, 2017, at 03:04 PM, Stef Walter wrote: > > After starting a VM in kubevirt, can access the qemu monitor or have > > libvirt access to that VM ... from a container in a kubernetes pod? > > To rephrase what Stef is saying: >

Re: [atomic-devel] Running VMs in Openshift

2017-03-30 Thread Colin Walters
On Thu, Mar 30, 2017, at 03:04 PM, Stef Walter wrote: > After starting a VM in kubevirt, can access the qemu monitor or have > libvirt access to that VM ... from a container in a kubernetes pod? To rephrase what Stef is saying: First, this is mostly about using VMs for *testing*. Not running pro

Re: [atomic-devel] Running VMs in Openshift

2017-03-30 Thread Stef Walter
On 22.03.2017 14:59, Fabian Deutsch wrote: > On Tue, Mar 21, 2017 at 5:45 PM, Stef Walter wrote: >> One of the cool things you can do when implementing integration testing >> is staging the test dependencies using an OCI image. And scheduling >> integration tests in Openshift is also nice. >> >> F

Re: [atomic-devel] Running VMs in Openshift

2017-03-22 Thread Fabian Deutsch
On Tue, Mar 21, 2017 at 5:45 PM, Stef Walter wrote: > One of the cool things you can do when implementing integration testing > is staging the test dependencies using an OCI image. And scheduling > integration tests in Openshift is also nice. > > For tests that integrate a full operating system, y

Re: [atomic-devel] Running VMs in Openshift

2017-03-22 Thread Stef Walter
On 22.03.2017 10:19, Antonio Murdaca wrote: > > > On Mar 22, 2017 10:13, "Stef Walter" > wrote: > > That's pretty cool. I imagine there's no Openshift pull request or > branch yet where I can play with this? > > > There's not at the moment :( hopefully...

Re: [atomic-devel] Running VMs in Openshift

2017-03-22 Thread Antonio Murdaca
On Mar 22, 2017 10:13, "Stef Walter" wrote: That's pretty cool. I imagine there's no Openshift pull request or branch yet where I can play with this? There's not at the moment :( hopefully... What kind of access would I have to the VM to test things like adding/removing devices, network i

Re: [atomic-devel] Running VMs in Openshift

2017-03-22 Thread Stef Walter
That's pretty cool. I imagine there's no Openshift pull request or branch yet where I can play with this? What kind of access would I have to the VM to test things like adding/removing devices, network interfaces, disks, rebooting, console access and so on? I ask, because those are the sorts of th

Re: [atomic-devel] Running VMs in Openshift

2017-03-22 Thread Antonio Murdaca
CRI-O can already do VMs workflows with Clear containers (as opposed to use Linux containers). Hopefully we'll have it in kubernetes soon and openshift could use it just for virtual machines workloads. On Mar 22, 2017 05:50, "Stef Walter" wrote: On 22.03.2017 04:49, Karanbir Singh wrote: > On 21

Re: [atomic-devel] Running VMs in Openshift

2017-03-21 Thread Stef Walter
On 22.03.2017 04:49, Karanbir Singh wrote: > On 21/03/17 16:45, Stef Walter wrote: >> One of the cool things you can do when implementing integration testing >> is staging the test dependencies using an OCI image. And scheduling >> integration tests in Openshift is also nice. >> >> For tests that i

Re: [atomic-devel] Running VMs in Openshift

2017-03-21 Thread Karanbir Singh
On 21/03/17 16:45, Stef Walter wrote: > One of the cool things you can do when implementing integration testing > is staging the test dependencies using an OCI image. And scheduling > integration tests in Openshift is also nice. > > For tests that integrate a full operating system, you need to sta

[atomic-devel] Running VMs in Openshift

2017-03-21 Thread Stef Walter
One of the cool things you can do when implementing integration testing is staging the test dependencies using an OCI image. And scheduling integration tests in Openshift is also nice. For tests that integrate a full operating system, you need to start up one or more VMs running that operating sys