)]}'
{"ansible/group_vars/all.yml":[{"author":{"_account_id":167,"name":"Christian Berendt","email":"berendt@osism.tech","username":"berendt"},"change_message_id":"fcd5a3c750d2322831bc29a85d22f0af42309569","unresolved":false,"context_lines":[{"line_number":90,"context_line":"    restart_retries: \"{{ docker_restart_policy_retry }}\""},{"line_number":91,"context_line":""},{"line_number":92,"context_line":"# Port of the docker tcp listener"},{"line_number":93,"context_line":"docker_port: 2375"},{"line_number":94,"context_line":""},{"line_number":95,"context_line":"####################"},{"line_number":96,"context_line":"# keepalived options"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"da6895a0_21824001","line":93,"updated":"2016-10-21 08:54:47.000000000","message":"Does it makes sense to add this to the docker_common_options?","commit_id":"1f12c1cfbe768ef5b18d51a0379a7119f46eaa38"},{"author":{"_account_id":17938,"name":"Mathias Ewald","email":"mewald@evoila.de","username":"mewald"},"change_message_id":"ab48cdbd310378f5e4852af278fea2225acaada5","unresolved":false,"context_lines":[{"line_number":90,"context_line":"    restart_retries: \"{{ docker_restart_policy_retry }}\""},{"line_number":91,"context_line":""},{"line_number":92,"context_line":"# Port of the docker tcp listener"},{"line_number":93,"context_line":"docker_port: 2375"},{"line_number":94,"context_line":""},{"line_number":95,"context_line":"####################"},{"line_number":96,"context_line":"# keepalived options"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"da6895a0_a258edfb","line":93,"in_reply_to":"da6895a0_21824001","updated":"2016-10-22 16:58:56.000000000","message":"I don\u0027t know. I didn\u0027t understand why this variable was introduced. If you say it makes sense, I will add it there.","commit_id":"1f12c1cfbe768ef5b18d51a0379a7119f46eaa38"},{"author":{"_account_id":167,"name":"Christian Berendt","email":"berendt@osism.tech","username":"berendt"},"change_message_id":"c5ffcce453bd9ebebbb567485c9f1a9e30a8e7d4","unresolved":false,"context_lines":[{"line_number":90,"context_line":"    restart_retries: \"{{ docker_restart_policy_retry }}\""},{"line_number":91,"context_line":""},{"line_number":92,"context_line":"# Port of the docker tcp listener"},{"line_number":93,"context_line":"docker_port: 2375"},{"line_number":94,"context_line":""},{"line_number":95,"context_line":"####################"},{"line_number":96,"context_line":"# keepalived options"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"da6895a0_59fff666","line":93,"in_reply_to":"da6895a0_a258edfb","updated":"2016-10-24 11:51:50.000000000","message":"You used this variable in the template file... Move it into the common options and update the template file.","commit_id":"1f12c1cfbe768ef5b18d51a0379a7119f46eaa38"},{"author":{"_account_id":11869,"name":"zhubingbing","email":"zhu.bingbing@99cloud.net","username":"zhubingbing"},"change_message_id":"c28ac033bcb0226d7b8858363262cc906277c2a5","unresolved":false,"context_lines":[{"line_number":89,"context_line":"    restart_policy: \"{{ docker_restart_policy }}\""},{"line_number":90,"context_line":"    restart_retries: \"{{ docker_restart_policy_retry }}\""},{"line_number":91,"context_line":""},{"line_number":92,"context_line":"# Port of the docker tcp listener"},{"line_number":93,"context_line":"docker_port: 2375"},{"line_number":94,"context_line":""},{"line_number":95,"context_line":"####################"},{"line_number":96,"context_line":"# keepalived options"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"da6895a0_02a09542","line":93,"range":{"start_line":92,"start_character":0,"end_line":93,"end_character":17},"updated":"2016-10-25 05:58:41.000000000","message":"i think this set to better\n############\n#telegraf options\n############\ndocker_port : xx","commit_id":"8d23c6dd65a7752460dfb8cf8aab6492da123475"},{"author":{"_account_id":1390,"name":"Paul Bourke","email":"pauldbourke@proton.me","username":"pauldbourke"},"change_message_id":"78a0676718839bf577be3568849a1460f44f45bd","unresolved":false,"context_lines":[{"line_number":89,"context_line":"    restart_policy: \"{{ docker_restart_policy }}\""},{"line_number":90,"context_line":"    restart_retries: \"{{ docker_restart_policy_retry }}\""},{"line_number":91,"context_line":""},{"line_number":92,"context_line":"# Port of the docker tcp listener"},{"line_number":93,"context_line":"docker_port: 2375"},{"line_number":94,"context_line":""},{"line_number":95,"context_line":"####################"},{"line_number":96,"context_line":"# keepalived options"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"ba5da102_6df8b3c5","line":93,"range":{"start_line":92,"start_character":0,"end_line":93,"end_character":17},"in_reply_to":"da6895a0_02a09542","updated":"2016-11-04 14:25:00.000000000","message":"+1","commit_id":"8d23c6dd65a7752460dfb8cf8aab6492da123475"}],"ansible/roles/telegraf/templates/telegraf.conf.j2":[{"author":{"_account_id":167,"name":"Christian Berendt","email":"berendt@osism.tech","username":"berendt"},"change_message_id":"fcd5a3c750d2322831bc29a85d22f0af42309569","unresolved":false,"context_lines":[{"line_number":54,"context_line":"  password \u003d \"{{ rabbitmq_password }}\""},{"line_number":55,"context_line":"{% endif %}"},{"line_number":56,"context_line":""},{"line_number":57,"context_line":"{% if inventory_hostname in groups[\u0027control\u0027] or inventory_hostname in groups[\u0027network\u0027] %}"},{"line_number":58,"context_line":"[[inputs.docker]]"},{"line_number":59,"context_line":"  endpoint \u003d \"tcp://{{ hostvars[inventory_hostname][\u0027ansible_\u0027 + api_interface][\u0027ipv4\u0027][\u0027address\u0027] }}:{{ docker_port }}\""},{"line_number":60,"context_line":"  container_names \u003d []"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"da6895a0_e18e8826","line":57,"updated":"2016-10-21 08:54:47.000000000","message":"Why do you not want to collect docker metrics on the other nodes?","commit_id":"1f12c1cfbe768ef5b18d51a0379a7119f46eaa38"},{"author":{"_account_id":167,"name":"Christian Berendt","email":"berendt@osism.tech","username":"berendt"},"change_message_id":"c5ffcce453bd9ebebbb567485c9f1a9e30a8e7d4","unresolved":false,"context_lines":[{"line_number":54,"context_line":"  password \u003d \"{{ rabbitmq_password }}\""},{"line_number":55,"context_line":"{% endif %}"},{"line_number":56,"context_line":""},{"line_number":57,"context_line":"{% if inventory_hostname in groups[\u0027control\u0027] or inventory_hostname in groups[\u0027network\u0027] %}"},{"line_number":58,"context_line":"[[inputs.docker]]"},{"line_number":59,"context_line":"  endpoint \u003d \"tcp://{{ hostvars[inventory_hostname][\u0027ansible_\u0027 + api_interface][\u0027ipv4\u0027][\u0027address\u0027] }}:{{ docker_port }}\""},{"line_number":60,"context_line":"  container_names \u003d []"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"da6895a0_b9f49287","line":57,"in_reply_to":"da6895a0_22569dd2","updated":"2016-10-24 11:51:50.000000000","message":"Please upload the new patch set...","commit_id":"1f12c1cfbe768ef5b18d51a0379a7119f46eaa38"},{"author":{"_account_id":17938,"name":"Mathias Ewald","email":"mewald@evoila.de","username":"mewald"},"change_message_id":"94e5d7a7e2b7c5f8f58e6ffdda30865ca9f43ba9","unresolved":false,"context_lines":[{"line_number":54,"context_line":"  password \u003d \"{{ rabbitmq_password }}\""},{"line_number":55,"context_line":"{% endif %}"},{"line_number":56,"context_line":""},{"line_number":57,"context_line":"{% if inventory_hostname in groups[\u0027control\u0027] or inventory_hostname in groups[\u0027network\u0027] %}"},{"line_number":58,"context_line":"[[inputs.docker]]"},{"line_number":59,"context_line":"  endpoint \u003d \"tcp://{{ hostvars[inventory_hostname][\u0027ansible_\u0027 + api_interface][\u0027ipv4\u0027][\u0027address\u0027] }}:{{ docker_port }}\""},{"line_number":60,"context_line":"  container_names \u003d []"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"da6895a0_22569dd2","line":57,"in_reply_to":"da6895a0_e18e8826","updated":"2016-10-22 16:57:06.000000000","message":"Right, to be honest: I don\u0027t know what I was thinking ... I fixed it, thanks!","commit_id":"1f12c1cfbe768ef5b18d51a0379a7119f46eaa38"},{"author":{"_account_id":7488,"name":"Jeffrey Zhang","email":"zhang.lei.fly@gmail.com","username":"Jeffrey4l"},"change_message_id":"dcd32324ee15a5477ad7f4a7174fe8054a890dc6","unresolved":false,"context_lines":[{"line_number":55,"context_line":"{% endif %}"},{"line_number":56,"context_line":"[[inputs.docker]]"},{"line_number":57,"context_line":"  endpoint \u003d \"tcp://{{ hostvars[inventory_hostname][\u0027ansible_\u0027 + api_interface][\u0027ipv4\u0027][\u0027address\u0027] }}:{{ docker_port }}\""},{"line_number":58,"context_line":"  container_names \u003d []"}],"source_content_type":"text/x-jinja2","patch_set":2,"id":"ba5da102_4f62eaae","line":58,"updated":"2016-11-06 05:06:15.000000000","message":"1. can we use socket file here? \n2. export tcp port for docker is not necessary and danger in most case","commit_id":"8d23c6dd65a7752460dfb8cf8aab6492da123475"}]}
