)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"0767175fa873959c0ddb38a9f2a19fe9ee2a9f79","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"c46d2620_f42d0e21","updated":"2024-06-28 15:43:59.000000000","message":"recheck looks like devstack was broken briefly","commit_id":"578f24bf18007bc90f6c03a3f1a70a9743a8f81c"},{"author":{"_account_id":23851,"name":"Riccardo Pittau","email":"elfosardo@gmail.com","username":"elfosardo"},"change_message_id":"dad7e5502f5a355085d33f13ef32f3d7d1bc2586","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"317d3dd1_f757ab62","updated":"2024-06-25 07:10:27.000000000","message":"thanks!","commit_id":"578f24bf18007bc90f6c03a3f1a70a9743a8f81c"}],"doc/source/admin/drivers/idrac.rst":[{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"e53e5c6d6cda92690198fdf9e2d73a8e86d96953","unresolved":true,"context_lines":[{"line_number":7,"context_line":""},{"line_number":8,"context_line":"The integrated Dell Remote Access Controller (iDRAC_) is an out-of-band"},{"line_number":9,"context_line":"management platform on Dell EMC servers, and is supported directly by"},{"line_number":10,"context_line":"the ``idrac`` hardware type. This driver uses the Dell Web Services for"},{"line_number":11,"context_line":"Management (WSMAN) protocol and the standard Distributed Management Task"},{"line_number":12,"context_line":"Force (DMTF) Redfish protocol to perform all of its functions."},{"line_number":13,"context_line":""},{"line_number":14,"context_line":"iDRAC_ hardware is also supported by the generic ``ipmi`` and ``redfish``"}],"source_content_type":"text/x-rst","patch_set":1,"id":"811c12fb_9df00738","line":11,"range":{"start_line":10,"start_character":29,"end_line":11,"end_character":18},"updated":"2024-06-20 15:26:23.000000000","message":"here!","commit_id":"ee9710caefcc870ac5b614210b8d02ead088b24e"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"e53e5c6d6cda92690198fdf9e2d73a8e86d96953","unresolved":true,"context_lines":[{"line_number":32,"context_line":"* `Management Interface`_: Boot device and firmware management"},{"line_number":33,"context_line":"* Power Interface: Power management"},{"line_number":34,"context_line":"* `RAID Interface`_: RAID controller and disk management"},{"line_number":35,"context_line":"* `Vendor Interface`_: BIOS management (WSMAN) and eject virtual media"},{"line_number":36,"context_line":"  (Redfish)"},{"line_number":37,"context_line":""},{"line_number":38,"context_line":"Prerequisites"}],"source_content_type":"text/x-rst","patch_set":1,"id":"54ebe6d4_ce390d35","line":35,"updated":"2024-06-20 15:26:23.000000000","message":"Here is a reference which needs to be fixed","commit_id":"ee9710caefcc870ac5b614210b8d02ead088b24e"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"e53e5c6d6cda92690198fdf9e2d73a8e86d96953","unresolved":true,"context_lines":[{"line_number":47,"context_line":"Enabling"},{"line_number":48,"context_line":"--------"},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"The iDRAC driver supports WSMAN for the bios, inspect, management, power,"},{"line_number":51,"context_line":"raid, and vendor interfaces. In addition, it supports Redfish for"},{"line_number":52,"context_line":"the bios, inspect, management, power, and raid interfaces. The iDRAC driver"},{"line_number":53,"context_line":"allows you to mix and match WSMAN and Redfish interfaces."}],"source_content_type":"text/x-rst","patch_set":1,"id":"2ea38472_e6988a96","line":50,"updated":"2024-06-20 15:26:23.000000000","message":"Clearly, I need to search for upper case WSMAN","commit_id":"ee9710caefcc870ac5b614210b8d02ead088b24e"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"e53e5c6d6cda92690198fdf9e2d73a8e86d96953","unresolved":true,"context_lines":[{"line_number":56,"context_line":"to use Redfish for an interface."},{"line_number":57,"context_line":""},{"line_number":58,"context_line":"To enable the ``idrac`` hardware type with the minimum interfaces,"},{"line_number":59,"context_line":"all using WSMAN, add the following to your ``/etc/ironic/ironic.conf``:"},{"line_number":60,"context_line":""},{"line_number":61,"context_line":".. code-block:: ini"},{"line_number":62,"context_line":""}],"source_content_type":"text/x-rst","patch_set":1,"id":"0c5fd2b8_e23961ed","line":59,"range":{"start_line":59,"start_character":0,"end_line":59,"end_character":18},"updated":"2024-06-20 15:26:23.000000000","message":"here","commit_id":"ee9710caefcc870ac5b614210b8d02ead088b24e"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"e53e5c6d6cda92690198fdf9e2d73a8e86d96953","unresolved":true,"context_lines":[{"line_number":66,"context_line":"    enabled_power_interfaces\u003didrac-redfish"},{"line_number":67,"context_line":""},{"line_number":68,"context_line":"To enable all optional features (BIOS, inspection, RAID, and vendor passthru)"},{"line_number":69,"context_line":"using Redfish where it is supported and WSMAN where not, use the"},{"line_number":70,"context_line":"following configuration:"},{"line_number":71,"context_line":""},{"line_number":72,"context_line":".. code-block:: ini"}],"source_content_type":"text/x-rst","patch_set":1,"id":"43529d73_a0dd8029","line":69,"range":{"start_line":69,"start_character":40,"end_line":69,"end_character":45},"updated":"2024-06-20 15:26:23.000000000","message":"here","commit_id":"ee9710caefcc870ac5b614210b8d02ead088b24e"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"e53e5c6d6cda92690198fdf9e2d73a8e86d96953","unresolved":true,"context_lines":[{"line_number":420,"context_line":"* Converting non-RAID disks to RAID mode if there are any,"},{"line_number":421,"context_line":"* Clearing foreign configuration, if any, after deleting virtual disks."},{"line_number":422,"context_line":""},{"line_number":423,"context_line":"The following properties are supported by the iDRAC WSMAN and Redfish RAID"},{"line_number":424,"context_line":"interface implementation:"},{"line_number":425,"context_line":""},{"line_number":426,"context_line":".. NOTE::"}],"source_content_type":"text/x-rst","patch_set":1,"id":"85ea7566_15c26e89","line":423,"range":{"start_line":423,"start_character":44,"end_line":423,"end_character":57},"updated":"2024-06-20 15:26:23.000000000","message":"Here!","commit_id":"ee9710caefcc870ac5b614210b8d02ead088b24e"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"e53e5c6d6cda92690198fdf9e2d73a8e86d96953","unresolved":true,"context_lines":[{"line_number":612,"context_line":".. _Ironic_RAID: https://docs.openstack.org/ironic/latest/admin/raid.html"},{"line_number":613,"context_line":".. _iDRAC: https://www.dell.com/idracmanuals"},{"line_number":614,"context_line":""},{"line_number":615,"context_line":"WSMAN vendor passthru timeout"},{"line_number":616,"context_line":"-----------------------------"},{"line_number":617,"context_line":""},{"line_number":618,"context_line":"When iDRAC is not ready and executing WSMAN vendor passthru commands, they take"},{"line_number":619,"context_line":"more time as waiting for iDRAC to become ready again and then time out,"},{"line_number":620,"context_line":"for example:"},{"line_number":621,"context_line":""},{"line_number":622,"context_line":".. code-block:: bash"},{"line_number":623,"context_line":""},{"line_number":624,"context_line":"  baremetal node passthru call --http-method GET \\"},{"line_number":625,"context_line":"    aed58dca-1b25-409a-a32f-3a817d59e1e0 list_unfinished_jobs"},{"line_number":626,"context_line":"  Timed out waiting for a reply to message ID 547ce7995342418c99ef1ea4a0054572 (HTTP 500)"},{"line_number":627,"context_line":""},{"line_number":628,"context_line":"To avoid this need to increase timeout for messaging in ``/etc/ironic/ironic.conf``"},{"line_number":629,"context_line":"and restart Ironic API service."},{"line_number":630,"context_line":""},{"line_number":631,"context_line":".. code-block:: ini"},{"line_number":632,"context_line":""},{"line_number":633,"context_line":"  [DEFAULT]"},{"line_number":634,"context_line":"  rpc_response_timeout \u003d 600"},{"line_number":635,"context_line":""},{"line_number":636,"context_line":"Timeout when powering off"},{"line_number":637,"context_line":"-------------------------"}],"source_content_type":"text/x-rst","patch_set":1,"id":"21323d5a_8a859439","line":634,"range":{"start_line":615,"start_character":0,"end_line":634,"end_character":28},"updated":"2024-06-20 15:26:23.000000000","message":"And these lines as well","commit_id":"ee9710caefcc870ac5b614210b8d02ead088b24e"}]}
