extra vars parameter can only be passed once. In the event of multiple instances, the last one will overwrite earlier ones.
To pass multiple vars the @ method must be used, giving a path to a yaml file containing all the required vars to set.
I spent a number of hours debugging a failed install before finally stumbling on this information buried on the ovirt mailing list.
It would be good to have this clearly stated in the output of hosted-engine --deploy --help to save future installers hitting the same issue.
extra vars parameter can only be passed once. In the event of multiple instances, the last one will overwrite earlier ones.
To pass multiple vars the @ method must be used, giving a path to a yaml file containing all the required vars to set.
I spent a number of hours debugging a failed install before finally stumbling on this information buried on the ovirt mailing list.
It would be good to have this clearly stated in the output of
hosted-engine --deploy --helpto save future installers hitting the same issue.