Merge "Add NET_RAW to dnsmasq container"

This commit is contained in:
Zuul 2024-09-16 09:51:32 +00:00 committed by Gerrit Code Review
commit 03122599ee
2 changed files with 7 additions and 0 deletions

View File

@ -82,6 +82,7 @@ ironic_services:
enabled: true
cap_add:
- NET_ADMIN
- NET_RAW
image: "{{ ironic_dnsmasq_image_full }}"
volumes: "{{ ironic_dnsmasq_default_volumes + ironic_dnsmasq_extra_volumes }}"
dimensions: "{{ ironic_dnsmasq_dimensions }}"

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue with ironic dnsmasq failing to start in deployments
using podman because it requires the NET_RAW capability. See `LP#2055282
<https://bugs.launchpad.net/kolla-ansible/+bug/2055282>`__.