From 5f4fa7f27ef33ca0c8ce4fe6917b1866ce8a8f56 Mon Sep 17 00:00:00 2001 From: Josh Gachnang Date: Tue, 3 Mar 2015 17:46:04 -0800 Subject: Add cleaning/zapping support to IPA This will add support for in band cleaning operations to IPA and replace the decom API that was unused. Adds API support for get_clean_steps, which returns a list of supported clean steps for the node, execute_clean_step, to execute one of the steps returned by get_clean_steps. Adds versioning and naming for hardware managers, so if a new hardware manager version is deployed in the middle of cleaning/zapping, the cleaning/zapping will be restarted to avoid incompatabilities. blueprint implement-cleaning-states blueprint inband-raid-configuration blueprint implement-zaping-states Depends-On: Ia2500ed5afb72058b4c5e8f41307169381cbce48 Change-Id: I750b80b9bf98b3ddc5643bb4c14a67d2052239af --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 0384fe76..80171b0e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ console_scripts = ironic_python_agent.extensions = standby = ironic_python_agent.extensions.standby:StandbyExtension - decom = ironic_python_agent.extensions.decom:DecomExtension + clean = ironic_python_agent.extensions.clean:CleanExtension flow = ironic_python_agent.extensions.flow:FlowExtension iscsi = ironic_python_agent.extensions.iscsi:ISCSIExtension image = ironic_python_agent.extensions.image:ImageExtension -- cgit v1.2.1