[devops] Create devops bare metal driver
To test hardware installation automatically via jenkins or simply from nosetests we need hardware driver to devops library (https:/
It should be able at least to start/stop/reset node(via IPMI), mount iso image(via PXE for example).
In QA Retro this blueprint implements:
8. Update devops to support bare-metal node type
PS. Might be useful http://
PPS.
Might be useful http://
Resume:
1. Through pxe cab be loaded ipxe
2. Through ipxe (sanboot or memdisk) iso/image can be loaded through http/tftp
3. memdisk/sanboot can't emulate cd/hdd
4. Fuel hardcoded to get kikstartscrips from cd/hdd
Proposal:
1. Boot centos iso through pxe with only RAM using
2. Execute kickstart scripts from http
4. Reboot in to the Fuel
Blueprint information
- Status:
- Started
- Approver:
- Tatyanka
- Priority:
- High
- Drafter:
- None
- Direction:
- Approved
- Assignee:
- Nastya Urlapova
- Definition:
- Drafting
- Series goal:
- Accepted for 7.0.x
- Implementation:
- Slow progress
- Milestone target:
- 7.0
- Started by
- Nastya Urlapova
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
QA 3.2 Retro
https:/
mihgen - what's the status on this effort?
teran - https:/
Was updated on previous week: rebased and fixed all inconsistent stuff. Currently required steps:
* Create scheduler inside devops to operate multiple drivers(partialy done)
* Adapt IPMI driver to current devops code
Gerrit topic: https:/
Addressed by: https:/
Support to start,stop,reset node via IPMI
Gerrit topic: https:/
Addressed by: https:/
Support to start,stop,reset node via IPMI
Gerrit topic: https:/
Addressed by: https:/
Remove unnecessary "destroy" argument from Environment's 'revert'
Addressed by: https:/
Replace 'baremetal' with 'hybrid' doc for YAML template