Bug 1958216
| Summary: | ocp libvirt: dnsmasq options in install config should allow duplicate option names | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Prashanth Sundararaman <psundara> |
| Component: | Multi-Arch | Assignee: | Prashanth Sundararaman <psundara> |
| Status: | CLOSED ERRATA | QA Contact: | Barry Donahue <bdonahue> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.8 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.8.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-27 23:07:23 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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 (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), 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/RHSA-2021:2438 |
A corner case was discovered in the openshift installer where if a specific option is specified multiple times(for example the "address" option could be specified multiple times for different domains), only one of the options is set. This is a bug and an oversight when adding the original code for the dnsmasq options. This is a valid supported use case to have multiple of the same dnsmasq options specified like: libvirt: network: dnsmasqOptions: - name: "address" value: "/.apps.tt.testing/192.168.126.51" - name: "address" value: "/.apps.obsidian/192.168.126.52"