Build ovirt-setup-lib for RHV 4.4 on both RHEL 7 and RHEL 8
Rebasing again, for bug 1840756 and for a fix without a bug opened: queryEnvKey: Do not use ':' in name Without this, and with otopi-generated answer files, an answer file can have e.g.: QUESTION/1/queryEnvKey_input:somekey=str:somevalue QUESTION/1/queryEnvKey_input:otherkey=str:othervalue Then, feeding this to engine-setup as --config-append, fails with: Failed to read config file ans1 Traceback (most recent call last): File "/usr/share/otopi/plugins/otopi/core/config.py", line 139, in _init readfunc(fp) File "/usr/lib64/python3.6/configparser.py", line 718, in read_file self._read(f, source) File "/usr/lib64/python3.6/configparser.py", line 1092, in _read fpname, lineno) configparser.DuplicateOptionError: While reading from 'ans1' [line 28]: option 'QUESTION/1/queryEnvKey_input' in section 'environment:default' already exists That's because configparser allows "=|:" as delimiters. So use "_".
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (RHV Engine and Host Common Packages 4.4), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:3309