)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"0a89c14ba3e02255482e739c55382c129a2de937","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":4,"id":"06b2d9e2_3ba1523e","updated":"2025-06-29 17:50:59.000000000","message":"May be add information about Jumbo Frame too in this article...","commit_id":"b9adaf10c71fbe12404871cc335c5c3688bf8e40"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"64985cc9f3820d344ed93b8bce377a5ec90f563a","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"7cc99695_2ef18a9e","in_reply_to":"06b2d9e2_3ba1523e","updated":"2025-06-29 23:18:18.000000000","message":"Acknowledged","commit_id":"b9adaf10c71fbe12404871cc335c5c3688bf8e40"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"889faf859269ef00c7cad6a51eddd6ebfa7d9010","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"69f87c1d_dfd22665","updated":"2025-06-30 07:30:03.000000000","message":"fwiw, we store network configuration examples here:\nhttps://opendev.org/openstack/openstack-ansible/src/branch/master/etc\n\nSo potentially worth creating an example/rst file there and include it from some relevant docs?\n\nWe briefly referring to these folders in here: https://docs.openstack.org/openstack-ansible/latest/user/network-arch/example.html#configuring-network-interfaces\n\nSo probably worth updating this doc instead?","commit_id":"390ca7e40f7e35f909deead1bf56010406fecf40"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"b78be544b88e2ad7a27f72f651588d3d359e0761","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"db8df538_530849e5","in_reply_to":"17dc4bcf_d870f255","updated":"2025-08-11 14:45:41.000000000","message":"I think I\u0027ll start with posting just config examples (in my case multibond).\nAnd lately link to it in docs 😊","commit_id":"390ca7e40f7e35f909deead1bf56010406fecf40"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"2a7a1a3640d0c20d2f6c1ba51499f39ff539bedf","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"17dc4bcf_d870f255","in_reply_to":"69f87c1d_dfd22665","updated":"2025-06-30 09:43:47.000000000","message":"And add notes in deploymenthost.rst for fast click for reading ;)","commit_id":"390ca7e40f7e35f909deead1bf56010406fecf40"}],"deploy-guide/source/deploymenthost.rst":[{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"b53eaa0d6f7e23398f83baad17811d6b8ee0e235","unresolved":true,"context_lines":[{"line_number":151,"context_line":""},{"line_number":152,"context_line":"   .. code-block:: shell-session"},{"line_number":153,"context_line":""},{"line_number":154,"context_line":"      # nmcli con modify \u0027Connection name\u0027 master br-mgmt"},{"line_number":155,"context_line":""},{"line_number":156,"context_line":"#. Set static IPv4 settings for the bridge:"},{"line_number":157,"context_line":""}],"source_content_type":"text/x-rst","patch_set":4,"id":"36b41b94_b2d1587b","line":154,"updated":"2025-06-29 16:10:07.000000000","message":"May be add example for connection name?","commit_id":"b9adaf10c71fbe12404871cc335c5c3688bf8e40"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"64985cc9f3820d344ed93b8bce377a5ec90f563a","unresolved":false,"context_lines":[{"line_number":151,"context_line":""},{"line_number":152,"context_line":"   .. code-block:: shell-session"},{"line_number":153,"context_line":""},{"line_number":154,"context_line":"      # nmcli con modify \u0027Connection name\u0027 master br-mgmt"},{"line_number":155,"context_line":""},{"line_number":156,"context_line":"#. Set static IPv4 settings for the bridge:"},{"line_number":157,"context_line":""}],"source_content_type":"text/x-rst","patch_set":4,"id":"a38541a7_1c34661d","line":154,"in_reply_to":"36b41b94_b2d1587b","updated":"2025-06-29 23:18:18.000000000","message":"There are too different variety of connection names, probably it\u0027s better to stay as it is.","commit_id":"b9adaf10c71fbe12404871cc335c5c3688bf8e40"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"cd3784774c6263153c2920691a56d781320537d5","unresolved":true,"context_lines":[{"line_number":157,"context_line":""},{"line_number":158,"context_line":"   .. code-block:: shell-session"},{"line_number":159,"context_line":""},{"line_number":160,"context_line":"      # nmcli con modify br-mgmt ipv4.addresses \u0027IP/MASK\u0027"},{"line_number":161,"context_line":"      # nmcli con modify br-mgmt ipv4.gateway \u0027GATEWAY_IP\u0027"},{"line_number":162,"context_line":"      # nmcli con modify br-mgmt ipv4.dns \u0027DNS1,DNS2\u0027"},{"line_number":163,"context_line":"      # nmcli con modify br-mgmt ipv4.method manual"}],"source_content_type":"text/x-rst","patch_set":4,"id":"63056126_9c61f615","line":160,"updated":"2025-06-29 16:10:58.000000000","message":"Description for IP/MASK / GATEWAY_IP?","commit_id":"b9adaf10c71fbe12404871cc335c5c3688bf8e40"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"64985cc9f3820d344ed93b8bce377a5ec90f563a","unresolved":false,"context_lines":[{"line_number":157,"context_line":""},{"line_number":158,"context_line":"   .. code-block:: shell-session"},{"line_number":159,"context_line":""},{"line_number":160,"context_line":"      # nmcli con modify br-mgmt ipv4.addresses \u0027IP/MASK\u0027"},{"line_number":161,"context_line":"      # nmcli con modify br-mgmt ipv4.gateway \u0027GATEWAY_IP\u0027"},{"line_number":162,"context_line":"      # nmcli con modify br-mgmt ipv4.dns \u0027DNS1,DNS2\u0027"},{"line_number":163,"context_line":"      # nmcli con modify br-mgmt ipv4.method manual"}],"source_content_type":"text/x-rst","patch_set":4,"id":"63b9f53c_c4476dfd","line":160,"in_reply_to":"63056126_9c61f615","updated":"2025-06-29 23:18:18.000000000","message":"I think that would be a little bit of extra details including any additional information or scenarios (like adding a jumbo frames etc).","commit_id":"b9adaf10c71fbe12404871cc335c5c3688bf8e40"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"b53eaa0d6f7e23398f83baad17811d6b8ee0e235","unresolved":true,"context_lines":[{"line_number":176,"context_line":""},{"line_number":177,"context_line":"   .. note::"},{"line_number":178,"context_line":""},{"line_number":179,"context_line":"      Note: This is a basic example of bridge configuration. You can use any"},{"line_number":180,"context_line":"      network management tool (e.g., nmtui, nmcli, NetworkManager GUI,"},{"line_number":181,"context_line":"      systemd-networkd, ifcfg, or netplan) depending on your environment"},{"line_number":182,"context_line":"      and preference."}],"source_content_type":"text/x-rst","patch_set":4,"id":"21c45703_187dc450","line":179,"updated":"2025-06-29 16:10:07.000000000","message":"Please remove: Note:","commit_id":"b9adaf10c71fbe12404871cc335c5c3688bf8e40"},{"author":{"_account_id":37632,"name":"Dmitriy Chubinidze","email":"dcu995@gmail.com","username":"chubinidzedr"},"change_message_id":"64985cc9f3820d344ed93b8bce377a5ec90f563a","unresolved":false,"context_lines":[{"line_number":176,"context_line":""},{"line_number":177,"context_line":"   .. note::"},{"line_number":178,"context_line":""},{"line_number":179,"context_line":"      Note: This is a basic example of bridge configuration. You can use any"},{"line_number":180,"context_line":"      network management tool (e.g., nmtui, nmcli, NetworkManager GUI,"},{"line_number":181,"context_line":"      systemd-networkd, ifcfg, or netplan) depending on your environment"},{"line_number":182,"context_line":"      and preference."}],"source_content_type":"text/x-rst","patch_set":4,"id":"f78cb1f3_d01cf983","line":179,"in_reply_to":"21c45703_187dc450","updated":"2025-06-29 23:18:18.000000000","message":"Done","commit_id":"b9adaf10c71fbe12404871cc335c5c3688bf8e40"}]}
