summaryrefslogtreecommitdiff
path: root/ironic/drivers
Commit message (Expand)AuthorAgeFilesLines
* Ansible deploy - Ignore invalid devicesJulia Kreger2020-08-241-0/+6
* Merge "Provide a path to set explicit ipxe bootloaders"Zuul2020-07-082-1/+52
|\
| * Provide a path to set explicit ipxe bootloadersJulia Kreger2020-07-072-1/+52
* | Merge "Correct Redfish boot once fallback conditional"Zuul2020-07-081-1/+1
|\ \
| * | Correct Redfish boot once fallback conditionalRichard Pioso2020-07-051-1/+1
* | | Merge "Fix missing print format in log message"Zuul2020-07-071-2/+1
|\ \ \
| * | | Fix missing print format in log messagezhu.fanglei2020-07-071-2/+1
| | |/ | |/|
* | | Do not put the whole JSON error from the agent in last_errorDmitry Tantsur2020-07-063-8/+26
|/ /
* | Merge "DRAC: Fix a failure to create virtual disk"Zuul2020-07-031-2/+163
|\ \ | |/ |/|
| * DRAC: Fix a failure to create virtual diskRachit71942020-06-291-2/+163
* | Merge "Untie the ramdisk deploy from AgentDeploy"Zuul2020-07-024-151/+122
|\ \
| * | Untie the ramdisk deploy from AgentDeployDmitry Tantsur2020-06-244-151/+122
* | | Fix fast track following managed inspectionDmitry Tantsur2020-07-011-0/+3
* | | Merge "Stop allocating double space for raw images"Zuul2020-06-241-3/+4
|\ \ \
| * | | Stop allocating double space for raw imagesVladyslav Drok2020-06-181-3/+4
* | | | Merge "Trivial: clarify usage of AgentCommandTimeout in _wait_for_command"Zuul2020-06-241-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Trivial: clarify usage of AgentCommandTimeout in _wait_for_commandDmitry Tantsur2020-06-231-0/+5
* | | | Merge "Fix fast-track with the direct deploy interface"Zuul2020-06-232-11/+13
|\ \ \ \
| * | | | Fix fast-track with the direct deploy interfaceDmitry Tantsur2020-06-192-11/+13
* | | | | Merge "Networking boot fallback for local boot"Zuul2020-06-232-6/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Networking boot fallback for local bootDmitry Tantsur2020-06-192-6/+17
| |/ / /
* | | | Merge "Allow node vif attach to specify port_uuid or portgroup_uuid"Zuul2020-06-231-18/+35
|\ \ \ \
| * | | | Allow node vif attach to specify port_uuid or portgroup_uuidTzu-Mainn Chen2020-06-151-18/+35
* | | | | agent: poll long-running commands till completionDmitry Tantsur2020-06-191-29/+62
* | | | | Merge "Fix: review from dtantsur of 728123"Zuul2020-06-181-6/+0
|\ \ \ \ \
| * | | | | Fix: review from dtantsur of 728123Qianbiao.NG2020-06-171-6/+0
| | |/ / / | |/| | |
* | | | | Merge "Fix Redfish handle no continuous override boot src"Zuul2020-06-181-11/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix Redfish handle no continuous override boot srcRichard Pioso2020-06-151-11/+15
* | | | | Merge "Make redfish boot interface to use `network_data`"Zuul2020-06-151-5/+43
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make redfish boot interface to use `network_data`Ilya Etingof2020-05-251-5/+43
* | | | | Merge "Feature: Add raid configuration support for ibmc driver"Zuul2020-06-113-0/+232
|\ \ \ \ \
| * | | | | Feature: Add raid configuration support for ibmc driverQianbiao.NG2020-06-103-0/+232
* | | | | | Merge "Use the new extension call for getting partition UUIDs"Zuul2020-06-112-22/+47
|\ \ \ \ \ \
| * | | | | | Use the new extension call for getting partition UUIDsDmitry Tantsur2020-06-052-22/+47
* | | | | | | Merge "Add `get_node_network_data` to non-Neutron NetworkInterface"Zuul2020-06-111-0/+24
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Add `get_node_network_data` to non-Neutron NetworkInterfaceIlya Etingof2020-05-251-0/+24
* | | | | | | Merge "Add `get_node_network_data` method to NetworkInterface"Zuul2020-06-051-0/+20
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | Add `get_node_network_data` method to NetworkInterfaceIlya Etingof2020-05-251-0/+20
| | |_|_|/ | |/| | |
* | | | | Enable Basic HTTP authentication middlewareSteve Baker2020-06-051-1/+1
* | | | | Fix redfish-virtual-media file permissionJulia Kreger2020-06-011-1/+3
* | | | | Merge "agent: do not hard power off if soft power off actually succeeds"Zuul2020-05-291-4/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | agent: do not hard power off if soft power off actually succeedsDmitry Tantsur2020-05-281-4/+13
* | | | | Merge "New configuration parameter to use ipmitool retries"Zuul2020-05-281-3/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | New configuration parameter to use ipmitool retriesBob Fournier2020-05-281-3/+12
* | | | | Add the noop management interface to the redfish hardware typeDmitry Tantsur2020-05-261-1/+2
| |_|_|/ |/| | |
* | | | Merge "Fix image type reference"Zuul2020-05-261-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix image type referenceJulia Kreger2020-05-181-2/+2
* | | | Do not fail when raw image is larger than memory for httpmaelk2020-05-251-3/+6
* | | | Merge "[Trivial]Add missing white space between words"Zuul2020-05-211-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | [Trivial]Add missing white space between wordszhu.fanglei2020-05-211-1/+1