[Users] vdsm configuration

Hello all, Can someone point me to some documentation regarding vdsm (and if needed libvirt) configuration? How it is accessed by the ovirt-engine and how to set it to a certain ovirt-engine on the network. Currently my libvirt is complaining that it can't work with ssh-less vdsm and I have no idea how to set up the keys for vdsm. Also I have no idea how to define the storage: in ovirt or in vdsm? Who is reporting the disks/files available? I hope I understood correctly that only the vdsm package is needed to make the physical machine available for ovirt and only ovirt-engine is doing all the heavy work. Also, if the questions are too "RTFM", please let me know where I can find any help related to ovirt. Best regards, Cristian Falcas

Hi Cristian, This is how I disable ssl in my hosts: 1. configure your host: - in /etc/vdsm/vdsm.conf [vars] section: ssl = false - in /etc/libvirt/libvirt.conf listen_tls=0 - and in /etc/libvirt/quemu.conf spice_tls=0 2. configure engine: - psql engine -U postgres -c "UPDATE vdc_options set option_value = 'false' where option_name = 'SSLEnabled'" 3. restart engine and vdsm, and give it a try I hope this helps. Laszlo ----- Original Message -----
From: "Cristian Falcas" <cristi.falcas@gmail.com> To: users@ovirt.org Sent: Friday, November 18, 2011 5:03:03 PM Subject: [Users] vdsm configuration
Hello all,
Can someone point me to some documentation regarding vdsm (and if needed libvirt) configuration? How it is accessed by the ovirt-engine and how to set it to a certain ovirt-engine on the network. Currently my libvirt is complaining that it can't work with ssh-less vdsm and I have no idea how to set up the keys for vdsm.
Also I have no idea how to define the storage: in ovirt or in vdsm? Who is reporting the disks/files available?
I hope I understood correctly that only the vdsm package is needed to make the physical machine available for ovirt and only ovirt-engine is doing all the heavy work.
Also, if the questions are too "RTFM", please let me know where I can find any help related to ovirt.
Best regards, Cristian Falcas _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

On 11/18/2011 11:03 AM, Cristian Falcas wrote:
Hello all,
Can someone point me to some documentation regarding vdsm (and if needed libvirt) configuration? How it is accessed by the ovirt-engine and how to set it to a certain ovirt-engine on the network. Currently my libvirt is complaining that it can't work with ssh-less vdsm and I have no idea how to set up the keys for vdsm.
Also I have no idea how to define the storage: in ovirt or in vdsm? Who is reporting the disks/files available?
I hope I understood correctly that only the vdsm package is needed to make the physical machine available for ovirt and only ovirt-engine is doing all the heavy work.
Also, if the questions are too "RTFM", please let me know where I can find any help related to ovirt.
Best regards, Cristian Falcas _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users For vdsm without ssl to work with libvirt you need to change the libvirt config:
/etc/libvirt/libvirtd.conf needs the following settings - listen_tcp=1 # by vdsm listen_tls=0 # by vdsm and /etc/libvirt/qemu.conf needs: spice_tls=0 # by vdsm and of course restart libvirt and vdsm. vdsm and ovirt-engine work together by adding the vdsm host to ovirt-engine through the webadmin or rest api. Storage is also added in the same way.
participants (3)
-
Cristian Falcas
-
Jon Choate
-
Laszlo Hornyak