2015-12-24 08:38:08 |
Tan Lin |
description |
Ironic support multi-conductors, but we are missing endpoints to show the status of conductors.
The initial idea is show the status of current conductors, GET /v1/conductors:
hostname | drivers | alive |
conductor1 | [ "agent_ipmitool", "agent_amt", "agent_ssh"] | true |
conductor 2 | [ "agent_ipmitool", "pxe_amt"] | true |
But it's definitely useful to show more stuff about conductors, like clean_nodes option.
Currently, the api should only list the status of conductors. But once we support reload configuration without restart service, it's possible to manipulate these things. But it's a long term task. |
Ironic support multi-conductors, but we are missing endpoints to show the status of conductors.
The initial idea is show the status of conductors, GET /v1/conductors:
hostname | drivers | alive |
conductor1 | [ "agent_ipmitool", "agent_amt", "agent_ssh"] | true |
conductor2 | [ "agent_ipmitool", "pxe_amt"] | true |
But it's definitely useful to show more stuff about conductors, like clean_nodes option.
Currently, the api should only list the status of conductors. But once we support reload configuration without restart service, it's possible to manipulate these things. But it's a long term task. |
|