Re: [ovirt-users] Docker images for oVirt engine

2017-06-05 Thread Jason Brooks
> > Once the images are built, you can deploy the complete oVirt application > running this: > > make deploy This is awesome, I've been playing w/ this on a centos host running origin 1.5.1. I've gotten stopped when I've tried to approve the host in the engine, that fails with an error message

Re: [ovirt-users] Docker images for oVirt engine

2017-05-30 Thread Leni Kadali Mutungi
On 5/22/17, Leni Kadali Mutungi wrote: > Step 26/34 : RUN sed -i 's/multipathd.service //g' > /usr/lib/systemd/system/vdsmd.service > ---> Running in 67d580645333 > sed: can't read /usr/lib/systemd/system/vdsmd.service: No such file or > directory > The command '/bin/sh

Re: [ovirt-users] Docker images for oVirt engine

2017-05-21 Thread Leni Kadali Mutungi
On 5/22/17, Leni Kadali Mutungi wrote: On 5/19/17, Juan Hernández wrote: > On 05/19/2017 05:20 AM, Leni Kadali Mutungi wrote: >> Running `make build` went fine until I saw this error: >> >> Step 26/34 : RUN sed -i 's/multipathd.service //g' >>

Re: [ovirt-users] Docker images for oVirt engine

2017-05-21 Thread Leni Kadali Mutungi
On 5/19/17, Juan Hernández wrote: > Did that restart of the docker daemon resolve the problem? > > As far as I can tell that 'RUN sed' instruction that failed is correct. > I just re-checked it in my environment and it works correctly. Looks > more like a resources issue or a

Re: [ovirt-users] Docker images for oVirt engine

2017-05-19 Thread Juan Hernández
On 05/19/2017 05:20 AM, Leni Kadali Mutungi wrote: > Running `make build` went fine until I saw this error: > > Step 26/34 : RUN sed -i 's/multipathd.service //g' > /usr/lib/systemd/system/vdsmd.service > ---> Running in 6a0948c94798 > ERRO[0104] containerd: notify OOM events

Re: [ovirt-users] Docker images for oVirt engine

2017-05-18 Thread Leni Kadali Mutungi
Running `make build` went fine until I saw this error: Step 26/34 : RUN sed -i 's/multipathd.service //g' /usr/lib/systemd/system/vdsmd.service ---> Running in 6a0948c94798 ERRO[0104] containerd: notify OOM events error=cgroup path for memory not found sed: can't read

Re: [ovirt-users] Docker images for oVirt engine

2017-05-18 Thread Juan Hernández
On 05/18/2017 05:29 AM, Leni Kadali Mutungi wrote: > On 5/15/17, Juan Hernández wrote: >> The tool that builds and deploy the containers to the OpenShift cluster >> is a program written in Go. It is compiled when you run 'make ...'. That >> means that you need to have the go

Re: [ovirt-users] Docker images for oVirt engine

2017-05-17 Thread Leni Kadali Mutungi
On 5/15/17, Juan Hernández wrote: > The tool that builds and deploy the containers to the OpenShift cluster > is a program written in Go. It is compiled when you run 'make ...'. That > means that you need to have the go development environment installed. > For example, in

Re: [ovirt-users] Docker images for oVirt engine

2017-05-15 Thread Juan Hernández
On 05/15/2017 05:24 AM, Leni Kadali Mutungi wrote: > Managed to run the OpenShift cluster well enough. When I went into the > ovirt-containers directory and tried to run `make build`, I got the > following error: > > for godep in gopkg.in/ini.v1 ; do \ >

Re: [ovirt-users] Docker images for oVirt engine

2017-05-14 Thread Leni Kadali Mutungi
Managed to run the OpenShift cluster well enough. When I went into the ovirt-containers directory and tried to run `make build`, I got the following error: for godep in gopkg.in/ini.v1 ; do \ GOPATH=""/home/herabus/ovirt-containers/tools"" go get ${godep}; \ done /bin/sh: 2: go:

Re: [ovirt-users] Docker images for oVirt engine

2017-05-11 Thread Juan Hernández
On 05/11/2017 08:54 AM, Barak Korren wrote: > On 11 May 2017 at 06:02, Leni Kadali Mutungi wrote: >>> On 5/10/17, Barak Korren wrote: That one is obsolete AFAIK. The oVirt container images are now being worked on in the 'ovirt-containers'

Re: [ovirt-users] Docker images for oVirt engine

2017-05-11 Thread Barak Korren
On 11 May 2017 at 06:02, Leni Kadali Mutungi wrote: >> On 5/10/17, Barak Korren wrote: >>> That one is obsolete AFAIK. The oVirt container images are now being >>> worked on in the 'ovirt-containers' repo. > > Checked it out. It seems more complicated

Re: [ovirt-users] Docker images for oVirt engine

2017-05-10 Thread Leni Kadali Mutungi
> On 5/10/17, Barak Korren wrote: >> That one is obsolete AFAIK. The oVirt container images are now being >> worked on in the 'ovirt-containers' repo. Checked it out. It seems more complicated than what I need, which would be just a Dockerfile that pulls the required image.

Re: [ovirt-users] Docker images for oVirt engine

2017-05-10 Thread Leni Kadali Mutungi
On 5/10/17, Barak Korren wrote: > That one is obsolete AFAIK. The oVirt container images are now being > worked on in the 'ovirt-containers' repo. > > GitHub generally contains a read-only mirror on the oVirt sources, > development work for most projects is done via

Re: [ovirt-users] Docker images for oVirt engine

2017-05-10 Thread Barak Korren
On 10 May 2017 at 17:46, Leni Kadali Mutungi wrote: > I noticed that there had been some discussion regarding Docker images > in the devel mailing list. I wanted to confirm that this: > https://github.com/oVirt/ovirt-container-engine is alright to use with > Docker. If