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.62
      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: 18df42c1-73a6-478f-b4f2-eb66e5a098d2
        host_id: 75d3a86f985f0d60e3cff8f4ecdf5573fc58e724d10889e9f3cb3f12
        interface_ip: 162.253.55.62
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.62
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.62
        public_ipv6: 2604:e100:1:0:f816:3eff:fe42:722d
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 18df42c1-73a6-478f-b4f2-eb66e5a098d2
        host_id: 75d3a86f985f0d60e3cff8f4ecdf5573fc58e724d10889e9f3cb3f12
        interface_ip: 162.253.55.62
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.62
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.62
        public_ipv6: 2604:e100:1:0:f816:3eff:fe42:722d
        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: 16cdb4e48e344db19295ed26a04843e6
      build_refs:
      - branch: main
        change: '3541'
        change_message: "[WIP] Add support for pmem by including ndctl package\n\n##
          Plan: 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:\n- [x] Create a new admin
          documentation file for pmem support (similar to emulated-tpm.rst)\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- [ ] Verify documentation passes
          vale linting (will be checked by CI)\n- [ ] Request code review before finalizing\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: 9b8024e72afba1fdf33dc24728a05f3d45ce4534
        patchset: 9b8024e72afba1fdf33dc24728a05f3d45ce4534
        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: 6964e59d4f5c468b86ab074014940e0f
      buildset_refs:
      - branch: main
        change: '3541'
        change_message: "[WIP] Add support for pmem by including ndctl package\n\n##
          Plan: 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:\n- [x] Create a new admin
          documentation file for pmem support (similar to emulated-tpm.rst)\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- [ ] Verify documentation passes
          vale linting (will be checked by CI)\n- [ ] Request code review before finalizing\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: 9b8024e72afba1fdf33dc24728a05f3d45ce4534
        patchset: 9b8024e72afba1fdf33dc24728a05f3d45ce4534
        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: "[WIP] Add support for pmem by including ndctl package\n\n##
        Plan: 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:\n- [x] Create a new admin
        documentation file for pmem support (similar to emulated-tpm.rst)\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- [ ] Verify documentation passes vale linting
        (will be checked by CI)\n- [ ] Request code review before finalizing\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: 9b8024e72afba1fdf33dc24728a05f3d45ce4534
      event_id: 907a12d0-0312-11f1-8b5a-f47b25215d18
      executor:
        hostname: 3a2793d2bd32
        inventory_file: /var/lib/zuul/builds/16cdb4e48e344db19295ed26a04843e6/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/16cdb4e48e344db19295ed26a04843e6/work/logs
        result_data_file: /var/lib/zuul/builds/16cdb4e48e344db19295ed26a04843e6/work/results.json
        src_root: /var/lib/zuul/builds/16cdb4e48e344db19295ed26a04843e6/work/src
        work_root: /var/lib/zuul/builds/16cdb4e48e344db19295ed26a04843e6/work
      include_vars: []
      items:
      - branch: main
        change: '3541'
        change_message: "[WIP] Add support for pmem by including ndctl package\n\n##
          Plan: 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:\n- [x] Create a new admin
          documentation file for pmem support (similar to emulated-tpm.rst)\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- [ ] Verify documentation passes
          vale linting (will be checked by CI)\n- [ ] Request code review before finalizing\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: 9b8024e72afba1fdf33dc24728a05f3d45ce4534
        patchset: 9b8024e72afba1fdf33dc24728a05f3d45ce4534
        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: W1dJUF0gQWRkIHN1cHBvcnQgZm9yIHBtZW0gYnkgaW5jbHVkaW5nIG5kY3RsIHBhY2thZ2UKCiMjIFBsYW46IEFkZCBwbWVtIChQZXJzaXN0ZW50IE1lbW9yeSkgRG9jdW1lbnRhdGlvbgoKQmFzZWQgb24gdGhlIGlzc3VlIGFuZCBjb21tZW50czoKLSBUaGUgYG5kY3RsYCBwYWNrYWdlIGhhcyBhbHJlYWR5IGJlZW4gYWRkZWQgdG8gTm92YSBpbWFnZXMKLSBwbWVtIHN1cHBvcnQgaXMgaW1wbGVtZW50ZWQgYnV0IG5lZWRzIGRvY3VtZW50YXRpb24KLSBPcGVuU3RhY2sgTm92YSBzdXBwb3J0cyB2aXJ0dWFsIHBlcnNpc3RlbnQgbWVtb3J5IGNvbmZpZ3VyYXRpb24KClRhc2tzOgotIFt4XSBDcmVhdGUgYSBuZXcgYWRtaW4gZG9jdW1lbnRhdGlvbiBmaWxlIGZvciBwbWVtIHN1cHBvcnQgKHNpbWlsYXIgdG8gZW11bGF0ZWQtdHBtLnJzdCkKLSBbeF0gQWRkIHBtZW0gZG9jdW1lbnRhdGlvbiB0byB0aGUgYWRtaW4gaW5kZXgKLSBbeF0gRG9jdW1lbnQgaG93IHRvIHZlcmlmeSBwbWVtIHN1cHBvcnQgb24gY29tcHV0ZSBub2RlcwotIFt4XSBEb2N1bWVudCBob3cgdG8gY29uZmlndXJlIHBtZW0gdXNpbmcgZmxhdm9yIGV4dHJhIHNwZWNzCi0gW3hdIERvY3VtZW50IGhvdyB0byBjb25maWd1cmUgcG1lbSB1c2luZyBpbWFnZSBtZXRhZGF0YSBwcm9wZXJ0aWVzCi0gW3hdIERvY3VtZW50IGhvdyB0byBjcmVhdGUgaW5zdGFuY2VzIHdpdGggcG1lbQotIFt4XSBEb2N1bWVudCBob3cgdG8gdXNlIHBtZW0gaW4gZ3Vlc3Qgb3BlcmF0aW5nIHN5c3RlbQotIFsgXSBWZXJpZnkgZG9jdW1lbnRhdGlvbiBwYXNzZXMgdmFsZSBsaW50aW5nICh3aWxsIGJlIGNoZWNrZWQgYnkgQ0kpCi0gWyBdIFJlcXVlc3QgY29kZSByZXZpZXcgYmVmb3JlIGZpbmFsaXppbmcKCjwhLS0gU1RBUlQgQ09QSUxPVCBPUklHSU5BTCBQUk9NUFQgLS0+CgoKCjxkZXRhaWxzPgoKPHN1bW1hcnk+T3JpZ2luYWwgcHJvbXB0PC9zdW1tYXJ5PgoKPiAKPiAtLS0tCj4gCj4gKlRoaXMgc2VjdGlvbiBkZXRhaWxzIG9uIHRoZSBvcmlnaW5hbCBpc3N1ZSB5b3Ugc2hvdWxkIHJlc29sdmUqCj4gCj4gPGlzc3VlX3RpdGxlPkFkZCBzdXBwb3J0IGZvciBwbWVtIDwvaXNzdWVfdGl0bGU+Cj4gPGlzc3VlX2Rlc2NyaXB0aW9uPlRvIHN1cHBvcnQgcG1lbSwgY29tcHV0ZSBob3N0cyBzaG91bGQgaGF2ZSBgbmRjdGxgIHBhY2thZ2UgaW5jbHVkZWQuIA0KPiANCj4gTW9yZSBkZXRhaWxzOiBodHRwczovL2RvY3Mub3BlbnN0YWNrLm9yZy9ub3ZhL2xhdGVzdC9hZG1pbi92aXJ0dWFsLXBlcnNpc3RlbnQtbWVtb3J5Lmh0bWw8L2lzc3VlX2Rlc2NyaXB0aW9uPgo+IAo+ICMjIENvbW1lbnRzIG9uIHRoZSBJc3N1ZSAoeW91IGFyZSBAY29waWxvdCBpbiB0aGlzIHNlY3Rpb24pCj4gCj4gPGNvbW1lbnRzPgo+IDxjb21tZW50X25ldz48YXV0aG9yPkBtbmFzZXI8L2F1dGhvcj48Ym9keT4KPiBAZ3VpbGhlcm1lc3RlaW5tdWxsZXIgaHR0cHM6Ly9naXRodWIuY29tL3ZleHhob3N0L2F0bW9zcGhlcmUvY29tbWl0LzY5ZjY3ZmU2OTdiODRiZWY4YzNiNmVkYmI4YmJlOWRiYTQ4ZTdiOWQgc2hvdWxkIGFkZCBgbmRjdGxgIHRvIHRoZSBpbWFnZXMsIG9uIHRoZSBuZXh0IHN5bmMgKGluIGEgZmV3IGhvdXJzKSwgaXQgc2hvdWxkIHB1Ymxpc2ggYSBicmFuZCBuZXcgbm92YSBpbWFnZSBhbmQgSSdsbCBzaGFyZSBoZXJlIHdoZW4gdGhhdCdzIGRvbmUuPC9ib2R5PjwvY29tbWVudF9uZXc+Cj4gPGNvbW1lbnRfbmV3PjxhdXRob3I+QG1uYXNlcjwvYXV0aG9yPjxib2R5Pgo+IEBndWlsaGVybWVzdGVpbm11bGxlciBodHRwczovL2dpdGh1Yi5jb20vdmV4eGhvc3QvZG9ja2VyLW9wZW5zdGFjay1ub3ZhL3B1bGwvMTMgbWVyZ2VkIHNvIHRoZSBmb2xsb3dpbmcgaW1hZ2Ugc2hvdWxkIGhhdmUgYG5kY3RsYDoNCj4gDQo+IGBgYA0KPiBxdWF5LmlvL3ZleHhob3N0L25vdmE6d2FsbGFieQ0KPiBgYGANCj4gDQo+IHBlcmhhcHMgeW91IGNhbiB0cnkgdXNpbmcgdGhhdCBpbWFnZSBhbmQgc2VlIGlmIGl0IHdvcmtzPzwvYm9keT48L2NvbW1lbnRfbmV3Pgo+IDxjb21tZW50X25ldz48YXV0aG9yPkBtbmFzZXI8L2F1dGhvcj48Ym9keT4KPiBgcG1lbWAgc3VwcG9ydCBoYXMgYmVlbiBhZGRlZCwganVzdCBuZWVkcyB0byBiZSBkb2N1bWVudGVkLjwvYm9keT48L2NvbW1lbnRfbmV3Pgo+IDwvY29tbWVudHM+Cj4gCgoKPC9kZXRhaWxzPgoKCgo8IS0tIFNUQVJUIENPUElMT1QgQ09ESU5HIEFHRU5UIFNVRkZJWCAtLT4KCi0gRml4ZXMgdmV4eGhvc3QvYXRtb3NwaGVyZSMxMzYKCjwhLS0gU1RBUlQgQ09QSUxPVCBDT0RJTkcgQUdFTlQgVElQUyAtLT4KLS0tCgrinKggTGV0IENvcGlsb3QgY29kaW5nIGFnZW50IFtzZXQgdGhpbmdzIHVwIGZvciB5b3VdKGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hdG1vc3BoZXJlL2lzc3Vlcy9uZXc/dGl0bGU94pyoK1NldCt1cCtDb3BpbG90K2luc3RydWN0aW9ucyZib2R5PUNvbmZpZ3VyZSUyMGluc3RydWN0aW9ucyUyMGZvciUyMHRoaXMlMjByZXBvc2l0b3J5JTIwYXMlMjBkb2N1bWVudGVkJTIwaW4lMjAlNUJCZXN0JTIwcHJhY3RpY2VzJTIwZm9yJTIwQ29waWxvdCUyMGNvZGluZyUyMGFnZW50JTIwaW4lMjB5b3VyJTIwcmVwb3NpdG9yeSU1RCUyOGh0dHBzOi8vZ2guaW8vY29waWxvdC1jb2RpbmctYWdlbnQtdGlwcyUyOSUyRSUwQSUwQSUzQ09uYm9hcmQlMjB0aGlzJTIwcmVwbyUzRSZhc3NpZ25lZXM9Y29waWxvdCkg4oCUIGNvZGluZyBhZ2VudCB3b3JrcyBmYXN0ZXIgYW5kIGRvZXMgaGlnaGVyIHF1YWxpdHkgd29yayB3aGVuIHNldCB1cCBmb3IgeW91ciByZXBvLgo=
      patchset: 9b8024e72afba1fdf33dc24728a05f3d45ce4534
      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: 9b8024e72afba1fdf33dc24728a05f3d45ce4534
          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: 9b8024e72afba1fdf33dc24728a05f3d45ce4534
          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
