I am trying to setup self hosted ovirt engine (4.2) on centos 7.4, but the setup fails
after 'Add host' task on 'wait for the host to be up'. The log doesn't
seem to give clear indication where the issue might be. But I got below when ssh manually
into ovirt appliance where the engine-deploy runs and I see the host status
as'install_failed'.
Where the issue might be, and where can i find detailed log on failure?
"ovirt_hosts": [
{
"address": "ovirt",
"affinity_labels": [],
"auto_numa_status": "unknown",
"certificate": {
"organization": "ovirt",
"subject": "O=ovirt,CN=ovirt"
},
"cluster": {
"href":
"/ovirt-engine/api/clusters/ba170b8e-5744-11e8-8676-00163e3c9a32",
"id": "ba170b8e-5744-11e8-8676-00163e3c9a32"
},
"comment": "",
"cpu": {
"speed": 0.0,
"topology": {}
},
"device_passthrough": {
"enabled": false
},
"devices": [],
"external_network_provider_configurations": [],
"external_status": "ok",
"hardware_information": {
"supported_rng_sources": []
},
"hooks": [],
"href":
"/ovirt-engine/api/hosts/aad0fe84-2a9b-446d-ac02-82a8f6eb2a3c",
"id": "aad0fe84-2a9b-446d-ac02-82a8f6eb2a3c",
"katello_errata": [],
"kdump_status": "unknown",
"ksm": {
"enabled": false
},
"max_scheduling_memory": 0,
"memory": 0,
"name": "ovirt",
"network_attachments": [],
"nics": [],
"numa_nodes": [],
"numa_supported": false,
"os": {
"custom_kernel_cmdline": ""
},
"permissions": [],
"port": 54321,
"power_management": {
"automatic_pm_enabled": true,
"enabled": false,
"kdump_detection": true,
"pm_proxies": []
},
"protocol": "stomp",
"se_linux": {},
"spm": {
"priority": 5,
"status": "none"
},
"ssh": {
"fingerprint":
"SHA256:o98ZOygBK0jcfY+l5nfi0EGV9v3A4zjclG9d+C3U0WA",
"port": 22
},
"statistics": [],
"status": "install_failed",
"storage_connection_extensions": [],
"summary": {
"total": 0
},
"tags": [],
"transparent_huge_pages": {
"enabled": false
},
"type": "rhel",
"unmanaged_networks": [],
"update_available": false
}