89f960cde2fd0b34c480befbd1a1b03fdf5eae20
Commite49688be98introduced filters for ephemeral firewall rules managed by Ironic Inspectors iptables PXE filter. These new filters cause duplicate entries in the persisted firewall rules. sed expression '/-m comment --comment/p' was used to ensure the ironic-inspector api port is not accidentally removed. But the expression also matches several other entries causing duplicates to be written. This change enhances the expression to check for '-m comment --comment' and 'ironic-inspector'. Related-Bug: #1771128 Change-Id: I6ac397e786f66e33c523edb94613181040c15f19 (cherry picked from commit4366fa8b14)
Team and repository tags
Undercloud Install via instack
instack-undercloud is tooling for installing a TripleO undercloud.
It is part of the TripleO project: https://docs.openstack.org/developer/tripleo-docs/index.html
- Free software: Apache license
- Source: https://git.openstack.org/cgit/openstack/instack-undercloud
- Bugs: https://bugs.launchpad.net/tripleo
Description