Merge "Add NET_RAW to dnsmasq container"
This commit is contained in:
commit
03122599ee
@ -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 }}"
|
||||
|
@ -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>`__.
|
Loading…
Reference in New Issue
Block a user