[ovirt-users] Re: Failed to deploy ovirt engine with CLI

2022-09-23 Thread Pablo Olivera

Hi Jonas,

Thank you very much, this seems to fix the issue.

Best regards.

Pablo.



El 21/09/2022 a las 21:39, Jonas escribió:


Maybe you have the same issue as I did: 
https://lists.ovirt.org/archives/list/users@ovirt.org/thread/PCYIQTY457LEX44NCTGH4LKM4DN6J4EJ/


The solution is to login to the engine VM and downrade the package 
ansible-core after the package update step:


dnf downgrade -y ansible-core-2.12.3-1.el8.x86_64

On 9/21/22 17:05, Pablo Olivera wrote:

Sorry for the short description of the issue.
Here are some more logs from the hosted engine.

Regards,
Pablo.


El 21/09/2022 a las 16:31, Yedidyah Bar David escribió:
On Wed, Sep 21, 2022 at 5:21 PM Pablo Olivera  
wrote:

Hi community,

I'm trying to deploy the engine via CLI on an ovirt 4.5.2 (CentOS 8)
node over a clean install.
Previously I was trying to deploy it via cockpit but I got the 
following

error:


[ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token 
using

username/password credentials]
[ ERROR ] ovirtsdk4.AuthError: Error during SSO authentication
access_denied : Cannot authenticate user Invalid user credentials.
[ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 50, "changed":
false, "msg": "Error during SSO authentication access_denied : Cannot
authenticate user Invalid user credentials."}

After researching in different threads of this forum, I decided to 
setup

it via CLI by recommendation of different users, since it seems that
cockpit hosted-engine deployment is broken.

Indeed. Sorry for that.


I attach the hosted-engine setup log but I am not sure where is the
problem now.

It's here, apparently:

2022-09-21 14:30:50,466+0200 ERROR
otopi.ovirt_hosted_engine_setup.ansible_utils
ansible_utils._process_output:113 fatal: [localhost]: FAILED! =>
{"changed": false, "msg": "Host is not up, please check logs, perhaps
also on the engine machine"}


Can you help me?

As the message says, please check/share relevant logs.

Good luck and best regards,


___
Users mailing list --users@ovirt.org
To unsubscribe send an email tousers-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/BTSFS64M3LVCRMWGI2OELOMDVB52N7YS/___
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/TNLZECXUIRIA2S5NA5ZJCVIXIXHKDFQX/


[ovirt-users] Re: Failed to deploy ovirt engine with CLI

2022-09-21 Thread Jonas
Maybe you have the same issue as I did: 
https://lists.ovirt.org/archives/list/users@ovirt.org/thread/PCYIQTY457LEX44NCTGH4LKM4DN6J4EJ/


The solution is to login to the engine VM and downrade the package 
ansible-core after the package update step:


dnf downgrade -y ansible-core-2.12.3-1.el8.x86_64

On 9/21/22 17:05, Pablo Olivera wrote:

Sorry for the short description of the issue.
Here are some more logs from the hosted engine.

Regards,
Pablo.


El 21/09/2022 a las 16:31, Yedidyah Bar David escribió:
On Wed, Sep 21, 2022 at 5:21 PM Pablo Olivera  
wrote:

Hi community,

I'm trying to deploy the engine via CLI on an ovirt 4.5.2 (CentOS 8)
node over a clean install.
Previously I was trying to deploy it via cockpit but I got the 
following

error:


[ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token using
username/password credentials]
[ ERROR ] ovirtsdk4.AuthError: Error during SSO authentication
access_denied : Cannot authenticate user Invalid user credentials.
[ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 50, "changed":
false, "msg": "Error during SSO authentication access_denied : Cannot
authenticate user Invalid user credentials."}

After researching in different threads of this forum, I decided to 
setup

it via CLI by recommendation of different users, since it seems that
cockpit hosted-engine deployment is broken.

Indeed. Sorry for that.


I attach the hosted-engine setup log but I am not sure where is the
problem now.

It's here, apparently:

2022-09-21 14:30:50,466+0200 ERROR
otopi.ovirt_hosted_engine_setup.ansible_utils
ansible_utils._process_output:113 fatal: [localhost]: FAILED! =>
{"changed": false, "msg": "Host is not up, please check logs, perhaps
also on the engine machine"}


Can you help me?

As the message says, please check/share relevant logs.

Good luck and best regards,


___
Users mailing list --users@ovirt.org
To unsubscribe send an email tousers-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/BTSFS64M3LVCRMWGI2OELOMDVB52N7YS/___
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/IQ7U2FKKW6XQWZJ4W444URYMUOGRSIQ6/


[ovirt-users] Re: Failed to deploy ovirt engine with CLI

2022-09-21 Thread Yedidyah Bar David
On Wed, Sep 21, 2022 at 5:21 PM Pablo Olivera  wrote:
>
> Hi community,
>
> I'm trying to deploy the engine via CLI on an ovirt 4.5.2 (CentOS 8)
> node over a clean install.
> Previously I was trying to deploy it via cockpit but I got the following
> error:
>
>
> [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Obtain SSO token using
> username/password credentials]
> [ ERROR ] ovirtsdk4.AuthError: Error during SSO authentication
> access_denied : Cannot authenticate user Invalid user credentials.
> [ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 50, "changed":
> false, "msg": "Error during SSO authentication access_denied : Cannot
> authenticate user Invalid user credentials."}
>
> After researching in different threads of this forum, I decided to setup
> it via CLI by recommendation of different users, since it seems that
> cockpit hosted-engine deployment is broken.

Indeed. Sorry for that.

>
> I attach the hosted-engine setup log but I am not sure where is the
> problem now.

It's here, apparently:

2022-09-21 14:30:50,466+0200 ERROR
otopi.ovirt_hosted_engine_setup.ansible_utils
ansible_utils._process_output:113 fatal: [localhost]: FAILED! =>
{"changed": false, "msg": "Host is not up, please check logs, perhaps
also on the engine machine"}

>
> Can you help me?

As the message says, please check/share relevant logs.

Good luck and best regards,
-- 
Didi
___
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/NIVM6NVK4SIVUDPEXRHIV5S3RRHI3GEI/