)]}'
{"tripleo_ansible/ansible_plugins/modules/ceph_spec_bootstrap.py":[{"author":{"_account_id":18002,"name":"John Fulton","email":"fulton@redhat.com","username":"fultonj"},"change_message_id":"8d8e56710dfafb29476fb121f858b2b6622c6681","unresolved":true,"context_lines":[{"line_number":76,"context_line":"        required: False"},{"line_number":77,"context_line":"        type: bool"},{"line_number":78,"context_line":"    tld:"},{"line_number":79,"context_line":"        description: Postfix to be appended to hostname. Used for TLS-e configuration."},{"line_number":80,"context_line":"        required: False"},{"line_number":81,"context_line":"        type: str"},{"line_number":82,"context_line":"    mon_ip:"}],"source_content_type":"text/x-python","patch_set":1,"id":"fd7b619f_1e514436","line":79,"range":{"start_line":79,"start_character":8,"end_line":79,"end_character":19},"updated":"2023-04-03 20:24:32.000000000","message":"Top Level Domain suffix to be added to the short hostname to represent the fully qualified domain name.","commit_id":"d26dd19f2b5fdd2a347d501bfe065b70d496ba6c"},{"author":{"_account_id":34598,"name":"Manojkatari","email":"mkatari@redhat.com","username":"mkatari"},"change_message_id":"287358dea08f774c593bddd3433f134828edeb23","unresolved":false,"context_lines":[{"line_number":76,"context_line":"        required: False"},{"line_number":77,"context_line":"        type: bool"},{"line_number":78,"context_line":"    tld:"},{"line_number":79,"context_line":"        description: Postfix to be appended to hostname. Used for TLS-e configuration."},{"line_number":80,"context_line":"        required: False"},{"line_number":81,"context_line":"        type: str"},{"line_number":82,"context_line":"    mon_ip:"}],"source_content_type":"text/x-python","patch_set":1,"id":"bba543a1_329ae5dd","line":79,"range":{"start_line":79,"start_character":8,"end_line":79,"end_character":19},"in_reply_to":"fd7b619f_1e514436","updated":"2023-04-11 07:34:48.000000000","message":"Done","commit_id":"d26dd19f2b5fdd2a347d501bfe065b70d496ba6c"}],"tripleo_ansible/playbooks/ceph-set-hostname.yaml":[{"author":{"_account_id":18002,"name":"John Fulton","email":"fulton@redhat.com","username":"fultonj"},"change_message_id":"8d8e56710dfafb29476fb121f858b2b6622c6681","unresolved":true,"context_lines":[{"line_number":13,"context_line":"            hostname_with_tld: \"{{ inventory_hostname }}.{{ tld_option }}\""},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"        - name: Update the new hostname with tld"},{"line_number":16,"context_line":"          become: True"},{"line_number":17,"context_line":"          hostname:"},{"line_number":18,"context_line":"            name: \"{{ hostname_with_tld }}\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"3d7d0a77_71b96085","line":16,"range":{"start_line":16,"start_character":18,"end_line":16,"end_character":19},"updated":"2023-04-03 20:24:32.000000000","message":"true\n\n(lower case)","commit_id":"d26dd19f2b5fdd2a347d501bfe065b70d496ba6c"},{"author":{"_account_id":34598,"name":"Manojkatari","email":"mkatari@redhat.com","username":"mkatari"},"change_message_id":"287358dea08f774c593bddd3433f134828edeb23","unresolved":false,"context_lines":[{"line_number":13,"context_line":"            hostname_with_tld: \"{{ inventory_hostname }}.{{ tld_option }}\""},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"        - name: Update the new hostname with tld"},{"line_number":16,"context_line":"          become: True"},{"line_number":17,"context_line":"          hostname:"},{"line_number":18,"context_line":"            name: \"{{ hostname_with_tld }}\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"f563e710_bf5f5751","line":16,"range":{"start_line":16,"start_character":18,"end_line":16,"end_character":19},"in_reply_to":"3d7d0a77_71b96085","updated":"2023-04-11 07:34:48.000000000","message":"Done","commit_id":"d26dd19f2b5fdd2a347d501bfe065b70d496ba6c"}],"tripleo_ansible/tests/modules/test_ceph_spec_bootstrap.py":[{"author":{"_account_id":25402,"name":"Francesco Pantano","email":"fpantano@redhat.com","username":"fmount"},"change_message_id":"9e78e1683fac79686d7b5ea405b30f739b6008c3","unresolved":true,"context_lines":[{"line_number":33,"context_line":"        ceph_service_types \u003d [\u0027mon\u0027, \u0027mgr\u0027, \u0027osd\u0027]"},{"line_number":34,"context_line":"        metal \u003d \"roles/tripleo_cephadm/molecule/default/mock/mock_deployed_metal.yaml\""},{"line_number":35,"context_line":"        tripleo_roles \u003d \"roles/tripleo_cephadm/molecule/default/mock/mock_overcloud_roles.yaml\""},{"line_number":36,"context_line":"        tld \u003d \"\""},{"line_number":37,"context_line":"        roles_to_svcs \u003d ceph_spec_bootstrap.get_roles_to_svcs_from_roles(tripleo_roles)"},{"line_number":38,"context_line":"        expected \u003d {"},{"line_number":39,"context_line":"            \u0027Compute\u0027: [],"}],"source_content_type":"text/x-python","patch_set":2,"id":"5b65b90c_78a9684b","line":36,"updated":"2023-04-05 08:03:18.000000000","message":"what about having a test where we actually populate the tld option?","commit_id":"ebdf67386f97897a5eaf4ed5ffdea9080bce4d0b"},{"author":{"_account_id":34598,"name":"Manojkatari","email":"mkatari@redhat.com","username":"mkatari"},"change_message_id":"287358dea08f774c593bddd3433f134828edeb23","unresolved":false,"context_lines":[{"line_number":33,"context_line":"        ceph_service_types \u003d [\u0027mon\u0027, \u0027mgr\u0027, \u0027osd\u0027]"},{"line_number":34,"context_line":"        metal \u003d \"roles/tripleo_cephadm/molecule/default/mock/mock_deployed_metal.yaml\""},{"line_number":35,"context_line":"        tripleo_roles \u003d \"roles/tripleo_cephadm/molecule/default/mock/mock_overcloud_roles.yaml\""},{"line_number":36,"context_line":"        tld \u003d \"\""},{"line_number":37,"context_line":"        roles_to_svcs \u003d ceph_spec_bootstrap.get_roles_to_svcs_from_roles(tripleo_roles)"},{"line_number":38,"context_line":"        expected \u003d {"},{"line_number":39,"context_line":"            \u0027Compute\u0027: [],"}],"source_content_type":"text/x-python","patch_set":2,"id":"5331e1b3_6d028516","line":36,"in_reply_to":"5b65b90c_78a9684b","updated":"2023-04-11 07:34:48.000000000","message":"Done","commit_id":"ebdf67386f97897a5eaf4ed5ffdea9080bce4d0b"}]}
