[Users] Problem with python-cpopen dependency on f19 AIO stable

2013-12-03 Thread Gianluca Cecchi
Hello,
since yesterday evening I have this sort of dependency problem with updates

yum update
say

Resolving Dependencies
--> Running transaction check
---> Package python-cpopen.x86_64 0:1.2.3-4.fc19 will be obsoleting
---> Package vdsm-python-cpopen.x86_64 0:4.13.0-11.fc19 will be obsoleted
--> Finished Dependency Resolution

Dependencies Resolved

=
 Package  Arch  Version
 Repository  Size
=
Installing:
 python-cpopenx86_64
1.2.3-4.fc19updates 19 k
 replacing  vdsm-python-cpopen.x86_64 4.13.0-11.fc19

Transaction Summary
=
Install  1 Package

If I go ahead and run yum update again I have:

Dependencies Resolved

=
 PackageArch   Version
   RepositorySize
=
Installing:
 vdsm-python-cpopen x86_64
4.13.0-11.fc19 ovirt-stable  20 k
 replacing  python-cpopen.x86_64 1.2.3-4.fc19

Transaction Summary
=
Install  1 Package

and so again in a loop

Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] intallation problems

2013-12-03 Thread Alon Bar-Lev


- Original Message -
> From: "Peter Lerche" 
> To: "Dimitriy Groisman" 
> Cc: users@ovirt.org
> Sent: Wednesday, December 4, 2013 9:49:13 AM
> Subject: Re: [Users] intallation problems
> 
> 
> 
> Hi,
> 
> I have been fighting for days with the all-in-one installation but came up
> with this solution after getting super help from oVirt team on this list.
> 

Thank you for not giving up!

> 
> 
> 
> 
> Prep the OS Centos 6 64bit
> 
> make sure that it is permitted to login as root
> # nano /etc/ssh/sshd_config
> set: PermitRootLogin yes

Added a check[1], BTW: you can use without-password which is safer.

> 
> to verify the correct hostname run:
> # hostname
> if the hostname is wrong set it via:
> # system-config-network

This should have been OK you should have get an error, can you please elaborate 
what the problem was?

> 
> make sure that the /root/.ssh has the correct rights.
> # chmod 700 /root/.ssh

Fixed at[1]

> check that the "locale" is set to handle UTF-8
> # echo $LANG
> if the output does not contain "UTF-8" in text string change the "locale"
> config (Java needs UTF-8 encoding)
> # nano /etc/sysconfig/i18n
> set: LANG="en_US.UTF-8"

Fixed at [2]


[1] http://gerrit.ovirt.org/#/c/21874/
[2] http://gerrit.ovirt.org/#/c/21852/

> 
> Run reboot to make sure that it all work. (it is not enough to reload the
> network - I do not know why)
> # reboot
> 
> Start installing oVirt
> 
> # yum localinstall -y
> http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
> # yum localinstall –y
> http://resources.ovirt.org/releases/ovirt-release-el.noarch.rpm
> # yum update -y
> you need to clean the cache otherwise you will get an http 404 error for some
> libs.
> # yum clean all
> 
> # yum install -y ovirt-engine-setup-plugin-allinone
> # engine-setup
> 
> DONE.
> 
> --
> Best regards
> 
> Peter Lerche
> 
> EasySpeedy ApS
> 377, Diplomvej
> Scion-DTU Science Park
> DK-2800, Kgs. Lyngby
> Denmark
> Phone: +45 4594 1401
> 
> http://EasySpeedy.com
> _
> European Quality Unmanaged Server Hosting
> Permanent KVMoIP included in all dedicated servers
> Network and Power Uptime - 99,98% Since 16 Jan 2006
> Follow us on Twitter - https://twitter.com/easyspeedy
> _
> 
> 
> 
> 
> 
> During the All-In-One plugin i get an error :
> 
> 
> 
> http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-6/x86_64/repodata/f23900ffcdcd2712670207635f1fbb0b27407f78591ccbaa313501d53b2c4cb2-filelists.sqlite.bz2:
> [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not
> Found"
> Trying other mirror.
> Error: failure:
> repodata/f23900ffcdcd2712670207635f1fbb0b27407f78591ccbaa313501d53b2c4cb2-filelists.sqlite.bz2
> from glusterfs-epel: [Errno 256] No more mirrors to try.
> 
> 
> 
> 
> is there a workaround this problem?
> 
> 
> 
> 
> Thank you.
> 
> 
> 
> 
> 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] intallation problems

2013-12-03 Thread Peter Lerche
Hi, 

I have been fighting for days with the all-in-one installation but came up with 
this solution after getting super help from oVirt team on this list. 

Prep the OS Centos 6 64bit 

make sure that it is permitted to login as root 
# nano /etc/ssh/sshd_config 
set: PermitRootLogin yes 

to verify the correct hostname run: 
# hostname 
if the hostname is wrong set it via: 
# system-config-network 

make sure that the /root/.ssh has the correct rights. 
# chmod 700 /root/.ssh 

check that the "locale" is set to handle UTF-8 
# echo $LANG 
if the output does not contain "UTF-8" in text string change the "locale" 
config (Java needs UTF-8 encoding) 
# nano /etc/sysconfig/i18n 
set: LANG="en_US.UTF-8" 

Run reboot to make sure that it all work. (it is not enough to reload the 
network - I do not know why) 
# reboot 

Start installing oVirt 

# yum localinstall -y 
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 
# yum localinstall –y 
http://resources.ovirt.org/releases/ovirt-release-el.noarch.rpm 
# yum update -y 
you need to clean the cache otherwise you will get an http 404 error for some 
libs. 
# yum clean all 

# yum install -y ovirt-engine-setup-plugin-allinone 
# engine-setup 

DONE. 

-- 
Best regards 

Peter Lerche 

EasySpeedy ApS 
377, Diplomvej 
Scion-DTU Science Park 
DK-2800, Kgs. Lyngby 
Denmark 
Phone: +45 4594 1401 

http://EasySpeedy.com 
_ 
European Quality Unmanaged Server Hosting 
Permanent KVMoIP included in all dedicated servers 
Network and Power Uptime - 99,98% Since 16 Jan 2006 
Follow us on Twitter - https://twitter.com/easyspeedy 
_ 

- Original Message -

> During the All-In-One plugin i get an error :

> http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-6/x86_64/repodata/f23900ffcdcd2712670207635f1fbb0b27407f78591ccbaa313501d53b2c4cb2-filelists.sqlite.bz2:
> [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404
> Not Found"
> Trying other mirror.
> Error: failure:
> repodata/f23900ffcdcd2712670207635f1fbb0b27407f78591ccbaa313501d53b2c4cb2-filelists.sqlite.bz2
> from glusterfs-epel: [Errno 256] No more mirrors to try.

> is there a workaround this problem?

> Thank you.

> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] intallation problems

2013-12-03 Thread Dimitriy Groisman
During the All-In-One plugin i get an error : 



http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-6/x86_64/repodata/f23900ffcdcd2712670207635f1fbb0b27407f78591ccbaa313501d53b2c4cb2-filelists.sqlite.bz2:
 [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" 
Trying other mirror. 
Error: failure: 
repodata/f23900ffcdcd2712670207635f1fbb0b27407f78591ccbaa313501d53b2c4cb2-filelists.sqlite.bz2
 from glusterfs-epel: [Errno 256] No more mirrors to try. 




is there a workaround this problem? 




Thank you. 





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ovirtmgmt not installed

2013-12-03 Thread Pascal Jakobi
At the end, I could not make an F19 Fedora host work against a 3.3 engine. I 
suggest someone from the eng team has a look at it. some stuff just does not 
work there.


Therefore, I downgraded the fedora host to F18. On the engine side, I got the 
following error message :

Host lab2 is compatible with versions (3.0,3.1,3.2) and cannot join Cluster 
Default which is set to version 3.3.

Don't know what is to be set

Anyway, I created a 3.2 cluster and installed the host into it. Seems to work 
(the host is up).

Thanks again for support. 



Pascal Jakobi
116 rue de Stalingrad
93100 Montreuil, France
Tel : + 33 6 87 47 58 19
@ : pjak...@yahoo.fr



Le Mardi 3 décembre 2013 14h04, Pascal Jakobi  a écrit :
 
Will do within a couple of hours.
Many, many thanks
 
Pascal Jakobi
116 rue de Stalingrad
93100 Montreuil, France
Tel : + 33 6 87 47 58 19
@ : pjak...@yahoo.fr



Le Mardi 3 décembre 2013 13h43, Antoni Segura Puimedon  a 
écrit :
 
Hi Pacal,

Would you mind joining #ovirt at irc.oftc.net and pinging apuimedo?
I have some questions that could be faster solved online.

Best,

Antoni

- Original Message -
> From: "Pascal Jakobi" 
> To: "Pascal Jakobi" , "Moti Asayag" 
> 
> Cc: users@ovirt.org
> Sent: Tuesday, December 3, 2013 1:11:36 PM
> Subject: Re: [Users] ovirtmgmt not installed
> 
> Still the same, even with networking working like a charm...
> Any idea ?
> 
> [root@lab2 vdsm]# vdsClient -s 0 getVdsCaps
> HBAInventory = {'FC': [], 'iSCSI': [{'InitiatorName':
> 'iqn.1994-05.com.redhat:a0bc8a5f9a5d'}]}
> ISCSIInitiatorName = 'iqn.1994-05.com.redhat:a0bc8a5f9a5d'
> bondings = {'bond0': {'addr': '',
> 'cfg': {},
> 'hwaddr': '96:9d:8f:27:e1:8f',
> 'ipv6addrs': [],
> 'mtu': '1500',
> 'netmask': '',
> 'slaves': []}}
> bridges = {}
> clusterLevels = ['3.0', '3.1', '3.2', '3.3']
> cpuCores = '4'
> cpuFlags =
> 'fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,eagerfpu,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,smx,est,tm2,ssse3,cx16,xtpr,pdcm,pcid,dca,sse4_1,sse4_2,x2apic,popcnt,tsc_deadline_timer,aes,xsave,avx,lahf_lm,ida,arat,epb,xsaveopt,pln,pts,dtherm,tpr_shadow,vnmi,flexpriority,ept,vpid,model_Nehalem,model_Conroe,model_coreduo,model_core2duo,model_Penryn,model_Westmere,model_n270,model_SandyBridge'
> cpuModel = 'Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz'
> cpuSockets = '1'
> cpuSpeed = '3708.000'
> cpuThreads = '8'
> emulatedMachines = ['pc',
> 'q35',
> 'isapc',
> 'pc-0.10',
> 'pc-0.11',
> 'pc-0.12',
> 'pc-0.13',
> 'pc-0.14',
> 'pc-0.15',
> 'pc-1.0',
> 'pc-1.1',
> 'pc-1.2',
> 'pc-1.3',
> 'none']
> guestOverhead = '65'
> hooks = {}
> kvmEnabled = 'true'
> lastClient = '192.168.1.41'
> lastClientIface = 'em1'
> management_ip = '0.0.0.0'
> memSize = '16001'
> netConfigDirty = 'True'
> networks = {}
> nics = {'em1': {'addr': '192.168.1.42',
> 'cfg': {},
> 'hwaddr': '00:1a:6b:51:de:b4',
> 'ipv6addrs': ['fe80::21a:6bff:fe51:deb4/64'],
> 'mtu': '1500',
> 'netmask': '255.255.255.0',
> 'speed': 100}}
> operatingSystem = {'name': 'Fedora', 'release': '4', 'version': '19'}
> packages2 = {'kernel': {'buildtime': 1384978944.0,
> 'release': '200.fc19.x86_64',
> 'version': '3.11.9'},
> 'libvirt': {'buildtime': 1384730741,
> 'release': '2.fc19',
> 'version': '1.0.5.7'},
> 'mom': {'buildtime': 1375215820, 'release': '3.fc19', 'version': '0.3.2'},
> 'qemu-img': {'buildtime': 1383700301,
> 'release': '13.fc19',
> 'version': '1.4.2'},
> 'qemu-kvm': {'buildtime':
 1383700301,
> 'release': '13.fc19',
> 'version': '1.4.2'},
> 'spice-server': {'buildtime': 1383130020,
> 'release': '3.fc19',
> 'version': '0.12.4'},
> 'vdsm': {'buildtime': 1384274283, 'release': '11.fc19', 'version': '4.13.0'}}
> reservedMem = '321'
> software_revision = '11'
> software_version = '4.13'
> supportedENGINEs = ['3.0', '3.1', '3.2', '3.3']
> supportedProtocols = ['2.2', '2.3']
> uuid = '0A583269-811F-E211-AA06-001A6B51DEB4'
> version_name = 'Snow Man'
> vlans = {}
> vmTypes = ['kvm']
> [root@lab2 vdsm]#
> 
> 
>
 Pascal Jakobi
> 116 rue de Stalingrad
> 93100 Montreuil, France
> Tel : + 33 6 87 47 58 19
> @ : pjak...@yahoo.fr
> 
> 
> Le Lundi 2 décembre 2013 10h31, Pascal Jakobi  a
> écrit :
> As a matter of fact, when I installed F19, it created an eno1 device, aliased
> to em1. Don't know why, yet.
> Even adding a "GATEWAY" clause in /etc/sysconfig/network does not seem to
> change the problem
> 
> Will check how to change the device name.
> 
> 
> 2013/12/1 Moti Asayag < masa...@redhat.com >
> 
> 
> Hi Pascal,
> 
> - Original Message -
> > From: "Pascal Jakobi" < pascal.jak...@gmail.com >
> > To: "Mike Kolesnik" < mkole...@redhat.com >
> > Cc: users@ovirt.org , masa...@redhat.com
> > Sent: Sunday, December 1, 2013 10:58:40
 AM
> > Subject: Re: ovirtmgmt not installed
> > 
> > Mike
> > 
> > Here you go. However, please note that I must investigate the c

Re: [Users] Unable to log on with expired passord

2013-12-03 Thread Itamar Heim

On 12/04/2013 12:19 AM, Sigbjorn Lie wrote:

On 16/10/13 00:22, Itamar Heim wrote:

On 10/15/2013 10:31 AM, Sigbjorn Lie wrote:

Hi,

I am doing a POC of RHEV 3.2 VDI for a customer. Their users are
located in an IPA server, and
RHEV and IPA has been connected using rhevm-manage-domains.

During the POC we discovered that users which have expired password
cannot log on. They receive an
Incorrect password error message.

1. They should at least receive a Your password has expired error
instead of the Incorrect
password error message as this is confusing for the user.


3.3 has the motd to provide some info/url to IPA password changing.


I've installed 3.3 as a test and I can see that it's now correctly
advising the user that his password has expired. But it does not provide
the user with an option to change his/her password.



2. This creates a problem, as every time a password is reset in IPA,
it's automatically set to be
expired so the user will change password at next logon.

Is there a way around this?


use the IPA web form to change the password by the user.


This is a manual process for the user to be aware of and will generate
calls to the helpdesk. I believe it would create a much better user
experience to allow the password to the changed as a part of the login
procedure.

Or adding an option to work the same way as our current Secure Global
Desktop solution allows us to do; Logging in the user with the expired
password, and then the password is being changed as a part of the login
procedure to the Linux Desktop.

And this is a scenario that will be coming up often, as that every time
a new user is added or a password is reset for an existing user in Red
Hat IdM, the password is set to be expired so that the user is forced to
change it on next logon, and no option is provided in Red Hat IdM to
work around this.

In our environment the users who will use the Linux VDI solution through
the User Portal will be using a Windows desktop and this will be their
only link into the Linux environment where they're required to log on
using a username and password from Red Hat IdM.


the problem is each authentication provider has a different method to 
change password (no standard for this).
as a first step, we added in 3.3 the motd option (message of the day), 
you can use that to put a text specifying in case of password expirtaion 
to use the IPA web url.


we'll another tweak to manage domains, to allow specyfing the password 
expirtation web form change url per domain, and show it for password 
expirtaion.


then we can look about actually supporting this for specific providers.





I would like to see the user being able to log on the User Portal
with the expired password, and
then he will be asked to change his password as usual once he's
logging into his Linux VDI
machine.


for ovirt, open a BZ for an RFE to show expired password and link to
web page for changing it.
for rhev, open a support ticket to get proper tracking, etc.


https://bugzilla.redhat.com/show_bug.cgi?id=1037844

A ticket has been opened for RHEV referencing the BZ above.

Thanks.



Thanks,
   Itamar





Regards,
Siggi





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users







___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Unable to log on with expired passord

2013-12-03 Thread Sigbjorn Lie

On 16/10/13 00:22, Itamar Heim wrote:

On 10/15/2013 10:31 AM, Sigbjorn Lie wrote:

Hi,

I am doing a POC of RHEV 3.2 VDI for a customer. Their users are 
located in an IPA server, and

RHEV and IPA has been connected using rhevm-manage-domains.

During the POC we discovered that users which have expired password 
cannot log on. They receive an

Incorrect password error message.

1. They should at least receive a Your password has expired error 
instead of the Incorrect

password error message as this is confusing for the user.


3.3 has the motd to provide some info/url to IPA password changing.

I've installed 3.3 as a test and I can see that it's now correctly 
advising the user that his password has expired. But it does not provide 
the user with an option to change his/her password.




2. This creates a problem, as every time a password is reset in IPA, 
it's automatically set to be

expired so the user will change password at next logon.

Is there a way around this?


use the IPA web form to change the password by the user.

This is a manual process for the user to be aware of and will generate 
calls to the helpdesk. I believe it would create a much better user 
experience to allow the password to the changed as a part of the login 
procedure.


Or adding an option to work the same way as our current Secure Global 
Desktop solution allows us to do; Logging in the user with the expired 
password, and then the password is being changed as a part of the login 
procedure to the Linux Desktop.


And this is a scenario that will be coming up often, as that every time 
a new user is added or a password is reset for an existing user in Red 
Hat IdM, the password is set to be expired so that the user is forced to 
change it on next logon, and no option is provided in Red Hat IdM to 
work around this.


In our environment the users who will use the Linux VDI solution through 
the User Portal will be using a Windows desktop and this will be their 
only link into the Linux environment where they're required to log on 
using a username and password from Red Hat IdM.




I would like to see the user being able to log on the User Portal 
with the expired password, and
then he will be asked to change his password as usual once he's 
logging into his Linux VDI

machine.


for ovirt, open a BZ for an RFE to show expired password and link to 
web page for changing it.

for rhev, open a support ticket to get proper tracking, etc.


https://bugzilla.redhat.com/show_bug.cgi?id=1037844

A ticket has been opened for RHEV referencing the BZ above.

Thanks.



Thanks,
   Itamar





Regards,
Siggi





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] crafting a POST request to the oVirt API manually

2013-12-03 Thread i iordanov
Hello,

Can somebody give me some pointers on how to craft POST requests to the API
"by hand" with (for example) a Firefox plugin like Poster:

https://addons.mozilla.org/en-US/firefox/addon/poster/

It would be very helpful for libgovirt development.

Thanks!
iordan

-- 
The conscious mind has only one thread of execution.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Fwd: [Engine-devel] Adding users and assigning roles in Ovirt

2013-12-03 Thread Einav Cohen
[moving discussion to the users mailing list]

while it seems that we all agree that adding some sort of a wizard 
that will allow easy permission assignment to newly-added users, it 
doesn't seem like something that can be accomplished soon (e.g. for 
ovirt 3.4). 

maybe we can utilize Ramesh's initial suggestion [1] for the short term - 
allow assignment of *System* permissions in the context of the 'Add 
User(s)' dialog [with an explicit clarification within the dialog that 
we are talking about *System* permissions, so that the admin will be 
aware that the privileges that he can assign in this context would be 
very permissive]

any thoughts?
how extensively are system permissions used in oVirt in general? 
[if adding a system permission is not a common/popular action, there 
is no reason to expose it in the 'Add User(s)' dialog, since it will 
probably be hardly used anyway]

maybe different ideas for short-term solutions?


Thanks,
Einav


[1] http://lists.ovirt.org/pipermail/engine-devel/2013-December/006059.html


- Forwarded Message -
From: "Yair Zaslavsky" 
To: "Einav Cohen" 
Cc: "Oved Ourfalli" , engine-de...@ovirt.org
Sent: Monday, December 2, 2013 4:09:10 PM
Subject: Re: [Engine-devel] Adding users and assigning roles in Ovirt



- Original Message -
> From: "Einav Cohen" 
> To: "Malini Rao" 
> Cc: "Oved Ourfalli" , engine-de...@ovirt.org
> Sent: Monday, December 2, 2013 9:55:45 PM
> Subject: Re: [Engine-devel] Adding users and assigning roles in Ovirt
> 
> > - Original Message -
> > From: "Malini Rao" 
> > Sent: Monday, December 2, 2013 2:20:06 PM
> > 
> > Joining in the thread a bit green but wouldn't it be ok to add the new user
> > with the most basic permissions by default ( may be just read only
> > permissions)until the admin goes and deliberately tweaks permissions or
> > assigns a role?
> 
> this is similar to what Oved has suggested, but I think that it won't really
> make any difference, since there is very little chance, in my view, that
> these
> permissions would be sufficient for anything - the admin would need to assign
> additional/different permissions at some point anyway, so not much point in
> allowing that default minimal assignment in the first place - we might as
> well
> keep the 'Add User(s)' dialog as is.
> 
> > 
> > Also, if we add that roles drop down as Einav mentioned, isn't there a way
> > to
> > only show that drop down if the logged in user is an admin role?
> 
> the logged in user must be an admin, as the 'Add User(s)' dialog (which is
> available from the Users main tab) exists only in the web-admin, which is
> accessible only to admins by definition.
> 
> > 
> > +1 on the user adding wizard. I think in general connecting related task
> > flows together will improve the overall UX too.

+1 here
> 
> agreed.
> 
> > 
> > Thanks
> > Malini
> > 
> > - Original Message -
> > From: "Einav Cohen" 
> > To: "Gilad Chaplik" , "Ramesh" ,
> > "Oved Ourfalli" 
> > Cc: engine-de...@ovirt.org
> > Sent: Monday, December 2, 2013 1:37:57 PM
> > Subject: Re: [Engine-devel] Adding users and assigning roles in Ovirt
> > 
> > we should definitely not completely remove the possibility to add
> > permission-less users to the system,
> > due to possible use-cases as Gilad mentioned and/or simply to allow the
> > flexibility of adding the user
> > first, and only then adding the relevant (business entity and) permissions,
> > should the admin choose to
> > do so.
> > 
> > the more correct location to add system permissions to a user would
> > probably
> > be a 'Add System Permission'
> > dialog that will be available from the Permissions sub-tab of the Users
> > main
> > tab, however it won't allow
> > to assign system permissions to several users at once, so I understand the
> > need for this ability within
> > the 'Add User(s)' dialog.
> > 
> > I think that adding an "allow user to login" check-box would not be good
> > enough, since once a user
> > would be able to login, he won't be able to do (or even see) anything
> > (well,
> > other than the 'Blank'
> > Template, maybe), so the admin would need to assign additional permissions
> > to
> > this user anyway.
> > The minimal solution in my view is to add a "assign these users the
> > following
> > system permissions"
> > check-box, with a Roles drop down; as Gilad mentioned - need to be very
> > careful with that, as
> > system-wide permissions are powerful.
> > A more comprehensive solution (more complex for implementation) would
> > probably be, as Oved mentioned,
> > some sort of a user-adding-wizard, that will allow easy
> > permissions-assignment (maybe even not only
> > system-wide permissions) to the newly-added users.
> > 
> > 
> > Thanks,
> > Einav
> > 
> > - Original Message -
> > > From: "Gilad Chaplik" 
> > > To: "Oved Ourfalli" 
> > > Cc: engine-de...@ovirt.org
> > > Sent: Monday, December 2, 2013 3:47:56 AM
> > > Subject: Re: [Engine-devel] Adding users and assigning 

Re: [Users] CentOS upgrade from 3.2 to 3.3

2013-12-03 Thread squadra
Same here, worked absolutly flawless. From me also a huge Thank you!

Cheers,

Juergen


On Mon, Dec 2, 2013 at 3:32 PM, Karli Sjöberg  wrote:

> Hi all!
>
> Just wanted to express my deepest admiration for the progress of this
> project. You may or may not remember my quest for upgrading from 3.1 to
> 3.2 and just how difficult a seemingly trivial thing can turn out to be
> quite the ordeal...
>
> This time around, we followed this post by dreyou on how to go from his
> 3.2-repo to the ovirt.org stable repo 3.3:
> http://wiki.dreyou.org/dokuwiki/doku.php?id=ovirt_rpm_start33
>
> And the whole process _just worked_! Something that actually made me
> even more nervous, left me feeling like "OK, so this is going just too
> well, I´ve got a bad feeling about this...":) But no, nothing ever blew
> us out the sky and the entire process of upgrading the engine and six
> hosts went through in just under the hour from start to finish! Best
> part is of course that our customers VM´s never even noticed; a
> completely live upgrade. Awesome!
>
> I mean, I worked my ass off trying to go from 3.1 to 3.2, I´ve actually
> put a mental block on the actual time it took, but probably six months
> of planning and trial and error, to have this done in under an hour...
> All I can say is THANK YOU! Both to you developers of oVirt and a
> special thank you to dreyou for posting such a well-written manual.
> Thank you. Thank you. Thank you:)
>
>
> --
>
> Med Vänliga Hälsningar
>
> ---
> Karli Sjöberg
> Swedish University of Agricultural Sciences
> Box 7079 (Visiting Address Kronåsvägen 8)
> S-750 07 Uppsala, Sweden
> Phone:  +46-(0)18-67 15 66
> karli.sjob...@slu.se
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>



-- 

Sent from the Delta quadrant using Borg technology!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] qemu: too many ide bus during v2v migration

2013-12-03 Thread Richard W.M. Jones
On Tue, Dec 03, 2013 at 03:00:37PM +0100, Stefan Wendler wrote:
> Hi,
> 
> we're currently migrating over from esxi to ovirt. V2v is pretty smooth, up 
> until I try to migrate a vm with more than 3 SCSI disks.
> The disks are exported from esxi as IDE and after the disks have been copied 
> over, the process fails with "qemu: Too many IDE bus"
> Is there a practical way to fix this?

You only need to use virt-v2v on operating system disks.  Any data
disks can just be 'dd'-ed over.

Of course this may not be helpful if you have 3 or more OS disks, but
we have fixed this upstream so at least it won't be broken in the next
version ...

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] qemu: too many ide bus during v2v migration

2013-12-03 Thread Matthew Booth
On Tue, 2013-12-03 at 15:00 +0100, Stefan Wendler wrote:
> Hi,
> 
> we're currently migrating over from esxi to ovirt. V2v is pretty smooth, up 
> until I try to migrate a vm with more than 3 SCSI disks.
> The disks are exported from esxi as IDE and after the disks have been copied 
> over, the process fails with "qemu: Too many IDE bus"
> Is there a practical way to fix this?

Unfortunately this is a legacy limitation of virt-v2v which is very hard
to remove. You can try to fix it by manually patching GuestfsHandle.pm
in virt-v2v to remove the 'iface' argument to add_drive_opts.
Specifically, find the following:

$g->add_drive_opts($path,
   format => $format,
   iface => $interface,
   name => $name);

and change it to:

$g->add_drive_opts($path,
   format => $format,
   name => $name);

and find the following:

$g->add_drive_opts($transfer,
   format => 'raw', iface => $interface,
readonly => 1)
if defined($transfer);

and change it to:

$g->add_drive_opts($transfer,
   format => 'raw', readonly => 1)
if defined($transfer);

The effects of this change are not well tested, and will definitely
break conversion of older RHEL guests. Guests which natively support
virtio should probably be ok, though.

Matt

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] CentOS upgrade from 3.2 to 3.3

2013-12-03 Thread Dave Neary
Hi Karli,

On 12/02/2013 03:32 PM, Karli Sjöberg wrote:
> Just wanted to express my deepest admiration for the progress of this
> project.

Thank you! Your email made my day.

> This time around, we followed this post by dreyou on how to go from his
> 3.2-repo to the ovirt.org stable repo 3.3:
> http://wiki.dreyou.org/dokuwiki/doku.php?id=ovirt_rpm_start33
> 
> And the whole process _just worked_! Something that actually made me
> even more nervous, left me feeling like "OK, so this is going just too
> well, I´ve got a bad feeling about this...":) But no, nothing ever blew
> us out the sky and the entire process of upgrading the engine and six
> hosts went through in just under the hour from start to finish! Best
> part is of course that our customers VM´s never even noticed; a
> completely live upgrade. Awesome!
> 
> I mean, I worked my ass off trying to go from 3.1 to 3.2, I´ve actually
> put a mental block on the actual time it took, but probably six months
> of planning and trial and error, to have this done in under an hour...
> All I can say is THANK YOU! Both to you developers of oVirt and a
> special thank you to dreyou for posting such a well-written manual.
> Thank you. Thank you. Thank you:)

I would also like to thank Dreyou for his long-time support of oVirt,
first with his EL6 packages, and also with very useful documentation
contributions.

Cheers,
Dave.

-- 
Dave Neary - Community Action and Impact
Open Source and Standards, Red Hat - http://community.redhat.com
Ph: +33 9 50 71 55 62 / Cell: +33 6 77 01 92 13
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] What agents are needed?

2013-12-03 Thread Sven Kieske


Am 03.12.2013 14:23, schrieb Michal Skrivanek:
> if you need detailed utilization statistics, app list, guest IP reporting, 
> SSO  you need ovirt-guest-agent.

if you need MoM working (ballooning, KSM) you also need ovirt-guest-agent.

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] qemu: too many ide bus during v2v migration

2013-12-03 Thread Stefan Wendler
Hi,

we're currently migrating over from esxi to ovirt. V2v is pretty smooth, up 
until I try to migrate a vm with more than 3 SCSI disks.
The disks are exported from esxi as IDE and after the disks have been copied 
over, the process fails with "qemu: Too many IDE bus"
Is there a practical way to fix this?

Thanks for your help,
Stefan

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] What agents are needed?

2013-12-03 Thread Michal Skrivanek

On Dec 3, 2013, at 10:52 , Vinzenz Feenstra  wrote:

> On 11/30/2013 09:49 PM, Blaster wrote:
>> There doesn't seem to be a single "tools" or "agent" install like there is 
>> under ESXi, that's required to be installed under ovirt, instead I've seen 
>> references to
>> 
>> 1) virtio drivers
>> 2) Spice drivers
>> 3) qemu agent
>> 
>> What's really needed under both Windows and Linux to get guests working 
>> properly?
> Well it depends on what you consider 'working properly'
> 
> Mainly you will need to have the VirtIO drivers, the Spice Drivers and the 
> Spice VDAgent
> For additional features supported by oVirt you'll also need the 
> ovirt-guest-agent
> The qemu agent is currently optional, however will be required together with 
> the ovirt-guest-agent at some point to support some additional features.
> 
>> 
>> Are all these agents included in Fedora?
> Yes they are.

btw the virtio drivers are already in kernel so for a bare minimum 
functionality you're ready to go without any additional sw on Fedora. If you 
want copy&paste in SPICE you need vdagent, if you need detailed utilization 
statistics, app list, guest IP reporting, SSO  you need ovirt-guest-agent. If 
you need the new backup API and hotplug CPU in the future you'll need qemu-ga 
as well

Thanks,
michal

>> 
>> 
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
> 
> 
> -- 
> Regards,
> 
> Vinzenz Feenstra | Senior Software Engineer
> RedHat Engineering Virtualization R & D
> Phone: +420 532 294 625
> IRC: vfeenstr or evilissimo
> 
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-03 Thread Michal Skrivanek

On Dec 3, 2013, at 10:55 , Vinzenz Feenstra  wrote:

> On 12/02/2013 09:15 PM, Blaster wrote:
>> 
>> I've been able to find prebuilt virt-io drivers and spice agents for 
>> Windows.  Are there any repositories for prebuilt qemu-agent and ovirt 
>> agents for Windows?
> Unfortunately no.

we're just lacking the capacity. If someone can put it together there's no 
problem to host it at ovirt.org

Thanks,
michal

>> 
>> 
>> 
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
> 
> 
> -- 
> Regards,
> 
> Vinzenz Feenstra | Senior Software Engineer
> RedHat Engineering Virtualization R & D
> Phone: +420 532 294 625
> IRC: vfeenstr or evilissimo
> 
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Fwd: oVirt 3.3.1 REST-API: UML for all Objects?

2013-12-03 Thread Sven Kieske
Thanks for the fast and helpful reply, this helps our
developers!

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ovirtmgmt not installed

2013-12-03 Thread Pascal Jakobi
Still the same, even with networking working like a charm...
Any idea ?

[root@lab2 vdsm]# vdsClient -s 0 getVdsCaps
    HBAInventory = {'FC': [], 'iSCSI': [{'InitiatorName': 
'iqn.1994-05.com.redhat:a0bc8a5f9a5d'}]}
    ISCSIInitiatorName = 'iqn.1994-05.com.redhat:a0bc8a5f9a5d'
    bondings = {'bond0': {'addr': '',
      'cfg': {},
      'hwaddr': '96:9d:8f:27:e1:8f',
      'ipv6addrs': [],
      'mtu': '1500',
      'netmask': '',
      'slaves': []}}
    bridges = {}
    clusterLevels = ['3.0', '3.1', '3.2', '3.3']
    cpuCores = '4'
    cpuFlags = 
'fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,eagerfpu,pni,pclmulqdq,dtes64,monitor,ds_cpl,vmx,smx,est,tm2,ssse3,cx16,xtpr,pdcm,pcid,dca,sse4_1,sse4_2,x2apic,popcnt,tsc_deadline_timer,aes,xsave,avx,lahf_lm,ida,arat,epb,xsaveopt,pln,pts,dtherm,tpr_shadow,vnmi,flexpriority,ept,vpid,model_Nehalem,model_Conroe,model_coreduo,model_core2duo,model_Penryn,model_Westmere,model_n270,model_SandyBridge'
    cpuModel = 'Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz'
    cpuSockets = '1'
    cpuSpeed = '3708.000'
    cpuThreads = '8'
    emulatedMachines = ['pc',
        'q35',
        'isapc',
        'pc-0.10',
        'pc-0.11',
        'pc-0.12',
        'pc-0.13',
        'pc-0.14',
        'pc-0.15',
        'pc-1.0',
        'pc-1.1',
        'pc-1.2',
        'pc-1.3',
        'none']
    guestOverhead = '65'
    hooks = {}
    kvmEnabled = 'true'
    lastClient = '192.168.1.41'
    lastClientIface = 'em1'
    management_ip = '0.0.0.0'
    memSize = '16001'
    netConfigDirty = 'True'
    networks = {}
    nics = {'em1': {'addr': '192.168.1.42',
        'cfg': {},
        'hwaddr': '00:1a:6b:51:de:b4',
        'ipv6addrs': ['fe80::21a:6bff:fe51:deb4/64'],
        'mtu': '1500',
        'netmask': '255.255.255.0',
        'speed': 100}}
    operatingSystem = {'name': 'Fedora', 'release': '4', 'version': '19'}
    packages2 = {'kernel': {'buildtime': 1384978944.0,
        'release': '200.fc19.x86_64',
        'version': '3.11.9'},
     'libvirt': {'buildtime': 1384730741,
     'release': '2.fc19',
     'version': '1.0.5.7'},
     'mom': {'buildtime': 1375215820, 'release': '3.fc19', 
'version': '0.3.2'},
     'qemu-img': {'buildtime': 1383700301,
      'release': '13.fc19',
      'version': '1.4.2'},
     'qemu-kvm': {'buildtime': 1383700301,
      'release': '13.fc19',
      'version': '1.4.2'},
     'spice-server': {'buildtime': 1383130020,
      'release': '3.fc19',
      'version': '0.12.4'},
     'vdsm': {'buildtime': 1384274283, 'release': '11.fc19', 
'version': '4.13.0'}}
    reservedMem = '321'
    software_revision = '11'
    software_version = '4.13'
    supportedENGINEs = ['3.0', '3.1', '3.2', '3.3']
    supportedProtocols = ['2.2', '2.3']
    uuid = '0A583269-811F-E211-AA06-001A6B51DEB4'
    version_name = 'Snow Man'
    vlans = {}
    vmTypes = ['kvm']
[root@lab2 vdsm]# 


 

Pascal Jakobi
116 rue de Stalingrad
93100 Montreuil, France
Tel : + 33 6 87 47 58 19
@ : pjak...@yahoo.fr



Le Lundi 2 décembre 2013 10h31, Pascal Jakobi  a écrit 
:
 
As a matter of fact, when I installed F19, it created an eno1 device, aliased 
to em1. Don't know why, yet.
Even adding a "GATEWAY" clause in /etc/sysconfig/network does not seem to 
change the problem

Will check how to change the device name.




2013/12/1 Moti Asayag 

Hi Pascal,
>
>
>- Original Message -
>> From: "Pascal Jakobi" 
>> To: "Mike Kolesnik" 
>
>> Cc: users@ovirt.org, masa...@redhat.com
>> Sent: Sunday, December 1, 2013 10:58:40 AM
>
>> Subject: Re: ovirtmgmt not installed
>>
>> Mike
>>
>> Here you go. However, please note that I must investigate the connection
>> issue that Alon saw. will do it tomorrow.
>> Many thanks to you folks.
>> P
>
>According to the output of 'nics' element, the 'em1' device is missing his
>default gateway entry under the 'cfg' element.
>
>One reason for that can be there is no 
>'/etc/sysconfig/network-scripts/ifcfg-em1'
>file and vdsm fails to obtain the default gateway for it.
>
>Could you create this file by your own and retry installing the host ?
>After creating the file (make sure 

Re: [Users] What agents are needed?

2013-12-03 Thread Juan Pablo Lorier
Sorry I forgot to say that in linux, as I use fedora, centos and rhel
vms, then I get the agents from epel.
Regards,
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Fwd: oVirt 3.3.1 REST-API: UML for all Objects?

2013-12-03 Thread Michael Pasternak

Hey Sven,

Sorry for the late reply, RSDL is your tool indeed, btw please note that you
can see entire xsd schema we use to model api, just do GET on /api?schema, (it 
is also referenced from RSDL),

hope it helps.

On 12/03/2013 12:52 PM, Oved Ourfalli wrote:
> Perhaps using the RSDL (RESTful service description language) can give you a 
> clue about the different object types, and their fields. Also, it provides 
> information about the different actions you can do, mandatory fields for 
> these actions, and etc.
> Just go to the API URL, followed by "?rsdl" 
> (http://localhost:8700/ovirt-engine/api?rsdl)
> 
> As a rule we try to make everything available at the UI level also available 
> at API level. Not sure what the current gaps are (if any).
> 
> Oved
> 
> - Original Message -
>> From: "Sven Kieske" 
>> To: users@ovirt.org
>> Sent: Tuesday, December 3, 2013 12:33:43 PM
>> Subject: [Users] Fwd: oVirt 3.3.1 REST-API: UML for all Objects?
>>
>> Hi,
>>
>> as I didn't get any reply until today from the REST-API
>> Maintainer, maybe someone on the users list knows where
>> such a list of all objects can be obtained?
>>
>> See below for detailed information.
>>
>> Thank you!
>>
>>
>>  Original-Nachricht 
>> Betreff: oVirt 3.3.1 REST-API: UML for all Objects?
>> Datum: Fri, 29 Nov 2013 11:07:22 +0100
>> Von: Sven Kieske 
>> An: mpast...@redhat.com
>>
>> Hi,
>>
>> you are listed as the REST-API Maintainer, so I write to you and hope
>> you can help me.
>>
>> We need a description (preferred as UML, but we take anything we can get
>> ) about all Objects which are provided through the Rest-API.
>>
>> We know we can call via REST-API, but it seems not all objects are
>> reported back, e.g. if the object is not set.
>>
>> Example: Via GUI, you can set a description for each VM-Disk, but this
>> does not get reported if I call this disk via REST-API.
>>
>> In the RHEV-API-Guide (Developers Guide) 3.2 there is no such list
>> and browsing via gitweb was also not successful(maybe we looked in the
>> wrong place?).
>>
>> Is there such a list or UML for all accessible REST-API-Objects for
>> oVirt 3.3.1?
>>
>> Or are the objects which can't be seen via REST-API not implemented
>> in the REST-API and are therefore just accessible over GUI?
>>
>>
>> Thanks for your help!
>>
>> --
>> Mit freundlichen Grüßen / Regards
>>
>> Sven Kieske
>>
>> Systemadministrator
>> Mittwald CM Service GmbH & Co. KG
>> Königsberger Straße 6
>> 32339 Espelkamp
>> T: +49-5772-293-100
>> F: +49-5772-293-333
>> https://www.mittwald.de
>> Geschäftsführer: Robert Meyer
>> St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
>> Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 


-- 

Michael Pasternak
RedHat, ENG-Virtualization R&D
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-03 Thread Juan Pablo Lorier
Hi,

I've got them from here:

http://www.linux-kvm.org/page/WindowsGuestDrivers/Download_Drivers

Regards,
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Fwd: oVirt 3.3.1 REST-API: UML for all Objects?

2013-12-03 Thread Oved Ourfalli
Perhaps using the RSDL (RESTful service description language) can give you a 
clue about the different object types, and their fields. Also, it provides 
information about the different actions you can do, mandatory fields for these 
actions, and etc.
Just go to the API URL, followed by "?rsdl" 
(http://localhost:8700/ovirt-engine/api?rsdl)

As a rule we try to make everything available at the UI level also available at 
API level. Not sure what the current gaps are (if any).

Oved

- Original Message -
> From: "Sven Kieske" 
> To: users@ovirt.org
> Sent: Tuesday, December 3, 2013 12:33:43 PM
> Subject: [Users] Fwd: oVirt 3.3.1 REST-API: UML for all Objects?
> 
> Hi,
> 
> as I didn't get any reply until today from the REST-API
> Maintainer, maybe someone on the users list knows where
> such a list of all objects can be obtained?
> 
> See below for detailed information.
> 
> Thank you!
> 
> 
>  Original-Nachricht 
> Betreff: oVirt 3.3.1 REST-API: UML for all Objects?
> Datum: Fri, 29 Nov 2013 11:07:22 +0100
> Von: Sven Kieske 
> An: mpast...@redhat.com
> 
> Hi,
> 
> you are listed as the REST-API Maintainer, so I write to you and hope
> you can help me.
> 
> We need a description (preferred as UML, but we take anything we can get
> ) about all Objects which are provided through the Rest-API.
> 
> We know we can call via REST-API, but it seems not all objects are
> reported back, e.g. if the object is not set.
> 
> Example: Via GUI, you can set a description for each VM-Disk, but this
> does not get reported if I call this disk via REST-API.
> 
> In the RHEV-API-Guide (Developers Guide) 3.2 there is no such list
> and browsing via gitweb was also not successful(maybe we looked in the
> wrong place?).
> 
> Is there such a list or UML for all accessible REST-API-Objects for
> oVirt 3.3.1?
> 
> Or are the objects which can't be seen via REST-API not implemented
> in the REST-API and are therefore just accessible over GUI?
> 
> 
> Thanks for your help!
> 
> --
> Mit freundlichen Grüßen / Regards
> 
> Sven Kieske
> 
> Systemadministrator
> Mittwald CM Service GmbH & Co. KG
> Königsberger Straße 6
> 32339 Espelkamp
> T: +49-5772-293-100
> F: +49-5772-293-333
> https://www.mittwald.de
> Geschäftsführer: Robert Meyer
> St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
> Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Spice-devel] Agents for Windows

2013-12-03 Thread Christophe Fergeau
On Tue, Dec 03, 2013 at 11:29:04AM +0100, Martijn Grendelman wrote:
> Blaster schreef op 2-12-2013 21:15:
> > 
> > I've been able to find prebuilt virt-io drivers and spice agents for 
> > Windows.
> 
> It seems the Windows guest tools package from
> http://www.spice-space.org/download.html is not installable on Windows
> Server 2012 though :-(

Yep, this is partly due to the nsis version that I use to build the
driver installer which cannot detect windows versions newer than 7. Last
time I tried to update it, it did not go well, maybe I should try again :)
Another issue with win2012 is that there is no qxl driver for it yet.

Christophe


pgpv85s_GzZIb.pgp
Description: PGP signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Fwd: oVirt 3.3.1 REST-API: UML for all Objects?

2013-12-03 Thread Sven Kieske
Hi,

as I didn't get any reply until today from the REST-API
Maintainer, maybe someone on the users list knows where
such a list of all objects can be obtained?

See below for detailed information.

Thank you!


 Original-Nachricht 
Betreff: oVirt 3.3.1 REST-API: UML for all Objects?
Datum: Fri, 29 Nov 2013 11:07:22 +0100
Von: Sven Kieske 
An: mpast...@redhat.com

Hi,

you are listed as the REST-API Maintainer, so I write to you and hope
you can help me.

We need a description (preferred as UML, but we take anything we can get
) about all Objects which are provided through the Rest-API.

We know we can call via REST-API, but it seems not all objects are
reported back, e.g. if the object is not set.

Example: Via GUI, you can set a description for each VM-Disk, but this
does not get reported if I call this disk via REST-API.

In the RHEV-API-Guide (Developers Guide) 3.2 there is no such list
and browsing via gitweb was also not successful(maybe we looked in the
wrong place?).

Is there such a list or UML for all accessible REST-API-Objects for
oVirt 3.3.1?

Or are the objects which can't be seen via REST-API not implemented
in the REST-API and are therefore just accessible over GUI?


Thanks for your help!

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-03 Thread Martijn Grendelman
Blaster schreef op 2-12-2013 21:15:
> 
> I've been able to find prebuilt virt-io drivers and spice agents for 
> Windows.

It seems the Windows guest tools package from
http://www.spice-space.org/download.html is not installable on Windows
Server 2012 though :-(

Martijn.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Agents for Windows

2013-12-03 Thread Vinzenz Feenstra

On 12/02/2013 09:15 PM, Blaster wrote:


I've been able to find prebuilt virt-io drivers and spice agents for 
Windows.  Are there any repositories for prebuilt qemu-agent and ovirt 
agents for Windows?

Unfortunately no.




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R & D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] What agents are needed?

2013-12-03 Thread Vinzenz Feenstra

On 11/30/2013 09:49 PM, Blaster wrote:
There doesn't seem to be a single "tools" or "agent" install like 
there is under ESXi, that's required to be installed under ovirt, 
instead I've seen references to


1) virtio drivers
2) Spice drivers
3) qemu agent

What's really needed under both Windows and Linux to get guests 
working properly?

Well it depends on what you consider 'working properly'

Mainly you will need to have the VirtIO drivers, the Spice Drivers and 
the Spice VDAgent
For additional features supported by oVirt you'll also need the 
ovirt-guest-agent
The qemu agent is currently optional, however will be required together 
with the ovirt-guest-agent at some point to support some additional 
features.




Are all these agents included in Fedora?

Yes they are.



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R & D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Rhel 6.5 Released = libgfapi?

2013-12-03 Thread Andrew Lau
On Tue, Dec 3, 2013 at 8:01 PM, Itamar Heim  wrote:

> On 12/03/2013 10:58 AM, Andrew Lau wrote:
>
>> On Tue, Dec 3, 2013 at 7:54 PM, Itamar Heim > >wrote:
>>
>>
>> On 12/03/2013 05:40 AM, Andrew Lau wrote:
>>
>> Hi all,
>>
>> I noticed rhel 6.5 was released and now most centos mirrors have
>> been
>> updated:
>> http://lists.centos.org/__pipermail/centos-announce/__
>> 2013-December/020032.html
>>
>> > 2013-December/020032.html>
>>
>> It appears to have a new version of
>> qemu-kvm-0.12.1.2-2.415.el6.__x86_64.rpm
>>
>>
>> Is it now possible to switch from POSIX to native glusterfs? If
>> so, how
>> would one do that, I assume it requires some sort of database
>> hack.
>>
>> Thanks,
>> Andrew
>>
>>
>> _
>> Users mailing list
>> Users@ovirt.org 
>> http://lists.ovirt.org/__mailman/listinfo/users
>>
>> 
>>
>>
>> its a code change in vdsm, not an engine config.
>> there is still a gap around libvirt support for snapshots with
>> libgfapi which is why this isn't enabled yet.
>>
>>
>> Oh, I was thinking along the lines of "Datacenter Type: Gluster" but I
>> haven't been able to progress further with the limited hardware as the
>> engine won't allow the modification.
>>
>
> no simple way to change these, true.
>
>
>
>> I'm not so much interested in snapshots, I'm just keen to test out the
>> better disk speeds
>>
>
> engine expect snapshots to work, so libgfapi was disabled when this issue
> was found, pending the libvirt fix.
>

Thanks for the update.

I'll keep an eye out for the patch
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Rhel 6.5 Released = libgfapi?

2013-12-03 Thread Itamar Heim

On 12/03/2013 10:58 AM, Andrew Lau wrote:

On Tue, Dec 3, 2013 at 7:54 PM, Itamar Heim mailto:ih...@redhat.com>>wrote:

On 12/03/2013 05:40 AM, Andrew Lau wrote:

Hi all,

I noticed rhel 6.5 was released and now most centos mirrors have
been
updated:

http://lists.centos.org/__pipermail/centos-announce/__2013-December/020032.html



It appears to have a new version of
qemu-kvm-0.12.1.2-2.415.el6.__x86_64.rpm

Is it now possible to switch from POSIX to native glusterfs? If
so, how
would one do that, I assume it requires some sort of database hack.

Thanks,
Andrew


_
Users mailing list
Users@ovirt.org 
http://lists.ovirt.org/__mailman/listinfo/users



its a code change in vdsm, not an engine config.
there is still a gap around libvirt support for snapshots with
libgfapi which is why this isn't enabled yet.


Oh, I was thinking along the lines of "Datacenter Type: Gluster" but I
haven't been able to progress further with the limited hardware as the
engine won't allow the modification.


no simple way to change these, true.



I'm not so much interested in snapshots, I'm just keen to test out the
better disk speeds


engine expect snapshots to work, so libgfapi was disabled when this 
issue was found, pending the libvirt fix.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Rhel 6.5 Released = libgfapi?

2013-12-03 Thread Andrew Lau
On Tue, Dec 3, 2013 at 7:54 PM, Itamar Heim  wrote:

> On 12/03/2013 05:40 AM, Andrew Lau wrote:
>
>> Hi all,
>>
>> I noticed rhel 6.5 was released and now most centos mirrors have been
>> updated:
>> http://lists.centos.org/pipermail/centos-announce/
>> 2013-December/020032.html
>>
>> It appears to have a new version of qemu-kvm-0.12.1.2-2.415.el6.
>> x86_64.rpm
>>
>> Is it now possible to switch from POSIX to native glusterfs? If so, how
>> would one do that, I assume it requires some sort of database hack.
>>
>> Thanks,
>> Andrew
>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
> its a code change in vdsm, not an engine config.
> there is still a gap around libvirt support for snapshots with libgfapi
> which is why this isn't enabled yet.
>

Oh, I was thinking along the lines of "Datacenter Type: Gluster" but I
haven't been able to progress further with the limited hardware as the
engine won't allow the modification.

I'm not so much interested in snapshots, I'm just keen to test out the
better disk speeds

Cheers.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Rhel 6.5 Released = libgfapi?

2013-12-03 Thread Itamar Heim

On 12/03/2013 05:40 AM, Andrew Lau wrote:

Hi all,

I noticed rhel 6.5 was released and now most centos mirrors have been
updated:
http://lists.centos.org/pipermail/centos-announce/2013-December/020032.html

It appears to have a new version of qemu-kvm-0.12.1.2-2.415.el6.x86_64.rpm

Is it now possible to switch from POSIX to native glusterfs? If so, how
would one do that, I assume it requires some sort of database hack.

Thanks,
Andrew


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



its a code change in vdsm, not an engine config.
there is still a gap around libvirt support for snapshots with libgfapi 
which is why this isn't enabled yet.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users