)]}'
{"tests/roles/bootstrap-host/tasks/prepare_aio_config.yml":[{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"1bd7161b907346d140419b608e8f7a5a02af5646","unresolved":false,"context_lines":[{"line_number":82,"context_line":"      register: nodepool_env"},{"line_number":83,"context_line":""},{"line_number":84,"context_line":"    - name: Set nodepool environment variables fact"},{"line_number":85,"context_line":"    - set_fact:"},{"line_number":86,"context_line":"        nodepool_vars: \"{{ nodepool_env.stdout | from_yaml }}\""},{"line_number":87,"context_line":""},{"line_number":88,"context_line":"    - name: Discover the OpenStack-Infra mirrors"}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_aafb3279","line":85,"range":{"start_line":85,"start_character":4,"end_line":85,"end_character":5},"updated":"2020-09-29 08:22:02.000000000","message":"This is wrong","commit_id":"3ef6a789d7ca544805c5b8c462c30a8674aa5590"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"54008bbb21297bdbf42e7ff19e8a6a67a48e8f4d","unresolved":false,"context_lines":[{"line_number":85,"context_line":"    - set_fact:"},{"line_number":86,"context_line":"        nodepool_vars: \"{{ nodepool_env.stdout | from_yaml }}\""},{"line_number":87,"context_line":""},{"line_number":88,"context_line":"    - name: Discover the OpenStack-Infra mirrors"},{"line_number":89,"context_line":"      shell: |"},{"line_number":90,"context_line":"        NODEPOOL_OVERRIDES\u003d\"/etc/openstack_deploy/user_openstackci.yml\""},{"line_number":91,"context_line":"        echo \"uca_apt_repo_url: {{ nodepool_vars.NODEPOOL_UCA_MIRROR }}\" \u003e\u003e ${NODEPOOL_OVERRIDES}"},{"line_number":92,"context_line":"        echo \"openstack_hosts_centos_mirror_url: {{ nodepool_vars.NODEPOOL_CENTOS_MIRROR }}\" \u003e\u003e ${NODEPOOL_OVERRIDES}"},{"line_number":93,"context_line":"        echo \"centos_epel_mirror: {{ nodepool_vars.NODEPOOL_EPEL_MIRROR }}\" \u003e\u003e ${NODEPOOL_OVERRIDES}"},{"line_number":94,"context_line":"        echo \"galera_repo_host: {{ nodepool_vars.NODEPOOL_MIRROR_HOST }}:8080\" \u003e\u003e ${NODEPOOL_OVERRIDES}"},{"line_number":95,"context_line":"        echo \"nova_virt_type: \u0027qemu\u0027\" \u003e\u003e ${NODEPOOL_OVERRIDES}"},{"line_number":96,"context_line":""},{"line_number":97,"context_line":"    - name: Set the package cache timeout to 60 mins in OpenStack-CI"},{"line_number":98,"context_line":"      set_fact:"}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_4a62563f","line":95,"range":{"start_line":88,"start_character":0,"end_line":95,"end_character":62},"updated":"2020-09-29 08:28:46.000000000","message":"Can we just use copy with content: \"{{ nodepool_env | to_yaml }}\" or smth?","commit_id":"3ef6a789d7ca544805c5b8c462c30a8674aa5590"},{"author":{"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"},"change_message_id":"49ef558a6d7f92b2bfc072f9a2ae5e88fd3ad3e4","unresolved":false,"context_lines":[{"line_number":85,"context_line":"    - set_fact:"},{"line_number":86,"context_line":"        nodepool_vars: \"{{ nodepool_env.stdout | from_yaml }}\""},{"line_number":87,"context_line":""},{"line_number":88,"context_line":"    - name: Discover the OpenStack-Infra mirrors"},{"line_number":89,"context_line":"      shell: |"},{"line_number":90,"context_line":"        NODEPOOL_OVERRIDES\u003d\"/etc/openstack_deploy/user_openstackci.yml\""},{"line_number":91,"context_line":"        echo \"uca_apt_repo_url: {{ nodepool_vars.NODEPOOL_UCA_MIRROR }}\" \u003e\u003e ${NODEPOOL_OVERRIDES}"},{"line_number":92,"context_line":"        echo \"openstack_hosts_centos_mirror_url: {{ nodepool_vars.NODEPOOL_CENTOS_MIRROR }}\" \u003e\u003e ${NODEPOOL_OVERRIDES}"},{"line_number":93,"context_line":"        echo \"centos_epel_mirror: {{ nodepool_vars.NODEPOOL_EPEL_MIRROR }}\" \u003e\u003e ${NODEPOOL_OVERRIDES}"},{"line_number":94,"context_line":"        echo \"galera_repo_host: {{ nodepool_vars.NODEPOOL_MIRROR_HOST }}:8080\" \u003e\u003e ${NODEPOOL_OVERRIDES}"},{"line_number":95,"context_line":"        echo \"nova_virt_type: \u0027qemu\u0027\" \u003e\u003e ${NODEPOOL_OVERRIDES}"},{"line_number":96,"context_line":""},{"line_number":97,"context_line":"    - name: Set the package cache timeout to 60 mins in OpenStack-CI"},{"line_number":98,"context_line":"      set_fact:"}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_255f5510","line":95,"range":{"start_line":88,"start_character":0,"end_line":95,"end_character":62},"in_reply_to":"9f560f44_4a62563f","updated":"2020-09-29 09:03:57.000000000","message":"Not sure - the key names in the user_openstackci.yml are different from the names of the env vars that we read so it\u0027s a bit tricky","commit_id":"3ef6a789d7ca544805c5b8c462c30a8674aa5590"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"cafdc97890e2624afccfbc4f03c1f4e06574b529","unresolved":false,"context_lines":[{"line_number":69,"context_line":"- name: Set facts when inside of OpenStack-Infra"},{"line_number":70,"context_line":"  when:"},{"line_number":71,"context_line":"    - nodepool_vars is defined"},{"line_number":72,"context_line":"  block:"},{"line_number":73,"context_line":"    - name: Configure the OpenStack-Infra mirrors"},{"line_number":74,"context_line":"      vars:"},{"line_number":75,"context_line":"        nodepool_overrides:"}],"source_content_type":"text/x-yaml","patch_set":7,"id":"9f560f44_8eba8b6e","line":72,"range":{"start_line":72,"start_character":0,"end_line":72,"end_character":8},"updated":"2020-10-02 08:07:36.000000000","message":"not sure why we need block here?:)","commit_id":"598f243c7b6889cc8591285ee08dee46d117a067"}]}
