ironic-inspector/ironic_inspector/test
Dmitry Tantsur 0423d93736 Track node identification during the whole processing
Currently our logging in processing is very inconsistent:
some log strings mention node UUID, some - node BMC IP, some nothing.
This change introduces a common prefix for all processing logs
based on as much information as possible.
Only code that actually have some context about the node (either
NodeInfo or introspection data) is updated.

Also logging BMC addresses can be disabled now.

Updates example.conf (a lot of updated comments from oslo).

Change-Id: Ib20f2acdc60bfaceed7a33467557b92857c32798
2016-01-13 12:23:15 +01:00
..
__init__.py Rename discoverd -> inspector 2015-05-29 09:06:56 +02:00
base.py Lock nodes to avoid simultaneous introspection requests 2015-11-27 12:05:27 +01:00
functional.py Never run Flask application with debug mode 2015-10-15 15:26:16 +02:00
test_firewall.py Use rootwrap to execute iptables instead of requiring root 2015-09-23 13:27:15 +02:00
test_introspect.py Track node identification during the whole processing 2016-01-13 12:23:15 +01:00
test_main.py Validate that data received from the ramdisk is a JSON object 2015-12-14 14:19:43 +01:00
test_node_cache.py Lock nodes to avoid simultaneous introspection requests 2015-11-27 12:05:27 +01:00
test_plugins_base.py Add introspection rules support 2015-09-14 14:56:09 +02:00
test_plugins_extra_hardware.py Convert eDeploy data so that rules can process it 2015-09-22 13:29:58 +01:00
test_plugins_raid_device.py Support IPA in raid_device plugin 2015-09-22 17:05:02 +02:00
test_plugins_rules.py Add missing plugins for introspection rules 2015-09-18 17:42:42 +02:00
test_plugins_standard.py Don't rely on dict ordering in test_plugins_standard 2015-09-25 15:07:01 +02:00
test_process.py Properly report preprocessing errors to a user 2015-12-09 17:31:47 +01:00
test_rules.py Add introspection rules support 2015-09-14 14:56:09 +02:00
test_swift.py Store and expose introspection data 2015-08-27 20:18:54 -04:00
test_utils.py Track node identification during the whole processing 2016-01-13 12:23:15 +01:00