all:
  children:
    cephs:
      hosts:
        instance: null
    computes:
      hosts:
        instance: null
    controllers:
      hosts:
        instance: null
    zuul_unreachable:
      hosts: {}
  hosts:
    instance:
      ansible_connection: ssh
      ansible_host: 199.19.213.228
      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: rbd
      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: a7011ca2-a685-4edc-a4ee-6b1331bb19e8
        host_id: 46a3119b92b21b95fc3b5fbffd17c6ebf9fffaf9848b0a50b2d8d56a
        interface_ip: 199.19.213.228
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.19.213.228
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.228
        public_ipv6: 2604:e100:1:0:f816:3eff:fe52:1d9d
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: a7011ca2-a685-4edc-a4ee-6b1331bb19e8
        host_id: 46a3119b92b21b95fc3b5fbffd17c6ebf9fffaf9848b0a50b2d8d56a
        interface_ip: 199.19.213.228
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.19.213.228
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.228
        public_ipv6: 2604:e100:1:0:f816:3eff:fe52:1d9d
        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: rbd
    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:stable/2023.1}}
        source: vexxhost/atmosphere/.zuul.yaml@stable/2023.1#17>'
      - '<Job atmosphere-molecule-csi explicit: None implied: {MatchAny:{ImpliedBranchMatcher:stable/2023.1}}
        source: vexxhost/atmosphere/.zuul.yaml@stable/2023.1#53>'
      - '<Job atmosphere-molecule-csi-rbd explicit: None implied: {MatchAny:{ImpliedBranchMatcher:stable/2023.1}}
        source: vexxhost/atmosphere/.zuul.yaml@stable/2023.1#66>'
      - '<Job atmosphere-molecule-csi-rbd explicit: None implied: None source: vexxhost/atmosphere/.zuul.yaml@stable/2023.1#72>'
      ansible_version: '9'
      attempts: 1
      branch: stable/2023.1
      build: 8c5fdb38bf6943e1a27b5f7e8bd9c021
      build_refs:
      - branch: stable/2023.1
        change: '3666'
        change_message: "[Backport stable/2023.1] Use atmosphere.common.secretgen_controller\n\n-
          [x] Resolve galaxy.yml conflict by merging dependency versions (kept stable/2023.1
          versions, added atmosphere.common)\n- [x] Remove secretgen_controller role
          files (README, meta, tasks, templates)\n- [x] Update meta/main.yml files
          to reference atmosphere.common.secretgen_controller\n- [x] Cherry-pick the
          release note commit\n- [x] Remove accidentally committed worktree submodule\n-
          [x] Revert .gitignore changes\n- [x] Complete backport successfully\n\n##
          Summary\n\nSuccessfully backported PR #3656 to stable/2023.1 branch. The
          cherry-pick had conflicts in galaxy.yml due to different dependency versions
          between main and stable/2023.1. Resolved by:\n\n1. Keeping stable/2023.1's
          dependency versions (openstack.cloud: 1.7.0, vexxhost.ceph: >=3.1.2, vexxhost.kubernetes:
          >=2.3.2)\n2. Adding the new atmosphere.common: \">=0.6.0\" dependency\n3.
          Removing the entire roles/secretgen_controller directory\n4. Updating roles/kube_prometheus_stack/meta/main.yml
          and roles/octavia/meta/main.yml to use atmosphere.common.secretgen_controller\n5.
          Including the release note\n\nAll changes match the original PR intent while
          preserving stable/2023.1 compatibility.\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>Backport failed for `stable/2023.1`, because it was unable
          to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
          failed for `stable/2023.1`, because it was unable to cherry-pick the commit(s).\r\n>
          \r\n> Please cherry-pick the changes locally and resolve any conflicts.\r\n>
          ```bash\r\n> git fetch origin stable/2023.1\r\n> git worktree add -d .worktree/backport-3656-to-stable/2023.1
          origin/stable/2023.1\r\n> cd .worktree/backport-3656-to-stable/2023.1\r\n>
          git switch --create backport-3656-to-stable/2023.1\r\n> git cherry-pick
          -x 159bb778550b568eccac13e996eda17a31a0fb24\r\n> ```\r\n> \r\n> _Originally
          posted by @vexxhost-bot in https://github.com/vexxhost/atmosphere/issues/3656#issuecomment-3918150167_\r\n>
          \            </issue_description>\n> \n> ## Comments on the Issue (you are
          @copilot in this section)\n> \n> <comments>\n> </comments>\n> \n\n\n</details>\n\n\n\n<!--
          START COPILOT CODING AGENT SUFFIX -->\n\n- Fixes vexxhost/atmosphere#3662\n\n<!--
          START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4AC We'd love your input!
          Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey).\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3666
        commit_id: cfb297d630fc0380965dd7bd9442ea0e1a858458
        patchset: cfb297d630fc0380965dd7bd9442ea0e1a858458
        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: 3edc79654ff34da4a664d607fdf87cd4
      buildset_refs:
      - branch: stable/2023.1
        change: '3666'
        change_message: "[Backport stable/2023.1] Use atmosphere.common.secretgen_controller\n\n-
          [x] Resolve galaxy.yml conflict by merging dependency versions (kept stable/2023.1
          versions, added atmosphere.common)\n- [x] Remove secretgen_controller role
          files (README, meta, tasks, templates)\n- [x] Update meta/main.yml files
          to reference atmosphere.common.secretgen_controller\n- [x] Cherry-pick the
          release note commit\n- [x] Remove accidentally committed worktree submodule\n-
          [x] Revert .gitignore changes\n- [x] Complete backport successfully\n\n##
          Summary\n\nSuccessfully backported PR #3656 to stable/2023.1 branch. The
          cherry-pick had conflicts in galaxy.yml due to different dependency versions
          between main and stable/2023.1. Resolved by:\n\n1. Keeping stable/2023.1's
          dependency versions (openstack.cloud: 1.7.0, vexxhost.ceph: >=3.1.2, vexxhost.kubernetes:
          >=2.3.2)\n2. Adding the new atmosphere.common: \">=0.6.0\" dependency\n3.
          Removing the entire roles/secretgen_controller directory\n4. Updating roles/kube_prometheus_stack/meta/main.yml
          and roles/octavia/meta/main.yml to use atmosphere.common.secretgen_controller\n5.
          Including the release note\n\nAll changes match the original PR intent while
          preserving stable/2023.1 compatibility.\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>Backport failed for `stable/2023.1`, because it was unable
          to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
          failed for `stable/2023.1`, because it was unable to cherry-pick the commit(s).\r\n>
          \r\n> Please cherry-pick the changes locally and resolve any conflicts.\r\n>
          ```bash\r\n> git fetch origin stable/2023.1\r\n> git worktree add -d .worktree/backport-3656-to-stable/2023.1
          origin/stable/2023.1\r\n> cd .worktree/backport-3656-to-stable/2023.1\r\n>
          git switch --create backport-3656-to-stable/2023.1\r\n> git cherry-pick
          -x 159bb778550b568eccac13e996eda17a31a0fb24\r\n> ```\r\n> \r\n> _Originally
          posted by @vexxhost-bot in https://github.com/vexxhost/atmosphere/issues/3656#issuecomment-3918150167_\r\n>
          \            </issue_description>\n> \n> ## Comments on the Issue (you are
          @copilot in this section)\n> \n> <comments>\n> </comments>\n> \n\n\n</details>\n\n\n\n<!--
          START COPILOT CODING AGENT SUFFIX -->\n\n- Fixes vexxhost/atmosphere#3662\n\n<!--
          START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4AC We'd love your input!
          Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey).\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3666
        commit_id: cfb297d630fc0380965dd7bd9442ea0e1a858458
        patchset: cfb297d630fc0380965dd7bd9442ea0e1a858458
        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: '3666'
      change_message: "[Backport stable/2023.1] Use atmosphere.common.secretgen_controller\n\n-
        [x] Resolve galaxy.yml conflict by merging dependency versions (kept stable/2023.1
        versions, added atmosphere.common)\n- [x] Remove secretgen_controller role
        files (README, meta, tasks, templates)\n- [x] Update meta/main.yml files to
        reference atmosphere.common.secretgen_controller\n- [x] Cherry-pick the release
        note commit\n- [x] Remove accidentally committed worktree submodule\n- [x]
        Revert .gitignore changes\n- [x] Complete backport successfully\n\n## Summary\n\nSuccessfully
        backported PR #3656 to stable/2023.1 branch. The cherry-pick had conflicts
        in galaxy.yml due to different dependency versions between main and stable/2023.1.
        Resolved by:\n\n1. Keeping stable/2023.1's dependency versions (openstack.cloud:
        1.7.0, vexxhost.ceph: >=3.1.2, vexxhost.kubernetes: >=2.3.2)\n2. Adding the
        new atmosphere.common: \">=0.6.0\" dependency\n3. Removing the entire roles/secretgen_controller
        directory\n4. Updating roles/kube_prometheus_stack/meta/main.yml and roles/octavia/meta/main.yml
        to use atmosphere.common.secretgen_controller\n5. Including the release note\n\nAll
        changes match the original PR intent while preserving stable/2023.1 compatibility.\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>Backport failed for `stable/2023.1`, because it was unable
        to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
        failed for `stable/2023.1`, because it was unable to cherry-pick the commit(s).\r\n>
        \r\n> Please cherry-pick the changes locally and resolve any conflicts.\r\n>
        ```bash\r\n> git fetch origin stable/2023.1\r\n> git worktree add -d .worktree/backport-3656-to-stable/2023.1
        origin/stable/2023.1\r\n> cd .worktree/backport-3656-to-stable/2023.1\r\n>
        git switch --create backport-3656-to-stable/2023.1\r\n> git cherry-pick -x
        159bb778550b568eccac13e996eda17a31a0fb24\r\n> ```\r\n> \r\n> _Originally posted
        by @vexxhost-bot in https://github.com/vexxhost/atmosphere/issues/3656#issuecomment-3918150167_\r\n>
        \            </issue_description>\n> \n> ## Comments on the Issue (you are
        @copilot in this section)\n> \n> <comments>\n> </comments>\n> \n\n\n</details>\n\n\n\n<!--
        START COPILOT CODING AGENT SUFFIX -->\n\n- Fixes vexxhost/atmosphere#3662\n\n<!--
        START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4AC We'd love your input!
        Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey).\n"
      change_url: https://github.com/vexxhost/atmosphere/pull/3666
      child_jobs: []
      commit_id: cfb297d630fc0380965dd7bd9442ea0e1a858458
      event_id: 94b7c580-0c73-11f1-86d3-1a4d4fbf8650
      executor:
        hostname: 3a2793d2bd32
        inventory_file: /var/lib/zuul/builds/8c5fdb38bf6943e1a27b5f7e8bd9c021/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/8c5fdb38bf6943e1a27b5f7e8bd9c021/work/logs
        result_data_file: /var/lib/zuul/builds/8c5fdb38bf6943e1a27b5f7e8bd9c021/work/results.json
        src_root: /var/lib/zuul/builds/8c5fdb38bf6943e1a27b5f7e8bd9c021/work/src
        work_root: /var/lib/zuul/builds/8c5fdb38bf6943e1a27b5f7e8bd9c021/work
      include_vars: []
      items:
      - branch: stable/2023.1
        change: '3666'
        change_message: "[Backport stable/2023.1] Use atmosphere.common.secretgen_controller\n\n-
          [x] Resolve galaxy.yml conflict by merging dependency versions (kept stable/2023.1
          versions, added atmosphere.common)\n- [x] Remove secretgen_controller role
          files (README, meta, tasks, templates)\n- [x] Update meta/main.yml files
          to reference atmosphere.common.secretgen_controller\n- [x] Cherry-pick the
          release note commit\n- [x] Remove accidentally committed worktree submodule\n-
          [x] Revert .gitignore changes\n- [x] Complete backport successfully\n\n##
          Summary\n\nSuccessfully backported PR #3656 to stable/2023.1 branch. The
          cherry-pick had conflicts in galaxy.yml due to different dependency versions
          between main and stable/2023.1. Resolved by:\n\n1. Keeping stable/2023.1's
          dependency versions (openstack.cloud: 1.7.0, vexxhost.ceph: >=3.1.2, vexxhost.kubernetes:
          >=2.3.2)\n2. Adding the new atmosphere.common: \">=0.6.0\" dependency\n3.
          Removing the entire roles/secretgen_controller directory\n4. Updating roles/kube_prometheus_stack/meta/main.yml
          and roles/octavia/meta/main.yml to use atmosphere.common.secretgen_controller\n5.
          Including the release note\n\nAll changes match the original PR intent while
          preserving stable/2023.1 compatibility.\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>Backport failed for `stable/2023.1`, because it was unable
          to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
          failed for `stable/2023.1`, because it was unable to cherry-pick the commit(s).\r\n>
          \r\n> Please cherry-pick the changes locally and resolve any conflicts.\r\n>
          ```bash\r\n> git fetch origin stable/2023.1\r\n> git worktree add -d .worktree/backport-3656-to-stable/2023.1
          origin/stable/2023.1\r\n> cd .worktree/backport-3656-to-stable/2023.1\r\n>
          git switch --create backport-3656-to-stable/2023.1\r\n> git cherry-pick
          -x 159bb778550b568eccac13e996eda17a31a0fb24\r\n> ```\r\n> \r\n> _Originally
          posted by @vexxhost-bot in https://github.com/vexxhost/atmosphere/issues/3656#issuecomment-3918150167_\r\n>
          \            </issue_description>\n> \n> ## Comments on the Issue (you are
          @copilot in this section)\n> \n> <comments>\n> </comments>\n> \n\n\n</details>\n\n\n\n<!--
          START COPILOT CODING AGENT SUFFIX -->\n\n- Fixes vexxhost/atmosphere#3662\n\n<!--
          START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4AC We'd love your input!
          Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey).\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3666
        commit_id: cfb297d630fc0380965dd7bd9442ea0e1a858458
        patchset: cfb297d630fc0380965dd7bd9442ea0e1a858458
        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-rbd
      jobtags: []
      max_attempts: 3
      message: W0JhY2twb3J0IHN0YWJsZS8yMDIzLjFdIFVzZSBhdG1vc3BoZXJlLmNvbW1vbi5zZWNyZXRnZW5fY29udHJvbGxlcgoKLSBbeF0gUmVzb2x2ZSBnYWxheHkueW1sIGNvbmZsaWN0IGJ5IG1lcmdpbmcgZGVwZW5kZW5jeSB2ZXJzaW9ucyAoa2VwdCBzdGFibGUvMjAyMy4xIHZlcnNpb25zLCBhZGRlZCBhdG1vc3BoZXJlLmNvbW1vbikKLSBbeF0gUmVtb3ZlIHNlY3JldGdlbl9jb250cm9sbGVyIHJvbGUgZmlsZXMgKFJFQURNRSwgbWV0YSwgdGFza3MsIHRlbXBsYXRlcykKLSBbeF0gVXBkYXRlIG1ldGEvbWFpbi55bWwgZmlsZXMgdG8gcmVmZXJlbmNlIGF0bW9zcGhlcmUuY29tbW9uLnNlY3JldGdlbl9jb250cm9sbGVyCi0gW3hdIENoZXJyeS1waWNrIHRoZSByZWxlYXNlIG5vdGUgY29tbWl0Ci0gW3hdIFJlbW92ZSBhY2NpZGVudGFsbHkgY29tbWl0dGVkIHdvcmt0cmVlIHN1Ym1vZHVsZQotIFt4XSBSZXZlcnQgLmdpdGlnbm9yZSBjaGFuZ2VzCi0gW3hdIENvbXBsZXRlIGJhY2twb3J0IHN1Y2Nlc3NmdWxseQoKIyMgU3VtbWFyeQoKU3VjY2Vzc2Z1bGx5IGJhY2twb3J0ZWQgUFIgIzM2NTYgdG8gc3RhYmxlLzIwMjMuMSBicmFuY2guIFRoZSBjaGVycnktcGljayBoYWQgY29uZmxpY3RzIGluIGdhbGF4eS55bWwgZHVlIHRvIGRpZmZlcmVudCBkZXBlbmRlbmN5IHZlcnNpb25zIGJldHdlZW4gbWFpbiBhbmQgc3RhYmxlLzIwMjMuMS4gUmVzb2x2ZWQgYnk6CgoxLiBLZWVwaW5nIHN0YWJsZS8yMDIzLjEncyBkZXBlbmRlbmN5IHZlcnNpb25zIChvcGVuc3RhY2suY2xvdWQ6IDEuNy4wLCB2ZXh4aG9zdC5jZXBoOiA+PTMuMS4yLCB2ZXh4aG9zdC5rdWJlcm5ldGVzOiA+PTIuMy4yKQoyLiBBZGRpbmcgdGhlIG5ldyBhdG1vc3BoZXJlLmNvbW1vbjogIj49MC42LjAiIGRlcGVuZGVuY3kKMy4gUmVtb3ZpbmcgdGhlIGVudGlyZSByb2xlcy9zZWNyZXRnZW5fY29udHJvbGxlciBkaXJlY3RvcnkKNC4gVXBkYXRpbmcgcm9sZXMva3ViZV9wcm9tZXRoZXVzX3N0YWNrL21ldGEvbWFpbi55bWwgYW5kIHJvbGVzL29jdGF2aWEvbWV0YS9tYWluLnltbCB0byB1c2UgYXRtb3NwaGVyZS5jb21tb24uc2VjcmV0Z2VuX2NvbnRyb2xsZXIKNS4gSW5jbHVkaW5nIHRoZSByZWxlYXNlIG5vdGUKCkFsbCBjaGFuZ2VzIG1hdGNoIHRoZSBvcmlnaW5hbCBQUiBpbnRlbnQgd2hpbGUgcHJlc2VydmluZyBzdGFibGUvMjAyMy4xIGNvbXBhdGliaWxpdHkuCgo8IS0tIFNUQVJUIENPUElMT1QgT1JJR0lOQUwgUFJPTVBUIC0tPgoKCgo8ZGV0YWlscz4KCjxzdW1tYXJ5Pk9yaWdpbmFsIHByb21wdDwvc3VtbWFyeT4KCj4gCj4gLS0tLQo+IAo+ICpUaGlzIHNlY3Rpb24gZGV0YWlscyBvbiB0aGUgb3JpZ2luYWwgaXNzdWUgeW91IHNob3VsZCByZXNvbHZlKgo+IAo+IDxpc3N1ZV90aXRsZT5CYWNrcG9ydCBmYWlsZWQgZm9yIGBzdGFibGUvMjAyMy4xYCwgYmVjYXVzZSBpdCB3YXMgdW5hYmxlIHRvIGNoZXJyeS1waWNrIHRoZSBjb21taXQocykuPC9pc3N1ZV90aXRsZT4KPiA8aXNzdWVfZGVzY3JpcHRpb24+QmFja3BvcnQgZmFpbGVkIGZvciBgc3RhYmxlLzIwMjMuMWAsIGJlY2F1c2UgaXQgd2FzIHVuYWJsZSB0byBjaGVycnktcGljayB0aGUgY29tbWl0KHMpLg0KPiANCj4gUGxlYXNlIGNoZXJyeS1waWNrIHRoZSBjaGFuZ2VzIGxvY2FsbHkgYW5kIHJlc29sdmUgYW55IGNvbmZsaWN0cy4NCj4gYGBgYmFzaA0KPiBnaXQgZmV0Y2ggb3JpZ2luIHN0YWJsZS8yMDIzLjENCj4gZ2l0IHdvcmt0cmVlIGFkZCAtZCAud29ya3RyZWUvYmFja3BvcnQtMzY1Ni10by1zdGFibGUvMjAyMy4xIG9yaWdpbi9zdGFibGUvMjAyMy4xDQo+IGNkIC53b3JrdHJlZS9iYWNrcG9ydC0zNjU2LXRvLXN0YWJsZS8yMDIzLjENCj4gZ2l0IHN3aXRjaCAtLWNyZWF0ZSBiYWNrcG9ydC0zNjU2LXRvLXN0YWJsZS8yMDIzLjENCj4gZ2l0IGNoZXJyeS1waWNrIC14IDE1OWJiNzc4NTUwYjU2OGVjY2FjMTNlOTk2ZWRhMTdhMzFhMGZiMjQNCj4gYGBgDQo+IA0KPiBfT3JpZ2luYWxseSBwb3N0ZWQgYnkgQHZleHhob3N0LWJvdCBpbiBodHRwczovL2dpdGh1Yi5jb20vdmV4eGhvc3QvYXRtb3NwaGVyZS9pc3N1ZXMvMzY1NiNpc3N1ZWNvbW1lbnQtMzkxODE1MDE2N18NCj4gICAgICAgICAgICAgPC9pc3N1ZV9kZXNjcmlwdGlvbj4KPiAKPiAjIyBDb21tZW50cyBvbiB0aGUgSXNzdWUgKHlvdSBhcmUgQGNvcGlsb3QgaW4gdGhpcyBzZWN0aW9uKQo+IAo+IDxjb21tZW50cz4KPiA8L2NvbW1lbnRzPgo+IAoKCjwvZGV0YWlscz4KCgoKPCEtLSBTVEFSVCBDT1BJTE9UIENPRElORyBBR0VOVCBTVUZGSVggLS0+CgotIEZpeGVzIHZleHhob3N0L2F0bW9zcGhlcmUjMzY2MgoKPCEtLSBTVEFSVCBDT1BJTE9UIENPRElORyBBR0VOVCBUSVBTIC0tPgotLS0KCvCfkqwgV2UnZCBsb3ZlIHlvdXIgaW5wdXQhIFNoYXJlIHlvdXIgdGhvdWdodHMgb24gQ29waWxvdCBjb2RpbmcgYWdlbnQgaW4gb3VyIFsyIG1pbnV0ZSBzdXJ2ZXldKGh0dHBzOi8vZ2guaW8vY29waWxvdC1jb2RpbmctYWdlbnQtc3VydmV5KS4K
      patchset: cfb297d630fc0380965dd7bd9442ea0e1a858458
      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: 571c0efa3491d12ecb8fc1169c510716d55c0fc2
          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: 571c0efa3491d12ecb8fc1169c510716d55c0fc2
          untrusted/project_3/github.com/vexxhost/atmosphere:
            canonical_name: github.com/vexxhost/atmosphere
            checkout: stable/2023.1
            commit: cfb297d630fc0380965dd7bd9442ea0e1a858458
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: de768d35e689e9f68bef0bf3029725ba685fa28f
        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: stable/2023.1
          checkout_description: zuul branch
          commit: cfb297d630fc0380965dd7bd9442ea0e1a858458
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
      ref: refs/pull/3666/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
