[ovirt-users] Re: oVirt 4.4 Self-Hosted Installation failed

2020-08-04 Thread Yedidyah Bar David
On Mon, Jul 27, 2020 at 10:02 PM  wrote:
>
> Hi There!
>
> I'm trying to install oVirt self-hosted on Fedora 32 with kvm and the install 
> failed. I got the following message on ovirt console:
>
> Host localhost installation failed. Failed to execute Ansible host-deploy 
> role: failed. Please check logs for more details: 
> /var/log/ovirt-engine/host-deploy/ovirt-host-deploy-ansible-20200727183159-localhost-5de7c489.log.

I think that it failed because you used the name 'localhost' for the host.

I think we have code to prevent this, not sure why it didn't work.
Please check/share relevant logs, search e.g. "Avoid localhost".

Please try again for the host's FQDN - that is, a name which allows
accessing it from everywhere (both the engine and itself, at least).

>
> and the log content:
>
> [root@localhost ~]# tail -100 
> /var/log/ovirt-engine/host-deploy/ovirt-host-deploy-ansible-20200727183159-localhost-5de7c489.log
>   "end" : "2020-07-27 18:35:18.688022",
>   "delta" : "0:00:00.190619",
>   "changed" : true,
>   "invocation" : {
> "module_args" : {
>   "_raw_params" : 
> "'/usr/bin/openssl'\n'req'\n'-new'\n'-newkey'\n'rsa:2048'\n'-nodes'\n'-subj'\n'/'\n'-keyout'\n'/tmp/ansible.oqj_hat2qemu'\n",
>   "warn" : true,
>   "_uses_shell" : false,
>   "stdin_add_newline" : true,
>   "strip_empty_ends" : true,
>   "argv" : null,
>   "chdir" : null,
>   "executable" : null,
>   "creates" : null,
>   "removes" : null,
>   "stdin" : null
> }
>   },
>   "stdout_lines" : [ "-BEGIN CERTIFICATE REQUEST-", 
> "MIICRTCCAS0CAQAwADCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL++", 
> "QCG8gpsb3isdQFw/noaoOIGxd6zXcoCMdPs2vOP8z7ciPSQPE5r6JxmNTM9tMzCb", 
> "b1sC7ON8PJNaMyRTQ1mVGFoQhQIq54L77GwV27qzVlsjmfM3MCUISVqTGZPWJ/RQ", 
> "QVc03RXDbLYC0UG7C5Y+NRCp7G+67/dLjvzyO4IASZH1rEE7K/PPjSsyJJYaq68X", 
> "XeyckgB7kjQXYZCIexihH3lvMvp7j75wc0RZztEw2bGhhByVsTZCvgouciL/43N7", 
> "h2/8pMZaNbIcx5h8ZIoyWWvYGCe2PaALd94jSLjrgwY6v8lHSt/5S96Ace/C2jt6", 
> "WDwbTfFvthyIosxJRdkCAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4IBAQBp0Mj1WO4h", 
> "n27hRFQ5n2hwRpLrbnD/KIkicNR9sFPszAMt6cN84a5jocrSJEcboPnz/Bg1yNlq", 
> "FsN6gVI/RQY7BTmgP5chThe+/vtCJjP71K/+5YKpaBCbtpUIo/dERzHMsVS5O730", 
> "iXjFERxAObnrzllohpahc42+dwxPrd4ZMFrRmA5m55/nN9VgCudHTo8Uzrv+iaN7", 
> "0G3oPW1IJGnycUArYyGPOIXTHMWRKcxF4irPOxXCp3cyWKxrfrO7vrl8LfOvVsJx", 
> "btRN84AUvUsSPzFDVPuAl8xZ9M0P+Ho9uGvSMlQ0xdyfXU/9wFIhf3oFK3Slbo3j", 
> "rXgOHdj+ve1g", "-END CERTIFICATE REQUEST-" ],
>   "stderr_lines" : [ "Generating a RSA private key", 
> "+",
>  ".+", "writing new private key to 
> '/tmp/ansible.oqj_hat2qemu'", "-" ],
>   "_ansible_no_log" : false,
>   "failed" : false,
>   "item" : {
> "changed" : true,
> "path" : "/tmp/ansible.oqj_hat2qemu",
> "uid" : 0,
> "gid" : 0,
> "owner" : "root",
> "group" : "root",
> "mode" : "0600",
> "state" : "file",
> "secontext" : "unconfined_u:object_r:user_tmp_t:s0",
> "size" : 0,
> "invocation" : {
>   "module_args" : {
> "state" : "file",
> "suffix" : "qemu",
> "prefix" : "ansible.",
> "path" : null
>   }
> },
> "failed" : false,
> "item" : {
>   "suffix" : "qemu",
>   "pending_file" : "libvirt-migrate/server-key.pending.pem",
>   "req_dir" : "requests-qemu"
> },
> "ansible_loop_var" : "item"
>   },
>   "ansible_loop_var" : "item",
>   "_ansible_item_label" : {
> "changed" : true,
> "path" : "/tmp/ansible.oqj_hat2qemu",
> "uid" : 0,
> "gid" : 0,
> "owner" : "root",
> "group" : "root",
> "mode" : "0600",
> "state" : "file",
> "secontext" : "unconfined_u:object_r:user_tmp_t:s0",
> "size" : 0,
> "invocation" : {
>   "module_args" : {
> "state" : "file",
> "suffix" : "qemu",
> "prefix" : "ansible.",
> "path" : null
>   }
> },
> "failed" : false,
> "item" : {
>   "suffix" : "qemu",
>   "pending_file" : "libvirt-migrate/server-key.pending.pem",
>   "req_dir" : "requests-qemu"
> },
> "ansible_loop_var" : "item"
>   }
> } ],
> "changed" : true,
> "msg" : "All 

[ovirt-users] Re: oVirt 4.4 Self-Hosted Installation failed

2020-08-03 Thread enmanuelmoreira
I have a kvm host Fedora 32 base system with a guest CentOS 8 (host-passthrough 
directive enabled), I tried in Virtualbox guest as well (PAE/NAE enabled), and 
it's the same issue.

Regards. 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/MYO25BG7FRD6TMQJUMHPXCB7YG6SMEAQ/


[ovirt-users] Re: oVirt 4.4 Self-Hosted Installation failed

2020-08-03 Thread enmanuelmoreira
Hi Sandro,

I've a kvm host Fedora 32 base system with a guest CentOS 8 (host-passthrough 
directive enabled), I tried in Virtualbox guest as well (PAE/NAE enabled), and 
it's the same issue.

Regards. 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/7Q7XECN7KIM4RYJLCPH2DKEOEQADRTO6/


[ovirt-users] Re: oVirt 4.4 Self-Hosted Installation failed

2020-08-03 Thread enmanuelmoreira
I didn't explain the problem clearly, I'm sorry. I have a kvm host fedora 32 
(with host-passthrough directive enabled), and I tried to installing ovirt as a 
guest Centos 8.2 following the documentation to install an ovirt self-hosted. 
And I receive these errors up.

Regards.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/UJW3CAOZHIVELYTQ6P7WFT5CVEOYD5AY/


[ovirt-users] Re: oVirt 4.4 Self-Hosted Installation failed

2020-07-30 Thread Sandro Bonazzola
Il giorno lun 27 lug 2020 alle ore 21:00  ha
scritto:

> Hi There!
>
> I'm trying to install oVirt self-hosted on Fedora 32 with kvm and the
> install failed.


Hi, despite we would love to be able to support Fedora we had to give up
trying to support it.
You can read more at https://blogs.ovirt.org/2020/05/ovirt-and-fedora/
I would suggest to use CentOS Linux 8  or CentOS Stream 8 as an alternative.

Cheers,
-- 

Sandro Bonazzola

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA 

sbona...@redhat.com


*Red Hat respects your work life balance. Therefore there is no need to
answer this email out of your office hours.*
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/ERLA6WSGFNL62SVODQ7R5CNDRN3WPYUA/