index
:
delta/openstack/ironic.git
bugfix/15.1
bugfix/15.2
bugfix/16.1
bugfix/16.2
bugfix/18.0
bugfix/18.1
bugfix/19.0
bugfix/20.2
bugfix/21.0
bugfix/21.2
bugfix/21.3
master
proposed/juno
proposed/kilo
stable/2023.1
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/ironic.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ironic
/
drivers
/
modules
/
redfish
/
boot.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix redfish-virtual-media for newer iDRACs
Aija Jauntēva
2022-07-04
1
-4
/
+21
*
No deploy_kernel/ramdisk with the ramdisk deploy and no cleaning
Dmitry Tantsur
2022-06-27
1
-1
/
+6
*
Allow reusing defaults in per-node kernel_append_params
Dmitry Tantsur
2022-04-11
1
-7
/
+2
*
Fix prepare ramdisk for 'wait' states
Aija Jauntēva
2022-02-16
1
-8
/
+1
*
Do not assume sushy constants are strings - part 2
Dmitry Tantsur
2021-11-25
1
-1
/
+1
*
Create node get_interface method
Tzu-Mainn Chen
2021-11-08
1
-1
/
+1
*
Merge "Revert "Allow reboot to hard disk following iso ramdisk deploy.""
Zuul
2021-09-02
1
-5
/
+1
|
\
|
*
Revert "Allow reboot to hard disk following iso ramdisk deploy."
Julia Kreger
2021-08-30
1
-5
/
+1
*
|
Merge "Clean up images when ejecting an ISO with Redfish"
Zuul
2021-07-13
1
-1
/
+13
|
\
\
|
|
/
|
/
|
|
*
Clean up images when ejecting an ISO with Redfish
Dmitry Tantsur
2021-07-07
1
-1
/
+13
*
|
Allow reboot to hard disk following iso ramdisk deploy.
Derek Higgins
2021-07-10
1
-1
/
+5
|
/
*
Refactor deploy_utils.validate_image_properties
Dmitry Tantsur
2021-06-28
1
-13
/
+1
*
Merge "Delay rendering configdrive"
Zuul
2021-05-26
1
-12
/
+18
|
\
|
*
Delay rendering configdrive
Dmitry Tantsur
2021-05-19
1
-12
/
+18
*
|
Rename redfish_deploy_iso -> deploy_iso
Dmitry Tantsur
2021-05-19
1
-26
/
+20
|
/
*
Avoid unnecessary validation in boot interfaces
Dmitry Tantsur
2021-05-04
1
-3
/
+8
*
Fix fast track with redfish-virtual-media
Dmitry Tantsur
2021-04-08
1
-5
/
+26
*
Do not use pregenerated tokens with a pre-built ISO
Dmitry Tantsur
2021-04-08
1
-8
/
+18
*
Always add 'boot_method' vmedia in redfish/ilo vmedia boot
Julia Kreger
2021-03-29
1
-4
/
+4
*
redfish-virtual-media: allow USB devices instead of floppies
Dmitry Tantsur
2021-03-25
1
-40
/
+48
*
Support pre-built deploy/rescue ISO in Redfish
Dmitry Tantsur
2021-03-23
1
-16
/
+21
*
Replace retrying with tenacity
Boden R
2021-02-15
1
-3
/
+5
*
Prevent redfish-virtual-media from being used with Dell nodes
Dmitry Tantsur
2021-02-05
1
-0
/
+14
*
Merge "Redfish secure boot management"
Zuul
2021-02-03
1
-13
/
+18
|
\
|
*
Redfish secure boot management
Dmitry Tantsur
2021-01-26
1
-13
/
+18
*
|
Apply force_persistent_boot_device to all boot interfaces
Dmitry Tantsur
2021-02-01
1
-0
/
+2
|
/
*
Merge "Follow-up for ramdisk deploy configdrive support"
Zuul
2021-01-21
1
-1
/
+2
|
\
|
*
Follow-up for ramdisk deploy configdrive support
Dmitry Tantsur
2021-01-11
1
-1
/
+2
*
|
redfish-virtual-media: make fewer calls when preparing boot
Dmitry Tantsur
2021-01-18
1
-27
/
+51
*
|
Merge "Add a delay/retry is vmedia insert fails"
Zuul
2021-01-18
1
-2
/
+20
|
\
\
|
*
|
Add a delay/retry is vmedia insert fails
Derek Higgins
2021-01-15
1
-2
/
+20
|
|
/
*
|
Fix redfish-virtual-media boot mode handling ordering
Dmitry Tantsur
2021-01-14
1
-2
/
+2
|
/
*
Support configdrive when doing ramdisk deploy with redfish-virtual-media
Dmitry Tantsur
2020-12-23
1
-0
/
+17
*
Add vendor_passthru method for virtual media
Bob Fournier
2020-11-24
1
-8
/
+8
*
Do not pass BOOTIF=None if no BOOTIF can be guessed
Dmitry Tantsur
2020-10-13
1
-1
/
+2
*
Decouple the ISO creation logic from redfish
vmud213
2020-08-24
1
-456
/
+9
*
Fix network_data path for dhcpless deployments
vmud213
2020-08-20
1
-2
/
+2
*
Iso booting via redfish virtual media
Julia Kreger
2020-07-10
1
-17
/
+32
*
Merge "Make redfish boot interface to use `network_data`"
Zuul
2020-06-15
1
-5
/
+43
|
\
|
*
Make redfish boot interface to use `network_data`
Ilya Etingof
2020-05-25
1
-5
/
+43
*
|
Fix redfish-virtual-media file permission
Julia Kreger
2020-06-01
1
-1
/
+3
|
/
*
Refactor RedfishVirtualMediaBoot
Iury Gregory Melo Ferreira
2020-04-30
1
-521
/
+512
*
Revert "Generalize ISO building for virtual media driver"
Ilya Etingof
2020-04-20
1
-25
/
+153
*
Generalize ISO building for virtual media driver
ankit
2020-04-11
1
-153
/
+25
*
Support burning configdrive into boot ISO
Ilya Etingof
2020-04-08
1
-19
/
+48
*
Fix the remaining hacking issues
Dmitry Tantsur
2020-03-31
1
-2
/
+2
*
Enable agent_token for virtual media boot
Julia Kreger
2020-03-09
1
-0
/
+7
*
Stop using six library
Riccardo Pittau
2019-12-23
1
-1
/
+1
*
Merge "Implement managed in-band inspection boot for redfish-virtual-media"
Zuul
2019-12-16
1
-1
/
+17
|
\
|
*
Implement managed in-band inspection boot for redfish-virtual-media
Dmitry Tantsur
2019-12-13
1
-1
/
+17
[next]