Red Hat Virtualization (RHV)

Example 18.6. List Domains and Upload Image

# engine-iso-uploader list
Please provide the REST API password for the admin@internal oVirt Engine user (CTRL+D to abort):
ISO Storage Domain Name   | Datacenter          | ISO Domain Status
ISODomain                 | Default             | active
# engine-iso-uploader --iso-domain=[ISODomain] upload [RHEL6.iso]
Please provide the REST API password for the admin@internal oVirt Engine user (CTRL+D to abort):

Fuente: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.0/html/administration_guide/sect-the_iso_uploader_tool

Create a new conf file /etc/ovirt-engine/engine.conf.d/99-sso.conf and add:

SSO_CALLBACK_PREFIX_CHECK=false

Fuente: https://bugzilla.redhat.com/show_bug.cgi?id=1483544

StorageServerAccessPermissionError: Permission settings on the specified path do not allow access to the storage.

Verify permission settings on the specified storage path.
$ chown -R 36:36 /share/path

$ chmod 0755 /share/path

Also be sure that the nfs service is exporting the share read-write:

$ cat /etc/exports
/share/path *(rw,sync)

Fuente: https://access.redhat.com/solutions/365093

then

# systemctl restart ovirt-engine

Crear el archivo con este contenido /etc/ovirt-engine/engine.conf.d/99-custom-truststore.conf

ENGINE_HTTPS_PKI_TRUST_STORE="/etc/pki/java/cacerts"
ENGINE_HTTPS_PKI_TRUST_STORE_PASSWORD=""

Ejecutar los siguientes comandos.

# trust anchor /etc/pki/ovirt-engine/ca.pem 
# update-ca-trust
# systemctl restart ovirt-engine