ironic-inspector/ironic_inspector/plugins
Anton Arefiev bf86545ca4 Extend conditions and actions
Conditions: ``field`` supports new format, it allow to comparison
data both from inspection and node info:

     {'field': 'node://ironic/style/path', 'op': 'eq', 'value': 'val'}
     {'field': 'data://introspection/path', 'op': 'eq', 'value': 'val'}

Actions: ``value`` supports fetching data from introspection, it's
using python string formatting notation:

     {'action': 'set-attribute', 'path': '/driver_info/ipmi_address',
      'value': '{data[inventory][bmc_address]}'}

Related-Bug: #1524753
Change-Id: Ie05f82e7a29fba2f743217f0893c085fd843cd5b
2016-02-17 19:07:30 +02:00
..
__init__.py Rename discoverd -> inspector 2015-05-29 09:06:56 +02:00
base.py Extend conditions and actions 2016-02-17 19:07:30 +02:00
example.py Merge "Deprecate returning patches from plugins" 2015-09-16 16:51:18 +00:00
extra_hardware.py Track node identification during the whole processing 2016-01-13 12:23:15 +01:00
raid_device.py Track node identification during the whole processing 2016-01-13 12:23:15 +01:00
rules.py Extend conditions and actions 2016-02-17 19:07:30 +02:00
standard.py Remove deprecated support for passing patches lists into hooks 2016-02-09 12:36:07 +01:00