)]}'
{"deployment/database/mysql-container-puppet.yaml":[{"author":{"_account_id":26343,"name":"Jose Luis Franco","email":"jfrancoa@redhat.com","username":"jfrancoa"},"change_message_id":"73578008deca1f9c4c2b73054eb9dadc32f252ce","unresolved":false,"context_lines":[{"line_number":263,"context_line":"          when: step|int \u003d\u003d 2"},{"line_number":264,"context_line":"          block:"},{"line_number":265,"context_line":"            - name: Get Mysql container image name before upgrade"},{"line_number":266,"context_line":"              podman_container_info:"},{"line_number":267,"context_line":"                name: mysql"},{"line_number":268,"context_line":"              register: mysql_infos"},{"line_number":269,"context_line":"            - name: Set fact for Mysql container image before upgrade"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"3fa7e38b_011b5d84","line":266,"updated":"2020-01-13 13:19:39.000000000","message":"couldn\u0027t resolve module/action \u0027podman_container_info\u0027. This often indicates a misspelling, missing collection, or incorrect module path.\\n\\nThe error appears to be in \u0027/home/zuul/src/opendev.org/openstack/tht-rendered/rendered-tasks/overcloud-resource-registry-puppet_upgrade_tasks.yml\u0027","commit_id":"f2ac32e00e47ba2e9c01bdba186626b54eb55a3e"},{"author":{"_account_id":20778,"name":"Damien Ciabrini","email":"dciabrin@redhat.com","username":"dciabrin"},"change_message_id":"44a37e87a52f2cb2d775c71deafa95dbcee098d5","unresolved":false,"context_lines":[{"line_number":268,"context_line":"              register: mysql_infos"},{"line_number":269,"context_line":"            - name: Set fact for Mysql container image before upgrade"},{"line_number":270,"context_line":"              set_fact:"},{"line_number":271,"context_line":"                pre_upgrade_mysql_image: \"{{ mysql_infos.containers.0.ImageName }}\""},{"line_number":272,"context_line":"            - name: Set fact for Mysql container image after upgrade"},{"line_number":273,"context_line":"              set_fact:"},{"line_number":274,"context_line":"                post_upgrade_mysql_image: {get_param: ContainerMysqlImage}"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"3fa7e38b_fc7358e6","line":271,"range":{"start_line":271,"start_character":67,"end_line":271,"end_character":69},"updated":"2020-01-10 16:37:25.000000000","message":"Is it supposed to represent an array? I\u0027m not familiar with the syntax","commit_id":"f2ac32e00e47ba2e9c01bdba186626b54eb55a3e"},{"author":{"_account_id":3153,"name":"Emilien Macchi","email":"emilien@redhat.com","username":"emilienm"},"change_message_id":"e4d8cfea8474d8cb380961f2d9661ce8dbfd0054","unresolved":false,"context_lines":[{"line_number":268,"context_line":"              register: mysql_infos"},{"line_number":269,"context_line":"            - name: Set fact for Mysql container image before upgrade"},{"line_number":270,"context_line":"              set_fact:"},{"line_number":271,"context_line":"                pre_upgrade_mysql_image: \"{{ mysql_infos.containers.0.ImageName }}\""},{"line_number":272,"context_line":"            - name: Set fact for Mysql container image after upgrade"},{"line_number":273,"context_line":"              set_fact:"},{"line_number":274,"context_line":"                post_upgrade_mysql_image: {get_param: ContainerMysqlImage}"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"3fa7e38b_7c49a88b","line":271,"range":{"start_line":271,"start_character":67,"end_line":271,"end_character":69},"in_reply_to":"3fa7e38b_fc7358e6","updated":"2020-01-10 16:38:22.000000000","message":"yeah it is, the info returns an array of containers","commit_id":"f2ac32e00e47ba2e9c01bdba186626b54eb55a3e"},{"author":{"_account_id":3153,"name":"Emilien Macchi","email":"emilien@redhat.com","username":"emilienm"},"change_message_id":"3a381d44bd48bd624cff6ce7e9e266b20ca87d96","unresolved":false,"context_lines":[{"line_number":301,"context_line":"                    IMAGE: \"{{ pre_upgrade_mysql_image }}\""},{"line_number":302,"context_line":"                    VOLUMES: \"-v {{ mysql_clean_up_volumes | join(\u0027 -v \u0027) }}\""},{"line_number":303,"context_line":"                    SCRIPT: \"{{ mysql_clean_up_script }}\""},{"line_number":304,"context_line":"              when: pre_upgrade_mysql_image !\u003d post_upgrade_mysql_image"},{"line_number":305,"context_line":"      post_upgrade_tasks:"},{"line_number":306,"context_line":"        - name: Check and upgrade Mysql database after major version upgrade"},{"line_number":307,"context_line":"          command: \"{{ container_cli }} exec -u root mysql mysql_upgrade\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"3fa7e38b_1c3434de","line":304,"updated":"2020-01-10 16:03:03.000000000","message":"i wonder if at this point we should start the systemd service.","commit_id":"f2ac32e00e47ba2e9c01bdba186626b54eb55a3e"},{"author":{"_account_id":20778,"name":"Damien Ciabrini","email":"dciabrin@redhat.com","username":"dciabrin"},"change_message_id":"44a37e87a52f2cb2d775c71deafa95dbcee098d5","unresolved":false,"context_lines":[{"line_number":301,"context_line":"                    IMAGE: \"{{ pre_upgrade_mysql_image }}\""},{"line_number":302,"context_line":"                    VOLUMES: \"-v {{ mysql_clean_up_volumes | join(\u0027 -v \u0027) }}\""},{"line_number":303,"context_line":"                    SCRIPT: \"{{ mysql_clean_up_script }}\""},{"line_number":304,"context_line":"              when: pre_upgrade_mysql_image !\u003d post_upgrade_mysql_image"},{"line_number":305,"context_line":"      post_upgrade_tasks:"},{"line_number":306,"context_line":"        - name: Check and upgrade Mysql database after major version upgrade"},{"line_number":307,"context_line":"          command: \"{{ container_cli }} exec -u root mysql mysql_upgrade\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"3fa7e38b_dc9f7cf3","line":304,"in_reply_to":"3fa7e38b_1c3434de","updated":"2020-01-10 16:37:25.000000000","message":"No we don\u0027t want to. we have to let it stop with a clean redo log. Next in the flow, the container image is updated and the deploy steps restart the mysql service.","commit_id":"f2ac32e00e47ba2e9c01bdba186626b54eb55a3e"},{"author":{"_account_id":3153,"name":"Emilien Macchi","email":"emilien@redhat.com","username":"emilienm"},"change_message_id":"e4d8cfea8474d8cb380961f2d9661ce8dbfd0054","unresolved":false,"context_lines":[{"line_number":301,"context_line":"                    IMAGE: \"{{ pre_upgrade_mysql_image }}\""},{"line_number":302,"context_line":"                    VOLUMES: \"-v {{ mysql_clean_up_volumes | join(\u0027 -v \u0027) }}\""},{"line_number":303,"context_line":"                    SCRIPT: \"{{ mysql_clean_up_script }}\""},{"line_number":304,"context_line":"              when: pre_upgrade_mysql_image !\u003d post_upgrade_mysql_image"},{"line_number":305,"context_line":"      post_upgrade_tasks:"},{"line_number":306,"context_line":"        - name: Check and upgrade Mysql database after major version upgrade"},{"line_number":307,"context_line":"          command: \"{{ container_cli }} exec -u root mysql mysql_upgrade\""}],"source_content_type":"text/x-yaml","patch_set":1,"id":"3fa7e38b_9c4ca49d","line":304,"in_reply_to":"3fa7e38b_dc9f7cf3","updated":"2020-01-10 16:38:22.000000000","message":"ack","commit_id":"f2ac32e00e47ba2e9c01bdba186626b54eb55a3e"}]}
