[Users] otopi.conf

Is there example on how to create otopi.conf file * see option *OTOPI_PYTHON [/usr/bin/python] i guess I could point it to python2 I hope I can get disable the attempt at installing rpm packages by yum. I dont believe Gentoo had patched otopi to install its packages. ts between attempted installs of ncurses-base-5.7-3.20090208.el6.x86_64 and ncurses-base-5.7-3.20090208.el6.x86_64 file /usr/share/terminfo/d/dumb conflicts between attempted installs of ncurses-base-5.7-3.20090208.el6.x86_64 and ncurses-base-5.7-3.20090208.el6.x86_64 file /usr/share/terminfo/l/linux conflicts between attempted installs of ncurses-base-5.7-3.20090208.el6.x86_64 and ncurses-base-5.7-3.20090208.el6.x86_64 file /usr/share/terminfo/v/vt100 conflicts between attempted installs of ncurses-base-5.7-3.20090208.el6.x86_64 and ncurses-base-5

----- Original Message -----
From: "jacek burghardt" <jaceksburghardt@gmail.com> To: users@ovirt.org Sent: Saturday, March 15, 2014 5:29:20 PM Subject: [Users] otopi.conf
Is there example on how to create otopi.conf file see option OTOPI_PYTHON [/usr/bin/python] i guess I could point it to python2 I hope I can get disable the attempt at installing rpm packages by yum. I dont believe Gentoo had patched otopi to install its packages.
Again, you provide partial information, no logs and no proper description of what you actually trying to do. I do not understand what you try to do... is it host problem or ovirt-engine problem. Gentoo port is available here[1], you can see how to modify python usage here[2][3]. [1] https://github.com/alonbl/ovirt-overlay [2] https://github.com/alonbl/ovirt-overlay/blob/master/app-emulation/ovirt-engi... [3] https://github.com/alonbl/ovirt-overlay/blob/master/app-emulation/ovirt-engi...
ts between attempted installs of ncurses-base-5.7-3.20090208.el6.x86_64 and ncurses-base-5.7-3.20090208.el6.x86_64 file /usr/share/terminfo/d/dumb conflicts between attempted installs of ncurses-base-5.7-3.20090208.el6.x86_64 and ncurses-base-5.7-3.20090208.el6.x86_64 file /usr/share/terminfo/l/linux conflicts between attempted installs of ncurses-base-5.7-3.20090208.el6.x86_64 and ncurses-base-5.7-3.20090208.el6.x86_64 file /usr/share/terminfo/v/vt100 conflicts between attempted installs of ncurses-base-5.7-3.20090208.el6.x86_64 and ncurses-base-5
I already replied you this in another thread, for host-deploy you should add the following file at host side. /etc/ovirt-host-deploy.conf.d/10-offline-packager.conf --- [environment:init] ODEPLOY/offlinePackager=bool:True PACKAGER/yumpackagerEnabled=bool:False --- Regards, Alon

Well what is the purpose of otopi.conf i would like otopi pointed to python 2.7 as arch linux has both 2.7 and 3.3 and python is pointed to 3.3 so looks like to me by setting up otopi.conf to /usr/bin/python2 i could get proper python

----- Original Message -----
From: "jacek burghardt" <jaceksburghardt@gmail.com> To: "Alon Bar-Lev" <alonbl@redhat.com> Cc: users@ovirt.org Sent: Saturday, March 15, 2014 9:22:44 PM Subject: Re: [Users] otopi.conf
Well what is the purpose of otopi.conf i would like otopi pointed to python 2.7 as arch linux has both 2.7 and 3.3 and python is pointed to 3.3 so looks like to me by setting up otopi.conf to /usr/bin/python2 i could get proper python
I already wrote you the answer. For engine-setup, either define global environment of OTOPI_PYTHON or put a file /etc/ovirt-engine-setup.env.d/01-archlinux.env --- export OTOPI_PYTHON="python2" --- For host you should have OTOPI_PYTHON at global environment or put a file /etc/otopi.env.d/01-archlinux.env --- export OTOPI_PYTHON="python2" --- If all works, we can have an option within engine to override this during deploy. Alon
participants (2)
-
Alon Bar-Lev
-
jacek burghardt