)]}'
{"ironic/drivers/modules/ilo/boot.py":[{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"e535dc623b24068026a12ca4cad0402cc330155a","unresolved":false,"context_lines":[{"line_number":74,"context_line":"                        \"boot from partition images.\")"},{"line_number":75,"context_line":"}"},{"line_number":76,"context_line":"KERNEL_PARAM_PROPERTIES \u003d {"},{"line_number":77,"context_line":"    \u0027kernel_append_params\u0027: _(\"Additional kernel parameters to pass down to \""},{"line_number":78,"context_line":"                              \"instance kernel. These parameters can be \""},{"line_number":79,"context_line":"                              \"consumed by the kernel or by the applications \""},{"line_number":80,"context_line":"                              \"by reading /proc/cmdline. Mind severe cmdline \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_87d6fbc3","line":77,"range":{"start_line":77,"start_character":5,"end_line":77,"end_character":25},"updated":"2020-10-01 15:50:09.000000000","message":"should this be ilo_kernel_append_params ?","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"25429aab4a7734fedfcb87890316537be561d050","unresolved":false,"context_lines":[{"line_number":74,"context_line":"                        \"boot from partition images.\")"},{"line_number":75,"context_line":"}"},{"line_number":76,"context_line":"KERNEL_PARAM_PROPERTIES \u003d {"},{"line_number":77,"context_line":"    \u0027kernel_append_params\u0027: _(\"Additional kernel parameters to pass down to \""},{"line_number":78,"context_line":"                              \"instance kernel. These parameters can be \""},{"line_number":79,"context_line":"                              \"consumed by the kernel or by the applications \""},{"line_number":80,"context_line":"                              \"by reading /proc/cmdline. Mind severe cmdline \""}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_ce374cdb","line":77,"range":{"start_line":77,"start_character":5,"end_line":77,"end_character":25},"in_reply_to":"9f560f44_87d6fbc3","updated":"2020-10-05 14:50:45.000000000","message":"Done","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"e535dc623b24068026a12ca4cad0402cc330155a","unresolved":false,"context_lines":[{"line_number":79,"context_line":"                              \"consumed by the kernel or by the applications \""},{"line_number":80,"context_line":"                              \"by reading /proc/cmdline. Mind severe cmdline \""},{"line_number":81,"context_line":"                              \"size limit. Overrides \""},{"line_number":82,"context_line":"                              \"[redfish]/kernel_append_params ironic \""},{"line_number":83,"context_line":"                              \"option.\")"},{"line_number":84,"context_line":"}"},{"line_number":85,"context_line":"COMMON_PROPERTIES \u003d REQUIRED_PROPERTIES"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_873c3bc1","line":82,"range":{"start_line":82,"start_character":32,"end_line":82,"end_character":39},"updated":"2020-10-01 15:50:09.000000000","message":"s/ redfish / ilo /","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"25429aab4a7734fedfcb87890316537be561d050","unresolved":false,"context_lines":[{"line_number":79,"context_line":"                              \"consumed by the kernel or by the applications \""},{"line_number":80,"context_line":"                              \"by reading /proc/cmdline. Mind severe cmdline \""},{"line_number":81,"context_line":"                              \"size limit. Overrides \""},{"line_number":82,"context_line":"                              \"[redfish]/kernel_append_params ironic \""},{"line_number":83,"context_line":"                              \"option.\")"},{"line_number":84,"context_line":"}"},{"line_number":85,"context_line":"COMMON_PROPERTIES \u003d REQUIRED_PROPERTIES"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_2e47e84e","line":82,"range":{"start_line":82,"start_character":32,"end_line":82,"end_character":39},"in_reply_to":"9f560f44_873c3bc1","updated":"2020-10-05 14:50:45.000000000","message":"Done","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"}],"ironic/drivers/modules/image_utils.py":[{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"e535dc623b24068026a12ca4cad0402cc330155a","unresolved":false,"context_lines":[{"line_number":54,"context_line":"            \"file_permission\": CONF.ilo.file_permission,"},{"line_number":55,"context_line":"            \"kernel_params\": ("},{"line_number":56,"context_line":"                CONF.pxe.pxe_append_params"},{"line_number":57,"context_line":"                if CONF.pxe.pxe_append_params !\u003d \"False\""},{"line_number":58,"context_line":"                else CONF.ilo.kernel_append_params)"},{"line_number":59,"context_line":"        },"},{"line_number":60,"context_line":"        \"ilo\": {"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_07014bb6","line":57,"range":{"start_line":57,"start_character":19,"end_line":57,"end_character":56},"updated":"2020-10-01 15:50:09.000000000","message":"You mean user need to set this conf to string \"False\"?\nCan it be set to \"\" ? The special value that needs to be set to make CONF.ilo.kernel_append_params needs to be captured in releasenotes as well.","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"25429aab4a7734fedfcb87890316537be561d050","unresolved":false,"context_lines":[{"line_number":54,"context_line":"            \"file_permission\": CONF.ilo.file_permission,"},{"line_number":55,"context_line":"            \"kernel_params\": ("},{"line_number":56,"context_line":"                CONF.pxe.pxe_append_params"},{"line_number":57,"context_line":"                if CONF.pxe.pxe_append_params !\u003d \"False\""},{"line_number":58,"context_line":"                else CONF.ilo.kernel_append_params)"},{"line_number":59,"context_line":"        },"},{"line_number":60,"context_line":"        \"ilo\": {"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_9f0bbcd3","line":57,"range":{"start_line":57,"start_character":19,"end_line":57,"end_character":56},"in_reply_to":"9f560f44_07014bb6","updated":"2020-10-05 14:50:45.000000000","message":"Done","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"e535dc623b24068026a12ca4cad0402cc330155a","unresolved":false,"context_lines":[{"line_number":65,"context_line":"            \"file_permission\": CONF.ilo.file_permission,"},{"line_number":66,"context_line":"            \"kernel_params\": ("},{"line_number":67,"context_line":"                CONF.pxe.pxe_append_params"},{"line_number":68,"context_line":"                if CONF.pxe.pxe_append_params !\u003d \"False\""},{"line_number":69,"context_line":"                else CONF.ilo.kernel_append_params)"},{"line_number":70,"context_line":"        },"},{"line_number":71,"context_line":"    }"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_a7005f04","line":68,"range":{"start_line":68,"start_character":16,"end_line":68,"end_character":56},"updated":"2020-10-01 15:50:09.000000000","message":"ditto","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"25429aab4a7734fedfcb87890316537be561d050","unresolved":false,"context_lines":[{"line_number":65,"context_line":"            \"file_permission\": CONF.ilo.file_permission,"},{"line_number":66,"context_line":"            \"kernel_params\": ("},{"line_number":67,"context_line":"                CONF.pxe.pxe_append_params"},{"line_number":68,"context_line":"                if CONF.pxe.pxe_append_params !\u003d \"False\""},{"line_number":69,"context_line":"                else CONF.ilo.kernel_append_params)"},{"line_number":70,"context_line":"        },"},{"line_number":71,"context_line":"    }"}],"source_content_type":"text/x-python","patch_set":3,"id":"9f560f44_7f0ea8e4","line":68,"range":{"start_line":68,"start_character":16,"end_line":68,"end_character":56},"in_reply_to":"9f560f44_a7005f04","updated":"2020-10-05 14:50:45.000000000","message":"Done","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"0fbdbeb8030a01542e8ffb327ac0203358660b08","unresolved":false,"context_lines":[{"line_number":60,"context_line":"            \"timeout\": CONF.ilo.swift_object_expiry_timeout,"},{"line_number":61,"context_line":"            \"image_subdir\": \"ilo\","},{"line_number":62,"context_line":"            \"file_permission\": CONF.ilo.file_permission,"},{"line_number":63,"context_line":"            \"kernel_params\": ("},{"line_number":64,"context_line":"                CONF.pxe.pxe_append_params"},{"line_number":65,"context_line":"                if CONF.pxe.pxe_append_params !\u003d \"\""},{"line_number":66,"context_line":"                else CONF.ilo.kernel_append_params)"},{"line_number":67,"context_line":"        },"},{"line_number":68,"context_line":"        \"ilo\": {"},{"line_number":69,"context_line":"            \"swift_enabled\": not CONF.ilo.use_web_server_for_images,"}],"source_content_type":"text/x-python","patch_set":4,"id":"7f6b1bfe_c4565c07","line":66,"range":{"start_line":63,"start_character":10,"end_line":66,"end_character":51},"updated":"2020-10-14 07:54:38.000000000","message":"Add a testcase for this.","commit_id":"7ad523a2ffffe33d7fe6fc250da200624f9c1753"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"9dbf4627306e0f8f43aecd1d6f2916fc88489d7d","unresolved":false,"context_lines":[{"line_number":60,"context_line":"            \"timeout\": CONF.ilo.swift_object_expiry_timeout,"},{"line_number":61,"context_line":"            \"image_subdir\": \"ilo\","},{"line_number":62,"context_line":"            \"file_permission\": CONF.ilo.file_permission,"},{"line_number":63,"context_line":"            \"kernel_params\": ("},{"line_number":64,"context_line":"                CONF.pxe.pxe_append_params"},{"line_number":65,"context_line":"                if CONF.pxe.pxe_append_params !\u003d \"\""},{"line_number":66,"context_line":"                else CONF.ilo.kernel_append_params)"},{"line_number":67,"context_line":"        },"},{"line_number":68,"context_line":"        \"ilo\": {"},{"line_number":69,"context_line":"            \"swift_enabled\": not CONF.ilo.use_web_server_for_images,"}],"source_content_type":"text/x-python","patch_set":4,"id":"1f621f24_fd8e692c","line":66,"range":{"start_line":63,"start_character":10,"end_line":66,"end_character":51},"in_reply_to":"7f6b1bfe_c4565c07","updated":"2020-10-31 18:40:53.000000000","message":"Done","commit_id":"7ad523a2ffffe33d7fe6fc250da200624f9c1753"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"0fbdbeb8030a01542e8ffb327ac0203358660b08","unresolved":false,"context_lines":[{"line_number":71,"context_line":"            \"timeout\": CONF.ilo.swift_object_expiry_timeout,"},{"line_number":72,"context_line":"            \"image_subdir\": \"ilo\","},{"line_number":73,"context_line":"            \"file_permission\": CONF.ilo.file_permission,"},{"line_number":74,"context_line":"            \"kernel_params\": ("},{"line_number":75,"context_line":"                CONF.pxe.pxe_append_params"},{"line_number":76,"context_line":"                if CONF.pxe.pxe_append_params !\u003d \"\""},{"line_number":77,"context_line":"                else CONF.ilo.kernel_append_params)"},{"line_number":78,"context_line":"        },"},{"line_number":79,"context_line":"    }"},{"line_number":80,"context_line":""}],"source_content_type":"text/x-python","patch_set":4,"id":"7f6b1bfe_04405435","line":77,"range":{"start_line":74,"start_character":13,"end_line":77,"end_character":51},"updated":"2020-10-14 07:54:38.000000000","message":"ditto","commit_id":"7ad523a2ffffe33d7fe6fc250da200624f9c1753"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"9dbf4627306e0f8f43aecd1d6f2916fc88489d7d","unresolved":false,"context_lines":[{"line_number":71,"context_line":"            \"timeout\": CONF.ilo.swift_object_expiry_timeout,"},{"line_number":72,"context_line":"            \"image_subdir\": \"ilo\","},{"line_number":73,"context_line":"            \"file_permission\": CONF.ilo.file_permission,"},{"line_number":74,"context_line":"            \"kernel_params\": ("},{"line_number":75,"context_line":"                CONF.pxe.pxe_append_params"},{"line_number":76,"context_line":"                if CONF.pxe.pxe_append_params !\u003d \"\""},{"line_number":77,"context_line":"                else CONF.ilo.kernel_append_params)"},{"line_number":78,"context_line":"        },"},{"line_number":79,"context_line":"    }"},{"line_number":80,"context_line":""}],"source_content_type":"text/x-python","patch_set":4,"id":"1f621f24_5d84bd0c","line":77,"range":{"start_line":74,"start_character":13,"end_line":77,"end_character":51},"in_reply_to":"7f6b1bfe_04405435","updated":"2020-10-31 18:40:53.000000000","message":"Done","commit_id":"7ad523a2ffffe33d7fe6fc250da200624f9c1753"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"237c828b87c3eab510d59e10cdce9770d7e85a02","unresolved":false,"context_lines":[{"line_number":77,"context_line":"                \"file_permission\": CONF.ilo.file_permission,"},{"line_number":78,"context_line":"                \"kernel_params\": ("},{"line_number":79,"context_line":"                    CONF.pxe.pxe_append_params"},{"line_number":80,"context_line":"                    if CONF.pxe.pxe_append_params !\u003d \"\""},{"line_number":81,"context_line":"                    else CONF.ilo.kernel_append_params)"},{"line_number":82,"context_line":"            },"},{"line_number":83,"context_line":"        }"}],"source_content_type":"text/x-python","patch_set":7,"id":"1af58854_f8a73ece","line":80,"updated":"2020-11-24 10:09:26.000000000","message":"This won\u0027t work. pxe_append_params is (nearly) never empty, so ilo.kernel_append_params will never be used.","commit_id":"8852dbfa9a4f15270e3a73824cf61c7ccc5235f2"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"2bb6398f36a05335436b9df86f06b5911ebfb543","unresolved":true,"context_lines":[{"line_number":77,"context_line":"                \"file_permission\": CONF.ilo.file_permission,"},{"line_number":78,"context_line":"                \"kernel_params\": ("},{"line_number":79,"context_line":"                    CONF.pxe.pxe_append_params"},{"line_number":80,"context_line":"                    if CONF.pxe.pxe_append_params !\u003d \"\""},{"line_number":81,"context_line":"                    else CONF.ilo.kernel_append_params)"},{"line_number":82,"context_line":"            },"},{"line_number":83,"context_line":"        }"}],"source_content_type":"text/x-python","patch_set":7,"id":"47c143b2_be085f30","line":80,"in_reply_to":"1af58854_f8a73ece","updated":"2020-11-24 11:38:52.000000000","message":"As stated in the releasenotes, user has to explicitely set pxe_append_params \u003d \"\" in order to use ilo.kernel_append_params.","commit_id":"8852dbfa9a4f15270e3a73824cf61c7ccc5235f2"},{"author":{"_account_id":10239,"name":"Dmitry Tantsur","email":"dtantsur@protonmail.com","username":"dtantsur"},"change_message_id":"1e47c653392608012f9c041d949473ff2e03816d","unresolved":true,"context_lines":[{"line_number":77,"context_line":"                \"file_permission\": CONF.ilo.file_permission,"},{"line_number":78,"context_line":"                \"kernel_params\": ("},{"line_number":79,"context_line":"                    CONF.pxe.pxe_append_params"},{"line_number":80,"context_line":"                    if CONF.pxe.pxe_append_params !\u003d \"\""},{"line_number":81,"context_line":"                    else CONF.ilo.kernel_append_params)"},{"line_number":82,"context_line":"            },"},{"line_number":83,"context_line":"        }"}],"source_content_type":"text/x-python","patch_set":7,"id":"7d219767_e4b0c761","line":80,"in_reply_to":"47c143b2_be085f30","updated":"2020-11-24 14:05:48.000000000","message":"If you don\u0027t keep backward compatibility, why even bother? Just use ilo.kernel_append_params.","commit_id":"8852dbfa9a4f15270e3a73824cf61c7ccc5235f2"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"a4232d1ba28ac67e63812ed074f64a8d9f68e0fd","unresolved":true,"context_lines":[{"line_number":77,"context_line":"                \"file_permission\": CONF.ilo.file_permission,"},{"line_number":78,"context_line":"                \"kernel_params\": ("},{"line_number":79,"context_line":"                    CONF.pxe.pxe_append_params"},{"line_number":80,"context_line":"                    if CONF.pxe.pxe_append_params !\u003d \"\""},{"line_number":81,"context_line":"                    else CONF.ilo.kernel_append_params)"},{"line_number":82,"context_line":"            },"},{"line_number":83,"context_line":"        }"}],"source_content_type":"text/x-python","patch_set":7,"id":"9780f872_7bdd16bc","line":80,"in_reply_to":"7d219767_e4b0c761","updated":"2020-12-07 14:25:55.000000000","message":"There are deployments that run multiple drivers. Asking one to completely exclude PXE support config for another driver is wrong and inconvenient to the operators/users of our software. Just use [ilo]kernel_append_params.","commit_id":"8852dbfa9a4f15270e3a73824cf61c7ccc5235f2"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"85ae463f8b90407f303620d17da116112dce9845","unresolved":true,"context_lines":[{"line_number":77,"context_line":"                \"file_permission\": CONF.ilo.file_permission,"},{"line_number":78,"context_line":"                \"kernel_params\": ("},{"line_number":79,"context_line":"                    CONF.pxe.pxe_append_params"},{"line_number":80,"context_line":"                    if CONF.pxe.pxe_append_params !\u003d \"\""},{"line_number":81,"context_line":"                    else CONF.ilo.kernel_append_params)"},{"line_number":82,"context_line":"            },"},{"line_number":83,"context_line":"        }"}],"source_content_type":"text/x-python","patch_set":7,"id":"57fe88d7_990cdb08","line":80,"in_reply_to":"9780f872_7bdd16bc","updated":"2020-12-08 07:50:35.000000000","message":"This was done only for the users that want to use new config [ilo]kernel_append_param. One could always use the \"CONF.pxe.pxe_append_params\" without any compatibility issues. It was more of an stop gap arrangement to maintain compatibility till removal of support for CONF.pxe.pxe_append_params. If we use the [ilo]kernel_append_params then it breaks the compatibility right away. But looks like using the [ilo]kernel_append_params is better.","commit_id":"8852dbfa9a4f15270e3a73824cf61c7ccc5235f2"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"65a0add8a357c15520fb18486c8a2ebb75ffcb4f","unresolved":true,"context_lines":[{"line_number":71,"context_line":"            \"image_subdir\": \"ilo\","},{"line_number":72,"context_line":"            \"file_permission\": CONF.ilo.file_permission,"},{"line_number":73,"context_line":"            \"kernel_params\": CONF.pxe.pxe_append_params"},{"line_number":74,"context_line":"        },"},{"line_number":75,"context_line":"    }"},{"line_number":76,"context_line":""},{"line_number":77,"context_line":"    def __init__(self, driver):"}],"source_content_type":"text/x-python","patch_set":11,"id":"b2fa5505_2c4b2ddc","side":"PARENT","line":74,"updated":"2021-03-08 19:16:23.000000000","message":"It just struck me how good of a change this is since this prevents the options from being mutable.","commit_id":"178584ab993c1fdea9240b13ca1f0db5eda4b1c4"}],"releasenotes/notes/add-kernel-param-config-ilo-9b2cee8b0447f82e.yaml":[{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"e535dc623b24068026a12ca4cad0402cc330155a","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"deprecations:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    The ``[pxe]pxe_append_params`` is deprecated for iLO based vmedia"},{"line_number":5,"context_line":"    deploy. Please use ``[ilo]kernel_append_params`` instead."},{"line_number":6,"context_line":"other:"},{"line_number":7,"context_line":"  - |"},{"line_number":8,"context_line":"    Adding a new config parameter kernel_append_param for iLO."}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_473d038d","line":5,"range":{"start_line":4,"start_character":53,"end_line":5,"end_character":10},"updated":"2020-10-01 15:50:09.000000000","message":"s/ iLO based vmedia deploy / `ilo-virtual-media`` and ``ilo-uefi-https`` boot interfaces of ``ilo`` and ``ilo5`` hardware types. /","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"25429aab4a7734fedfcb87890316537be561d050","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"deprecations:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    The ``[pxe]pxe_append_params`` is deprecated for iLO based vmedia"},{"line_number":5,"context_line":"    deploy. Please use ``[ilo]kernel_append_params`` instead."},{"line_number":6,"context_line":"other:"},{"line_number":7,"context_line":"  - |"},{"line_number":8,"context_line":"    Adding a new config parameter kernel_append_param for iLO."}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_ce60ecd3","line":5,"range":{"start_line":4,"start_character":53,"end_line":5,"end_character":10},"in_reply_to":"9f560f44_473d038d","updated":"2020-10-05 14:50:45.000000000","message":"Done","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"e535dc623b24068026a12ca4cad0402cc330155a","unresolved":false,"context_lines":[{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    The ``[pxe]pxe_append_params`` is deprecated for iLO based vmedia"},{"line_number":5,"context_line":"    deploy. Please use ``[ilo]kernel_append_params`` instead."},{"line_number":6,"context_line":"other:"},{"line_number":7,"context_line":"  - |"},{"line_number":8,"context_line":"    Adding a new config parameter kernel_append_param for iLO."}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_a7b85f11","line":6,"range":{"start_line":6,"start_character":0,"end_line":6,"end_character":5},"updated":"2020-10-01 15:50:09.000000000","message":"should it be \u0027feature\u0027?","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"25429aab4a7734fedfcb87890316537be561d050","unresolved":false,"context_lines":[{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    The ``[pxe]pxe_append_params`` is deprecated for iLO based vmedia"},{"line_number":5,"context_line":"    deploy. Please use ``[ilo]kernel_append_params`` instead."},{"line_number":6,"context_line":"other:"},{"line_number":7,"context_line":"  - |"},{"line_number":8,"context_line":"    Adding a new config parameter kernel_append_param for iLO."}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_89454e72","line":6,"range":{"start_line":6,"start_character":0,"end_line":6,"end_character":5},"in_reply_to":"9f560f44_a7b85f11","updated":"2020-10-05 14:50:45.000000000","message":"Done","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"e535dc623b24068026a12ca4cad0402cc330155a","unresolved":false,"context_lines":[{"line_number":5,"context_line":"    deploy. Please use ``[ilo]kernel_append_params`` instead."},{"line_number":6,"context_line":"other:"},{"line_number":7,"context_line":"  - |"},{"line_number":8,"context_line":"    Adding a new config parameter kernel_append_param for iLO."}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_07ce6bb6","line":8,"range":{"start_line":8,"start_character":58,"end_line":8,"end_character":61},"updated":"2020-10-01 15:50:09.000000000","message":"s/ iLO / ``[ilo]kernel_append_params`` to ``ilo-virtual-media`` and ``ilo-uefi-https`` boot interfaces of ``ilo`` and ``ilo5`` hardware types. /","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"e535dc623b24068026a12ca4cad0402cc330155a","unresolved":false,"context_lines":[{"line_number":5,"context_line":"    deploy. Please use ``[ilo]kernel_append_params`` instead."},{"line_number":6,"context_line":"other:"},{"line_number":7,"context_line":"  - |"},{"line_number":8,"context_line":"    Adding a new config parameter kernel_append_param for iLO."}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_67a7670b","line":8,"range":{"start_line":8,"start_character":34,"end_line":8,"end_character":53},"updated":"2020-10-01 15:50:09.000000000","message":"s/ kernel_append_param / ``[ilo]/kernel_append_param ``","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"25429aab4a7734fedfcb87890316537be561d050","unresolved":false,"context_lines":[{"line_number":5,"context_line":"    deploy. Please use ``[ilo]kernel_append_params`` instead."},{"line_number":6,"context_line":"other:"},{"line_number":7,"context_line":"  - |"},{"line_number":8,"context_line":"    Adding a new config parameter kernel_append_param for iLO."}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_2956c22b","line":8,"range":{"start_line":8,"start_character":58,"end_line":8,"end_character":61},"in_reply_to":"9f560f44_07ce6bb6","updated":"2020-10-05 14:50:45.000000000","message":"Done","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"25429aab4a7734fedfcb87890316537be561d050","unresolved":false,"context_lines":[{"line_number":5,"context_line":"    deploy. Please use ``[ilo]kernel_append_params`` instead."},{"line_number":6,"context_line":"other:"},{"line_number":7,"context_line":"  - |"},{"line_number":8,"context_line":"    Adding a new config parameter kernel_append_param for iLO."}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_09513e31","line":8,"range":{"start_line":8,"start_character":34,"end_line":8,"end_character":53},"in_reply_to":"9f560f44_67a7670b","updated":"2020-10-05 14:50:45.000000000","message":"Done","commit_id":"68092fd0a899bb55c1ee3ae45748ae640b447afb"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"0fbdbeb8030a01542e8ffb327ac0203358660b08","unresolved":false,"context_lines":[{"line_number":5,"context_line":"    ``ilo-virtual-media`` and ``ilo-uefi-https`` boot interfaces of"},{"line_number":6,"context_line":"    ``ilo`` and ``ilo5`` hardware types. In order to use"},{"line_number":7,"context_line":"    ``[ilo]/kernel_append_param ``, value of ``[pxe]pxe_append_params``"},{"line_number":8,"context_line":"    should be set to \"\"."},{"line_number":9,"context_line":"deprecations:"},{"line_number":10,"context_line":"  - |"},{"line_number":11,"context_line":"    The ``[pxe]pxe_append_params`` is deprecated for ``ilo-virtual-media``"}],"source_content_type":"text/x-yaml","patch_set":4,"id":"7f6b1bfe_e46558e3","line":8,"range":{"start_line":8,"start_character":20,"end_line":8,"end_character":23},"updated":"2020-10-14 07:54:38.000000000","message":"s/  \"\" / ``\"\"`` /","commit_id":"7ad523a2ffffe33d7fe6fc250da200624f9c1753"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"9dbf4627306e0f8f43aecd1d6f2916fc88489d7d","unresolved":false,"context_lines":[{"line_number":5,"context_line":"    ``ilo-virtual-media`` and ``ilo-uefi-https`` boot interfaces of"},{"line_number":6,"context_line":"    ``ilo`` and ``ilo5`` hardware types. In order to use"},{"line_number":7,"context_line":"    ``[ilo]/kernel_append_param ``, value of ``[pxe]pxe_append_params``"},{"line_number":8,"context_line":"    should be set to \"\"."},{"line_number":9,"context_line":"deprecations:"},{"line_number":10,"context_line":"  - |"},{"line_number":11,"context_line":"    The ``[pxe]pxe_append_params`` is deprecated for ``ilo-virtual-media``"}],"source_content_type":"text/x-yaml","patch_set":4,"id":"1f621f24_9de65516","line":8,"range":{"start_line":8,"start_character":20,"end_line":8,"end_character":23},"in_reply_to":"7f6b1bfe_e46558e3","updated":"2020-10-31 18:40:53.000000000","message":"Done","commit_id":"7ad523a2ffffe33d7fe6fc250da200624f9c1753"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"0696c28b3c7d14973b9a3e0c8bca007b6a5fa2a3","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"features:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Adding a new config parameter ``[ilo]/kernel_append_param `` to"},{"line_number":5,"context_line":"    ``ilo-virtual-media`` and ``ilo-uefi-https`` boot interfaces of"}],"source_content_type":"text/x-yaml","patch_set":8,"id":"a9b76938_70db8396","line":2,"range":{"start_line":2,"start_character":0,"end_line":2,"end_character":8},"updated":"2021-02-08 15:24:18.000000000","message":"Need to provide \u0027upgrade\u0027 notes to indicate that ilo-virtual-media interface no more uses \u0027[pxe]pxe_append_params\u0027. One needs to use new configuration parameter \u0027[ilo]/kernel_append_param\u0027 to pass kernel parameters.","commit_id":"8c9eb67123d593db8a044c9b8b1b1b892d9ef7a2"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"a4c56a06c4841011b421965b11ba3fa8c94a5b19","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"features:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Adding a new config parameter ``[ilo]/kernel_append_param `` to"},{"line_number":5,"context_line":"    ``ilo-virtual-media`` and ``ilo-uefi-https`` boot interfaces of"}],"source_content_type":"text/x-yaml","patch_set":8,"id":"e54a9a2b_8689039a","line":2,"range":{"start_line":2,"start_character":0,"end_line":2,"end_character":8},"in_reply_to":"a9b76938_70db8396","updated":"2021-02-11 08:37:27.000000000","message":"Done","commit_id":"8c9eb67123d593db8a044c9b8b1b1b892d9ef7a2"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"7b69884d9e5e315b5f2108c3f54f636a39a0b115","unresolved":true,"context_lines":[{"line_number":6,"context_line":"    ``ilo`` and ``ilo5`` hardware types."},{"line_number":7,"context_line":"upgrade:"},{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    ilo-virtual-media interface does not use ``[pxe]pxe_append_params``"},{"line_number":10,"context_line":"    anymore. To pass kernel parameters use ``[ilo]/kernel_append_param``"},{"line_number":11,"context_line":"    as new configuration parameter."}],"source_content_type":"text/x-yaml","patch_set":9,"id":"1df71773_9f8c4f81","line":9,"range":{"start_line":9,"start_character":4,"end_line":9,"end_character":31},"updated":"2021-02-15 07:22:33.000000000","message":"s/ ilo-virtual-media interface / The ``ilo-virtual-media`` and ``ilo-uefi-https`` boot interfaces /","commit_id":"3f0f17c8f92f01d397bd54e1ab40d4c50d1a6d9c"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"d36cd16a3f15dc53f6347438b06b46b054a35add","unresolved":false,"context_lines":[{"line_number":6,"context_line":"    ``ilo`` and ``ilo5`` hardware types."},{"line_number":7,"context_line":"upgrade:"},{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    ilo-virtual-media interface does not use ``[pxe]pxe_append_params``"},{"line_number":10,"context_line":"    anymore. To pass kernel parameters use ``[ilo]/kernel_append_param``"},{"line_number":11,"context_line":"    as new configuration parameter."}],"source_content_type":"text/x-yaml","patch_set":9,"id":"22e98509_9d07aedb","line":9,"range":{"start_line":9,"start_character":4,"end_line":9,"end_character":31},"in_reply_to":"1df71773_9f8c4f81","updated":"2021-02-15 07:36:32.000000000","message":"Done","commit_id":"3f0f17c8f92f01d397bd54e1ab40d4c50d1a6d9c"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"7b69884d9e5e315b5f2108c3f54f636a39a0b115","unresolved":true,"context_lines":[{"line_number":7,"context_line":"upgrade:"},{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    ilo-virtual-media interface does not use ``[pxe]pxe_append_params``"},{"line_number":10,"context_line":"    anymore. To pass kernel parameters use ``[ilo]/kernel_append_param``"},{"line_number":11,"context_line":"    as new configuration parameter."}],"source_content_type":"text/x-yaml","patch_set":9,"id":"05a2896e_26cab807","line":10,"range":{"start_line":10,"start_character":39,"end_line":10,"end_character":42},"updated":"2021-02-15 07:22:33.000000000","message":"s/ use / use new configuration parameter /","commit_id":"3f0f17c8f92f01d397bd54e1ab40d4c50d1a6d9c"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"d36cd16a3f15dc53f6347438b06b46b054a35add","unresolved":false,"context_lines":[{"line_number":7,"context_line":"upgrade:"},{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    ilo-virtual-media interface does not use ``[pxe]pxe_append_params``"},{"line_number":10,"context_line":"    anymore. To pass kernel parameters use ``[ilo]/kernel_append_param``"},{"line_number":11,"context_line":"    as new configuration parameter."}],"source_content_type":"text/x-yaml","patch_set":9,"id":"60a7969e_d5a9b4ae","line":10,"range":{"start_line":10,"start_character":39,"end_line":10,"end_character":42},"in_reply_to":"05a2896e_26cab807","updated":"2021-02-15 07:36:32.000000000","message":"Done","commit_id":"3f0f17c8f92f01d397bd54e1ab40d4c50d1a6d9c"},{"author":{"_account_id":11076,"name":"Shivanand Tendulker","email":"stendulker@gmail.com","username":"stendulker"},"change_message_id":"7b69884d9e5e315b5f2108c3f54f636a39a0b115","unresolved":true,"context_lines":[{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    ilo-virtual-media interface does not use ``[pxe]pxe_append_params``"},{"line_number":10,"context_line":"    anymore. To pass kernel parameters use ``[ilo]/kernel_append_param``"},{"line_number":11,"context_line":"    as new configuration parameter."}],"source_content_type":"text/x-yaml","patch_set":9,"id":"5b8c1298_3d1f1ad2","line":11,"range":{"start_line":11,"start_character":4,"end_line":11,"end_character":34},"updated":"2021-02-15 07:22:33.000000000","message":"s/ as new configuration parameter //","commit_id":"3f0f17c8f92f01d397bd54e1ab40d4c50d1a6d9c"},{"author":{"_account_id":19604,"name":"ankit","email":"ankit.dhn31@gmail.com","username":"ankit"},"change_message_id":"d36cd16a3f15dc53f6347438b06b46b054a35add","unresolved":false,"context_lines":[{"line_number":8,"context_line":"  - |"},{"line_number":9,"context_line":"    ilo-virtual-media interface does not use ``[pxe]pxe_append_params``"},{"line_number":10,"context_line":"    anymore. To pass kernel parameters use ``[ilo]/kernel_append_param``"},{"line_number":11,"context_line":"    as new configuration parameter."}],"source_content_type":"text/x-yaml","patch_set":9,"id":"5c078bb6_5da8d7ae","line":11,"range":{"start_line":11,"start_character":4,"end_line":11,"end_character":34},"in_reply_to":"5b8c1298_3d1f1ad2","updated":"2021-02-15 07:36:32.000000000","message":"Done","commit_id":"3f0f17c8f92f01d397bd54e1ab40d4c50d1a6d9c"}]}
