)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":14200,"name":"Maksim Malchuk","email":"maksim.malchuk@gmail.com","username":"mmalchuk"},"change_message_id":"761bb80666b97771cf8767644fd1ad3b95991e2d","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"6243c7d7_96673d41","updated":"2022-04-22 16:30:47.000000000","message":"Useless at this moment. We need to add functional tests for the case before. Or test this manually. For both cases we need to know the way how to reproduce the issue on Bullseye than test it on Ubuntu and so on.","commit_id":"9ffe36204a11b9448c2a34e32b57b5f9cf1e6503"},{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"0aac41c2e1ef9bd73236648996276048062f3df6","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"3e37af43_1447af79","updated":"2022-04-22 18:15:21.000000000","message":"This latest patchset attempts to fix a path error in dhcp-all-interfaces with debuntu instances. The red hat distros fail due to simple-init being removed which means nothing generates ssh host keys. Once the debuntu instances get that far along we can either try to fix that or accept that network is configured well enough for the connection to arrive via tcp and fail.\n\nWhat I\u0027m not seeing is widespread debian failures due to udev though. I\u0027m really not understanding how the unreverted parent change would help things now.","commit_id":"1b304216922f2cb3b06d2713b9dc09a97d6fa904"},{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"87daae187e7c2ca99e1a5764724235f5a83ad109","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"9c1a77df_61420a43","updated":"2022-04-22 20:49:55.000000000","message":"recheck making progress on ssh connectivity.","commit_id":"1b304216922f2cb3b06d2713b9dc09a97d6fa904"},{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"3d65a5ebf67219d7ab15e58f1e6f2f7af2039c8e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"109d8468_f1407eb0","updated":"2022-04-22 19:40:30.000000000","message":"recheck the ssh key should hopefully get baked in now.","commit_id":"1b304216922f2cb3b06d2713b9dc09a97d6fa904"},{"author":{"_account_id":14200,"name":"Maksim Malchuk","email":"maksim.malchuk@gmail.com","username":"mmalchuk"},"change_message_id":"6084cbbfa218cf55f7eeb8e1d18b5e98695c495e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"29f82e07_cd5e70e1","in_reply_to":"3e37af43_1447af79","updated":"2022-04-22 18:33:05.000000000","message":"Me too. I don\u0027t know how it should fix Debian. It looks like first option from official systemd recommendations, but did the things removing the different file. It intended completely turning off predictable names for all Debian-based distributions.","commit_id":"1b304216922f2cb3b06d2713b9dc09a97d6fa904"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"6dedc1387fcc45c73db85bf40f38c5a95e37a5b6","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"8f9bb945_14926886","updated":"2022-04-26 06:55:27.000000000","message":"I\u0027m ok with this, but it looks like we have two changes in this?","commit_id":"cdcbc0f16776570cdd839c1c8d67e6daf3d1f14c"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"e58946ea99e37d43349935d095595152059e2ad4","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"bb7602f0_27807b0f","updated":"2022-04-26 06:55:37.000000000","message":"recheck","commit_id":"cdcbc0f16776570cdd839c1c8d67e6daf3d1f14c"},{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"e1d0a7dc8d577a8424f0e742ea5e745125c0b08b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"2d9402f8_30cf6893","updated":"2022-04-22 23:30:38.000000000","message":"recheck the blkid is removed to see if the rest of it is happy on bullseye","commit_id":"cdcbc0f16776570cdd839c1c8d67e6daf3d1f14c"}],"diskimage_builder/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.sh":[{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"6dedc1387fcc45c73db85bf40f38c5a95e37a5b6","unresolved":true,"context_lines":[{"line_number":79,"context_line":"        printf \"auto $interface\\niface $interface inet dhcp\\n\\n\" \u003e\u003e$ENI_FILE"},{"line_number":80,"context_line":"        if [ \"$ipv6_init\" \u003d\u003d \"True\" ]; then"},{"line_number":81,"context_line":"            # Make DUID-UUID Type 4 (RFC 6355)"},{"line_number":82,"context_line":"            echo \"default-duid \\\"\\\\x00\\\\x04$(sed \u0027s/.\\{2\\}/\\\\x\u0026/g\u0027 \u003c /etc/machine-id)\\\";\" \u003e\"/var/lib/dhcp/dhclient6--$interface.lease\""},{"line_number":83,"context_line":"            if [ $ipv6_AdvManagedFlag \u003d\u003d \"Yes\" ]; then"},{"line_number":84,"context_line":"                # IPv6 DHCPv6 Stateful address configuration"},{"line_number":85,"context_line":"                printf \"iface $interface inet6 dhcp\\n\\n\" \u003e\u003e$ENI_FILE"}],"source_content_type":"text/x-sh","patch_set":3,"id":"bfae7e2c_d30b88d4","line":82,"updated":"2022-04-26 06:55:27.000000000","message":"Is this actually a different fix?  This doesn\u0027t mention ipv6 updates?","commit_id":"cdcbc0f16776570cdd839c1c8d67e6daf3d1f14c"},{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"84ed9416dc2bda60dc836631fa4f3340940ba4d0","unresolved":false,"context_lines":[{"line_number":79,"context_line":"        printf \"auto $interface\\niface $interface inet dhcp\\n\\n\" \u003e\u003e$ENI_FILE"},{"line_number":80,"context_line":"        if [ \"$ipv6_init\" \u003d\u003d \"True\" ]; then"},{"line_number":81,"context_line":"            # Make DUID-UUID Type 4 (RFC 6355)"},{"line_number":82,"context_line":"            echo \"default-duid \\\"\\\\x00\\\\x04$(sed \u0027s/.\\{2\\}/\\\\x\u0026/g\u0027 \u003c /etc/machine-id)\\\";\" \u003e\"/var/lib/dhcp/dhclient6--$interface.lease\""},{"line_number":83,"context_line":"            if [ $ipv6_AdvManagedFlag \u003d\u003d \"Yes\" ]; then"},{"line_number":84,"context_line":"                # IPv6 DHCPv6 Stateful address configuration"},{"line_number":85,"context_line":"                printf \"iface $interface inet6 dhcp\\n\\n\" \u003e\u003e$ENI_FILE"}],"source_content_type":"text/x-sh","patch_set":3,"id":"30eb63a0_a6b9d26e","line":82,"in_reply_to":"bfae7e2c_d30b88d4","updated":"2022-04-26 20:47:11.000000000","message":"Split this out into a change addressing just these problems with ENI. The revert child change configures udev properly.","commit_id":"cdcbc0f16776570cdd839c1c8d67e6daf3d1f14c"}]}
