)]}'
{"ansible/filter_plugins/networks.py":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"c207e08b1521c6379f7f94750f709da0ca6a1740","unresolved":false,"context_lines":[{"line_number":134,"context_line":"def net_noip(context, name, inventory_hostname\u003dNone):"},{"line_number":135,"context_line":"    flag \u003d net_attr(context, name, \u0027noip\u0027, inventory_hostname)"},{"line_number":136,"context_line":"    if flag is not None:"},{"line_number":137,"context_line":"        flag \u003d bool(flag)"},{"line_number":138,"context_line":"    else:"},{"line_number":139,"context_line":"        flag \u003d False"},{"line_number":140,"context_line":"    return flag"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_4a614605","line":137,"range":{"start_line":137,"start_character":15,"end_line":137,"end_character":25},"updated":"2020-04-27 12:12:33.000000000","message":"bool(\u0027false\u0027) \u003d True\n\nProbably need to pass this through the bool filter. See https://opendev.org/openstack/kolla-ansible/src/branch/master/kolla_ansible/filters.py#L20.","commit_id":"d54a2ab14d70565845ec3af0aa2c448e040b116d"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"d545dca72b0104f8099ae5cb54304059c8dca007","unresolved":false,"context_lines":[{"line_number":252,"context_line":"    ip \u003d net_ip(context, name, inventory_hostname)"},{"line_number":253,"context_line":"    noip \u003d net_noip(context, name, inventory_hostname)"},{"line_number":254,"context_line":"    if ip is None and not noip:"},{"line_number":255,"context_line":"        ip \u003d \u00270.0.0.0\u0027"},{"line_number":256,"context_line":"    cidr \u003d net_cidr(context, name, inventory_hostname)"},{"line_number":257,"context_line":"    netmask \u003d net_mask(context, name, inventory_hostname)"},{"line_number":258,"context_line":"    gateway \u003d net_gateway(context, name, inventory_hostname)"}],"source_content_type":"text/x-python","patch_set":1,"id":"1fa4df85_fef06f93","line":255,"range":{"start_line":255,"start_character":13,"end_line":255,"end_character":21},"updated":"2020-03-05 16:55:24.000000000","message":"Does it break things having 0.0.0.0 on a bond slave?","commit_id":"d54a2ab14d70565845ec3af0aa2c448e040b116d"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"c207e08b1521c6379f7f94750f709da0ca6a1740","unresolved":false,"context_lines":[{"line_number":252,"context_line":"    ip \u003d net_ip(context, name, inventory_hostname)"},{"line_number":253,"context_line":"    noip \u003d net_noip(context, name, inventory_hostname)"},{"line_number":254,"context_line":"    if ip is None and not noip:"},{"line_number":255,"context_line":"        ip \u003d \u00270.0.0.0\u0027"},{"line_number":256,"context_line":"    cidr \u003d net_cidr(context, name, inventory_hostname)"},{"line_number":257,"context_line":"    netmask \u003d net_mask(context, name, inventory_hostname)"},{"line_number":258,"context_line":"    gateway \u003d net_gateway(context, name, inventory_hostname)"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_4a7826c3","line":255,"range":{"start_line":255,"start_character":13,"end_line":255,"end_character":21},"in_reply_to":"1fa4df85_fef06f93","updated":"2020-04-27 12:12:33.000000000","message":"The reason we set 0.0.0.0 is that if the interface previously had an IP, it will be removed. Without this it will not.","commit_id":"d54a2ab14d70565845ec3af0aa2c448e040b116d"}]}
