all:
  children:
    cephs:
      hosts:
        instance: null
    computes:
      hosts:
        instance: null
    controllers:
      hosts:
        instance: null
    zuul_unreachable:
      hosts: {}
  hosts:
    instance:
      ansible_connection: ssh
      ansible_host: 162.253.55.207
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      ceph_conf_overrides:
      - option: mon allow pool size one
        section: global
        value: true
      - option: osd crush chooseleaf type
        section: global
        value: 0
      - option: auth allow insecure global id reclaim
        section: mon
        value: false
      ceph_csi_rbd_helm_values:
        provisioner:
          replicaCount: 1
      ceph_fsid: 4837cbf8-4f90-4300-b3f6-726c9b9f89b4
      ceph_osd_devices:
      - /dev/ceph-{{ inventory_hostname_short }}-osd0/data
      - /dev/ceph-{{ inventory_hostname_short }}-osd1/data
      - /dev/ceph-{{ inventory_hostname_short }}-osd2/data
      cilium_helm_values:
        operator:
          replicas: 1
      cilium_ipv4_cidr: 172.24.0.0/16
      csi_driver: local-path-provisioner
      kube_vip_address: 172.17.0.100
      kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
      kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
      molecule_scenario: csi
      nodepool:
        az: nova
        cloud: public
        external_id: 3443d51e-9d7f-46d9-9754-ed5c23611b6b
        host_id: a14e37c14509a0e10156ccf8c706cd5613db7e363735e5577c330644
        interface_ip: 162.253.55.207
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.207
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.207
        public_ipv6: 2604:e100:1:0:f816:3eff:fe27:21b5
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 3443d51e-9d7f-46d9-9754-ed5c23611b6b
        host_id: a14e37c14509a0e10156ccf8c706cd5613db7e363735e5577c330644
        interface_ip: 162.253.55.207
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.207
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.207
        public_ipv6: 2604:e100:1:0:f816:3eff:fe27:21b5
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    ceph_conf_overrides:
    - option: mon allow pool size one
      section: global
      value: true
    - option: osd crush chooseleaf type
      section: global
      value: 0
    - option: auth allow insecure global id reclaim
      section: mon
      value: false
    ceph_csi_rbd_helm_values:
      provisioner:
        replicaCount: 1
    ceph_fsid: 4837cbf8-4f90-4300-b3f6-726c9b9f89b4
    ceph_osd_devices:
    - /dev/ceph-{{ inventory_hostname_short }}-osd0/data
    - /dev/ceph-{{ inventory_hostname_short }}-osd1/data
    - /dev/ceph-{{ inventory_hostname_short }}-osd2/data
    cilium_helm_values:
      operator:
        replicas: 1
    cilium_ipv4_cidr: 172.24.0.0/16
    csi_driver: local-path-provisioner
    kube_vip_address: 172.17.0.100
    kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
    kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
    molecule_scenario: csi
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: 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 atmosphere-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere/.zuul.yaml@main#17>'
      - '<Job atmosphere-molecule-csi explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere/.zuul.yaml@main#53>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/atmosphere/.zuul.yaml@main#60>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        None source: vexxhost/atmosphere/.zuul.yaml@main#72>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 0487a087dd7b4731a3860d6d3e4cc97a
      build_refs:
      - branch: main
        change: '3541'
        change_message: "docs(admin): add virtual persistent memory (vPMEM) documentation\n\n##
          Completed: Add pmem (Persistent Memory) Documentation\n\nBased on the issue
          and comments:\n- The `ndctl` package has already been added to Nova images\n-
          pmem support is implemented but needs documentation\n- OpenStack Nova supports
          virtual persistent memory configuration\n\nTasks completed:\n- [x] Create
          a new admin documentation file for pmem support\n- [x] Add pmem documentation
          to the admin index\n- [x] Document how to verify pmem support on compute
          nodes\n- [x] Document how to configure pmem using flavor extra specs\n-
          [x] Document how to configure pmem using image metadata properties\n- [x]
          Document how to create instances with pmem\n- [x] Document how to use pmem
          in guest operating system\n- [x] Address all review feedback to simplify
          documentation\n- [x] Remove Prerequisites section (pre-wired in Atmosphere)\n-
          [x] Remove redundant compute host references\n- [x] Fix all Vale linting
          errors\n- [x] Improve grammar and clarity\n- [x] Final code review completed\n-
          [x] Security check passed\n\n## Summary\nCreated comprehensive but concise
          documentation for virtual persistent memory (vPMEM) support at `doc/source/admin/pmem.rst`.
          Documentation has been simplified per review feedback to remove redundant
          sections about prerequisites and compute host setup, as these are already
          handled by Atmosphere. All Vale linting errors fixed.\n\n<!-- START COPILOT
          ORIGINAL PROMPT -->\n\n\n\n<details>\n\n<summary>Original prompt</summary>\n\n>
          \n> ----\n> \n> *This section details on the original issue you should resolve*\n>
          \n> <issue_title>Add support for pmem </issue_title>\n> <issue_description>To
          support pmem, compute hosts should have `ndctl` package included. \r\n>
          \r\n> More details: https://docs.openstack.org/nova/latest/admin/virtual-persistent-memory.html</issue_description>\n>
          \n> ## Comments on the Issue (you are @copilot in this section)\n> \n> <comments>\n>
          <comment_new><author>@mnaser</author><body>\n> @guilhermesteinmuller https://github.com/vexxhost/atmosphere/commit/69f67fe697b84bef8c3b6edbb8bbe9dba48e7b9d
          should add `ndctl` to the images, on the next sync (in a few hours), it
          should publish a brand new nova image and I'll share here when that's done.</body></comment_new>\n>
          <comment_new><author>@mnaser</author><body>\n> @guilhermesteinmuller https://github.com/vexxhost/docker-openstack-nova/pull/13
          merged so the following image should have `ndctl`:\r\n> \r\n> ```\r\n> quay.io/vexxhost/nova:wallaby\r\n>
          ```\r\n> \r\n> perhaps you can try using that image and see if it works?</body></comment_new>\n>
          <comment_new><author>@mnaser</author><body>\n> `pmem` support has been added,
          just needs to be documented.</body></comment_new>\n> </comments>\n> \n\n\n</details>\n\n\n\n<!--
          START COPILOT CODING AGENT SUFFIX -->\n\n- Fixes vexxhost/atmosphere#136\n\n<!--
          START COPILOT CODING AGENT TIPS -->\n---\n\n\u2728 Let Copilot coding agent
          [set things up for you](https://github.com/vexxhost/atmosphere/issues/new?title=\u2728+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
          \u2014 coding agent works faster and does higher quality work when set up
          for your repo.\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3541
        commit_id: 535619f7b15e8e6ccdb9a33ff067b94129807141
        patchset: 535619f7b15e8e6ccdb9a33ff067b94129807141
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          name: vexxhost/atmosphere
          short_name: atmosphere
        src_dir: src/github.com/vexxhost/atmosphere
        topic: null
      buildset: d3783d6e39fd41a6be4bcf533a1df140
      buildset_refs:
      - branch: main
        change: '3541'
        change_message: "docs(admin): add virtual persistent memory (vPMEM) documentation\n\n##
          Completed: Add pmem (Persistent Memory) Documentation\n\nBased on the issue
          and comments:\n- The `ndctl` package has already been added to Nova images\n-
          pmem support is implemented but needs documentation\n- OpenStack Nova supports
          virtual persistent memory configuration\n\nTasks completed:\n- [x] Create
          a new admin documentation file for pmem support\n- [x] Add pmem documentation
          to the admin index\n- [x] Document how to verify pmem support on compute
          nodes\n- [x] Document how to configure pmem using flavor extra specs\n-
          [x] Document how to configure pmem using image metadata properties\n- [x]
          Document how to create instances with pmem\n- [x] Document how to use pmem
          in guest operating system\n- [x] Address all review feedback to simplify
          documentation\n- [x] Remove Prerequisites section (pre-wired in Atmosphere)\n-
          [x] Remove redundant compute host references\n- [x] Fix all Vale linting
          errors\n- [x] Improve grammar and clarity\n- [x] Final code review completed\n-
          [x] Security check passed\n\n## Summary\nCreated comprehensive but concise
          documentation for virtual persistent memory (vPMEM) support at `doc/source/admin/pmem.rst`.
          Documentation has been simplified per review feedback to remove redundant
          sections about prerequisites and compute host setup, as these are already
          handled by Atmosphere. All Vale linting errors fixed.\n\n<!-- START COPILOT
          ORIGINAL PROMPT -->\n\n\n\n<details>\n\n<summary>Original prompt</summary>\n\n>
          \n> ----\n> \n> *This section details on the original issue you should resolve*\n>
          \n> <issue_title>Add support for pmem </issue_title>\n> <issue_description>To
          support pmem, compute hosts should have `ndctl` package included. \r\n>
          \r\n> More details: https://docs.openstack.org/nova/latest/admin/virtual-persistent-memory.html</issue_description>\n>
          \n> ## Comments on the Issue (you are @copilot in this section)\n> \n> <comments>\n>
          <comment_new><author>@mnaser</author><body>\n> @guilhermesteinmuller https://github.com/vexxhost/atmosphere/commit/69f67fe697b84bef8c3b6edbb8bbe9dba48e7b9d
          should add `ndctl` to the images, on the next sync (in a few hours), it
          should publish a brand new nova image and I'll share here when that's done.</body></comment_new>\n>
          <comment_new><author>@mnaser</author><body>\n> @guilhermesteinmuller https://github.com/vexxhost/docker-openstack-nova/pull/13
          merged so the following image should have `ndctl`:\r\n> \r\n> ```\r\n> quay.io/vexxhost/nova:wallaby\r\n>
          ```\r\n> \r\n> perhaps you can try using that image and see if it works?</body></comment_new>\n>
          <comment_new><author>@mnaser</author><body>\n> `pmem` support has been added,
          just needs to be documented.</body></comment_new>\n> </comments>\n> \n\n\n</details>\n\n\n\n<!--
          START COPILOT CODING AGENT SUFFIX -->\n\n- Fixes vexxhost/atmosphere#136\n\n<!--
          START COPILOT CODING AGENT TIPS -->\n---\n\n\u2728 Let Copilot coding agent
          [set things up for you](https://github.com/vexxhost/atmosphere/issues/new?title=\u2728+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
          \u2014 coding agent works faster and does higher quality work when set up
          for your repo.\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3541
        commit_id: 535619f7b15e8e6ccdb9a33ff067b94129807141
        patchset: 535619f7b15e8e6ccdb9a33ff067b94129807141
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          name: vexxhost/atmosphere
          short_name: atmosphere
        src_dir: src/github.com/vexxhost/atmosphere
        topic: null
      change: '3541'
      change_message: "docs(admin): add virtual persistent memory (vPMEM) documentation\n\n##
        Completed: Add pmem (Persistent Memory) Documentation\n\nBased on the issue
        and comments:\n- The `ndctl` package has already been added to Nova images\n-
        pmem support is implemented but needs documentation\n- OpenStack Nova supports
        virtual persistent memory configuration\n\nTasks completed:\n- [x] Create
        a new admin documentation file for pmem support\n- [x] Add pmem documentation
        to the admin index\n- [x] Document how to verify pmem support on compute nodes\n-
        [x] Document how to configure pmem using flavor extra specs\n- [x] Document
        how to configure pmem using image metadata properties\n- [x] Document how
        to create instances with pmem\n- [x] Document how to use pmem in guest operating
        system\n- [x] Address all review feedback to simplify documentation\n- [x]
        Remove Prerequisites section (pre-wired in Atmosphere)\n- [x] Remove redundant
        compute host references\n- [x] Fix all Vale linting errors\n- [x] Improve
        grammar and clarity\n- [x] Final code review completed\n- [x] Security check
        passed\n\n## Summary\nCreated comprehensive but concise documentation for
        virtual persistent memory (vPMEM) support at `doc/source/admin/pmem.rst`.
        Documentation has been simplified per review feedback to remove redundant
        sections about prerequisites and compute host setup, as these are already
        handled by Atmosphere. All Vale linting errors fixed.\n\n<!-- START COPILOT
        ORIGINAL PROMPT -->\n\n\n\n<details>\n\n<summary>Original prompt</summary>\n\n>
        \n> ----\n> \n> *This section details on the original issue you should resolve*\n>
        \n> <issue_title>Add support for pmem </issue_title>\n> <issue_description>To
        support pmem, compute hosts should have `ndctl` package included. \r\n> \r\n>
        More details: https://docs.openstack.org/nova/latest/admin/virtual-persistent-memory.html</issue_description>\n>
        \n> ## Comments on the Issue (you are @copilot in this section)\n> \n> <comments>\n>
        <comment_new><author>@mnaser</author><body>\n> @guilhermesteinmuller https://github.com/vexxhost/atmosphere/commit/69f67fe697b84bef8c3b6edbb8bbe9dba48e7b9d
        should add `ndctl` to the images, on the next sync (in a few hours), it should
        publish a brand new nova image and I'll share here when that's done.</body></comment_new>\n>
        <comment_new><author>@mnaser</author><body>\n> @guilhermesteinmuller https://github.com/vexxhost/docker-openstack-nova/pull/13
        merged so the following image should have `ndctl`:\r\n> \r\n> ```\r\n> quay.io/vexxhost/nova:wallaby\r\n>
        ```\r\n> \r\n> perhaps you can try using that image and see if it works?</body></comment_new>\n>
        <comment_new><author>@mnaser</author><body>\n> `pmem` support has been added,
        just needs to be documented.</body></comment_new>\n> </comments>\n> \n\n\n</details>\n\n\n\n<!--
        START COPILOT CODING AGENT SUFFIX -->\n\n- Fixes vexxhost/atmosphere#136\n\n<!--
        START COPILOT CODING AGENT TIPS -->\n---\n\n\u2728 Let Copilot coding agent
        [set things up for you](https://github.com/vexxhost/atmosphere/issues/new?title=\u2728+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
        \u2014 coding agent works faster and does higher quality work when set up
        for your repo.\n"
      change_url: https://github.com/vexxhost/atmosphere/pull/3541
      child_jobs: []
      commit_id: 535619f7b15e8e6ccdb9a33ff067b94129807141
      event_id: ac39b6f0-0395-11f1-98e3-52117a748637
      executor:
        hostname: 3a2793d2bd32
        inventory_file: /var/lib/zuul/builds/0487a087dd7b4731a3860d6d3e4cc97a/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/0487a087dd7b4731a3860d6d3e4cc97a/work/logs
        result_data_file: /var/lib/zuul/builds/0487a087dd7b4731a3860d6d3e4cc97a/work/results.json
        src_root: /var/lib/zuul/builds/0487a087dd7b4731a3860d6d3e4cc97a/work/src
        work_root: /var/lib/zuul/builds/0487a087dd7b4731a3860d6d3e4cc97a/work
      include_vars: []
      items:
      - branch: main
        change: '3541'
        change_message: "docs(admin): add virtual persistent memory (vPMEM) documentation\n\n##
          Completed: Add pmem (Persistent Memory) Documentation\n\nBased on the issue
          and comments:\n- The `ndctl` package has already been added to Nova images\n-
          pmem support is implemented but needs documentation\n- OpenStack Nova supports
          virtual persistent memory configuration\n\nTasks completed:\n- [x] Create
          a new admin documentation file for pmem support\n- [x] Add pmem documentation
          to the admin index\n- [x] Document how to verify pmem support on compute
          nodes\n- [x] Document how to configure pmem using flavor extra specs\n-
          [x] Document how to configure pmem using image metadata properties\n- [x]
          Document how to create instances with pmem\n- [x] Document how to use pmem
          in guest operating system\n- [x] Address all review feedback to simplify
          documentation\n- [x] Remove Prerequisites section (pre-wired in Atmosphere)\n-
          [x] Remove redundant compute host references\n- [x] Fix all Vale linting
          errors\n- [x] Improve grammar and clarity\n- [x] Final code review completed\n-
          [x] Security check passed\n\n## Summary\nCreated comprehensive but concise
          documentation for virtual persistent memory (vPMEM) support at `doc/source/admin/pmem.rst`.
          Documentation has been simplified per review feedback to remove redundant
          sections about prerequisites and compute host setup, as these are already
          handled by Atmosphere. All Vale linting errors fixed.\n\n<!-- START COPILOT
          ORIGINAL PROMPT -->\n\n\n\n<details>\n\n<summary>Original prompt</summary>\n\n>
          \n> ----\n> \n> *This section details on the original issue you should resolve*\n>
          \n> <issue_title>Add support for pmem </issue_title>\n> <issue_description>To
          support pmem, compute hosts should have `ndctl` package included. \r\n>
          \r\n> More details: https://docs.openstack.org/nova/latest/admin/virtual-persistent-memory.html</issue_description>\n>
          \n> ## Comments on the Issue (you are @copilot in this section)\n> \n> <comments>\n>
          <comment_new><author>@mnaser</author><body>\n> @guilhermesteinmuller https://github.com/vexxhost/atmosphere/commit/69f67fe697b84bef8c3b6edbb8bbe9dba48e7b9d
          should add `ndctl` to the images, on the next sync (in a few hours), it
          should publish a brand new nova image and I'll share here when that's done.</body></comment_new>\n>
          <comment_new><author>@mnaser</author><body>\n> @guilhermesteinmuller https://github.com/vexxhost/docker-openstack-nova/pull/13
          merged so the following image should have `ndctl`:\r\n> \r\n> ```\r\n> quay.io/vexxhost/nova:wallaby\r\n>
          ```\r\n> \r\n> perhaps you can try using that image and see if it works?</body></comment_new>\n>
          <comment_new><author>@mnaser</author><body>\n> `pmem` support has been added,
          just needs to be documented.</body></comment_new>\n> </comments>\n> \n\n\n</details>\n\n\n\n<!--
          START COPILOT CODING AGENT SUFFIX -->\n\n- Fixes vexxhost/atmosphere#136\n\n<!--
          START COPILOT CODING AGENT TIPS -->\n---\n\n\u2728 Let Copilot coding agent
          [set things up for you](https://github.com/vexxhost/atmosphere/issues/new?title=\u2728+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
          \u2014 coding agent works faster and does higher quality work when set up
          for your repo.\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3541
        commit_id: 535619f7b15e8e6ccdb9a33ff067b94129807141
        patchset: 535619f7b15e8e6ccdb9a33ff067b94129807141
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          name: vexxhost/atmosphere
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
        topic: null
      job: atmosphere-molecule-csi-local-path-provisioner
      jobtags: []
      max_attempts: 3
      message: ZG9jcyhhZG1pbik6IGFkZCB2aXJ0dWFsIHBlcnNpc3RlbnQgbWVtb3J5ICh2UE1FTSkgZG9jdW1lbnRhdGlvbgoKIyMgQ29tcGxldGVkOiBBZGQgcG1lbSAoUGVyc2lzdGVudCBNZW1vcnkpIERvY3VtZW50YXRpb24KCkJhc2VkIG9uIHRoZSBpc3N1ZSBhbmQgY29tbWVudHM6Ci0gVGhlIGBuZGN0bGAgcGFja2FnZSBoYXMgYWxyZWFkeSBiZWVuIGFkZGVkIHRvIE5vdmEgaW1hZ2VzCi0gcG1lbSBzdXBwb3J0IGlzIGltcGxlbWVudGVkIGJ1dCBuZWVkcyBkb2N1bWVudGF0aW9uCi0gT3BlblN0YWNrIE5vdmEgc3VwcG9ydHMgdmlydHVhbCBwZXJzaXN0ZW50IG1lbW9yeSBjb25maWd1cmF0aW9uCgpUYXNrcyBjb21wbGV0ZWQ6Ci0gW3hdIENyZWF0ZSBhIG5ldyBhZG1pbiBkb2N1bWVudGF0aW9uIGZpbGUgZm9yIHBtZW0gc3VwcG9ydAotIFt4XSBBZGQgcG1lbSBkb2N1bWVudGF0aW9uIHRvIHRoZSBhZG1pbiBpbmRleAotIFt4XSBEb2N1bWVudCBob3cgdG8gdmVyaWZ5IHBtZW0gc3VwcG9ydCBvbiBjb21wdXRlIG5vZGVzCi0gW3hdIERvY3VtZW50IGhvdyB0byBjb25maWd1cmUgcG1lbSB1c2luZyBmbGF2b3IgZXh0cmEgc3BlY3MKLSBbeF0gRG9jdW1lbnQgaG93IHRvIGNvbmZpZ3VyZSBwbWVtIHVzaW5nIGltYWdlIG1ldGFkYXRhIHByb3BlcnRpZXMKLSBbeF0gRG9jdW1lbnQgaG93IHRvIGNyZWF0ZSBpbnN0YW5jZXMgd2l0aCBwbWVtCi0gW3hdIERvY3VtZW50IGhvdyB0byB1c2UgcG1lbSBpbiBndWVzdCBvcGVyYXRpbmcgc3lzdGVtCi0gW3hdIEFkZHJlc3MgYWxsIHJldmlldyBmZWVkYmFjayB0byBzaW1wbGlmeSBkb2N1bWVudGF0aW9uCi0gW3hdIFJlbW92ZSBQcmVyZXF1aXNpdGVzIHNlY3Rpb24gKHByZS13aXJlZCBpbiBBdG1vc3BoZXJlKQotIFt4XSBSZW1vdmUgcmVkdW5kYW50IGNvbXB1dGUgaG9zdCByZWZlcmVuY2VzCi0gW3hdIEZpeCBhbGwgVmFsZSBsaW50aW5nIGVycm9ycwotIFt4XSBJbXByb3ZlIGdyYW1tYXIgYW5kIGNsYXJpdHkKLSBbeF0gRmluYWwgY29kZSByZXZpZXcgY29tcGxldGVkCi0gW3hdIFNlY3VyaXR5IGNoZWNrIHBhc3NlZAoKIyMgU3VtbWFyeQpDcmVhdGVkIGNvbXByZWhlbnNpdmUgYnV0IGNvbmNpc2UgZG9jdW1lbnRhdGlvbiBmb3IgdmlydHVhbCBwZXJzaXN0ZW50IG1lbW9yeSAodlBNRU0pIHN1cHBvcnQgYXQgYGRvYy9zb3VyY2UvYWRtaW4vcG1lbS5yc3RgLiBEb2N1bWVudGF0aW9uIGhhcyBiZWVuIHNpbXBsaWZpZWQgcGVyIHJldmlldyBmZWVkYmFjayB0byByZW1vdmUgcmVkdW5kYW50IHNlY3Rpb25zIGFib3V0IHByZXJlcXVpc2l0ZXMgYW5kIGNvbXB1dGUgaG9zdCBzZXR1cCwgYXMgdGhlc2UgYXJlIGFscmVhZHkgaGFuZGxlZCBieSBBdG1vc3BoZXJlLiBBbGwgVmFsZSBsaW50aW5nIGVycm9ycyBmaXhlZC4KCjwhLS0gU1RBUlQgQ09QSUxPVCBPUklHSU5BTCBQUk9NUFQgLS0+CgoKCjxkZXRhaWxzPgoKPHN1bW1hcnk+T3JpZ2luYWwgcHJvbXB0PC9zdW1tYXJ5PgoKPiAKPiAtLS0tCj4gCj4gKlRoaXMgc2VjdGlvbiBkZXRhaWxzIG9uIHRoZSBvcmlnaW5hbCBpc3N1ZSB5b3Ugc2hvdWxkIHJlc29sdmUqCj4gCj4gPGlzc3VlX3RpdGxlPkFkZCBzdXBwb3J0IGZvciBwbWVtIDwvaXNzdWVfdGl0bGU+Cj4gPGlzc3VlX2Rlc2NyaXB0aW9uPlRvIHN1cHBvcnQgcG1lbSwgY29tcHV0ZSBob3N0cyBzaG91bGQgaGF2ZSBgbmRjdGxgIHBhY2thZ2UgaW5jbHVkZWQuIA0KPiANCj4gTW9yZSBkZXRhaWxzOiBodHRwczovL2RvY3Mub3BlbnN0YWNrLm9yZy9ub3ZhL2xhdGVzdC9hZG1pbi92aXJ0dWFsLXBlcnNpc3RlbnQtbWVtb3J5Lmh0bWw8L2lzc3VlX2Rlc2NyaXB0aW9uPgo+IAo+ICMjIENvbW1lbnRzIG9uIHRoZSBJc3N1ZSAoeW91IGFyZSBAY29waWxvdCBpbiB0aGlzIHNlY3Rpb24pCj4gCj4gPGNvbW1lbnRzPgo+IDxjb21tZW50X25ldz48YXV0aG9yPkBtbmFzZXI8L2F1dGhvcj48Ym9keT4KPiBAZ3VpbGhlcm1lc3RlaW5tdWxsZXIgaHR0cHM6Ly9naXRodWIuY29tL3ZleHhob3N0L2F0bW9zcGhlcmUvY29tbWl0LzY5ZjY3ZmU2OTdiODRiZWY4YzNiNmVkYmI4YmJlOWRiYTQ4ZTdiOWQgc2hvdWxkIGFkZCBgbmRjdGxgIHRvIHRoZSBpbWFnZXMsIG9uIHRoZSBuZXh0IHN5bmMgKGluIGEgZmV3IGhvdXJzKSwgaXQgc2hvdWxkIHB1Ymxpc2ggYSBicmFuZCBuZXcgbm92YSBpbWFnZSBhbmQgSSdsbCBzaGFyZSBoZXJlIHdoZW4gdGhhdCdzIGRvbmUuPC9ib2R5PjwvY29tbWVudF9uZXc+Cj4gPGNvbW1lbnRfbmV3PjxhdXRob3I+QG1uYXNlcjwvYXV0aG9yPjxib2R5Pgo+IEBndWlsaGVybWVzdGVpbm11bGxlciBodHRwczovL2dpdGh1Yi5jb20vdmV4eGhvc3QvZG9ja2VyLW9wZW5zdGFjay1ub3ZhL3B1bGwvMTMgbWVyZ2VkIHNvIHRoZSBmb2xsb3dpbmcgaW1hZ2Ugc2hvdWxkIGhhdmUgYG5kY3RsYDoNCj4gDQo+IGBgYA0KPiBxdWF5LmlvL3ZleHhob3N0L25vdmE6d2FsbGFieQ0KPiBgYGANCj4gDQo+IHBlcmhhcHMgeW91IGNhbiB0cnkgdXNpbmcgdGhhdCBpbWFnZSBhbmQgc2VlIGlmIGl0IHdvcmtzPzwvYm9keT48L2NvbW1lbnRfbmV3Pgo+IDxjb21tZW50X25ldz48YXV0aG9yPkBtbmFzZXI8L2F1dGhvcj48Ym9keT4KPiBgcG1lbWAgc3VwcG9ydCBoYXMgYmVlbiBhZGRlZCwganVzdCBuZWVkcyB0byBiZSBkb2N1bWVudGVkLjwvYm9keT48L2NvbW1lbnRfbmV3Pgo+IDwvY29tbWVudHM+Cj4gCgoKPC9kZXRhaWxzPgoKCgo8IS0tIFNUQVJUIENPUElMT1QgQ09ESU5HIEFHRU5UIFNVRkZJWCAtLT4KCi0gRml4ZXMgdmV4eGhvc3QvYXRtb3NwaGVyZSMxMzYKCjwhLS0gU1RBUlQgQ09QSUxPVCBDT0RJTkcgQUdFTlQgVElQUyAtLT4KLS0tCgrinKggTGV0IENvcGlsb3QgY29kaW5nIGFnZW50IFtzZXQgdGhpbmdzIHVwIGZvciB5b3VdKGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hdG1vc3BoZXJlL2lzc3Vlcy9uZXc/dGl0bGU94pyoK1NldCt1cCtDb3BpbG90K2luc3RydWN0aW9ucyZib2R5PUNvbmZpZ3VyZSUyMGluc3RydWN0aW9ucyUyMGZvciUyMHRoaXMlMjByZXBvc2l0b3J5JTIwYXMlMjBkb2N1bWVudGVkJTIwaW4lMjAlNUJCZXN0JTIwcHJhY3RpY2VzJTIwZm9yJTIwQ29waWxvdCUyMGNvZGluZyUyMGFnZW50JTIwaW4lMjB5b3VyJTIwcmVwb3NpdG9yeSU1RCUyOGh0dHBzOi8vZ2guaW8vY29waWxvdC1jb2RpbmctYWdlbnQtdGlwcyUyOSUyRSUwQSUwQSUzQ09uYm9hcmQlMjB0aGlzJTIwcmVwbyUzRSZhc3NpZ25lZXM9Y29waWxvdCkg4oCUIGNvZGluZyBhZ2VudCB3b3JrcyBmYXN0ZXIgYW5kIGRvZXMgaGlnaGVyIHF1YWxpdHkgd29yayB3aGVuIHNldCB1cCBmb3IgeW91ciByZXBvLgo=
      patchset: 535619f7b15e8e6ccdb9a33ff067b94129807141
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/vexxhost.dev/zuul-config:
            canonical_name: vexxhost.dev/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: d73b78cc624f363c6b7fcfe833f2db4571e4e979
          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/vexxhost.dev/zuul-config:
            canonical_name: vexxhost.dev/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: d73b78cc624f363c6b7fcfe833f2db4571e4e979
          untrusted/project_3/github.com/vexxhost/atmosphere:
            canonical_name: github.com/vexxhost/atmosphere
            checkout: main
            commit: 535619f7b15e8e6ccdb9a33ff067b94129807141
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: 3a57ef7049b4b76a5a29f8331975931464a14d51
        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_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/atmosphere
        name: vexxhost/atmosphere
        short_name: atmosphere
        src_dir: src/github.com/vexxhost/atmosphere
      projects:
        github.com/vexxhost/atmosphere:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          checkout: main
          checkout_description: zuul branch
          commit: 535619f7b15e8e6ccdb9a33ff067b94129807141
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
      ref: refs/pull/3541/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
