all:
  children:
    zuul_unreachable:
      hosts: {}
  hosts:
    ubuntu-noble:
      ansible_connection: ssh
      ansible_host: 199.204.45.61
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      docker_version: 29.7.2
      molecule_install_collection_siblings: true
      molecule_scenario: docker-upgrade
      nodepool:
        az: nova
        cloud: public
        external_id: 0575325b-3f08-4d9c-b241-1fb98c977b83
        host_id: be92abac58cdf319c41ec3044bb265315879370c10aa7110cfdbfb5f
        interface_ip: 199.204.45.61
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.61
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.61
        public_ipv6: 2604:e100:1:0:f816:3eff:fec7:f2f7
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 0575325b-3f08-4d9c-b241-1fb98c977b83
        host_id: be92abac58cdf319c41ec3044bb265315879370c10aa7110cfdbfb5f
        interface_ip: 199.204.45.61
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.61
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.61
        public_ipv6: 2604:e100:1:0:f816:3eff:fec7:f2f7
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    docker_version: 29.7.2
    molecule_install_collection_siblings: true
    molecule_scenario: docker-upgrade
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-jobs/zuul.d/ansible-jobs.yaml@main#1>'
      - '<Job ansible-collection-containers-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-containers/.zuul.yaml@main#1>'
      - '<Job ansible-collection-containers-molecule-docker explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-containers/.zuul.yaml@main#39>'
      - '<Job ansible-collection-containers-molecule-docker-upgrade explicit: None
        implied: {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-containers/.zuul.yaml@main#71>'
      - '<Job ansible-collection-containers-molecule-docker-upgrade-ubuntu-noble explicit:
        None implied: {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-containers/.zuul.yaml@main#98>'
      - '<Job ansible-collection-containers-molecule-docker-upgrade-ubuntu-noble explicit:
        None implied: None source: vexxhost/ansible-collection-containers/.zuul.yaml@main#168>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 587a6f7d7afb4a818806267012f76534
      build_refs:
      - branch: main
        change: '145'
        change_message: "feat: upgrade docker to the latest 29.7.2 version\n\n  -
          Upgrade Docker to the latest `29.7.2` version\r\n  - Remove notify for non
          existing handler `Reload systemd`\r\n  - Remove obsolete `oom-score-adjust`
          setting from defaults (non compatible with Docker>26)\r\n  - Remove `live-restore`
          from defaults\r\n\r\nThe last one is even harmful to us because after the
          docker service is restarted, existing rootful containers using docker socket
          are misleadingly not informed about the new docker.socket (new inode). As
          a side effect without this setting all docker containers will be restarted
          but this is responsibility of IaC to track this and make planned changes. "
        change_url: https://github.com/vexxhost/ansible-collection-containers/pull/145
        commit_id: 421b0dc8b2ac3e70d22d4900e21f72c990fffa54
        patchset: 421b0dc8b2ac3e70d22d4900e21f72c990fffa54
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          name: vexxhost/ansible-collection-containers
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        src_dir: src/github.com/vexxhost/ansible-collection-containers
        topic: null
      buildset: f90ba52165354babbe1562a613fc4020
      buildset_refs:
      - branch: main
        change: '145'
        change_message: "feat: upgrade docker to the latest 29.7.2 version\n\n  -
          Upgrade Docker to the latest `29.7.2` version\r\n  - Remove notify for non
          existing handler `Reload systemd`\r\n  - Remove obsolete `oom-score-adjust`
          setting from defaults (non compatible with Docker>26)\r\n  - Remove `live-restore`
          from defaults\r\n\r\nThe last one is even harmful to us because after the
          docker service is restarted, existing rootful containers using docker socket
          are misleadingly not informed about the new docker.socket (new inode). As
          a side effect without this setting all docker containers will be restarted
          but this is responsibility of IaC to track this and make planned changes. "
        change_url: https://github.com/vexxhost/ansible-collection-containers/pull/145
        commit_id: 421b0dc8b2ac3e70d22d4900e21f72c990fffa54
        patchset: 421b0dc8b2ac3e70d22d4900e21f72c990fffa54
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          name: vexxhost/ansible-collection-containers
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        src_dir: src/github.com/vexxhost/ansible-collection-containers
        topic: null
      change: '145'
      change_message: "feat: upgrade docker to the latest 29.7.2 version\n\n  - Upgrade
        Docker to the latest `29.7.2` version\r\n  - Remove notify for non existing
        handler `Reload systemd`\r\n  - Remove obsolete `oom-score-adjust` setting
        from defaults (non compatible with Docker>26)\r\n  - Remove `live-restore`
        from defaults\r\n\r\nThe last one is even harmful to us because after the
        docker service is restarted, existing rootful containers using docker socket
        are misleadingly not informed about the new docker.socket (new inode). As
        a side effect without this setting all docker containers will be restarted
        but this is responsibility of IaC to track this and make planned changes. "
      change_url: https://github.com/vexxhost/ansible-collection-containers/pull/145
      child_jobs: []
      commit_id: 421b0dc8b2ac3e70d22d4900e21f72c990fffa54
      event_id: e7be6410-9615-11f1-947a-8fda8788f96a
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/587a6f7d7afb4a818806267012f76534/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/587a6f7d7afb4a818806267012f76534/work/logs
        result_data_file: /var/lib/zuul/builds/587a6f7d7afb4a818806267012f76534/work/results.json
        src_root: /var/lib/zuul/builds/587a6f7d7afb4a818806267012f76534/work/src
        work_root: /var/lib/zuul/builds/587a6f7d7afb4a818806267012f76534/work
      include_vars: []
      items:
      - branch: main
        change: '145'
        change_message: "feat: upgrade docker to the latest 29.7.2 version\n\n  -
          Upgrade Docker to the latest `29.7.2` version\r\n  - Remove notify for non
          existing handler `Reload systemd`\r\n  - Remove obsolete `oom-score-adjust`
          setting from defaults (non compatible with Docker>26)\r\n  - Remove `live-restore`
          from defaults\r\n\r\nThe last one is even harmful to us because after the
          docker service is restarted, existing rootful containers using docker socket
          are misleadingly not informed about the new docker.socket (new inode). As
          a side effect without this setting all docker containers will be restarted
          but this is responsibility of IaC to track this and make planned changes. "
        change_url: https://github.com/vexxhost/ansible-collection-containers/pull/145
        commit_id: 421b0dc8b2ac3e70d22d4900e21f72c990fffa54
        patchset: 421b0dc8b2ac3e70d22d4900e21f72c990fffa54
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          name: vexxhost/ansible-collection-containers
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        topic: null
      job: ansible-collection-containers-molecule-docker-upgrade-ubuntu-noble
      jobtags: []
      max_attempts: 3
      message: ZmVhdDogdXBncmFkZSBkb2NrZXIgdG8gdGhlIGxhdGVzdCAyOS43LjIgdmVyc2lvbgoKICAtIFVwZ3JhZGUgRG9ja2VyIHRvIHRoZSBsYXRlc3QgYDI5LjcuMmAgdmVyc2lvbg0KICAtIFJlbW92ZSBub3RpZnkgZm9yIG5vbiBleGlzdGluZyBoYW5kbGVyIGBSZWxvYWQgc3lzdGVtZGANCiAgLSBSZW1vdmUgb2Jzb2xldGUgYG9vbS1zY29yZS1hZGp1c3RgIHNldHRpbmcgZnJvbSBkZWZhdWx0cyAobm9uIGNvbXBhdGlibGUgd2l0aCBEb2NrZXI+MjYpDQogIC0gUmVtb3ZlIGBsaXZlLXJlc3RvcmVgIGZyb20gZGVmYXVsdHMNCg0KVGhlIGxhc3Qgb25lIGlzIGV2ZW4gaGFybWZ1bCB0byB1cyBiZWNhdXNlIGFmdGVyIHRoZSBkb2NrZXIgc2VydmljZSBpcyByZXN0YXJ0ZWQsIGV4aXN0aW5nIHJvb3RmdWwgY29udGFpbmVycyB1c2luZyBkb2NrZXIgc29ja2V0IGFyZSBtaXNsZWFkaW5nbHkgbm90IGluZm9ybWVkIGFib3V0IHRoZSBuZXcgZG9ja2VyLnNvY2tldCAobmV3IGlub2RlKS4gQXMgYSBzaWRlIGVmZmVjdCB3aXRob3V0IHRoaXMgc2V0dGluZyBhbGwgZG9ja2VyIGNvbnRhaW5lcnMgd2lsbCBiZSByZXN0YXJ0ZWQgYnV0IHRoaXMgaXMgcmVzcG9uc2liaWxpdHkgb2YgSWFDIHRvIHRyYWNrIHRoaXMgYW5kIG1ha2UgcGxhbm5lZCBjaGFuZ2VzLiA=
      patchset: 421b0dc8b2ac3e70d22d4900e21f72c990fffa54
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 1a6ce7475e62704e5dde6282210bb88276736841
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: c286bf94224b5660b8e49e9a058289e61062a9a0
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: c286bf94224b5660b8e49e9a058289e61062a9a0
          untrusted/project_1/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 1a6ce7475e62704e5dde6282210bb88276736841
        playbooks:
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/run.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_0/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/playbook_0/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_2/zuul-jobs/roles
        post_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_2/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post-logs.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_1/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_1/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_2/zuul-jobs/roles
        pre_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_0/role_2/zuul-jobs/roles
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_1/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_2/zuul-jobs/roles
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/ansible-collection-containers
        name: vexxhost/ansible-collection-containers
        short_name: ansible-collection-containers
        src_dir: src/github.com/vexxhost/ansible-collection-containers
      projects:
        github.com/vexxhost/ansible-collection-containers:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          checkout: main
          checkout_description: zuul branch
          commit: 5de964635946bac4866fca91895e19d71bf54af9
          name: vexxhost/ansible-collection-containers
          required: false
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
      ref: refs/pull/145/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
