summaryrefslogtreecommitdiff
path: root/releasenotes/notes/adds-ramdisk-deploy-interface-39fc61bc77b57beb.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Adds ramdisk deploy driverJulia Kreger2018-07-261-0/+13
Adds a pxe deploy driver to support the concept of a deployment just consisting of a ramdisk. Ideally, as long as a kernel and ramdisk are defined, either by the operator or via a glance image, the PXE/iPXE template should point the booted kernel to using ramdisk as the root. In theory, this would allow deployment via nova, or directly using the parameters posted to the node's instance_info. There may be additional features realistically needed for this to be beyond minimally useful, but that would also depend on the contents of the ramdisk that is deployed by an API user. Change-Id: Id7067527cba27ed49753736f33ccb35e9b35bcba Story: 1753842 Task: 10666