[ovirt-devel] Re: Error adding host to ovirt-engine in local development environment

2018-07-13 Thread Greg Sheremeta
Yes. On Fri, Jul 13, 2018, 6:45 AM Kaustav Majumder wrote: > Hi, > > Thanks for the script. Setting dev environment works fine. But were you > able to add hosts to it? > > On Friday 13 July 2018 03:26 AM, Greg Sheremeta wrote: > > Forgive me for being slightly off topic -- I made an ansible

[ovirt-devel] Re: Error adding host to ovirt-engine in local development environment

2018-07-13 Thread Kaustav Majumder
Hi, Thanks for the script. Setting dev environment works fine. But were you able to add hosts to it? On Friday 13 July 2018 03:26 AM, Greg Sheremeta wrote: Forgive me for being slightly off topic -- I made an ansible role to setup an engine dev environment. It works for me with the fc28 -->

[ovirt-devel] Re: Error adding host to ovirt-engine in local development environment

2018-07-12 Thread Yedidyah Bar David
On Thu, Jul 12, 2018 at 3:26 PM, Kaustav Majumder wrote: > Hi, > > I installed python2-ovirt-host-deploy too but its the same error. Will > install clean f27 on my system and try on that. > If it's because you are interested in re-adding fedora/dnf/python3 support, then fine, thanks! Gal is

[ovirt-devel] Re: Error adding host to ovirt-engine in local development environment

2018-07-12 Thread Kaustav Majumder
Hi, I installed python2-ovirt-host-deploy too but its the same error. Will install clean f27 on my system  and try on that. On Thursday 12 July 2018 05:51 PM, Yedidyah Bar David wrote: On Thu, Jul 12, 2018 at 2:22 PM, Kaustav Majumder > wrote: Hi, I

[ovirt-devel] Re: Error adding host to ovirt-engine in local development environment

2018-07-12 Thread Yedidyah Bar David
On Thu, Jul 12, 2018 at 2:22 PM, Kaustav Majumder wrote: > Hi, > > I checked the symlinks and it was broken in mine too. I have manually > changed them to point to python2.7. > Did you try installing python2-ovirt-host-deploy? > localhost in /usr/share/ovirt-host-deploy/interface-3/pythonlib

[ovirt-devel] Re: Error adding host to ovirt-engine in local development environment

2018-07-12 Thread Kaustav Majumder
Hi, I checked the symlinks and it was broken in mine too. I have manually changed them to point to python2.7. localhost in /usr/share/ovirt-host-deploy/interface-3/pythonlib ○ → ls -l total 4 lrwxrwxrwx. 1 root root 45 Jun 24 15:29 otopi -> ../../../../lib/python3.6/site-packages/otopi

[ovirt-devel] Re: Error adding host to ovirt-engine in local development environment

2018-07-12 Thread Yedidyah Bar David
On Wed, Jul 11, 2018 at 4:54 PM, Kaustav Majumder wrote: > > Hi, > > I installed python2-otopi rpm in the host and then when I try to add host it > gives the following error--> An error has occurred during installation of > Host 10.70.43.129: Internal error: No module named ovirt_host_deploy. >

[ovirt-devel] Re: Error adding host to ovirt-engine in local development environment

2018-07-11 Thread Kaustav Majumder
Hi, I installed python2-otopi rpm in the host and then when I try to add host it gives the following error--> *An error has occurred during installation of Host 10.70.43.129: Internal error: No module named ovirt_host_deploy.* I  am getting the same error when I manually copy the tar and

[ovirt-devel] Re: Error adding host to ovirt-engine in local development environment

2018-07-11 Thread Yuval Turgeman
It looks like you don't have python3 installed, so otopi falls back to /bin/python which is python2, but the python2 otopi module is not installed - try to install the python2-otopi rpm and see if it works for you. Thanks, Yuval. On Wed, Jul 11, 2018 at 4:13 PM, Kaustav Majumder wrote: > Hi, >

[ovirt-devel] Re: Error adding host to ovirt-engine in local development environment

2018-07-11 Thread Yedidyah Bar David
On Wed, Jul 11, 2018 at 10:21 AM, Kaustav Majumder wrote: > Hi, > > Following are the versions > > otopi-1.8.0-0.0.master.20180704073752.git9eed7fe.fc28 > > ovirt-host-deploy-common-1.8.0-0.0.master.20180624095611. > git827d6d1.fc28.noarch >

[ovirt-devel] Re: Error adding host to ovirt-engine in local development environment

2018-07-11 Thread Kaustav Majumder
Hi, Following are the versions otopi-1.8.0-0.0.master.20180704073752.git9eed7fe.fc28 ovirt-host-deploy-common-1.8.0-0.0.master.20180624095611.git827d6d1.fc28.noarch python2-ovirt-host-deploy-1.8.0-0.0.master.20180624095611.git827d6d1.fc28.noarch I copied the tar to the  host  and when I am

[ovirt-devel] Re: Error adding host to ovirt-engine in local development environment

2018-07-10 Thread Yedidyah Bar David
On Tue, Jul 10, 2018 at 1:24 PM, Kaustav Majumder wrote: > Hi, > > I am trying to setup ovirt engine dev environment in my local Fedora 28 > machine. > Do you want to use fedora 28 specifically? Or just get a dev env working? If latter, it's currently easier to use el7. > I have followed this