all:
  children:
    cephs:
      hosts:
        aio: null
    controllers:
      hosts:
        aio: null
    zuul_unreachable:
      hosts: {}
  hosts:
    aio:
      ansible_connection: ssh
      ansible_host: 199.204.45.89
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      ceph_conf_overrides:
      - option: osd crush chooseleaf type
        section: global
        value: 0
      - option: auth allow insecure global id reclaim
        section: mon
        value: false
      - option: mon data avail warn
        section: mon
        value: 10
      ceph_fsid: 1dff0e0f-3c44-48da-81cd-4f3c6e8722b2
      ceph_osd_devices:
      - /dev/ceph-{{ inventory_hostname_short }}-osd0/data
      - /dev/ceph-{{ inventory_hostname_short }}-osd1/data
      - /dev/ceph-{{ inventory_hostname_short }}-osd2/data
      ceph_version: 18.2.8
      molecule_install_collection_siblings: true
      molecule_scenario: default
      nodepool:
        az: nova
        cloud: public
        external_id: 751f56e3-0ebd-4497-9964-091027f0fd7b
        host_id: f373a28d302a4990c6af48a982661c254feecb826df4c059c9d84662
        interface_ip: 199.204.45.89
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.89
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.89
        public_ipv6: 2604:e100:1:0:f816:3eff:fe1a:1fcf
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 751f56e3-0ebd-4497-9964-091027f0fd7b
        host_id: f373a28d302a4990c6af48a982661c254feecb826df4c059c9d84662
        interface_ip: 199.204.45.89
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.89
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.89
        public_ipv6: 2604:e100:1:0:f816:3eff:fe1a:1fcf
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    ceph_conf_overrides:
    - option: osd crush chooseleaf type
      section: global
      value: 0
    - option: auth allow insecure global id reclaim
      section: mon
      value: false
    - option: mon data avail warn
      section: mon
      value: 10
    ceph_fsid: 1dff0e0f-3c44-48da-81cd-4f3c6e8722b2
    ceph_osd_devices:
    - /dev/ceph-{{ inventory_hostname_short }}-osd0/data
    - /dev/ceph-{{ inventory_hostname_short }}-osd1/data
    - /dev/ceph-{{ inventory_hostname_short }}-osd2/data
    ceph_version: 18.2.8
    molecule_install_collection_siblings: true
    molecule_scenario: default
    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-ceph-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-ceph/.zuul.yaml@main#57>'
      - '<Job ansible-collection-ceph-molecule-aio-ubuntu-noble explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-ceph/.zuul.yaml@main#84>'
      - '<Job ansible-collection-ceph-molecule-aio-ubuntu-noble explicit: None implied:
        None source: vexxhost/ansible-collection-ceph/.zuul.yaml@main#99>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: dc27a6dbe48b423899c296b0f321ace1
      build_refs:
      - branch: main
        change: '113'
        change_message: "fix(playbooks): avoid lvg invocation metadata\n\n## Summary\n\n-
          stop `create_fake_devices.yml` from reading `item.invocation.module_args.vg`
          from registered `community.general.lvg` results\n- create fake-device logical
          volumes from the known `ceph_osds` list instead\n- add a unit regression
          test to ensure the playbook no longer depends on Ansible invocation metadata\n\n##
          Why\n\nNewer ansible-core versions no longer expose module invocation metadata
          consistently in registered results. The fake-device playbook only needs
          the deterministic VG name it already used when creating the VGs, so deriving
          it directly from `ceph_osds` keeps the playbook compatible with both older
          and newer Ansible versions.\n\n## Validation\n\n- `ANSIBLE_COLLECTIONS_PATHS=<local
          collection path> ansible-playbook --syntax-check -i localhost, playbooks/create_fake_devices.yml`
          with system Ansible 2.13.13\n  - passed; emitted the existing support warning
          because this collection does not declare support for Ansible 2.13\n- `ANSIBLE_COLLECTIONS_PATH=<local
          collection path> uv run ansible-playbook --syntax-check -i localhost, playbooks/create_fake_devices.yml`
          with ansible-core 2.18.6\n- `uv run pytest -q`\n- `git diff --check`\n"
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/113
        commit_id: b75cf2f2e4888d72033808cd977ff27533be1f1c
        patchset: b75cf2f2e4888d72033808cd977ff27533be1f1c
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-ceph
          name: vexxhost/ansible-collection-ceph
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
        src_dir: src/github.com/vexxhost/ansible-collection-ceph
        topic: null
      buildset: 96850156f7814ffdb11b50757ff7fbee
      buildset_refs:
      - branch: main
        change: '113'
        change_message: "fix(playbooks): avoid lvg invocation metadata\n\n## Summary\n\n-
          stop `create_fake_devices.yml` from reading `item.invocation.module_args.vg`
          from registered `community.general.lvg` results\n- create fake-device logical
          volumes from the known `ceph_osds` list instead\n- add a unit regression
          test to ensure the playbook no longer depends on Ansible invocation metadata\n\n##
          Why\n\nNewer ansible-core versions no longer expose module invocation metadata
          consistently in registered results. The fake-device playbook only needs
          the deterministic VG name it already used when creating the VGs, so deriving
          it directly from `ceph_osds` keeps the playbook compatible with both older
          and newer Ansible versions.\n\n## Validation\n\n- `ANSIBLE_COLLECTIONS_PATHS=<local
          collection path> ansible-playbook --syntax-check -i localhost, playbooks/create_fake_devices.yml`
          with system Ansible 2.13.13\n  - passed; emitted the existing support warning
          because this collection does not declare support for Ansible 2.13\n- `ANSIBLE_COLLECTIONS_PATH=<local
          collection path> uv run ansible-playbook --syntax-check -i localhost, playbooks/create_fake_devices.yml`
          with ansible-core 2.18.6\n- `uv run pytest -q`\n- `git diff --check`\n"
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/113
        commit_id: b75cf2f2e4888d72033808cd977ff27533be1f1c
        patchset: b75cf2f2e4888d72033808cd977ff27533be1f1c
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-ceph
          name: vexxhost/ansible-collection-ceph
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
        src_dir: src/github.com/vexxhost/ansible-collection-ceph
        topic: null
      change: '113'
      change_message: "fix(playbooks): avoid lvg invocation metadata\n\n## Summary\n\n-
        stop `create_fake_devices.yml` from reading `item.invocation.module_args.vg`
        from registered `community.general.lvg` results\n- create fake-device logical
        volumes from the known `ceph_osds` list instead\n- add a unit regression test
        to ensure the playbook no longer depends on Ansible invocation metadata\n\n##
        Why\n\nNewer ansible-core versions no longer expose module invocation metadata
        consistently in registered results. The fake-device playbook only needs the
        deterministic VG name it already used when creating the VGs, so deriving it
        directly from `ceph_osds` keeps the playbook compatible with both older and
        newer Ansible versions.\n\n## Validation\n\n- `ANSIBLE_COLLECTIONS_PATHS=<local
        collection path> ansible-playbook --syntax-check -i localhost, playbooks/create_fake_devices.yml`
        with system Ansible 2.13.13\n  - passed; emitted the existing support warning
        because this collection does not declare support for Ansible 2.13\n- `ANSIBLE_COLLECTIONS_PATH=<local
        collection path> uv run ansible-playbook --syntax-check -i localhost, playbooks/create_fake_devices.yml`
        with ansible-core 2.18.6\n- `uv run pytest -q`\n- `git diff --check`\n"
      change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/113
      child_jobs: []
      commit_id: b75cf2f2e4888d72033808cd977ff27533be1f1c
      event_id: c60b9f80-691b-11f1-9711-0dd51fb7b2dc
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/dc27a6dbe48b423899c296b0f321ace1/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/dc27a6dbe48b423899c296b0f321ace1/work/logs
        result_data_file: /var/lib/zuul/builds/dc27a6dbe48b423899c296b0f321ace1/work/results.json
        src_root: /var/lib/zuul/builds/dc27a6dbe48b423899c296b0f321ace1/work/src
        work_root: /var/lib/zuul/builds/dc27a6dbe48b423899c296b0f321ace1/work
      include_vars: []
      items:
      - branch: main
        change: '113'
        change_message: "fix(playbooks): avoid lvg invocation metadata\n\n## Summary\n\n-
          stop `create_fake_devices.yml` from reading `item.invocation.module_args.vg`
          from registered `community.general.lvg` results\n- create fake-device logical
          volumes from the known `ceph_osds` list instead\n- add a unit regression
          test to ensure the playbook no longer depends on Ansible invocation metadata\n\n##
          Why\n\nNewer ansible-core versions no longer expose module invocation metadata
          consistently in registered results. The fake-device playbook only needs
          the deterministic VG name it already used when creating the VGs, so deriving
          it directly from `ceph_osds` keeps the playbook compatible with both older
          and newer Ansible versions.\n\n## Validation\n\n- `ANSIBLE_COLLECTIONS_PATHS=<local
          collection path> ansible-playbook --syntax-check -i localhost, playbooks/create_fake_devices.yml`
          with system Ansible 2.13.13\n  - passed; emitted the existing support warning
          because this collection does not declare support for Ansible 2.13\n- `ANSIBLE_COLLECTIONS_PATH=<local
          collection path> uv run ansible-playbook --syntax-check -i localhost, playbooks/create_fake_devices.yml`
          with ansible-core 2.18.6\n- `uv run pytest -q`\n- `git diff --check`\n"
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/113
        commit_id: b75cf2f2e4888d72033808cd977ff27533be1f1c
        patchset: b75cf2f2e4888d72033808cd977ff27533be1f1c
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-ceph
          name: vexxhost/ansible-collection-ceph
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
        topic: null
      job: ansible-collection-ceph-molecule-aio-ubuntu-noble
      jobtags: []
      max_attempts: 3
      message: Zml4KHBsYXlib29rcyk6IGF2b2lkIGx2ZyBpbnZvY2F0aW9uIG1ldGFkYXRhCgojIyBTdW1tYXJ5CgotIHN0b3AgYGNyZWF0ZV9mYWtlX2RldmljZXMueW1sYCBmcm9tIHJlYWRpbmcgYGl0ZW0uaW52b2NhdGlvbi5tb2R1bGVfYXJncy52Z2AgZnJvbSByZWdpc3RlcmVkIGBjb21tdW5pdHkuZ2VuZXJhbC5sdmdgIHJlc3VsdHMKLSBjcmVhdGUgZmFrZS1kZXZpY2UgbG9naWNhbCB2b2x1bWVzIGZyb20gdGhlIGtub3duIGBjZXBoX29zZHNgIGxpc3QgaW5zdGVhZAotIGFkZCBhIHVuaXQgcmVncmVzc2lvbiB0ZXN0IHRvIGVuc3VyZSB0aGUgcGxheWJvb2sgbm8gbG9uZ2VyIGRlcGVuZHMgb24gQW5zaWJsZSBpbnZvY2F0aW9uIG1ldGFkYXRhCgojIyBXaHkKCk5ld2VyIGFuc2libGUtY29yZSB2ZXJzaW9ucyBubyBsb25nZXIgZXhwb3NlIG1vZHVsZSBpbnZvY2F0aW9uIG1ldGFkYXRhIGNvbnNpc3RlbnRseSBpbiByZWdpc3RlcmVkIHJlc3VsdHMuIFRoZSBmYWtlLWRldmljZSBwbGF5Ym9vayBvbmx5IG5lZWRzIHRoZSBkZXRlcm1pbmlzdGljIFZHIG5hbWUgaXQgYWxyZWFkeSB1c2VkIHdoZW4gY3JlYXRpbmcgdGhlIFZHcywgc28gZGVyaXZpbmcgaXQgZGlyZWN0bHkgZnJvbSBgY2VwaF9vc2RzYCBrZWVwcyB0aGUgcGxheWJvb2sgY29tcGF0aWJsZSB3aXRoIGJvdGggb2xkZXIgYW5kIG5ld2VyIEFuc2libGUgdmVyc2lvbnMuCgojIyBWYWxpZGF0aW9uCgotIGBBTlNJQkxFX0NPTExFQ1RJT05TX1BBVEhTPTxsb2NhbCBjb2xsZWN0aW9uIHBhdGg+IGFuc2libGUtcGxheWJvb2sgLS1zeW50YXgtY2hlY2sgLWkgbG9jYWxob3N0LCBwbGF5Ym9va3MvY3JlYXRlX2Zha2VfZGV2aWNlcy55bWxgIHdpdGggc3lzdGVtIEFuc2libGUgMi4xMy4xMwogIC0gcGFzc2VkOyBlbWl0dGVkIHRoZSBleGlzdGluZyBzdXBwb3J0IHdhcm5pbmcgYmVjYXVzZSB0aGlzIGNvbGxlY3Rpb24gZG9lcyBub3QgZGVjbGFyZSBzdXBwb3J0IGZvciBBbnNpYmxlIDIuMTMKLSBgQU5TSUJMRV9DT0xMRUNUSU9OU19QQVRIPTxsb2NhbCBjb2xsZWN0aW9uIHBhdGg+IHV2IHJ1biBhbnNpYmxlLXBsYXlib29rIC0tc3ludGF4LWNoZWNrIC1pIGxvY2FsaG9zdCwgcGxheWJvb2tzL2NyZWF0ZV9mYWtlX2RldmljZXMueW1sYCB3aXRoIGFuc2libGUtY29yZSAyLjE4LjYKLSBgdXYgcnVuIHB5dGVzdCAtcWAKLSBgZ2l0IGRpZmYgLS1jaGVja2AK
      patchset: b75cf2f2e4888d72033808cd977ff27533be1f1c
      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: 82e3e8b1292a25e38235bb92b157992d326531d1
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: 348c7ff425450b0356e1d84589143dce260be74a
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: 348c7ff425450b0356e1d84589143dce260be74a
          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: 82e3e8b1292a25e38235bb92b157992d326531d1
        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-ceph
        name: vexxhost/ansible-collection-ceph
        short_name: ansible-collection-ceph
        src_dir: src/github.com/vexxhost/ansible-collection-ceph
      projects:
        github.com/vexxhost/ansible-collection-ceph:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-ceph
          checkout: main
          checkout_description: zuul branch
          commit: 9c193f16f1e405bed243f4fb87528307f6f6958e
          name: vexxhost/ansible-collection-ceph
          required: false
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
      ref: refs/pull/113/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
