)]}'
{"deployment/ceph-ansible/ceph-base.yaml":[{"author":{"_account_id":3153,"name":"Emilien Macchi","email":"emilien@redhat.com","username":"emilienm"},"change_message_id":"bc16dd4d13b9ebb2e231d2e144784c2aef38e794","unresolved":false,"context_lines":[{"line_number":370,"context_line":"          keys: *openstack_keys"},{"line_number":371,"context_line":"          ceph_conf_overrides:"},{"line_number":372,"context_line":"            client:"},{"line_number":373,"context_line":"              map_merge:"},{"line_number":374,"context_line":"                - {get_param: CephClientConfigOverrides}"},{"line_number":375,"context_line":"            osd:"},{"line_number":376,"context_line":"              map_merge:"}],"source_content_type":"text/x-yaml","patch_set":3,"id":"7faddb67_fa899f25","line":373,"updated":"2019-07-29 17:42:43.000000000","message":"you\u0027re not merging anything here, you don\u0027t need the map_merge, since your list only has one item.","commit_id":"978f13af511ee4683ea150e2bd244fd6feb69e03"},{"author":{"_account_id":29268,"name":"Matthew Heler","email":"matthew.heler@hotmail.com","username":"mheler"},"change_message_id":"128e3889f9ba6b644995c941b9ece5ba6baac460","unresolved":false,"context_lines":[{"line_number":370,"context_line":"          keys: *openstack_keys"},{"line_number":371,"context_line":"          ceph_conf_overrides:"},{"line_number":372,"context_line":"            client:"},{"line_number":373,"context_line":"              map_merge:"},{"line_number":374,"context_line":"                - {get_param: CephClientConfigOverrides}"},{"line_number":375,"context_line":"            osd:"},{"line_number":376,"context_line":"              map_merge:"}],"source_content_type":"text/x-yaml","patch_set":3,"id":"7faddb67_3a4897ca","line":373,"in_reply_to":"7faddb67_fa899f25","updated":"2019-07-29 17:54:11.000000000","message":"Our list will have multiple items like so:\n\n  CephOSDConfigOverrides:\n    osd_heartbeat_min_size: 9000\n    osd_snap_trim_priority: 1\n\nAs such map_merge is needed, otherwise they show up in one line on ceph.conf like this:\n\n[osd]\n    {osd_heartbeat_min_size: 9000, osd_snap_trim_priority: 1}\n\nInstead of like this:\n\n[osd]\n    osd_heartbeat_min_size: 9000\n    osd_snap_trim_priority: 1","commit_id":"978f13af511ee4683ea150e2bd244fd6feb69e03"}]}
