"engine-setup" 4.3.9 on fresh centos 7 install with PKI error

I'm newbie on oVirt - besides having many years on server administration, docker and vmware included. Installation is no mistery, but I'm stuck with error described below. I've just installed a new machine with Centos 7 with all updates: [root@mgmt ~]# uname -a Linux mgmt.simfrete.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [root@mgmt ~]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) I've installed the repository: [root@mgmt ~]# sudo yum install https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm -y and then the ovirt-engine: [root@mgmt ~]# yum install ovirt-engine -y Then, run the engine-setup with all defaults (exception fqdn = "mgmt.mydomain.com"). Everything runs smoothly, exception with I open the mamagement interface at "https://mgmt.mydomain.com/ovirt-engine" I get the error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target In the log, I get 2020-03-23 02:20:23,883-03 ERROR [org.ovirt.engine.core.aaa.servlet.SsoPostLoginServlet] (default task-8) [] server_error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target I don't know how to proceed from here. Would you please guide me how to fix this?

On March 23, 2020 12:42:05 PM GMT+02:00, edsonrichter@hotmail.com wrote:
I'm newbie on oVirt - besides having many years on server administration, docker and vmware included. Installation is no mistery, but I'm stuck with error described below.
I've just installed a new machine with Centos 7 with all updates:
[root@mgmt ~]# uname -a Linux mgmt.simfrete.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[root@mgmt ~]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core)
I've installed the repository:
[root@mgmt ~]# sudo yum install https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm -y
and then the ovirt-engine:
[root@mgmt ~]# yum install ovirt-engine -y
Then, run the engine-setup with all defaults (exception fqdn = "mgmt.mydomain.com"). Everything runs smoothly, exception with I open the mamagement interface at "https://mgmt.mydomain.com/ovirt-engine" I get the error:
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
In the log, I get
2020-03-23 02:20:23,883-03 ERROR [org.ovirt.engine.core.aaa.servlet.SsoPostLoginServlet] (default task-8) [] server_error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I don't know how to proceed from here. Would you please guide me how to fix this?
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/F37XX4VHQBO43S...
Have you tried windows style ? Java is not too far from windows. P.S.: I mean rebooting the engine Best Regards, Strahil Nikolov

Yes, sure. Reboot engine, reboot http, reboot server. Run "yum update -y" again, reboot server once more. Same error, always.

Is this Oracle guide (for 4.2.8) still valid for 4.3.9? https://docs.oracle.com/en/virtualization/oracle-linux-virtualization-manage... Or I'll just get more and more in trouble?

Nope - that Document is for Oracle Linux Virtualization Manager 4.2 only. We are working to deliver a 4.3 release and the Docs will be refreshed at that time. Feel free to contact me direct if you have any questions John Priest 508.202.2534 John.priest@oracle.com -----Original Message----- From: edsonrichter@hotmail.com [mailto:edsonrichter@hotmail.com] Sent: Tuesday, March 24, 2020 12:28 PM To: users@ovirt.org Subject: [ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error Is this Oracle guide (for 4.2.8) still valid for 4.3.9? https://docs.oracle.com/en/virtualization/oracle-linux-virtualization-manage... Or I'll just get more and more in trouble? _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://urldefense.com/v3/__https://www.ovirt.org/privacy-policy.html__;!!Gq... oVirt Code of Conduct: https://urldefense.com/v3/__https://www.ovirt.org/community/about/community-... List Archives: https://urldefense.com/v3/__https://lists.ovirt.org/archives/list/users@ovir...

On Tue, Mar 24, 2020 at 1:34 PM Strahil Nikolov <hunter86_bg@yahoo.com> wrote:
On March 23, 2020 12:42:05 PM GMT+02:00, edsonrichter@hotmail.com wrote:
I'm newbie on oVirt - besides having many years on server administration, docker and vmware included. Installation is no mistery, but I'm stuck with error described below.
I've just installed a new machine with Centos 7 with all updates:
[root@mgmt ~]# uname -a Linux mgmt.simfrete.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[root@mgmt ~]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core)
I've installed the repository:
[root@mgmt ~]# sudo yum install https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm -y
and then the ovirt-engine:
[root@mgmt ~]# yum install ovirt-engine -y
Then, run the engine-setup with all defaults (exception fqdn = "mgmt.mydomain.com"). Everything runs smoothly, exception with I open the mamagement interface at "https://mgmt.mydomain.com/ovirt-engine" I get the error:
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
In the log, I get
2020-03-23 02:20:23,883-03 ERROR [org.ovirt.engine.core.aaa.servlet.SsoPostLoginServlet] (default task-8) [] server_error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I don't know how to proceed from here. Would you please guide me how to fix this?
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/F37XX4VHQBO43S...
Have you tried windows style ? Java is not too far from windows.
P.S.: I mean rebooting the engine
May I quote [1]: Tom Knight and the Lisp Machine A novice was trying to fix a broken Lisp machine by turning the power off and on. Knight, seeing what the student was doing, spoke sternly: “You cannot fix a machine by just power-cycling it with no understanding of what is going wrong.” Knight turned the machine off and on. The machine worked. [1] http://www.catb.org/jargon/html/koans.html#id3141202 Best regards, -- Didi

Dear ALL Is there anyone know how to update the VM's configue through the ovirtsdk4? The examples in the github review below,I have no idea to modify the vm's configure through the sdk. add_affinity_label.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/5548b7d8c7a9478311fd107b0b3..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add examples of how to work with affinity labels3 years ago add_bond.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/b38706b02d2258b17caeda9102c..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add bonding example3 years ago add_cluster.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago add_data_center.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago add_fence_agent.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/a64983b3637b8b3eeaa3a34564e..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add fence agent example2 years ago add_floating_disk.py Signed-off-by: Ondra Machacek " class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/196961295b3f4b549067b1c2cab..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Clarify the units of `provisioned_size`3 years ago add_group.py' convention as it seems most script use it already. Change-Id: I7b07a6618101ec4aa558c22dfd4e653b58759655 Signed-Off-by: Yaniv Kaul " class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Align names of objects with 'my*' convention2 years ago add_host.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago add_independet_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/21f637345597729240f217cfe84..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add execution permissions to examples4 years ago add_instance_type.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/b3af163323e94564bf1f93a2709..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example showing how to create a instance type3 years ago add_iscsi_data_storage_domain.py' convention as it seems most script use it already. Change-Id: I7b07a6618101ec4aa558c22dfd4e653b58759655 Signed-Off-by: Yaniv Kaul " class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Align names of objects with 'my*' convention2 years ago add_logical_network.py' convention as it seems most script use it already. Change-Id: I7b07a6618101ec4aa558c22dfd4e653b58759655 Signed-Off-by: Yaniv Kaul " class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Align names of objects with 'my*' convention2 years ago add_lun_disk_to_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/e9e016abb3e3409d24f0076c27f..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example how to attach LUN disk to VM3 years ago add_mac_pool.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/895e176fc0814e8898519ac88ab..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example of how to add a MAC address pool4 years ago add_nfs_data_storage_domain.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago add_nfs_iso_storage_domain.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago add_openstack_image_provider.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/8426567f4f544568ab76515adc6..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Improve example showing how to add a Glance storage domain3 years ago add_role.py' convention as it seems most script use it already. Change-Id: I7b07a6618101ec4aa558c22dfd4e653b58759655 Signed-Off-by: Yaniv Kaul " class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Align names of objects with 'my*' convention2 years ago add_tag.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/1417b18b4ca74b2400a3910a0af..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add examples of how to work with tags3 years ago add_template.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/944dfb17cfb5a4d2e25f4b0ff25..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add create template example3 years ago add_user_ssh_public_key.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/ab2baf004dd468a5140596b0ba5..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example of how to add a public SSH key to a user3 years ago add_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago add_vm_disk.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/881964e5d6c080b3e176c2ec648..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use DiskAttachment.active explicitly3 years ago add_vm_from_template_version.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/9c4c888e517706e7ffb7e78eb4d..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example how to specify storage of disks of vm3 years ago add_vm_nic.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago add_vm_pool.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/828fd0939832d21c022043d44a5..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add VM pool create example3 years ago add_vm_snapshot.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago add_vm_with_sysprep.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/d1fb33ebbaebad4277432ad1043..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add Sysprep example3 years ago add_vnc_console.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/2276f01d91dbcd3e7ebb19109b1..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add VNC console example3 years ago assign_affinity_label_to_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/5548b7d8c7a9478311fd107b0b3..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add examples of how to work with affinity labels3 years ago assign_network_to_cluster.py' convention as it seems most script use it already. Change-Id: I7b07a6618101ec4aa558c22dfd4e653b58759655 Signed-Off-by: Yaniv Kaul " class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Align names of objects with 'my*' convention2 years ago assign_permission.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/21f637345597729240f217cfe84..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add execution permissions to examples4 years ago assign_permission_to_vms.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/19aa7070b80e60a4cfd91044828..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example of assigning permissions to VMs2 years ago assign_tag_to_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/1417b18b4ca74b2400a3910a0af..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add examples of how to work with tags3 years ago asynchronous_inventory.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/629f9bc79c4e45b160c4e1997eb..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Fix permissions of examples3 years ago attach_nfs_data_storage_domain.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago attach_nfs_iso_storage_domain.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago change_vm_cd.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/5fc83c983d0949b45074e46475a..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example of changing VM CD4 years ago clone_vm_from_snapshot.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/1fdf53e9feb23943e9055eeaf29..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add clone VM from snapshot example3 years ago connection_builder.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago deactivate_disk_attachment.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/318bfb58344a2f7d756853fcbb0..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Deactivate Vm's disk attachment example3 years ago disable_compression.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/f94eeb5c96400d76d7396298e66..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Enable HTTP compression by default4 years ago download_disk.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/7de3f212c7f8159435b2b21eccd..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Don't extend image transfer when downloading a disk2 years ago download_disk_snapshots.py' convention as it seems most script use it already. Change-Id: I7b07a6618101ec4aa558c22dfd4e653b58759655 Signed-Off-by: Yaniv Kaul " class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Align names of objects with 'my*' convention2 years ago download_vm_ovf.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/f4024362e99736f5c14916be825..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add execution bit for examples2 years ago enable_serial_console.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/4fa6ff4162986bd26e71d2173ea..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example showing how to enable serial console4 years ago export_template.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/507b6b27a79f9b421656d10ff26..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">examples: export template to an export domain2 years ago export_template_as_ova.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/d53474a5900041405e92dcf951a..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">examples: add export template as OVA2 years ago export_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/b3a3f60772086b9269343191e87..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">examples: improve documentation of export vm to export domain2 years ago export_vm_as_ova.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/6563d5c8bc6aa5c0d9e48163cb2..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">chmod +x sdk/examples/export_vm_as_ova.py2 years ago extend_disk.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/d4db240367673328aebb1e61306..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add Example to extend disk size2 years ago fix_dup_nic_macs.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/0793b9f2383bf423c3af985180b..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">examples: Introduce example to fix duplicate macs.2 years ago follow_vm_links.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago get_display_ticket.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/7289fe186c46f47b12bc3206f46..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add console ticket example3 years ago import_glance_image.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/6526905b46ab620ad5e65c20ae2..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add import Glance image example3 years ago import_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/0d8de1a827b327a8c60d4fe42c4..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Fix permissions of examples3 years ago import_vm_from_ova.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/e38955117d7254603a58b7a3012..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Examples of external VM import3 years ago import_vm_from_vmware.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/e38955117d7254603a58b7a3012..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Examples of external VM import3 years ago list_affinity_labels.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/5548b7d8c7a9478311fd107b0b3..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add examples of how to work with affinity labels3 years ago list_glance_images.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/bdc27f1453eb7aa54618ef3e192..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example showing how to list Glance images3 years ago list_host_statistics.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/d6b662b1a6164e652669dad081f..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example that list host statistics3 years ago list_roles.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/770d11adbb00bf20e2e8b5a13b2..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example showing how to list system roles3 years ago list_tags.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/1417b18b4ca74b2400a3910a0af..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add examples of how to work with tags3 years ago list_tags_of_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/1417b18b4ca74b2400a3910a0af..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add examples of how to work with tags3 years ago list_vm_disks.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/89775c6f74a82a773cd2becf221..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Clarify that DiskAttachment.disk is only a link4 years ago list_vm_snapshots.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/090b154a902c9e2a9aab7579f9e..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example that lists VM snapshots3 years ago list_vms.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago page_vms.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago pin_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/d2d886f9d41466a5c608e337057..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add pin VM example3 years ago poll_events.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/8eded52beac251f70f78f4b7e9f..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add event poll example3 years ago print_vm_mac_duplicates.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/afced7233cef0a5da076852a4f9..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example which print duplicated MAC address2 years ago register_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/6e1326801d86396648c33ceed95..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example of virtual machine registration3 years ago remove_host.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago remove_tag.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/1417b18b4ca74b2400a3910a0af..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add examples of how to work with tags3 years ago remove_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago search_vms.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago set_vm_lease_storage_domain.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/9add66c16961f8b0397ca4db46d..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add VM lease example3 years ago set_vm_serial_number.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago show_summary.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago sparsify_disk.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/629f9bc79c4e45b160c4e1997eb..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Fix permissions of examples3 years ago start_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago start_vm_with_boot_devices.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/0d8de1a827b327a8c60d4fe42c4..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Fix permissions of examples3 years ago start_vm_with_cloud_init.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/20fc87e19578ae43aa565f8b0e9..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Update cloud-init example with custom script3 years ago stop_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago test_connection.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago unassign_tag_to_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/1417b18b4ca74b2400a3910a0af..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add examples of how to work with tags3 years ago update_data_center.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f8575..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Use Python logging4 years ago update_fencing_options.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/2da987feb62b2c80a040fbeec28..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add example of how to change fencing option3 years ago update_quota_limits.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/a7305aaf26ab8cdad0b5b43913c..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add quota limit update example3 years ago upgrade_host.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/a0db05712cc80cb28a94e26b62a..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Add upgrade host example2 years ago upload_disk.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/0ea39aeb612149a24f80c8d990f..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Ensure transfer.transfer_url is not None.2 years ago upload_disk_snapshots.py' convention as it seems most script use it already. Change-Id: I7b07a6618101ec4aa558c22dfd4e653b58759655 Signed-Off-by: Yaniv Kaul " class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Align names of objects with 'my*' convention2 years ago upload_ova_as_template.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/4d24828c8e2f94cc8fc7cf6ff3a..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">examples: upload ova as a virtual machine template2 years ago upload_ova_as_vm.py" class="link-gray" href="https://github.com/oVirt/ovirt-engine-sdk/commit/e2e450500991952b572aeec69f5..." style="box-sizing: border-box; background-color: initial; color: rgb(106, 115, 125); text-decoration: none;">Enhance the example of uploading OVA2 years ago vm_backup.py An other question: How to get the cpu cores from the vm-template zhouhao@vip.friendtimes.net

Hi, For a VM update you can try to use this example and change what is necessary that you wish to update: https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc... Regards, Liran. On Sun, Mar 29, 2020 at 4:30 PM zhouhao@vip.friendtimes.net < zhouhao@vip.friendtimes.net> wrote:
Dear ALL Is there anyone know how to update the VM's configue through the ovirtsdk4? The examples in the github review below,I have no idea to modify the vm's configure through the sdk.
add_affinity_label.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_affinity_label.py> Add examples of how to work with affinity labels <https://github.com/oVirt/ovirt-engine-sdk/commit/5548b7d8c7a9478311fd107b0b3c3846dedf0b80> 3 years ago add_bond.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_bond.py> Add bonding example <https://github.com/oVirt/ovirt-engine-sdk/commit/b38706b02d2258b17caeda9102cde2297ba3e658> 3 years ago add_cluster.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_cluster.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago add_data_center.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_data_center.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago add_fence_agent.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_fence_agent.py> Add fence agent example <https://github.com/oVirt/ovirt-engine-sdk/commit/a64983b3637b8b3eeaa3a34564e2313ee455d422> 2 years ago add_floating_disk.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_floating_disk.py> Clarify the units of `provisioned_size` <https://github.com/oVirt/ovirt-engine-sdk/commit/196961295b3f4b549067b1c2cab659da594edd69> 3 years ago add_group.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_group.py> Align names of objects with 'my*' convention <https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182cda769b4f5537> 2 years ago add_host.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_host.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago add_independet_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_independet_vm.py> Add execution permissions to examples <https://github.com/oVirt/ovirt-engine-sdk/commit/21f637345597729240f217cfe84fe2a2cf39a655> 4 years ago add_instance_type.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_instance_type.py> Add example showing how to create a instance type <https://github.com/oVirt/ovirt-engine-sdk/commit/b3af163323e94564bf1f93a270921c10ae286774> 3 years ago add_iscsi_data_storage_domain.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_iscsi_data_storage_domain.py> Align names of objects with 'my*' convention <https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182cda769b4f5537> 2 years ago add_logical_network.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_logical_network.py> Align names of objects with 'my*' convention <https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182cda769b4f5537> 2 years ago add_lun_disk_to_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_lun_disk_to_vm.py> Add example how to attach LUN disk to VM <https://github.com/oVirt/ovirt-engine-sdk/commit/e9e016abb3e3409d24f0076c27fa0ed17413ab8a> 3 years ago add_mac_pool.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_mac_pool.py> Add example of how to add a MAC address pool <https://github.com/oVirt/ovirt-engine-sdk/commit/895e176fc0814e8898519ac88ab1015621dd9676> 4 years ago add_nfs_data_storage_domain.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_nfs_data_storage_domain.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago add_nfs_iso_storage_domain.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_nfs_iso_storage_domain.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago add_openstack_image_provider.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_openstack_image_provider.py> Improve example showing how to add a Glance storage domain <https://github.com/oVirt/ovirt-engine-sdk/commit/8426567f4f544568ab76515adc6b33a624924ab1> 3 years ago add_role.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_role.py> Align names of objects with 'my*' convention <https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182cda769b4f5537> 2 years ago add_tag.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_tag.py> Add examples of how to work with tags <https://github.com/oVirt/ovirt-engine-sdk/commit/1417b18b4ca74b2400a3910a0afbdff2bd4258ec> 3 years ago add_template.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_template.py> Add create template example <https://github.com/oVirt/ovirt-engine-sdk/commit/944dfb17cfb5a4d2e25f4b0ff25e6a5555de78d1> 3 years ago add_user_ssh_public_key.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_user_ssh_public_key.py> Add example of how to add a public SSH key to a user <https://github.com/oVirt/ovirt-engine-sdk/commit/ab2baf004dd468a5140596b0ba5865a0cccdc4e9> 3 years ago add_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_vm.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago add_vm_disk.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_vm_disk.py> Use DiskAttachment.active explicitly <https://github.com/oVirt/ovirt-engine-sdk/commit/881964e5d6c080b3e176c2ec648b5160570c9085> 3 years ago add_vm_from_template_version.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_vm_from_template_version.py> Add example how to specify storage of disks of vm <https://github.com/oVirt/ovirt-engine-sdk/commit/9c4c888e517706e7ffb7e78eb4d315c0fb9720f7> 3 years ago add_vm_nic.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_vm_nic.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago add_vm_pool.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_vm_pool.py> Add VM pool create example <https://github.com/oVirt/ovirt-engine-sdk/commit/828fd0939832d21c022043d44a5092aaf61036bd> 3 years ago add_vm_snapshot.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_vm_snapshot.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago add_vm_with_sysprep.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_vm_with_sysprep.py> Add Sysprep example <https://github.com/oVirt/ovirt-engine-sdk/commit/d1fb33ebbaebad4277432ad1043ffdfb3f9e686d> 3 years ago add_vnc_console.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/add_vnc_console.py> Add VNC console example <https://github.com/oVirt/ovirt-engine-sdk/commit/2276f01d91dbcd3e7ebb19109b1539b93a63d157> 3 years ago assign_affinity_label_to_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/assign_affinity_label_to_vm.py> Add examples of how to work with affinity labels <https://github.com/oVirt/ovirt-engine-sdk/commit/5548b7d8c7a9478311fd107b0b3c3846dedf0b80> 3 years ago assign_network_to_cluster.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/assign_network_to_cluster.py> Align names of objects with 'my*' convention <https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182cda769b4f5537> 2 years ago assign_permission.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/assign_permission.py> Add execution permissions to examples <https://github.com/oVirt/ovirt-engine-sdk/commit/21f637345597729240f217cfe84fe2a2cf39a655> 4 years ago assign_permission_to_vms.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/assign_permission_to_vms.py> Add example of assigning permissions to VMs <https://github.com/oVirt/ovirt-engine-sdk/commit/19aa7070b80e60a4cfd910448287aecf9083acbe> 2 years ago assign_tag_to_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/assign_tag_to_vm.py> Add examples of how to work with tags <https://github.com/oVirt/ovirt-engine-sdk/commit/1417b18b4ca74b2400a3910a0afbdff2bd4258ec> 3 years ago asynchronous_inventory.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/asynchronous_inventory.py> Fix permissions of examples <https://github.com/oVirt/ovirt-engine-sdk/commit/629f9bc79c4e45b160c4e1997eb561d312fdaea9> 3 years ago attach_nfs_data_storage_domain.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/attach_nfs_data_storage_domain.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago attach_nfs_iso_storage_domain.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/attach_nfs_iso_storage_domain.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago change_vm_cd.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/change_vm_cd.py> Add example of changing VM CD <https://github.com/oVirt/ovirt-engine-sdk/commit/5fc83c983d0949b45074e46475a6afc3726835b8> 4 years ago clone_vm_from_snapshot.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/clone_vm_from_snapshot.py> Add clone VM from snapshot example <https://github.com/oVirt/ovirt-engine-sdk/commit/1fdf53e9feb23943e9055eeaf298a40d174eabfa> 3 years ago connection_builder.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/connection_builder.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago deactivate_disk_attachment.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/deactivate_disk_attachment.py> Deactivate Vm's disk attachment example <https://github.com/oVirt/ovirt-engine-sdk/commit/318bfb58344a2f7d756853fcbb02f73f22e47579> 3 years ago disable_compression.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/disable_compression.py> Enable HTTP compression by default <https://github.com/oVirt/ovirt-engine-sdk/commit/f94eeb5c96400d76d7396298e6644d633d88672f> 4 years ago download_disk.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/download_disk.py> Don't extend image transfer when downloading a disk <https://github.com/oVirt/ovirt-engine-sdk/commit/7de3f212c7f8159435b2b21eccda31c79ac1e955> 2 years ago download_disk_snapshots.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/download_disk_snapshots.py> Align names of objects with 'my*' convention <https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182cda769b4f5537> 2 years ago download_vm_ovf.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/download_vm_ovf.py> Add execution bit for examples <https://github.com/oVirt/ovirt-engine-sdk/commit/f4024362e99736f5c14916be8250a2596f636828> 2 years ago enable_serial_console.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/enable_serial_console.py> Add example showing how to enable serial console <https://github.com/oVirt/ovirt-engine-sdk/commit/4fa6ff4162986bd26e71d2173ea384d8b60f6959> 4 years ago export_template.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/export_template.py> examples: export template to an export domain <https://github.com/oVirt/ovirt-engine-sdk/commit/507b6b27a79f9b421656d10ff26cff5cbde47355> 2 years ago export_template_as_ova.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/export_template_as_ova.py> examples: add export template as OVA <https://github.com/oVirt/ovirt-engine-sdk/commit/d53474a5900041405e92dcf951a969784ab0ea1a> 2 years ago export_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/export_vm.py> examples: improve documentation of export vm to export domain <https://github.com/oVirt/ovirt-engine-sdk/commit/b3a3f60772086b9269343191e8700aab7639be9c> 2 years ago export_vm_as_ova.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/export_vm_as_ova.py> chmod +x sdk/examples/export_vm_as_ova.py <https://github.com/oVirt/ovirt-engine-sdk/commit/6563d5c8bc6aa5c0d9e48163cb29876cb3eb58f2> 2 years ago extend_disk.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/extend_disk.py> Add Example to extend disk size <https://github.com/oVirt/ovirt-engine-sdk/commit/d4db240367673328aebb1e61306b2a28953dc462> 2 years ago fix_dup_nic_macs.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/fix_dup_nic_macs.py> examples: Introduce example to fix duplicate macs. <https://github.com/oVirt/ovirt-engine-sdk/commit/0793b9f2383bf423c3af985180b3e45008a054fb> 2 years ago follow_vm_links.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/follow_vm_links.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago get_display_ticket.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/get_display_ticket.py> Add console ticket example <https://github.com/oVirt/ovirt-engine-sdk/commit/7289fe186c46f47b12bc3206f463669e6669379c> 3 years ago import_glance_image.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/import_glance_image.py> Add import Glance image example <https://github.com/oVirt/ovirt-engine-sdk/commit/6526905b46ab620ad5e65c20ae265fc8d0a7d3ba> 3 years ago import_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/import_vm.py> Fix permissions of examples <https://github.com/oVirt/ovirt-engine-sdk/commit/0d8de1a827b327a8c60d4fe42c40f76ee7dbc720> 3 years ago import_vm_from_ova.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/import_vm_from_ova.py> Examples of external VM import <https://github.com/oVirt/ovirt-engine-sdk/commit/e38955117d7254603a58b7a301277ccce9c299d3> 3 years ago import_vm_from_vmware.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/import_vm_from_vmware.py> Examples of external VM import <https://github.com/oVirt/ovirt-engine-sdk/commit/e38955117d7254603a58b7a301277ccce9c299d3> 3 years ago list_affinity_labels.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/list_affinity_labels.py> Add examples of how to work with affinity labels <https://github.com/oVirt/ovirt-engine-sdk/commit/5548b7d8c7a9478311fd107b0b3c3846dedf0b80> 3 years ago list_glance_images.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/list_glance_images.py> Add example showing how to list Glance images <https://github.com/oVirt/ovirt-engine-sdk/commit/bdc27f1453eb7aa54618ef3e192b64ce23e06c27> 3 years ago list_host_statistics.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/list_host_statistics.py> Add example that list host statistics <https://github.com/oVirt/ovirt-engine-sdk/commit/d6b662b1a6164e652669dad081f30cce754cc6be> 3 years ago list_roles.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/list_roles.py> Add example showing how to list system roles <https://github.com/oVirt/ovirt-engine-sdk/commit/770d11adbb00bf20e2e8b5a13b26e0a39728f806> 3 years ago list_tags.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/list_tags.py> Add examples of how to work with tags <https://github.com/oVirt/ovirt-engine-sdk/commit/1417b18b4ca74b2400a3910a0afbdff2bd4258ec> 3 years ago list_tags_of_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/list_tags_of_vm.py> Add examples of how to work with tags <https://github.com/oVirt/ovirt-engine-sdk/commit/1417b18b4ca74b2400a3910a0afbdff2bd4258ec> 3 years ago list_vm_disks.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/list_vm_disks.py> Clarify that DiskAttachment.disk is only a link <https://github.com/oVirt/ovirt-engine-sdk/commit/89775c6f74a82a773cd2becf221f1cdacdb80044> 4 years ago list_vm_snapshots.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/list_vm_snapshots.py> Add example that lists VM snapshots <https://github.com/oVirt/ovirt-engine-sdk/commit/090b154a902c9e2a9aab7579f9e56c44a95e02eb> 3 years ago list_vms.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/list_vms.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago page_vms.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/page_vms.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago pin_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/pin_vm.py> Add pin VM example <https://github.com/oVirt/ovirt-engine-sdk/commit/d2d886f9d41466a5c608e3370575eb2814f1d163> 3 years ago poll_events.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/poll_events.py> Add event poll example <https://github.com/oVirt/ovirt-engine-sdk/commit/8eded52beac251f70f78f4b7e9f1cbaa9c080387> 3 years ago print_vm_mac_duplicates.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/print_vm_mac_duplicates.py> Add example which print duplicated MAC address <https://github.com/oVirt/ovirt-engine-sdk/commit/afced7233cef0a5da076852a4f9f62e85d0b6e3f> 2 years ago register_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/register_vm.py> Add example of virtual machine registration <https://github.com/oVirt/ovirt-engine-sdk/commit/6e1326801d86396648c33ceed9560c59dccf8471> 3 years ago remove_host.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/remove_host.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago remove_tag.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/remove_tag.py> Add examples of how to work with tags <https://github.com/oVirt/ovirt-engine-sdk/commit/1417b18b4ca74b2400a3910a0afbdff2bd4258ec> 3 years ago remove_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/remove_vm.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago search_vms.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/search_vms.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago set_vm_lease_storage_domain.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/set_vm_lease_storage_domain.py> Add VM lease example <https://github.com/oVirt/ovirt-engine-sdk/commit/9add66c16961f8b0397ca4db46d1fe6ebd5fb220> 3 years ago set_vm_serial_number.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/set_vm_serial_number.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago show_summary.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/show_summary.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago sparsify_disk.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/sparsify_disk.py> Fix permissions of examples <https://github.com/oVirt/ovirt-engine-sdk/commit/629f9bc79c4e45b160c4e1997eb561d312fdaea9> 3 years ago start_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/start_vm.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago start_vm_with_boot_devices.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/start_vm_with_boot_devices.py> Fix permissions of examples <https://github.com/oVirt/ovirt-engine-sdk/commit/0d8de1a827b327a8c60d4fe42c40f76ee7dbc720> 3 years ago start_vm_with_cloud_init.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/start_vm_with_cloud_init.py> Update cloud-init example with custom script <https://github.com/oVirt/ovirt-engine-sdk/commit/20fc87e19578ae43aa565f8b0e9844d6bca4454e> 3 years ago stop_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/stop_vm.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago test_connection.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/test_connection.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago unassign_tag_to_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/unassign_tag_to_vm.py> Add examples of how to work with tags <https://github.com/oVirt/ovirt-engine-sdk/commit/1417b18b4ca74b2400a3910a0afbdff2bd4258ec> 3 years ago update_data_center.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/update_data_center.py> Use Python logging <https://github.com/oVirt/ovirt-engine-sdk/commit/3c9e04be88c069aad28f59f857500b2b55a5f9ce> 4 years ago update_fencing_options.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/update_fencing_options.py> Add example of how to change fencing option <https://github.com/oVirt/ovirt-engine-sdk/commit/2da987feb62b2c80a040fbeec280f3a08fb77efc> 3 years ago update_quota_limits.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/update_quota_limits.py> Add quota limit update example <https://github.com/oVirt/ovirt-engine-sdk/commit/a7305aaf26ab8cdad0b5b43913c0437dd76ffcd1> 3 years ago upgrade_host.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/upgrade_host.py> Add upgrade host example <https://github.com/oVirt/ovirt-engine-sdk/commit/a0db05712cc80cb28a94e26b62a42292a2debd6c> 2 years ago upload_disk.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/upload_disk.py> Ensure transfer.transfer_url is not None. <https://github.com/oVirt/ovirt-engine-sdk/commit/0ea39aeb612149a24f80c8d990f2ce4f18cc445d> 2 years ago upload_disk_snapshots.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/upload_disk_snapshots.py> Align names of objects with 'my*' convention <https://github.com/oVirt/ovirt-engine-sdk/commit/d46200bf2cddbce0615b5b35182cda769b4f5537> 2 years ago upload_ova_as_template.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/upload_ova_as_template.py> examples: upload ova as a virtual machine template <https://github.com/oVirt/ovirt-engine-sdk/commit/4d24828c8e2f94cc8fc7cf6ff3a1ea2ce276cfa1> 2 years ago upload_ova_as_vm.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/upload_ova_as_vm.py> Enhance the example of uploading OVA <https://github.com/oVirt/ovirt-engine-sdk/commit/e2e450500991952b572aeec69f5094af503a2c2c> 2 years ago vm_backup.py <https://github.com/oVirt/ovirt-engine-sdk/blob/5dfd8af72f79c906eea54cec3defc8ef162166b1/sdk/examples/vm_backup.py>
An other question: How to get the cpu cores from the vm-template
------------------------------ zhouhao@vip.friendtimes.net _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/JXLSLJ7MGFJVS3...

I have imported vms through OVA many times,It always works fine。 Just now ovirt-engine pops a error message and the OVA imports fail.I retried many times and failed. The image is not on my node, but it is in my database error info below

On March 30, 2020 9:00:06 AM GMT+03:00, "zhouhao@vip.friendtimes.net" <zhouhao@vip.friendtimes.net> wrote:
I have imported vms through OVA many times,It always works fine。 Just now ovirt-engine pops a error message and the OVA imports fail.I retried many times and failed. The image is not on my node, but it is in my database
error info below
Could you check if the image physically exists in the storage domain? Best Regards, Strahil Nikolov

It isen't zhouhao@vip.friendtimes.net 发件人: Strahil Nikolov 发送时间: 2020-03-30 14:33 收件人: users; zhouhao@vip.friendtimes.net 主题: Re: [ovirt-users]Failed to import Vm through OVA,it seems is a bug On March 30, 2020 9:00:06 AM GMT+03:00, "zhouhao@vip.friendtimes.net" <zhouhao@vip.friendtimes.net> wrote:
I have imported vms through OVA many times,It always works fine。 Just now ovirt-engine pops a error message and the OVA imports fail.I retried many times and failed. The image is not on my node, but it is in my database
error info below
Could you check if the image physically exists in the storage domain? Best Regards, Strahil Nikolov

Any tips where should I look for?

Il giorno mar 24 mar 2020 alle ore 10:58 <edsonrichter@hotmail.com> ha scritto:
I'm newbie on oVirt - besides having many years on server administration, docker and vmware included. Installation is no mistery, but I'm stuck with error described below.
I've just installed a new machine with Centos 7 with all updates:
[root@mgmt ~]# uname -a Linux mgmt.simfrete.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
your kernel looks 2 months old, can you try yum update on your system, reboot and then re-run engine-setup? Can you share a sos report from the host?
[root@mgmt ~]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core)
I've installed the repository:
[root@mgmt ~]# sudo yum install https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm -y
and then the ovirt-engine:
[root@mgmt ~]# yum install ovirt-engine -y
Then, run the engine-setup with all defaults (exception fqdn = " mgmt.mydomain.com"). Everything runs smoothly, exception with I open the mamagement interface at "https://mgmt.mydomain.com/ovirt-engine" I get the error:
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
In the log, I get
2020-03-23 02:20:23,883-03 ERROR [org.ovirt.engine.core.aaa.servlet.SsoPostLoginServlet] (default task-8) [] server_error: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I don't know how to proceed from here. Would you please guide me how to fix this?
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/F37XX4VHQBO43S...
-- Sandro Bonazzola MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV Red Hat EMEA <https://www.redhat.com/> sbonazzo@redhat.com <https://www.redhat.com/>* <https://www.redhat.com/en/summit?sc_cid=7013a000002D2QxAAK>* *Red Hat respects your work life balance. Therefore there is no need to answer this email out of your office hours. <https://mojo.redhat.com/docs/DOC-1199578>*
participants (7)
-
edsonrichter@hotmail.com
-
John Priest
-
Liran Rotenberg
-
Sandro Bonazzola
-
Strahil Nikolov
-
Yedidyah Bar David
-
zhouhao@vip.friendtimes.net