all:
  children:
    cephs:
      hosts:
        aio: null
    controllers:
      hosts:
        aio: null
    zuul_unreachable:
      hosts: {}
  hosts:
    aio:
      ansible_connection: ssh
      ansible_host: 199.204.45.38
      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.7
      molecule_scenario: default
      nodepool:
        az: nova
        cloud: public
        external_id: 4869628b-f660-4f25-9e29-aeaaccc15ac8
        host_id: 413ad91e6120ae81306de27e59dcefd40ab96f06b8665fea7030ef8f
        interface_ip: 199.204.45.38
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.38
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.38
        public_ipv6: 2604:e100:1:0:f816:3eff:febb:3ade
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 4869628b-f660-4f25-9e29-aeaaccc15ac8
        host_id: 413ad91e6120ae81306de27e59dcefd40ab96f06b8665fea7030ef8f
        interface_ip: 199.204.45.38
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.38
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.38
        public_ipv6: 2604:e100:1:0:f816:3eff:febb:3ade
        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.7
    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: bb3e97da244b4069857b6ce35b8ff307
      build_refs:
      - branch: main
        change: '108'
        change_message: 'feat(playbooks): add ceph_skip_loopback_check variable


          ## Summary

          Add a `ceph_skip_loopback_check` variable to `playbooks/create_fake_devices.yml`
          to optionally skip the precondition tasks that list loopback devices and
          fail if any exist.


          ## Motivation

          When reusing test hosts that already have unrelated loopback devices configured,
          the playbook unconditionally fails. This adds an opt-in escape hatch.


          ## Usage

          ```yaml

          ansible-playbook playbooks/create_fake_devices.yml -e ceph_skip_loopback_check=true

          ```


          Default behavior is unchanged (`false`).'
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/108
        commit_id: 67208a0ae10b9430cde4c1bc1d541b4456c2c49a
        patchset: 67208a0ae10b9430cde4c1bc1d541b4456c2c49a
        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: 7adfad3548594fc283b2075e64c14baf
      buildset_refs:
      - branch: main
        change: '108'
        change_message: 'feat(playbooks): add ceph_skip_loopback_check variable


          ## Summary

          Add a `ceph_skip_loopback_check` variable to `playbooks/create_fake_devices.yml`
          to optionally skip the precondition tasks that list loopback devices and
          fail if any exist.


          ## Motivation

          When reusing test hosts that already have unrelated loopback devices configured,
          the playbook unconditionally fails. This adds an opt-in escape hatch.


          ## Usage

          ```yaml

          ansible-playbook playbooks/create_fake_devices.yml -e ceph_skip_loopback_check=true

          ```


          Default behavior is unchanged (`false`).'
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/108
        commit_id: 67208a0ae10b9430cde4c1bc1d541b4456c2c49a
        patchset: 67208a0ae10b9430cde4c1bc1d541b4456c2c49a
        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: '108'
      change_message: 'feat(playbooks): add ceph_skip_loopback_check variable


        ## Summary

        Add a `ceph_skip_loopback_check` variable to `playbooks/create_fake_devices.yml`
        to optionally skip the precondition tasks that list loopback devices and fail
        if any exist.


        ## Motivation

        When reusing test hosts that already have unrelated loopback devices configured,
        the playbook unconditionally fails. This adds an opt-in escape hatch.


        ## Usage

        ```yaml

        ansible-playbook playbooks/create_fake_devices.yml -e ceph_skip_loopback_check=true

        ```


        Default behavior is unchanged (`false`).'
      change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/108
      child_jobs: []
      commit_id: 67208a0ae10b9430cde4c1bc1d541b4456c2c49a
      event_id: 0dedc740-4a97-11f1-8eab-7abb0c7eb69d
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/bb3e97da244b4069857b6ce35b8ff307/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/bb3e97da244b4069857b6ce35b8ff307/work/logs
        result_data_file: /var/lib/zuul/builds/bb3e97da244b4069857b6ce35b8ff307/work/results.json
        src_root: /var/lib/zuul/builds/bb3e97da244b4069857b6ce35b8ff307/work/src
        work_root: /var/lib/zuul/builds/bb3e97da244b4069857b6ce35b8ff307/work
      include_vars: []
      items:
      - branch: main
        change: '108'
        change_message: 'feat(playbooks): add ceph_skip_loopback_check variable


          ## Summary

          Add a `ceph_skip_loopback_check` variable to `playbooks/create_fake_devices.yml`
          to optionally skip the precondition tasks that list loopback devices and
          fail if any exist.


          ## Motivation

          When reusing test hosts that already have unrelated loopback devices configured,
          the playbook unconditionally fails. This adds an opt-in escape hatch.


          ## Usage

          ```yaml

          ansible-playbook playbooks/create_fake_devices.yml -e ceph_skip_loopback_check=true

          ```


          Default behavior is unchanged (`false`).'
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/108
        commit_id: 67208a0ae10b9430cde4c1bc1d541b4456c2c49a
        patchset: 67208a0ae10b9430cde4c1bc1d541b4456c2c49a
        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: ZmVhdChwbGF5Ym9va3MpOiBhZGQgY2VwaF9za2lwX2xvb3BiYWNrX2NoZWNrIHZhcmlhYmxlCgojIyBTdW1tYXJ5CkFkZCBhIGBjZXBoX3NraXBfbG9vcGJhY2tfY2hlY2tgIHZhcmlhYmxlIHRvIGBwbGF5Ym9va3MvY3JlYXRlX2Zha2VfZGV2aWNlcy55bWxgIHRvIG9wdGlvbmFsbHkgc2tpcCB0aGUgcHJlY29uZGl0aW9uIHRhc2tzIHRoYXQgbGlzdCBsb29wYmFjayBkZXZpY2VzIGFuZCBmYWlsIGlmIGFueSBleGlzdC4KCiMjIE1vdGl2YXRpb24KV2hlbiByZXVzaW5nIHRlc3QgaG9zdHMgdGhhdCBhbHJlYWR5IGhhdmUgdW5yZWxhdGVkIGxvb3BiYWNrIGRldmljZXMgY29uZmlndXJlZCwgdGhlIHBsYXlib29rIHVuY29uZGl0aW9uYWxseSBmYWlscy4gVGhpcyBhZGRzIGFuIG9wdC1pbiBlc2NhcGUgaGF0Y2guCgojIyBVc2FnZQpgYGB5YW1sCmFuc2libGUtcGxheWJvb2sgcGxheWJvb2tzL2NyZWF0ZV9mYWtlX2RldmljZXMueW1sIC1lIGNlcGhfc2tpcF9sb29wYmFja19jaGVjaz10cnVlCmBgYAoKRGVmYXVsdCBiZWhhdmlvciBpcyB1bmNoYW5nZWQgKGBmYWxzZWApLg==
      patchset: 67208a0ae10b9430cde4c1bc1d541b4456c2c49a
      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: 79fe3eb1d01f8ac5739b0b7bc4759c407b6e248d
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          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: 79fe3eb1d01f8ac5739b0b7bc4759c407b6e248d
        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: 1d9c8a33a1c76831f9021c0c97019e85c391082b
          name: vexxhost/ansible-collection-ceph
          required: false
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
      ref: refs/pull/108/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
