
Hello, I installed an all-in-one oVirt 3.6.1 system on CentOS 7.2 with local disk configured for images and ISOs. However, the engine web GUI doesn't mention the ISO_DOMAIN, and I can't seem to select an uploaded ISO and attach it to a VM. Any idea what I'm doing wrong here? Thanks, -Matthew Additional detail... I did engine setup with this where all paths are on local disk: OVESETUP_CONFIG/isoDomainName=str:ISO_DOMAIN OVESETUP_CONFIG/isoDomainACL=str:*(rw) OVESETUP_CONFIG/isoDomainMountPoint=str:/home/ovirt-localdisk/iso OVESETUP_AIO/storageDomainDir=str:/home/ovirt-localdisk/images/ With this, I was able to upload an image like so: [root@host ~]# engine-iso-uploader upload -i ISO_DOMAIN ./CentOS-7-x86_64-Minimal-1511.iso Please provide the REST API password for the admin@internal oVirt Engine user (CTRL+D to abort): Uploading, please wait... INFO: Start uploading ./CentOS-7-x86_64-Minimal-1511.iso Uploading: [########################################] 100% INFO: ./CentOS-7-x86_64-Minimal-1511.iso uploaded successfully After this, the local filesystem had my image: [root@host ~]# find /home/ovirt-localdisk/iso/ -iname \*.iso /home/ovirt-localdisk/iso/d33449b5-f660-4e90-abd4-5d55f9c27b85/images/11111111-1111-1111-1111-111111111111/CentOS-7-x86_64-Minimal-1511.iso But this seems to say something's wrong: [root@host ~]# engine-iso-uploader list Please provide the REST API password for the admin@internal oVirt Engine user (CTRL+D to abort): ERROR: There are no ISO storage domains. Further, the engine web gui has no mention of the ISO storage domain nor does CentOS-7-x86_64-Minimal-1511.iso show up as an option to attach as a CDROM to guests.