all:
  children:
    zuul_unreachable:
      hosts: {}
  hosts:
    ubuntu-noble:
      ansible_connection: ssh
      ansible_host: 199.204.45.235
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      nodepool:
        az: nova
        cloud: public
        external_id: a07b617d-6212-44c3-af5a-ed8436a85095
        host_id: a1dbe10ed74b13a05675ad3767474cd2ce77af856f337973ad195bac
        interface_ip: 199.204.45.235
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.235
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.235
        public_ipv6: 2604:e100:1:0:f816:3eff:febf:9517
        region: ca-ymq-1
        slot: null
      tox_environment:
        NOSE_HTML_OUT_FILE: nose_results.html
        NOSE_WITH_HTML_OUTPUT: 1
        NOSE_WITH_XUNIT: 1
      tox_envlist: unit
      zuul_node:
        az: nova
        cloud: public
        external_id: a07b617d-6212-44c3-af5a-ed8436a85095
        host_id: a1dbe10ed74b13a05675ad3767474cd2ce77af856f337973ad195bac
        interface_ip: 199.204.45.235
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.235
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.235
        public_ipv6: 2604:e100:1:0:f816:3eff:febf:9517
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    tox_environment:
      NOSE_HTML_OUT_FILE: nose_results.html
      NOSE_WITH_HTML_OUTPUT: 1
      NOSE_WITH_XUNIT: 1
    tox_envlist: unit
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job unittests explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: zuul/zuul-jobs/zuul.d/general-jobs.yaml@master#9>'
      - '<Job tox explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: zuul/zuul-jobs/zuul.d/python-jobs.yaml@master#1>'
      - '<Job magnum-cluster-api-tox explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#1>'
      - '<Job magnum-cluster-api-tox-unit explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#7>'
      - '<Job magnum-cluster-api-tox-unit explicit: None implied: None source: vexxhost/magnum-cluster-api/zuul.d/project.yaml@main#1>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: e1940becd12343179929abcd22568c8a
      build_refs:
      - branch: main
        change: '925'
        change_message: "ci: drop pkg_resources and enable Zuul unit test job\n\n##
          Changes\n\n### Drop `pkg_resources`\n\nReplaces all `pkg_resources.resource_filename()`
          calls with `importlib.resources.files()` from the standard library. `pkg_resources`
          is deprecated and has been removed from recent `setuptools` versions, causing
          `ModuleNotFoundError` in CI environments that don't bundle setuptools.\n\nFiles
          changed:\n- `magnum_cluster_api/resources.py`\n- `magnum_cluster_api/tests/unit/cmd/test_image_loader.py`\n-
          `magnum_cluster_api/tests/unit/test_image_utils.py`\n\n### Re-enable Zuul
          unit test job\n\nThe `magnum-cluster-api-tox-unit` job was dropped from
          the Zuul pipeline during the GHA migration in #628. This re-adds it to both
          check and gate pipelines.\n\nAlso adds `build-essential`, `pkg-config`,
          and `libssl-dev` to the tox pre-run playbook so maturin can compile the
          Rust extension on Zuul nodes.\n\n### Pre-existing test failures\n\nThere
          are 9 pre-existing test failures in `test_driver.py` and `test_utils.py`
          that exist on `main` \u2014 not introduced by this PR.\n\nCo-authored-by:
          Copilot <223556219+Copilot@users.noreply.github.com>"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/925
        commit_id: d6b773d67a5b587f732cf492fccbcc7c2c11ecf3
        patchset: d6b773d67a5b587f732cf492fccbcc7c2c11ecf3
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          name: vexxhost/magnum-cluster-api
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      buildset: 0d024729646b452cb2a9d65e2271eb98
      buildset_refs:
      - branch: main
        change: '925'
        change_message: "ci: drop pkg_resources and enable Zuul unit test job\n\n##
          Changes\n\n### Drop `pkg_resources`\n\nReplaces all `pkg_resources.resource_filename()`
          calls with `importlib.resources.files()` from the standard library. `pkg_resources`
          is deprecated and has been removed from recent `setuptools` versions, causing
          `ModuleNotFoundError` in CI environments that don't bundle setuptools.\n\nFiles
          changed:\n- `magnum_cluster_api/resources.py`\n- `magnum_cluster_api/tests/unit/cmd/test_image_loader.py`\n-
          `magnum_cluster_api/tests/unit/test_image_utils.py`\n\n### Re-enable Zuul
          unit test job\n\nThe `magnum-cluster-api-tox-unit` job was dropped from
          the Zuul pipeline during the GHA migration in #628. This re-adds it to both
          check and gate pipelines.\n\nAlso adds `build-essential`, `pkg-config`,
          and `libssl-dev` to the tox pre-run playbook so maturin can compile the
          Rust extension on Zuul nodes.\n\n### Pre-existing test failures\n\nThere
          are 9 pre-existing test failures in `test_driver.py` and `test_utils.py`
          that exist on `main` \u2014 not introduced by this PR.\n\nCo-authored-by:
          Copilot <223556219+Copilot@users.noreply.github.com>"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/925
        commit_id: d6b773d67a5b587f732cf492fccbcc7c2c11ecf3
        patchset: d6b773d67a5b587f732cf492fccbcc7c2c11ecf3
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          name: vexxhost/magnum-cluster-api
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      change: '925'
      change_message: "ci: drop pkg_resources and enable Zuul unit test job\n\n##
        Changes\n\n### Drop `pkg_resources`\n\nReplaces all `pkg_resources.resource_filename()`
        calls with `importlib.resources.files()` from the standard library. `pkg_resources`
        is deprecated and has been removed from recent `setuptools` versions, causing
        `ModuleNotFoundError` in CI environments that don't bundle setuptools.\n\nFiles
        changed:\n- `magnum_cluster_api/resources.py`\n- `magnum_cluster_api/tests/unit/cmd/test_image_loader.py`\n-
        `magnum_cluster_api/tests/unit/test_image_utils.py`\n\n### Re-enable Zuul
        unit test job\n\nThe `magnum-cluster-api-tox-unit` job was dropped from the
        Zuul pipeline during the GHA migration in #628. This re-adds it to both check
        and gate pipelines.\n\nAlso adds `build-essential`, `pkg-config`, and `libssl-dev`
        to the tox pre-run playbook so maturin can compile the Rust extension on Zuul
        nodes.\n\n### Pre-existing test failures\n\nThere are 9 pre-existing test
        failures in `test_driver.py` and `test_utils.py` that exist on `main` \u2014
        not introduced by this PR.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>"
      change_url: https://github.com/vexxhost/magnum-cluster-api/pull/925
      child_jobs: []
      commit_id: d6b773d67a5b587f732cf492fccbcc7c2c11ecf3
      event_id: 56f37620-2e30-11f1-8938-82e31b6c1efb
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/e1940becd12343179929abcd22568c8a/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/e1940becd12343179929abcd22568c8a/work/logs
        result_data_file: /var/lib/zuul/builds/e1940becd12343179929abcd22568c8a/work/results.json
        src_root: /var/lib/zuul/builds/e1940becd12343179929abcd22568c8a/work/src
        work_root: /var/lib/zuul/builds/e1940becd12343179929abcd22568c8a/work
      include_vars: []
      items:
      - branch: main
        change: '925'
        change_message: "ci: drop pkg_resources and enable Zuul unit test job\n\n##
          Changes\n\n### Drop `pkg_resources`\n\nReplaces all `pkg_resources.resource_filename()`
          calls with `importlib.resources.files()` from the standard library. `pkg_resources`
          is deprecated and has been removed from recent `setuptools` versions, causing
          `ModuleNotFoundError` in CI environments that don't bundle setuptools.\n\nFiles
          changed:\n- `magnum_cluster_api/resources.py`\n- `magnum_cluster_api/tests/unit/cmd/test_image_loader.py`\n-
          `magnum_cluster_api/tests/unit/test_image_utils.py`\n\n### Re-enable Zuul
          unit test job\n\nThe `magnum-cluster-api-tox-unit` job was dropped from
          the Zuul pipeline during the GHA migration in #628. This re-adds it to both
          check and gate pipelines.\n\nAlso adds `build-essential`, `pkg-config`,
          and `libssl-dev` to the tox pre-run playbook so maturin can compile the
          Rust extension on Zuul nodes.\n\n### Pre-existing test failures\n\nThere
          are 9 pre-existing test failures in `test_driver.py` and `test_utils.py`
          that exist on `main` \u2014 not introduced by this PR.\n\nCo-authored-by:
          Copilot <223556219+Copilot@users.noreply.github.com>"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/925
        commit_id: d6b773d67a5b587f732cf492fccbcc7c2c11ecf3
        patchset: d6b773d67a5b587f732cf492fccbcc7c2c11ecf3
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          name: vexxhost/magnum-cluster-api
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      job: magnum-cluster-api-tox-unit
      jobtags: []
      max_attempts: 3
      message: Y2k6IGRyb3AgcGtnX3Jlc291cmNlcyBhbmQgZW5hYmxlIFp1dWwgdW5pdCB0ZXN0IGpvYgoKIyMgQ2hhbmdlcwoKIyMjIERyb3AgYHBrZ19yZXNvdXJjZXNgCgpSZXBsYWNlcyBhbGwgYHBrZ19yZXNvdXJjZXMucmVzb3VyY2VfZmlsZW5hbWUoKWAgY2FsbHMgd2l0aCBgaW1wb3J0bGliLnJlc291cmNlcy5maWxlcygpYCBmcm9tIHRoZSBzdGFuZGFyZCBsaWJyYXJ5LiBgcGtnX3Jlc291cmNlc2AgaXMgZGVwcmVjYXRlZCBhbmQgaGFzIGJlZW4gcmVtb3ZlZCBmcm9tIHJlY2VudCBgc2V0dXB0b29sc2AgdmVyc2lvbnMsIGNhdXNpbmcgYE1vZHVsZU5vdEZvdW5kRXJyb3JgIGluIENJIGVudmlyb25tZW50cyB0aGF0IGRvbid0IGJ1bmRsZSBzZXR1cHRvb2xzLgoKRmlsZXMgY2hhbmdlZDoKLSBgbWFnbnVtX2NsdXN0ZXJfYXBpL3Jlc291cmNlcy5weWAKLSBgbWFnbnVtX2NsdXN0ZXJfYXBpL3Rlc3RzL3VuaXQvY21kL3Rlc3RfaW1hZ2VfbG9hZGVyLnB5YAotIGBtYWdudW1fY2x1c3Rlcl9hcGkvdGVzdHMvdW5pdC90ZXN0X2ltYWdlX3V0aWxzLnB5YAoKIyMjIFJlLWVuYWJsZSBadXVsIHVuaXQgdGVzdCBqb2IKClRoZSBgbWFnbnVtLWNsdXN0ZXItYXBpLXRveC11bml0YCBqb2Igd2FzIGRyb3BwZWQgZnJvbSB0aGUgWnV1bCBwaXBlbGluZSBkdXJpbmcgdGhlIEdIQSBtaWdyYXRpb24gaW4gIzYyOC4gVGhpcyByZS1hZGRzIGl0IHRvIGJvdGggY2hlY2sgYW5kIGdhdGUgcGlwZWxpbmVzLgoKQWxzbyBhZGRzIGBidWlsZC1lc3NlbnRpYWxgLCBgcGtnLWNvbmZpZ2AsIGFuZCBgbGlic3NsLWRldmAgdG8gdGhlIHRveCBwcmUtcnVuIHBsYXlib29rIHNvIG1hdHVyaW4gY2FuIGNvbXBpbGUgdGhlIFJ1c3QgZXh0ZW5zaW9uIG9uIFp1dWwgbm9kZXMuCgojIyMgUHJlLWV4aXN0aW5nIHRlc3QgZmFpbHVyZXMKClRoZXJlIGFyZSA5IHByZS1leGlzdGluZyB0ZXN0IGZhaWx1cmVzIGluIGB0ZXN0X2RyaXZlci5weWAgYW5kIGB0ZXN0X3V0aWxzLnB5YCB0aGF0IGV4aXN0IG9uIGBtYWluYCDigJQgbm90IGludHJvZHVjZWQgYnkgdGhpcyBQUi4KCkNvLWF1dGhvcmVkLWJ5OiBDb3BpbG90IDwyMjM1NTYyMTkrQ29waWxvdEB1c2Vycy5ub3JlcGx5LmdpdGh1Yi5jb20+
      patchset: d6b773d67a5b587f732cf492fccbcc7c2c11ecf3
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: c75fe6ef19c05b98349573c971950c51bbf24758
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_0/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: c75fe6ef19c05b98349573c971950c51bbf24758
          untrusted/project_1/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          untrusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_3/github.com/vexxhost/magnum-cluster-api:
            canonical_name: github.com/vexxhost/magnum-cluster-api
            checkout: main
            commit: d6b773d67a5b587f732cf492fccbcc7c2c11ecf3
        playbooks:
        - path: untrusted/project_0/opendev.org/zuul/zuul-jobs/playbooks/tox/run.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/playbook_0/role_1/zuul-jobs
            link_target: untrusted/project_0/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/playbook_0/role_2/zuul-jobs
            link_target: untrusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_2/zuul-jobs/roles
        post_playbooks:
        - path: untrusted/project_0/opendev.org/zuul/zuul-jobs/playbooks/tox/post.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/post_playbook_0/role_1/zuul-jobs
            link_target: untrusted/project_0/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: untrusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_2/zuul-jobs/roles
        - path: untrusted/project_0/opendev.org/zuul/zuul-jobs/playbooks/unittests/post.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/post_playbook_1/role_1/zuul-jobs
            link_target: untrusted/project_0/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: untrusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_2/zuul-jobs/roles
        - 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_2/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_2/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_2/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_2/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_3/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_3/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_3/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_3/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/opendev.org/zuul/zuul-jobs/playbooks/unittests/pre.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_1/zuul-jobs
            link_target: untrusted/project_0/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_1/role_2/zuul-jobs
            link_target: untrusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_2/zuul-jobs/roles
        - path: untrusted/project_0/opendev.org/zuul/zuul-jobs/playbooks/tox/pre.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_2/role_1/zuul-jobs
            link_target: untrusted/project_0/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_2/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_2/role_2/zuul-jobs
            link_target: untrusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_2/role_2/zuul-jobs/roles
        - path: untrusted/project_3/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/tox/pre.yml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_3/role_2/zuul-jobs
            link_target: untrusted/project_0/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_3/role_2/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_3/role_3/zuul-jobs
            link_target: untrusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_3/role_3/zuul-jobs/roles
        - path: untrusted/project_3/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/unit/pre.yml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_4/role_2/zuul-jobs
            link_target: untrusted/project_0/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_4/role_2/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_4/role_3/zuul-jobs
            link_target: untrusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_4/role_3/zuul-jobs/roles
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/magnum-cluster-api
        name: vexxhost/magnum-cluster-api
        short_name: magnum-cluster-api
        src_dir: src/github.com/vexxhost/magnum-cluster-api
      projects:
        github.com/vexxhost/magnum-cluster-api:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          checkout: main
          checkout_description: zuul branch
          commit: d6b773d67a5b587f732cf492fccbcc7c2c11ecf3
          name: vexxhost/magnum-cluster-api
          required: false
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
      ref: refs/pull/925/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
