ironic-inspector/ironic_inspector
Dmitry Tantsur 405c7de1f8 Disable DHCP completely when no nodes are on introspection
Currently we keep DHCP always open for new nodes. This is an overkill, as we
always know which nodes are on introspection. It also causes problems when not
all node NIC's are registered in Ironic, as these NIC's might get DHCP from our
server.

This change reduces probability of wrong nodes accessing our DHCP by REJECT'ing
all DHCP requests when no nodes are on introspection and node_not_found_hook is
not set. It does not solve the problem completely: conflicts are still possible
during the introspection.

Change-Id: I7a50c02023ef4364e14825cd80fa75565fac3dc8
Partial-Bug: #1557979
2016-03-16 12:19:10 +01:00
..
common Move ironic options to common/ironic 2016-03-07 13:56:55 +01:00
migrations Add invert option to rule conditions 2016-02-29 13:48:55 +01:00
plugins Merge "Fix arg for "Port already exists" error" 2016-03-11 13:28:47 +00:00
test Disable DHCP completely when no nodes are on introspection 2016-03-16 12:19:10 +01:00
__init__.py Switch to pbr 2015-06-18 16:09:07 +02:00
alembic.ini Add alembic migrations for the inspector database 2015-09-23 14:44:46 +01:00
conf.py Added CORS support to Ironic Inspector 2016-03-14 15:29:09 +01:00
db.py Add invert option to rule conditions 2016-02-29 13:48:55 +01:00
dbsync.py Add db migrations tests 2016-03-01 15:04:59 +02:00
firewall.py Disable DHCP completely when no nodes are on introspection 2016-03-16 12:19:10 +01:00
introspect.py Use futurist library for asynchronous tasks 2016-03-02 15:40:01 +01:00
main.py Added CORS support to Ironic Inspector 2016-03-14 15:29:09 +01:00
node_cache.py Disable DHCP completely when no nodes are on introspection 2016-03-16 12:19:10 +01:00
process.py Merge "Don't fail on power off if in enroll state" 2016-03-14 14:16:28 +00:00
rules.py Correct method call to to_dict 2016-03-03 16:19:39 +00:00
utils.py Added CORS support to Ironic Inspector 2016-03-14 15:29:09 +01:00
version.py Use Reno for release notes management 2015-11-26 10:12:14 +01:00