)]}'
{"docker/neutron/neutron-server-opendaylight/Dockerfile.j2":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"4e23c2bb3f941e4cae19787e33d3ea63b0aea247","unresolved":false,"context_lines":[{"line_number":9,"context_line":""},{"line_number":10,"context_line":"    {% set neutron_server_opendaylight_packages \u003d ["},{"line_number":11,"context_line":"        \u0027python-networking-odl\u0027,"},{"line_number":12,"context_line":"        \u0027python-networking-bgpvpn\u0027,"},{"line_number":13,"context_line":"        \u0027python-networking-l2gw\u0027"},{"line_number":14,"context_line":"    ] %}"},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"{{ macros.install_packages(neutron_server_opendaylight_packages | customizable(\"packages\")) }}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"ff0f0b1f_ac3cdee0","line":13,"range":{"start_line":12,"start_character":8,"end_line":13,"end_character":32},"updated":"2017-05-24 18:44:08.000000000","message":"why these and not networking-sfc or the others?","commit_id":"ff97f39a114a940427c41f5f889915291b0fa34c"},{"author":{"_account_id":17280,"name":"Tim Rozet","email":"trozet@redhat.com","username":"trozet"},"change_message_id":"6d5edf8c955931537db4cf6433f2b65853b2a75a","unresolved":false,"context_lines":[{"line_number":9,"context_line":""},{"line_number":10,"context_line":"    {% set neutron_server_opendaylight_packages \u003d ["},{"line_number":11,"context_line":"        \u0027python-networking-odl\u0027,"},{"line_number":12,"context_line":"        \u0027python-networking-bgpvpn\u0027,"},{"line_number":13,"context_line":"        \u0027python-networking-l2gw\u0027"},{"line_number":14,"context_line":"    ] %}"},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"{{ macros.install_packages(neutron_server_opendaylight_packages | customizable(\"packages\")) }}"}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"ff0f0b1f_2e6a0319","line":13,"range":{"start_line":12,"start_character":8,"end_line":13,"end_character":32},"in_reply_to":"ff0f0b1f_ac3cdee0","updated":"2017-05-24 19:15:07.000000000","message":"Thanks Sean.  Will add that one as well.  First time working in this project/building kolla container so was just posting this and now trying to build on my server.  Will have a better/more tested patch set soon.","commit_id":"ff97f39a114a940427c41f5f889915291b0fa34c"},{"author":{"_account_id":24072,"name":"Marcin Juszkiewicz","email":"mjuszkiewicz@redhat.com","username":"hrw"},"change_message_id":"fe542cf6d11fc63bf088bceebcbe96c9d6301739","unresolved":false,"context_lines":[{"line_number":9,"context_line":""},{"line_number":10,"context_line":"{% if install_type \u003d\u003d \u0027binary\u0027 %}"},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"    {% set neutron_server_opendaylight_packages \u003d ["},{"line_number":13,"context_line":"        \u0027python-networking-odl\u0027,"},{"line_number":14,"context_line":"        \u0027python2-networking-bgpvpn\u0027,"},{"line_number":15,"context_line":"        \u0027python2-networking-l2gw\u0027,"},{"line_number":16,"context_line":"        \u0027python2-networking-sfc\u0027"},{"line_number":17,"context_line":"    ] %}"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"{{ macros.install_packages(neutron_server_opendaylight_packages | customizable(\"packages\")) }}"},{"line_number":20,"context_line":""}],"source_content_type":"text/x-jinja2","patch_set":2,"id":"ff0f0b1f_3958f6f7","line":17,"range":{"start_line":12,"start_character":0,"end_line":17,"end_character":8},"updated":"2017-05-25 11:53:44.000000000","message":"Looks like you forgot distro check here. CentOS has different package names than Debian/Ubuntu.","commit_id":"6feae1d98e7671c8b4163d9f38fb64965171378f"},{"author":{"_account_id":17280,"name":"Tim Rozet","email":"trozet@redhat.com","username":"trozet"},"change_message_id":"08c11aba4db1d929aee2c48389b520a98aa05219","unresolved":false,"context_lines":[{"line_number":9,"context_line":""},{"line_number":10,"context_line":"{% if install_type \u003d\u003d \u0027binary\u0027 %}"},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"    {% set neutron_server_opendaylight_packages \u003d ["},{"line_number":13,"context_line":"        \u0027python-networking-odl\u0027,"},{"line_number":14,"context_line":"        \u0027python2-networking-bgpvpn\u0027,"},{"line_number":15,"context_line":"        \u0027python2-networking-l2gw\u0027,"},{"line_number":16,"context_line":"        \u0027python2-networking-sfc\u0027"},{"line_number":17,"context_line":"    ] %}"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":"{{ macros.install_packages(neutron_server_opendaylight_packages | customizable(\"packages\")) }}"},{"line_number":20,"context_line":""}],"source_content_type":"text/x-jinja2","patch_set":2,"id":"ff0f0b1f_1d2bd730","line":17,"range":{"start_line":12,"start_character":0,"end_line":17,"end_character":8},"in_reply_to":"ff0f0b1f_3958f6f7","updated":"2017-05-25 15:35:22.000000000","message":"Done","commit_id":"6feae1d98e7671c8b4163d9f38fb64965171378f"},{"author":{"_account_id":19316,"name":"Eduardo Gonzalez","email":"dabarren@gmail.com","username":"egonzalez90"},"change_message_id":"4478a7c93621346c7df37db354f4746e4c8bd98f","unresolved":false,"context_lines":[{"line_number":8,"context_line":"{% import \"macros.j2\" as macros with context %}"},{"line_number":9,"context_line":""},{"line_number":10,"context_line":"{% if install_type \u003d\u003d \u0027binary\u0027 %}"},{"line_number":11,"context_line":"    {% set neutron_server_packages \u003d ["},{"line_number":12,"context_line":"        \u0027python-networking-odl\u0027,"},{"line_number":13,"context_line":"        \u0027python-networking-bgpvpn\u0027,"},{"line_number":14,"context_line":"        \u0027python-networking-l2gw\u0027,"}],"source_content_type":"text/x-jinja2","patch_set":5,"id":"df140735_f5390a3f","line":11,"range":{"start_line":11,"start_character":11,"end_line":11,"end_character":34},"updated":"2017-05-31 13:20:40.000000000","message":"should be neutron_server_opendaylight_packages, atm is not installing this packages","commit_id":"42d18ae32f6912a985150183fbb031deee410bb0"},{"author":{"_account_id":17280,"name":"Tim Rozet","email":"trozet@redhat.com","username":"trozet"},"change_message_id":"98d21e1a7fcb6a1fc3771b7744a22681103917a8","unresolved":false,"context_lines":[{"line_number":8,"context_line":"{% import \"macros.j2\" as macros with context %}"},{"line_number":9,"context_line":""},{"line_number":10,"context_line":"{% if install_type \u003d\u003d \u0027binary\u0027 %}"},{"line_number":11,"context_line":"    {% set neutron_server_packages \u003d ["},{"line_number":12,"context_line":"        \u0027python-networking-odl\u0027,"},{"line_number":13,"context_line":"        \u0027python-networking-bgpvpn\u0027,"},{"line_number":14,"context_line":"        \u0027python-networking-l2gw\u0027,"}],"source_content_type":"text/x-jinja2","patch_set":5,"id":"df140735_58222ba6","line":11,"range":{"start_line":11,"start_character":11,"end_line":11,"end_character":34},"in_reply_to":"df140735_f5390a3f","updated":"2017-05-31 13:28:38.000000000","message":"Done","commit_id":"42d18ae32f6912a985150183fbb031deee410bb0"},{"author":{"_account_id":10787,"name":"Michal Jastrzebski (inc0)","email":"michal.jastrzebski@intel.com","username":"inc0"},"change_message_id":"26945a3466312223cda964ec6ff40c03fd90d700","unresolved":false,"context_lines":[{"line_number":32,"context_line":"{% block neutron_server_opendaylight_footer %}{% endblock %}"},{"line_number":33,"context_line":"{% block footer %}{% endblock %}"},{"line_number":34,"context_line":""},{"line_number":35,"context_line":"USER neutron"}],"source_content_type":"text/x-jinja2","patch_set":6,"id":"df140735_5b1100ac","line":35,"updated":"2017-05-31 16:31:22.000000000","message":"this can be removed as well","commit_id":"1c8835318951125b5924381a947f566b2295fc99"},{"author":{"_account_id":10787,"name":"Michal Jastrzebski (inc0)","email":"michal.jastrzebski@intel.com","username":"inc0"},"change_message_id":"137f59511c43ccc666c63282ca80f1d36599a8b1","unresolved":false,"context_lines":[{"line_number":1,"context_line":"FROM {{ namespace }}/{{ image_prefix }}neutron-server:{{ tag }}"},{"line_number":2,"context_line":"LABEL maintainer\u003d\"{{ maintainer }}\" name\u003d\"{{ image_name }}\" build-date\u003d\"{{ build_date }}\""},{"line_number":3,"context_line":""},{"line_number":4,"context_line":"USER root"},{"line_number":5,"context_line":""},{"line_number":6,"context_line":"{% block neutron_server_opendaylight_header %}{% endblock %}"},{"line_number":7,"context_line":""}],"source_content_type":"text/x-jinja2","patch_set":7,"id":"df140735_4e113cac","line":4,"updated":"2017-05-31 16:56:17.000000000","message":"that has to go too;)","commit_id":"300eae93309655084069ab87d6fb04a53982541f"},{"author":{"_account_id":17280,"name":"Tim Rozet","email":"trozet@redhat.com","username":"trozet"},"change_message_id":"1d66aec2f226c6f8cda6ae248733df33de70d696","unresolved":false,"context_lines":[{"line_number":1,"context_line":"FROM {{ namespace }}/{{ image_prefix }}neutron-server:{{ tag }}"},{"line_number":2,"context_line":"LABEL maintainer\u003d\"{{ maintainer }}\" name\u003d\"{{ image_name }}\" build-date\u003d\"{{ build_date }}\""},{"line_number":3,"context_line":""},{"line_number":4,"context_line":"USER root"},{"line_number":5,"context_line":""},{"line_number":6,"context_line":"{% block neutron_server_opendaylight_header %}{% endblock %}"},{"line_number":7,"context_line":""}],"source_content_type":"text/x-jinja2","patch_set":7,"id":"df140735_bd59078f","line":4,"in_reply_to":"df140735_4e113cac","updated":"2017-06-01 20:25:06.000000000","message":"It wouldnt build without this.  I can go try again.  iirc the yum commands would fail.  I figured it had somethign to do with inheriting neutron-server which sets USER neutron.","commit_id":"300eae93309655084069ab87d6fb04a53982541f"},{"author":{"_account_id":17280,"name":"Tim Rozet","email":"trozet@redhat.com","username":"trozet"},"change_message_id":"32f6d97e0d34ad9a3cbbb01cd25708bf186c7d74","unresolved":false,"context_lines":[{"line_number":1,"context_line":"FROM {{ namespace }}/{{ image_prefix }}neutron-server:{{ tag }}"},{"line_number":2,"context_line":"LABEL maintainer\u003d\"{{ maintainer }}\" name\u003d\"{{ image_name }}\" build-date\u003d\"{{ build_date }}\""},{"line_number":3,"context_line":""},{"line_number":4,"context_line":"USER root"},{"line_number":5,"context_line":""},{"line_number":6,"context_line":"{% block neutron_server_opendaylight_header %}{% endblock %}"},{"line_number":7,"context_line":""}],"source_content_type":"text/x-jinja2","patch_set":7,"id":"df140735_1d29139a","line":4,"in_reply_to":"df140735_bd59078f","updated":"2017-06-01 20:36:55.000000000","message":"Yeah if I dont include this, I get:\nINFO:kolla.image.build.neutron-server-opendaylight:ovl: Error while doing RPMdb copy-up:\nINFO:kolla.image.build.neutron-server-opendaylight:[Errno 13] Permission denied: \u0027/var/lib/rpm/.dbenv.lock\u0027\nINFO:kolla.image.build.neutron-server-opendaylight:\nINFO:kolla.image.build.neutron-server-opendaylight:You need to be root to perform this command.","commit_id":"300eae93309655084069ab87d6fb04a53982541f"}]}
