Refactor #1814
move bmc/sp information from hosts table
| Status: | Closed | Start: | 08/08/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Network | |||
| Target version: | 1.1 | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 0 |
Description
as part of refactoring needed for #1813, the special sp_* attributes in the host table should move to the new interfaces table
Related issues
| blocks Foreman - Feature #1813: allow to support multiple nics per host | Closed | 08/08/2012 |
Associated revisions
Revision 8838eb42a2a292f50126966d3fa768edad3a237a
fixes #1814 - converts sp_* attributes into a BMC interface class
this patch also includes the following
- added a new interfaces table, and STI objects to represent a NIC, BMC, Managed
and a bootable interface. - refactored DHCP/DNS orchestation code, so they can work on the
interface objects and on the primary interface information that still
reside in the hosts table. - added basic UI for interface selection
this refactor also helps to simply refactoring the host object into
multiple objects.
this patch also fixes
fixes #1325 - BMC NIC should also create DNS entry
fixes #1813 - allow to support multiple NIC per host
History
Updated by Ohad Levy 5 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 8838eb42a2a292f50126966d3fa768edad3a237a.
