Bug 1286702

Summary: [RFE] Ability to attach bootdisk to VM for provisioning without DHCP/TFTP
Product: Red Hat Satellite Reporter: Harald Jensås <hjensas>
Component: Compute ResourcesAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.1.4CC: bbuckingham, bkearney, dhawke, hjensas, lzap, nshaik, ohadlevy, oprazak, xdmoon
Target Milestone: UnspecifiedKeywords: FutureFeature, Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-04 11:48:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 260381    

Description Harald Jensås 2015-11-30 14:30:04 UTC
Description of problem:

[RFE]

In environments without a DHCP server it is possible to provision systems using the iPXE bootdisk or the 'full' bootdisk image. It would be great if Satellite 6 could to this automatically in environments without DHCP/TFTP capabilities.

Comment 1 Bryan Kearney 2015-12-17 16:58:00 UTC
Would the recently added PXELess discovery help here:

https://access.redhat.com/blogs/1169563/posts/2090011

Comment 2 Harald Jensås 2015-12-21 10:18:37 UTC
The existing foreman bootdisk functionality, with or without the PXELess discovery already covers the requirements to be able to bootstrap and provision a host in an environment without DHCP/TFTP available.

Currently Satellite can create virtual machines, it will configure the vm to boot via the network card. In an environment with DHCP/TFTP available, this fully automates the create+provision vm process.


What we are asking, is that Satellite could:
1. Create the VM.
2. Make the foreman bootdisk ISO image availabe to the VM
 e.g Upload iso image to: RHEV ISO_Domain/VMWare Datastore etc.
3. Connect the ISO to the VM.
4. Configure the VM to boot from cdrom.
5. Start the VM, and it will provision using the foreman bootdisk.

This would enable fully automated provisioning of the vm, in an environments without DHCP/TFTP available.


** It is the manual steps to connect the foreman bootdisk ISO to the guest we want to eliminate.


*** Ideally this would be implemented with the ability to add custom plug-ins. To enable customers the ability to add support to do the same functionality for baremetal servers using BMC virtual-media functionality on out-of-band management solutions like Dell's iDRAC, HP's iLO etc.