Activity log for bug #1987644

Date Who What changed Old value New value Message
2022-08-25 11:18:36 Cristian Le bug added bug
2022-08-25 11:55:33 Cristian Le description I get errors such as `Unable to discover domain, not provided on command line`, and I suspect is because they are not passed into here https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/deployment/ipa/ipaservices-baremetal-ansible.yaml#L153-L172 I get errors such as `Unable to discover domain, not provided on command line`, and I suspect is because they are not passed into here https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/deployment/ipa/ipaservices-baremetal-ansible.yaml#L153-L172 I have tested on my own setup hard-coding overriding and it managed to get passed that section. My question is what exactly does this line do? https://opendev.org/openstack/tripleo-heat-templates/src/commit/8e34b58d7057da53b70623a65208c31828a7781d/deployment/ipa/ipaservices-baremetal-ansible.yaml#L169-L172 Also where can I find some documentation on the ansible plugins that openstack defines? E.g. `map_merge` or the `if` in question here