[ovirt-users] Hosted-engine ISO domain
Yedidyah Bar David
didi at redhat.com
Wed Jan 14 20:43:35 UTC 2015
----- Original Message -----
> From: "Donny Davis" <donny at cloudspin.me>
> To: "Will K" <yetanotherwill at yahoo.com>
> Cc: users at ovirt.org
> Sent: Wednesday, January 14, 2015 8:33:41 PM
> Subject: Re: [ovirt-users] Hosted-engine ISO domain
>
>
>
> engine-setup --otopi-environment="OVESETUP_CONFIG/
> isoDomainExists=bool:False"
Did you find this documented anywhere?
It's not supported. I can't tell you what exactly happens if you try it.
If you check the code, you see in constants.py:
@osetupattrs(
postinstallfile=True,
)
def ISO_DOMAIN_EXISTS(self):
return 'OVESETUP_CONFIG/isoDomainExists'
Note there is no 'answerfile=True' there. This means that while this
key _can_ be supplied as you suggested, it's not written to the answer
file and should basically be treated as internal data.
Re the original question - are you sure you do not see it anywhere in
the web admin gui? On a first clean setup, it will not be available
immediately. You will see it under the "storage" tab but will only be
able to attach it after you create and attach a data domain. Did you
follow [1] at least once?
[1] http://www.ovirt.org/Quick_Start_Guide
Best,
--
Didi
More information about the Users
mailing list