[RFE]: Add few more capabilities to ironic inspection
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Ironic |
Fix Released
|
Wishlist
|
Nisha Agarwal |
Bug Description
This RFE proposes to discover and add few more capabilities to ironic inspection.
- Trusted_boot
- iscsi_boot
- boot_mode_uefi
- boot_mode_bios
- sr-iov_
- sr-iov_
- iscsi_iqn
- drive_type (ssd/rotational)
- rotational_
- raid_level
- eth_1gb, eth_10gb, eth_100gb
- cpu_vt
- <vendor>_gpu_count
- gpu_<vendor>_id
- gpu_vendor_
It can be done out-of-band or inband as per driver's wish.
Dmitry Tantsur (divius) wrote : | #1 |
tags: | added: rfe |
Changed in ironic: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
summary: |
- RFE: Add few more capabilities to ilo drivers oob inspection + [RFE]: Add few more capabilities to ilo drivers oob inspection |
Nisha Agarwal (agarwalnisha1980) wrote : Re: [RFE]: Add few more capabilities to ilo drivers oob inspection | #2 |
I agree but that shouldnt block this RFE, correct? There is already a spec raised for capabilities in ilo drivers. https:/
description: | updated |
summary: |
- [RFE]: Add few more capabilities to ilo drivers oob inspection + [RFE]: Add few more capabilities to ironic inspection |
description: | updated |
tags: | added: needs-spec |
Fix proposed to branch: master
Review: https:/
Changed in ironic: | |
assignee: | nobody → Nisha Agarwal (agarwalnisha1980) |
status: | Confirmed → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit e4c64776822326a
Author: Nisha Agarwal <email address hidden>
Date: Wed Jul 6 09:14:04 2016 +0000
Add new capabilities to ironic
This spec proposes to add few more capabilities
which can be implemented inband or out-of-band
as per driver's need.
Related-Bug: 1599425
Change-Id: I4213668273ffa9
tags: |
added: rfe-approved removed: needs-spec rfe |
Fix proposed to branch: stable/pike
Review: https:/
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit cdab37f6990f9c5
Author: Nisha Agarwal <email address hidden>
Date: Thu Jan 19 22:24:17 2017 +0000
Add the new capabilities to the iLO InspectInterface
This patch adds the new capabilities to iLO InspectInterface
as listed in the specification. It requires proliantutils
version >=2.4.0 for these new capabilities.
This patch also removes three capabilities keys from
iLO InspectInterface - ``max_raid_level``, ``BootMode``, and
``sr_
max_raid_level - It cannot be discovered out-of-band using
proliantutils. The capability is set during RAID configuration
as ``raid_level`` instead.
sr_iov_devices - It cannot be discovered out-of-band. Required
Inband mechanism to discover this.
BootMode - This capability required Nova to change as the value
was supposed to be a list of supported boot modes on the system.
Nova asked to implement the Boolean capabilities instead.
Partial-Bug: 1599425
Change-Id: I64c3e471d55c20
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/pike
commit 4e3a51847d9a0b2
Author: Nisha Agarwal <email address hidden>
Date: Thu Jan 19 22:24:17 2017 +0000
Add the new capabilities to the iLO InspectInterface
This patch adds the new capabilities to iLO InspectInterface
as listed in the specification. It requires proliantutils
version >=2.4.0 for these new capabilities.
This patch also removes three capabilities keys from
iLO InspectInterface - ``max_raid_level``, ``BootMode``, and
``sr_
max_raid_level - It cannot be discovered out-of-band using
proliantutils. The capability is set during RAID configuration
as ``raid_level`` instead.
sr_iov_devices - It cannot be discovered out-of-band. Required
Inband mechanism to discover this.
BootMode - This capability required Nova to change as the value
was supposed to be a list of supported boot modes on the system.
Nova asked to implement the Boolean capabilities instead.
Partial-Bug: 1599425
Change-Id: I64c3e471d55c20
(cherry picked from commit cdab37f6990f9c5
tags: | added: in-stable-pike |
Ruby Loo (rloo) wrote : | #8 |
Nisha, is this work finished?
Ruby Loo (rloo) wrote : | #9 |
Nisha just told me on IRC that she thinks it is done (http://
Changed in ironic: | |
status: | In Progress → Fix Released |
Hi! I'd like us to finally have a spec on capabilities, so that we have a place to refer to when adding more capabilities.