Skip to content

Commit

Permalink
feat: switch dnsmasq to the hostNetwork
Browse files Browse the repository at this point in the history
Use the hostNetwork by default for dnsmasq.
  • Loading branch information
cardoe committed May 23, 2024
1 parent 34e1706 commit e3bea99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/ironic/dnsmasq-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: ConfigMap
metadata:
name: ironic-dnsmasq
data:
# interface to listen on the host
PROVISIONER_INTERFACE: "eth0"
# common separated list of DHCP tagged configs
DHCP_TAGS: tag1
# When defining the IP address range, make sure to include subnet
Expand Down
1 change: 1 addition & 0 deletions components/ironic/dnsmasq-ss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
matchLabels:
application: ironic
component: conductor
hostNetwork: true
containers:
- name: dnsmasq
image: ghcr.io/rackerlabs/openstackhelm/dnsmasq:latest
Expand Down

0 comments on commit e3bea99

Please sign in to comment.