)]}'
{"docker/fluentd/Dockerfile.j2":[{"author":{"_account_id":19316,"name":"Eduardo Gonzalez","email":"dabarren@gmail.com","username":"egonzalez90"},"change_message_id":"b30611f258e445226a436aa3bbe6e5224563c9a0","unresolved":false,"context_lines":[{"line_number":47,"context_line":"{{ macros.install_packages(fluentd_packages | customizable(\"packages\")) }}"},{"line_number":48,"context_line":""},{"line_number":49,"context_line":"{% if base_package_type \u003d\u003d \u0027deb\u0027 and base_arch !\u003d \u0027x86_64\u0027 %}"},{"line_number":50,"context_line":"RUN /usr/bin/gem install fluentd --no-rdoc --no-ri"},{"line_number":51,"context_line":"{% endif %}"},{"line_number":52,"context_line":""},{"line_number":53,"context_line":"# Distro specific files and operations"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"9fdfeff1_08045b14","line":50,"range":{"start_line":50,"start_character":0,"end_line":50,"end_character":50},"updated":"2019-02-25 12:06:11.000000000","message":"can you move this RUN into line 43 to unify install steps?","commit_id":"e4426749ca84fd883a87fa9661abf65276e110c7"},{"author":{"_account_id":16363,"name":"Pedro Alvarez","email":"pedro.alvarez@softiron.com","username":"pedroalvarez"},"change_message_id":"5c422a0c9270032d6a79278efa95b0b127c69531","unresolved":false,"context_lines":[{"line_number":47,"context_line":"{{ macros.install_packages(fluentd_packages | customizable(\"packages\")) }}"},{"line_number":48,"context_line":""},{"line_number":49,"context_line":"{% if base_package_type \u003d\u003d \u0027deb\u0027 and base_arch !\u003d \u0027x86_64\u0027 %}"},{"line_number":50,"context_line":"RUN /usr/bin/gem install fluentd --no-rdoc --no-ri"},{"line_number":51,"context_line":"{% endif %}"},{"line_number":52,"context_line":""},{"line_number":53,"context_line":"# Distro specific files and operations"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"9fdfeff1_c8cc13bd","line":50,"range":{"start_line":50,"start_character":0,"end_line":50,"end_character":50},"in_reply_to":"9fdfeff1_08045b14","updated":"2019-02-25 12:20:18.000000000","message":"It needs to run after the `install_packages` macro, otherwise `ruby-dev` package won\u0027t be available, and `fluentd` installation will fail.","commit_id":"e4426749ca84fd883a87fa9661abf65276e110c7"},{"author":{"_account_id":19316,"name":"Eduardo Gonzalez","email":"dabarren@gmail.com","username":"egonzalez90"},"change_message_id":"b30611f258e445226a436aa3bbe6e5224563c9a0","unresolved":false,"context_lines":[{"line_number":68,"context_line":"    \u0026\u0026 chown -R fluentd: /etc/fluentd /var/run/fluentd"},{"line_number":69,"context_line":"    {% endif %}"},{"line_number":70,"context_line":"{% endif %}"},{"line_number":71,"context_line":"RUN chmod 440 /etc/sudoers.d/kolla_fluentd_sudoers"},{"line_number":72,"context_line":""},{"line_number":73,"context_line":""},{"line_number":74,"context_line":"COPY extend_start.sh /usr/local/bin/kolla_extend_start"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"9fdfeff1_082d3b94","line":71,"range":{"start_line":71,"start_character":0,"end_line":71,"end_character":50},"updated":"2019-02-25 12:06:11.000000000","message":"prefer the duplicated chmod per distro/arch, it unify docker layers into a single one, now will have 2 different layers","commit_id":"e4426749ca84fd883a87fa9661abf65276e110c7"},{"author":{"_account_id":16363,"name":"Pedro Alvarez","email":"pedro.alvarez@softiron.com","username":"pedroalvarez"},"change_message_id":"5c422a0c9270032d6a79278efa95b0b127c69531","unresolved":false,"context_lines":[{"line_number":68,"context_line":"    \u0026\u0026 chown -R fluentd: /etc/fluentd /var/run/fluentd"},{"line_number":69,"context_line":"    {% endif %}"},{"line_number":70,"context_line":"{% endif %}"},{"line_number":71,"context_line":"RUN chmod 440 /etc/sudoers.d/kolla_fluentd_sudoers"},{"line_number":72,"context_line":""},{"line_number":73,"context_line":""},{"line_number":74,"context_line":"COPY extend_start.sh /usr/local/bin/kolla_extend_start"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"9fdfeff1_e836b7b4","line":71,"range":{"start_line":71,"start_character":0,"end_line":71,"end_character":50},"in_reply_to":"9fdfeff1_082d3b94","updated":"2019-02-25 12:20:18.000000000","message":"Makes sense, will fix.","commit_id":"e4426749ca84fd883a87fa9661abf65276e110c7"},{"author":{"_account_id":19316,"name":"Eduardo Gonzalez","email":"dabarren@gmail.com","username":"egonzalez90"},"change_message_id":"b30611f258e445226a436aa3bbe6e5224563c9a0","unresolved":false,"context_lines":[{"line_number":106,"context_line":"{% block fluentd_footer %}{% endblock %}"},{"line_number":107,"context_line":"{% block footer %}{% endblock %}"},{"line_number":108,"context_line":""},{"line_number":109,"context_line":"{% if base_package_type \u003d\u003d \u0027rpm\u0027 %}"},{"line_number":110,"context_line":"USER fluentd"},{"line_number":111,"context_line":"{% elif base_package_type \u003d\u003d \u0027deb\u0027 %}"},{"line_number":112,"context_line":"    {% if base_arch \u003d\u003d \u0027x86_64\u0027 %}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"9fdfeff1_a852ef10","line":109,"updated":"2019-02-25 12:06:11.000000000","message":"or (base_package_type \u003d\u003d \u0027deb\u0027 and base_arch !\u003d \u0027x86_64\u0027)","commit_id":"e4426749ca84fd883a87fa9661abf65276e110c7"},{"author":{"_account_id":16363,"name":"Pedro Alvarez","email":"pedro.alvarez@softiron.com","username":"pedroalvarez"},"change_message_id":"5c422a0c9270032d6a79278efa95b0b127c69531","unresolved":false,"context_lines":[{"line_number":106,"context_line":"{% block fluentd_footer %}{% endblock %}"},{"line_number":107,"context_line":"{% block footer %}{% endblock %}"},{"line_number":108,"context_line":""},{"line_number":109,"context_line":"{% if base_package_type \u003d\u003d \u0027rpm\u0027 %}"},{"line_number":110,"context_line":"USER fluentd"},{"line_number":111,"context_line":"{% elif base_package_type \u003d\u003d \u0027deb\u0027 %}"},{"line_number":112,"context_line":"    {% if base_arch \u003d\u003d \u0027x86_64\u0027 %}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"9fdfeff1_684ac727","line":109,"in_reply_to":"9fdfeff1_a852ef10","updated":"2019-02-25 12:20:18.000000000","message":"That will delete duplication. Will do.","commit_id":"e4426749ca84fd883a87fa9661abf65276e110c7"}]}
