I'm having some trouble setting up my first oVirt system.  I have the CentOS 8 
installation on the bare metal (ovirt1.ldas.ligo-la.caltech.edu), the ovirt4.4 
packages installed, and then try running 'hosted-engine --deploy' to set up my 
engine (ovirt-engine1.ldas.ligo-la.caltech.edu).  For this initial deployment, 
I accept almost all of the defaults (other than local network-specific 
settings).  However, the hosted-engine deployment fails with:

[ INFO  ] TASK [ovirt.hosted_engine_setup : Obtain SSO token using username/pass
word credentials]
[ INFO  ] ok: [localhost]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Wait for the host to be up]
[ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 120, "changed": false, "ov
irt_hosts": []}
[...cleanup...]
[ INFO  ] TASK [ovirt.hosted_engine_setup : Notify the user about a failure]
[ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "The system 
may not be provisioned according to the playbook results: please check the logs 
for the issue, fix accordingly or re-deploy from scratch.\n"}

However, when I run 'virsh list', I can still see a HostedEngine1 vm running.

In virt-hosted-engine-setup-20200522153439-e7iw3k.log I see the error:

2020-05-25 11:57:03,897-0500 DEBUG 
otopi.ovirt_hosted_engine_setup.ansible_utils ansible_utils._process_output:103 
{'changed': False, 'ovirt_hosts': [], 'invocation': {'module_args': {'pattern': 
'name=ovirt1.ldas.ligo-la.caltech.edu', 'fetch_nested': False, 
'nested_attributes': [], 'all_content': False, 'cluster_version': None}}, 
'_ansible_no_log': False, 'attempts': 120}
2020-05-25 11:57:03,998-0500 ERROR 
otopi.ovirt_hosted_engine_setup.ansible_utils ansible_utils._process_output:107 
fatal: [localhost]: FAILED! => {"attempts": 120, "changed": false, 
"ovirt_hosts": []}


In 
ovirt-hosted-engine-setup-ansible-bootstrap_local_vm-20200525112504-y2mmzu.log 
I see the following ansible errors:

2020-05-25 11:36:22,300-0500 DEBUG ansible on_any args localhostTASK: 
ovirt.hosted_engine_setup : Always revoke the SSO token kwargs
2020-05-25 11:36:23,766-0500 ERROR ansible failed {
    "ansible_host": "localhost",
    "ansible_playbook": 
"/usr/share/ovirt-hosted-engine-setup/ansible/trigger_role.yml",
    "ansible_result": {
        "_ansible_no_log": false,
        "changed": false,
        "invocation": {
            "module_args": {
                "ca_file": null,
                "compress": true,
                "headers": null,
                "hostname": null,
                "insecure": null,
                "kerberos": false,
                "ovirt_auth": {
                    "ansible_facts": {
                        "ovirt_auth": {
                            "ca_file": null,
                            "compress": true,
                            "headers": null,
                            "insecure": true,
                            "kerberos": false,
                            "timeout": 0,
                            "token": 
"tF4ZMU0Q23zS13W2vzyhkswGMB4XAXZCFiPg9IVvbJXkPq9MFmne40wvCKaQOJO_TkYOpfxe78r9HHJcSrUWCQ",
                            "url": 
"https://ovirt-engine1.ldas.ligo-la.caltech.edu/ovirt-engine/api";
                        }
                    },
                    "attempts": 1,
                    "changed": false,
                    "failed": false
                },
                "password": null,
                "state": "absent",
                "timeout": 0,
                "token": null,
                "url": null,
                "username": null
            }
        },
        "msg": "You must specify either 'url' or 'hostname'."
    },
    "ansible_task": "Always revoke the SSO token",
    "ansible_type": "task",
    "status": "FAILED",
    "task_duration": 2
}
2020-05-25 11:36:23,767-0500 DEBUG ansible on_any args 
<ansible.executor.task_result.TaskResult object at 0x7f15adaffa58> kwargs 
ignore_errors:True


Then further down:

2020-05-25 11:57:05,063-0500 DEBUG var changed: host "localhost" var 
"ansible_failed_result" type "<class 'dict'>" value: "{
    "_ansible_no_log": false,
    "_ansible_parsed": true,
    "attempts": 120,
    "changed": false,
    "failed": true,
    "invocation": {
        "module_args": {
            "all_content": false,
            "cluster_version": null,
            "fetch_nested": false,
            "nested_attributes": [],
            "pattern": "name=ovirt1.ldas.ligo-la.caltech.edu"
        }
    },
    "ovirt_hosts": []
}"
2020-05-25 11:57:05,063-0500 ERROR ansible failed {
    "ansible_host": "localhost",
    "ansible_playbook": 
"/usr/share/ovirt-hosted-engine-setup/ansible/trigger_role.yml",
    "ansible_result": {
        "_ansible_no_log": false,
        "attempts": 120,
        "changed": false,
        "invocation": {
            "module_args": {
                "all_content": false,
                "cluster_version": null,
                "fetch_nested": false,
                "nested_attributes": [],
                "pattern": "name=ovirt1.ldas.ligo-la.caltech.edu"
            }
        },
        "ovirt_hosts": []
    },
    "ansible_task": "Wait for the host to be up",
    "ansible_type": "task",
    "status": "FAILED",
    "task_duration": 1235
}
2020-05-25 11:57:05,063-0500 DEBUG ansible on_any args 
<ansible.executor.task_result.TaskResult object at 0x7f15ad92dcc0> kwargs 
ignore_errors:None

Not being very familiar with ansible, I'm not sure where to look next for the 
root cause of the problem.

--Michael Thomas
_______________________________________________
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/WFWMDKTUQAO4ASMWK3EKE34JRFWNBKPX/

Reply via email to