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.74
      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: d9b0783c-be41-4208-b7a4-28763c557d88
        host_id: d953b2b79ff732b94d97ea6274a0c4d1174b1c52cbf038923e842d1b
        interface_ip: 162.253.55.74
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.74
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.74
        public_ipv6: 2604:e100:1:0:f816:3eff:fefa:ba11
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: d9b0783c-be41-4208-b7a4-28763c557d88
        host_id: d953b2b79ff732b94d97ea6274a0c4d1174b1c52cbf038923e842d1b
        interface_ip: 162.253.55.74
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.74
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.74
        public_ipv6: 2604:e100:1:0:f816:3eff:fefa:ba11
        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: a86f81b1ef0149fb9cb465a19863bcdd
      build_refs:
      - branch: main
        change: '3600'
        change_message: "[WIP] Move chart from atmosphere to ceph_osd_exporter\n\n-
          [x] Understand the current chart structure in PR #2457\n- [x] Copy chart
          files from atmosphere to ceph_osd_exporter repository structure\n- [x] Add
          necessary CI/CD workflows for chart releasing in ceph_osd_exporter\n- [x]
          Create documentation for the chart (README.md)\n- [x] Create comprehensive
          migration guide\n- [x] Generate git patch file for easy application\n- [x]
          Verify chart structure follows Helm best practices\n- [x] Test chart rendering
          with helm template\n- [x] Test patch application on fresh clone\n- [x] Create
          verification report\n- [x] Create PR README\n- [x] All work completed and
          documented\n\n## \U0001F389 Chart Migration Complete\n\nAll preparatory
          work for moving the Ceph OSD Exporter Helm chart from atmosphere to the
          ceph_osd_exporter repository has been completed and thoroughly tested.\n\n###
          \U0001F4E6 Deliverables\n\n1. **ceph-osd-exporter-chart.patch** (28 KB)
          - Ready-to-apply git patch\n2. **CEPH_OSD_EXPORTER_CHART_MIGRATION.md**
          - Comprehensive migration guide\n3. **SUMMARY.md** - Executive summary and
          next steps\n4. **VERIFICATION.md** - Test results proving everything works\n5.
          **README_PR.md** - PR overview and instructions\n\n### \u2705 Quality Assurance\n\n-
          \u2705 Helm lint passes\n- \u2705 Chart renders correctly with `helm template`\n-
          \u2705 Patch applies cleanly to fresh clone\n- \u2705 All files in correct
          locations\n- \u2705 GitHub Actions workflows configured\n- \u2705 Chart
          documentation complete\n- \u2705 Follows Helm best practices\n- \u2705 DCO
          sign-off included\n\n### \U0001F680 Next Step\n\nApply the patch to the
          ceph_osd_exporter repository:\n\n```bash\ncd ceph_osd_exporter\ngit am /path/to/ceph-osd-exporter-chart.patch\n```\n\nSee
          **README_PR.md** for complete instructions.\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/3600
        commit_id: 3d65349a397bad1e7053158288f8b41ce88f50d7
        patchset: 3d65349a397bad1e7053158288f8b41ce88f50d7
        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: 5bf6e1a2c25f4647a9293fca10a8da00
      buildset_refs:
      - branch: main
        change: '3600'
        change_message: "[WIP] Move chart from atmosphere to ceph_osd_exporter\n\n-
          [x] Understand the current chart structure in PR #2457\n- [x] Copy chart
          files from atmosphere to ceph_osd_exporter repository structure\n- [x] Add
          necessary CI/CD workflows for chart releasing in ceph_osd_exporter\n- [x]
          Create documentation for the chart (README.md)\n- [x] Create comprehensive
          migration guide\n- [x] Generate git patch file for easy application\n- [x]
          Verify chart structure follows Helm best practices\n- [x] Test chart rendering
          with helm template\n- [x] Test patch application on fresh clone\n- [x] Create
          verification report\n- [x] Create PR README\n- [x] All work completed and
          documented\n\n## \U0001F389 Chart Migration Complete\n\nAll preparatory
          work for moving the Ceph OSD Exporter Helm chart from atmosphere to the
          ceph_osd_exporter repository has been completed and thoroughly tested.\n\n###
          \U0001F4E6 Deliverables\n\n1. **ceph-osd-exporter-chart.patch** (28 KB)
          - Ready-to-apply git patch\n2. **CEPH_OSD_EXPORTER_CHART_MIGRATION.md**
          - Comprehensive migration guide\n3. **SUMMARY.md** - Executive summary and
          next steps\n4. **VERIFICATION.md** - Test results proving everything works\n5.
          **README_PR.md** - PR overview and instructions\n\n### \u2705 Quality Assurance\n\n-
          \u2705 Helm lint passes\n- \u2705 Chart renders correctly with `helm template`\n-
          \u2705 Patch applies cleanly to fresh clone\n- \u2705 All files in correct
          locations\n- \u2705 GitHub Actions workflows configured\n- \u2705 Chart
          documentation complete\n- \u2705 Follows Helm best practices\n- \u2705 DCO
          sign-off included\n\n### \U0001F680 Next Step\n\nApply the patch to the
          ceph_osd_exporter repository:\n\n```bash\ncd ceph_osd_exporter\ngit am /path/to/ceph-osd-exporter-chart.patch\n```\n\nSee
          **README_PR.md** for complete instructions.\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/3600
        commit_id: 3d65349a397bad1e7053158288f8b41ce88f50d7
        patchset: 3d65349a397bad1e7053158288f8b41ce88f50d7
        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: '3600'
      change_message: "[WIP] Move chart from atmosphere to ceph_osd_exporter\n\n-
        [x] Understand the current chart structure in PR #2457\n- [x] Copy chart files
        from atmosphere to ceph_osd_exporter repository structure\n- [x] Add necessary
        CI/CD workflows for chart releasing in ceph_osd_exporter\n- [x] Create documentation
        for the chart (README.md)\n- [x] Create comprehensive migration guide\n- [x]
        Generate git patch file for easy application\n- [x] Verify chart structure
        follows Helm best practices\n- [x] Test chart rendering with helm template\n-
        [x] Test patch application on fresh clone\n- [x] Create verification report\n-
        [x] Create PR README\n- [x] All work completed and documented\n\n## \U0001F389
        Chart Migration Complete\n\nAll preparatory work for moving the Ceph OSD Exporter
        Helm chart from atmosphere to the ceph_osd_exporter repository has been completed
        and thoroughly tested.\n\n### \U0001F4E6 Deliverables\n\n1. **ceph-osd-exporter-chart.patch**
        (28 KB) - Ready-to-apply git patch\n2. **CEPH_OSD_EXPORTER_CHART_MIGRATION.md**
        - Comprehensive migration guide\n3. **SUMMARY.md** - Executive summary and
        next steps\n4. **VERIFICATION.md** - Test results proving everything works\n5.
        **README_PR.md** - PR overview and instructions\n\n### \u2705 Quality Assurance\n\n-
        \u2705 Helm lint passes\n- \u2705 Chart renders correctly with `helm template`\n-
        \u2705 Patch applies cleanly to fresh clone\n- \u2705 All files in correct
        locations\n- \u2705 GitHub Actions workflows configured\n- \u2705 Chart documentation
        complete\n- \u2705 Follows Helm best practices\n- \u2705 DCO sign-off included\n\n###
        \U0001F680 Next Step\n\nApply the patch to the ceph_osd_exporter repository:\n\n```bash\ncd
        ceph_osd_exporter\ngit am /path/to/ceph-osd-exporter-chart.patch\n```\n\nSee
        **README_PR.md** for complete instructions.\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/3600
      child_jobs: []
      commit_id: 3d65349a397bad1e7053158288f8b41ce88f50d7
      event_id: ae805970-06f4-11f1-9277-cbe59592c0b5
      executor:
        hostname: 3a2793d2bd32
        inventory_file: /var/lib/zuul/builds/a86f81b1ef0149fb9cb465a19863bcdd/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/a86f81b1ef0149fb9cb465a19863bcdd/work/logs
        result_data_file: /var/lib/zuul/builds/a86f81b1ef0149fb9cb465a19863bcdd/work/results.json
        src_root: /var/lib/zuul/builds/a86f81b1ef0149fb9cb465a19863bcdd/work/src
        work_root: /var/lib/zuul/builds/a86f81b1ef0149fb9cb465a19863bcdd/work
      include_vars: []
      items:
      - branch: main
        change: '3600'
        change_message: "[WIP] Move chart from atmosphere to ceph_osd_exporter\n\n-
          [x] Understand the current chart structure in PR #2457\n- [x] Copy chart
          files from atmosphere to ceph_osd_exporter repository structure\n- [x] Add
          necessary CI/CD workflows for chart releasing in ceph_osd_exporter\n- [x]
          Create documentation for the chart (README.md)\n- [x] Create comprehensive
          migration guide\n- [x] Generate git patch file for easy application\n- [x]
          Verify chart structure follows Helm best practices\n- [x] Test chart rendering
          with helm template\n- [x] Test patch application on fresh clone\n- [x] Create
          verification report\n- [x] Create PR README\n- [x] All work completed and
          documented\n\n## \U0001F389 Chart Migration Complete\n\nAll preparatory
          work for moving the Ceph OSD Exporter Helm chart from atmosphere to the
          ceph_osd_exporter repository has been completed and thoroughly tested.\n\n###
          \U0001F4E6 Deliverables\n\n1. **ceph-osd-exporter-chart.patch** (28 KB)
          - Ready-to-apply git patch\n2. **CEPH_OSD_EXPORTER_CHART_MIGRATION.md**
          - Comprehensive migration guide\n3. **SUMMARY.md** - Executive summary and
          next steps\n4. **VERIFICATION.md** - Test results proving everything works\n5.
          **README_PR.md** - PR overview and instructions\n\n### \u2705 Quality Assurance\n\n-
          \u2705 Helm lint passes\n- \u2705 Chart renders correctly with `helm template`\n-
          \u2705 Patch applies cleanly to fresh clone\n- \u2705 All files in correct
          locations\n- \u2705 GitHub Actions workflows configured\n- \u2705 Chart
          documentation complete\n- \u2705 Follows Helm best practices\n- \u2705 DCO
          sign-off included\n\n### \U0001F680 Next Step\n\nApply the patch to the
          ceph_osd_exporter repository:\n\n```bash\ncd ceph_osd_exporter\ngit am /path/to/ceph-osd-exporter-chart.patch\n```\n\nSee
          **README_PR.md** for complete instructions.\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/3600
        commit_id: 3d65349a397bad1e7053158288f8b41ce88f50d7
        patchset: 3d65349a397bad1e7053158288f8b41ce88f50d7
        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: W1dJUF0gTW92ZSBjaGFydCBmcm9tIGF0bW9zcGhlcmUgdG8gY2VwaF9vc2RfZXhwb3J0ZXIKCi0gW3hdIFVuZGVyc3RhbmQgdGhlIGN1cnJlbnQgY2hhcnQgc3RydWN0dXJlIGluIFBSICMyNDU3Ci0gW3hdIENvcHkgY2hhcnQgZmlsZXMgZnJvbSBhdG1vc3BoZXJlIHRvIGNlcGhfb3NkX2V4cG9ydGVyIHJlcG9zaXRvcnkgc3RydWN0dXJlCi0gW3hdIEFkZCBuZWNlc3NhcnkgQ0kvQ0Qgd29ya2Zsb3dzIGZvciBjaGFydCByZWxlYXNpbmcgaW4gY2VwaF9vc2RfZXhwb3J0ZXIKLSBbeF0gQ3JlYXRlIGRvY3VtZW50YXRpb24gZm9yIHRoZSBjaGFydCAoUkVBRE1FLm1kKQotIFt4XSBDcmVhdGUgY29tcHJlaGVuc2l2ZSBtaWdyYXRpb24gZ3VpZGUKLSBbeF0gR2VuZXJhdGUgZ2l0IHBhdGNoIGZpbGUgZm9yIGVhc3kgYXBwbGljYXRpb24KLSBbeF0gVmVyaWZ5IGNoYXJ0IHN0cnVjdHVyZSBmb2xsb3dzIEhlbG0gYmVzdCBwcmFjdGljZXMKLSBbeF0gVGVzdCBjaGFydCByZW5kZXJpbmcgd2l0aCBoZWxtIHRlbXBsYXRlCi0gW3hdIFRlc3QgcGF0Y2ggYXBwbGljYXRpb24gb24gZnJlc2ggY2xvbmUKLSBbeF0gQ3JlYXRlIHZlcmlmaWNhdGlvbiByZXBvcnQKLSBbeF0gQ3JlYXRlIFBSIFJFQURNRQotIFt4XSBBbGwgd29yayBjb21wbGV0ZWQgYW5kIGRvY3VtZW50ZWQKCiMjIPCfjokgQ2hhcnQgTWlncmF0aW9uIENvbXBsZXRlCgpBbGwgcHJlcGFyYXRvcnkgd29yayBmb3IgbW92aW5nIHRoZSBDZXBoIE9TRCBFeHBvcnRlciBIZWxtIGNoYXJ0IGZyb20gYXRtb3NwaGVyZSB0byB0aGUgY2VwaF9vc2RfZXhwb3J0ZXIgcmVwb3NpdG9yeSBoYXMgYmVlbiBjb21wbGV0ZWQgYW5kIHRob3JvdWdobHkgdGVzdGVkLgoKIyMjIPCfk6YgRGVsaXZlcmFibGVzCgoxLiAqKmNlcGgtb3NkLWV4cG9ydGVyLWNoYXJ0LnBhdGNoKiogKDI4IEtCKSAtIFJlYWR5LXRvLWFwcGx5IGdpdCBwYXRjaAoyLiAqKkNFUEhfT1NEX0VYUE9SVEVSX0NIQVJUX01JR1JBVElPTi5tZCoqIC0gQ29tcHJlaGVuc2l2ZSBtaWdyYXRpb24gZ3VpZGUKMy4gKipTVU1NQVJZLm1kKiogLSBFeGVjdXRpdmUgc3VtbWFyeSBhbmQgbmV4dCBzdGVwcwo0LiAqKlZFUklGSUNBVElPTi5tZCoqIC0gVGVzdCByZXN1bHRzIHByb3ZpbmcgZXZlcnl0aGluZyB3b3Jrcwo1LiAqKlJFQURNRV9QUi5tZCoqIC0gUFIgb3ZlcnZpZXcgYW5kIGluc3RydWN0aW9ucwoKIyMjIOKchSBRdWFsaXR5IEFzc3VyYW5jZQoKLSDinIUgSGVsbSBsaW50IHBhc3NlcwotIOKchSBDaGFydCByZW5kZXJzIGNvcnJlY3RseSB3aXRoIGBoZWxtIHRlbXBsYXRlYAotIOKchSBQYXRjaCBhcHBsaWVzIGNsZWFubHkgdG8gZnJlc2ggY2xvbmUKLSDinIUgQWxsIGZpbGVzIGluIGNvcnJlY3QgbG9jYXRpb25zCi0g4pyFIEdpdEh1YiBBY3Rpb25zIHdvcmtmbG93cyBjb25maWd1cmVkCi0g4pyFIENoYXJ0IGRvY3VtZW50YXRpb24gY29tcGxldGUKLSDinIUgRm9sbG93cyBIZWxtIGJlc3QgcHJhY3RpY2VzCi0g4pyFIERDTyBzaWduLW9mZiBpbmNsdWRlZAoKIyMjIPCfmoAgTmV4dCBTdGVwCgpBcHBseSB0aGUgcGF0Y2ggdG8gdGhlIGNlcGhfb3NkX2V4cG9ydGVyIHJlcG9zaXRvcnk6CgpgYGBiYXNoCmNkIGNlcGhfb3NkX2V4cG9ydGVyCmdpdCBhbSAvcGF0aC90by9jZXBoLW9zZC1leHBvcnRlci1jaGFydC5wYXRjaApgYGAKClNlZSAqKlJFQURNRV9QUi5tZCoqIGZvciBjb21wbGV0ZSBpbnN0cnVjdGlvbnMuCgo8IS0tIFNUQVJUIENPUElMT1QgQ09ESU5HIEFHRU5UIFRJUFMgLS0+Ci0tLQoK4pyoIExldCBDb3BpbG90IGNvZGluZyBhZ2VudCBbc2V0IHRoaW5ncyB1cCBmb3IgeW91XShodHRwczovL2dpdGh1Yi5jb20vdmV4eGhvc3QvYXRtb3NwaGVyZS9pc3N1ZXMvbmV3P3RpdGxlPeKcqCtTZXQrdXArQ29waWxvdCtpbnN0cnVjdGlvbnMmYm9keT1Db25maWd1cmUlMjBpbnN0cnVjdGlvbnMlMjBmb3IlMjB0aGlzJTIwcmVwb3NpdG9yeSUyMGFzJTIwZG9jdW1lbnRlZCUyMGluJTIwJTVCQmVzdCUyMHByYWN0aWNlcyUyMGZvciUyMENvcGlsb3QlMjBjb2RpbmclMjBhZ2VudCUyMGluJTIweW91ciUyMHJlcG9zaXRvcnklNUQlMjhodHRwczovL2doLmlvL2NvcGlsb3QtY29kaW5nLWFnZW50LXRpcHMlMjklMkUlMEElMEElM0NPbmJvYXJkJTIwdGhpcyUyMHJlcG8lM0UmYXNzaWduZWVzPWNvcGlsb3QpIOKAlCBjb2RpbmcgYWdlbnQgd29ya3MgZmFzdGVyIGFuZCBkb2VzIGhpZ2hlciBxdWFsaXR5IHdvcmsgd2hlbiBzZXQgdXAgZm9yIHlvdXIgcmVwby4K
      patchset: 3d65349a397bad1e7053158288f8b41ce88f50d7
      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: 3d65349a397bad1e7053158288f8b41ce88f50d7
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: 3204636e87eaf2fff0e5016e030d755e4c16d0c3
        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: 3d65349a397bad1e7053158288f8b41ce88f50d7
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
      ref: refs/pull/3600/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
