Allow all packet state for selected ironic services
With nftables, we drop all types of connection that don't have any "accept" rule. This is a change compared to the current iptables, where we drop only the NEW ones. We detected some of the ironic connections as SYN and/or ACK only, and they were dropped. We can see such drops in the hackmd set to track the nftables switch[1]. [1] https://hackmd.io/F0W2gYw_SiaiWkowjFU9cw Change-Id: I97e24d6eab8944193c7ce458ec2e45d9e37571cb
This commit is contained in:
parent
09e8ccac77
commit
8044148451
@ -164,10 +164,12 @@ outputs:
|
||||
'100 ironic_haproxy_frontend':
|
||||
dport:
|
||||
- 6385
|
||||
state: []
|
||||
firewall_ssl_frontend_rules:
|
||||
'100 ironic_haproxy_frontend_ssl':
|
||||
dport:
|
||||
- 13385
|
||||
state: []
|
||||
keystone_resources:
|
||||
ironic:
|
||||
endpoints:
|
||||
|
@ -401,6 +401,7 @@ outputs:
|
||||
proto: udp
|
||||
'135 ironic conductor HTTP':
|
||||
dport: {get_param: IronicIPXEPort}
|
||||
state: []
|
||||
monitoring_subscription: {get_param: MonitoringSubscriptionIronicConductor}
|
||||
config_settings:
|
||||
map_merge:
|
||||
|
Loading…
Reference in New Issue
Block a user