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.181
      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: 03d7d6dd-bb94-4628-8488-59f977b5d66d
        host_id: f65535b9871d01a5cee8ece1826b232b808f65cb7b3c2fb89f8c9325
        interface_ip: 199.19.213.181
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.19.213.181
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.181
        public_ipv6: 2604:e100:1:0:f816:3eff:fe5c:f5e5
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 03d7d6dd-bb94-4628-8488-59f977b5d66d
        host_id: f65535b9871d01a5cee8ece1826b232b808f65cb7b3c2fb89f8c9325
        interface_ip: 199.19.213.181
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.19.213.181
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.181
        public_ipv6: 2604:e100:1:0:f816:3eff:fe5c:f5e5
        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:stable/zed}}
        source: vexxhost/atmosphere/.zuul.yaml@stable/zed#17>'
      - '<Job atmosphere-molecule-csi explicit: None implied: {MatchAny:{ImpliedBranchMatcher:stable/zed}}
        source: vexxhost/atmosphere/.zuul.yaml@stable/zed#53>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:stable/zed}} source: vexxhost/atmosphere/.zuul.yaml@stable/zed#60>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        None source: vexxhost/atmosphere/.zuul.yaml@stable/zed#72>'
      ansible_version: '9'
      attempts: 1
      branch: stable/zed
      build: 8b294270db444e44990b5f2515a0677d
      build_refs:
      - branch: stable/zed
        change: '3667'
        change_message: "Backport PR #3656 to stable/zed: use atmosphere.common.secretgen_controller\n\nManual
          backport of PR #3656 which failed automated cherry-pick due to dependency
          version conflicts in `galaxy.yml` and deleted file conflicts in `roles/secretgen_controller/`.\n\n##
          Changes\n\n- **galaxy.yml**: Add `atmosphere.common: \">=0.6.0\"` dependency
          while preserving stable/zed versions (openstack.cloud 1.7.0, vexxhost.ceph
          >=3.1.2, vexxhost.kubernetes >=2.3.2)\n- **roles/kube_prometheus_stack/meta/main.yml**
          and **roles/octavia/meta/main.yml**: Replace local `secretgen_controller`
          role with `atmosphere.common.secretgen_controller`, passing pinned image
          via `secretgen_controller_image` variable\n- **roles/secretgen_controller/**:
          Delete entire directory (955 lines removed)\n- **releasenotes/notes/**:
          Add migration note\n\n## Conflict Resolution\n\nThe cherry-pick from main
          required resolving:\n- Dependency version matrix differences between main
          and stable/zed in galaxy.yml\n- Modify/delete conflict for `roles/secretgen_controller/templates/release.yml.tpl`
          (file existed in stable/zed with local modifications)\n\nNet: -941 lines.
          Eliminates per-branch maintenance of secretgen_controller role.\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/zed`,
          because it was unable to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
          failed for `stable/zed`, 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/zed\r\n> git worktree add -d .worktree/backport-3656-to-stable/zed
          origin/stable/zed\r\n> cd .worktree/backport-3656-to-stable/zed\r\n> git
          switch --create backport-3656-to-stable/zed\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-3918150116_\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#3663\n\n<!--
          START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4A1 You can make Copilot
          smarter by setting up custom instructions, customizing its development environment
          and configuring Model Context Protocol (MCP) servers. Learn more [Copilot
          coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs."
        change_url: https://github.com/vexxhost/atmosphere/pull/3667
        commit_id: e8391cdada1b5b249045ad5f918da58eaa779c9e
        patchset: e8391cdada1b5b249045ad5f918da58eaa779c9e
        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: 3b07971ca4a14bd4815af713e1da1dbf
      buildset_refs:
      - branch: stable/zed
        change: '3667'
        change_message: "Backport PR #3656 to stable/zed: use atmosphere.common.secretgen_controller\n\nManual
          backport of PR #3656 which failed automated cherry-pick due to dependency
          version conflicts in `galaxy.yml` and deleted file conflicts in `roles/secretgen_controller/`.\n\n##
          Changes\n\n- **galaxy.yml**: Add `atmosphere.common: \">=0.6.0\"` dependency
          while preserving stable/zed versions (openstack.cloud 1.7.0, vexxhost.ceph
          >=3.1.2, vexxhost.kubernetes >=2.3.2)\n- **roles/kube_prometheus_stack/meta/main.yml**
          and **roles/octavia/meta/main.yml**: Replace local `secretgen_controller`
          role with `atmosphere.common.secretgen_controller`, passing pinned image
          via `secretgen_controller_image` variable\n- **roles/secretgen_controller/**:
          Delete entire directory (955 lines removed)\n- **releasenotes/notes/**:
          Add migration note\n\n## Conflict Resolution\n\nThe cherry-pick from main
          required resolving:\n- Dependency version matrix differences between main
          and stable/zed in galaxy.yml\n- Modify/delete conflict for `roles/secretgen_controller/templates/release.yml.tpl`
          (file existed in stable/zed with local modifications)\n\nNet: -941 lines.
          Eliminates per-branch maintenance of secretgen_controller role.\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/zed`,
          because it was unable to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
          failed for `stable/zed`, 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/zed\r\n> git worktree add -d .worktree/backport-3656-to-stable/zed
          origin/stable/zed\r\n> cd .worktree/backport-3656-to-stable/zed\r\n> git
          switch --create backport-3656-to-stable/zed\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-3918150116_\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#3663\n\n<!--
          START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4A1 You can make Copilot
          smarter by setting up custom instructions, customizing its development environment
          and configuring Model Context Protocol (MCP) servers. Learn more [Copilot
          coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs."
        change_url: https://github.com/vexxhost/atmosphere/pull/3667
        commit_id: e8391cdada1b5b249045ad5f918da58eaa779c9e
        patchset: e8391cdada1b5b249045ad5f918da58eaa779c9e
        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: '3667'
      change_message: "Backport PR #3656 to stable/zed: use atmosphere.common.secretgen_controller\n\nManual
        backport of PR #3656 which failed automated cherry-pick due to dependency
        version conflicts in `galaxy.yml` and deleted file conflicts in `roles/secretgen_controller/`.\n\n##
        Changes\n\n- **galaxy.yml**: Add `atmosphere.common: \">=0.6.0\"` dependency
        while preserving stable/zed versions (openstack.cloud 1.7.0, vexxhost.ceph
        >=3.1.2, vexxhost.kubernetes >=2.3.2)\n- **roles/kube_prometheus_stack/meta/main.yml**
        and **roles/octavia/meta/main.yml**: Replace local `secretgen_controller`
        role with `atmosphere.common.secretgen_controller`, passing pinned image via
        `secretgen_controller_image` variable\n- **roles/secretgen_controller/**:
        Delete entire directory (955 lines removed)\n- **releasenotes/notes/**: Add
        migration note\n\n## Conflict Resolution\n\nThe cherry-pick from main required
        resolving:\n- Dependency version matrix differences between main and stable/zed
        in galaxy.yml\n- Modify/delete conflict for `roles/secretgen_controller/templates/release.yml.tpl`
        (file existed in stable/zed with local modifications)\n\nNet: -941 lines.
        Eliminates per-branch maintenance of secretgen_controller role.\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/zed`, because it was unable to
        cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport failed
        for `stable/zed`, 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/zed\r\n> git worktree add -d .worktree/backport-3656-to-stable/zed
        origin/stable/zed\r\n> cd .worktree/backport-3656-to-stable/zed\r\n> git switch
        --create backport-3656-to-stable/zed\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-3918150116_\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#3663\n\n<!--
        START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4A1 You can make Copilot
        smarter by setting up custom instructions, customizing its development environment
        and configuring Model Context Protocol (MCP) servers. Learn more [Copilot
        coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs."
      change_url: https://github.com/vexxhost/atmosphere/pull/3667
      child_jobs: []
      commit_id: e8391cdada1b5b249045ad5f918da58eaa779c9e
      event_id: a7e9d2c0-0c72-11f1-9406-1f2d5834b5a1
      executor:
        hostname: 3a2793d2bd32
        inventory_file: /var/lib/zuul/builds/8b294270db444e44990b5f2515a0677d/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/8b294270db444e44990b5f2515a0677d/work/logs
        result_data_file: /var/lib/zuul/builds/8b294270db444e44990b5f2515a0677d/work/results.json
        src_root: /var/lib/zuul/builds/8b294270db444e44990b5f2515a0677d/work/src
        work_root: /var/lib/zuul/builds/8b294270db444e44990b5f2515a0677d/work
      include_vars: []
      items:
      - branch: stable/zed
        change: '3667'
        change_message: "Backport PR #3656 to stable/zed: use atmosphere.common.secretgen_controller\n\nManual
          backport of PR #3656 which failed automated cherry-pick due to dependency
          version conflicts in `galaxy.yml` and deleted file conflicts in `roles/secretgen_controller/`.\n\n##
          Changes\n\n- **galaxy.yml**: Add `atmosphere.common: \">=0.6.0\"` dependency
          while preserving stable/zed versions (openstack.cloud 1.7.0, vexxhost.ceph
          >=3.1.2, vexxhost.kubernetes >=2.3.2)\n- **roles/kube_prometheus_stack/meta/main.yml**
          and **roles/octavia/meta/main.yml**: Replace local `secretgen_controller`
          role with `atmosphere.common.secretgen_controller`, passing pinned image
          via `secretgen_controller_image` variable\n- **roles/secretgen_controller/**:
          Delete entire directory (955 lines removed)\n- **releasenotes/notes/**:
          Add migration note\n\n## Conflict Resolution\n\nThe cherry-pick from main
          required resolving:\n- Dependency version matrix differences between main
          and stable/zed in galaxy.yml\n- Modify/delete conflict for `roles/secretgen_controller/templates/release.yml.tpl`
          (file existed in stable/zed with local modifications)\n\nNet: -941 lines.
          Eliminates per-branch maintenance of secretgen_controller role.\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/zed`,
          because it was unable to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
          failed for `stable/zed`, 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/zed\r\n> git worktree add -d .worktree/backport-3656-to-stable/zed
          origin/stable/zed\r\n> cd .worktree/backport-3656-to-stable/zed\r\n> git
          switch --create backport-3656-to-stable/zed\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-3918150116_\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#3663\n\n<!--
          START COPILOT CODING AGENT TIPS -->\n---\n\n\U0001F4A1 You can make Copilot
          smarter by setting up custom instructions, customizing its development environment
          and configuring Model Context Protocol (MCP) servers. Learn more [Copilot
          coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs."
        change_url: https://github.com/vexxhost/atmosphere/pull/3667
        commit_id: e8391cdada1b5b249045ad5f918da58eaa779c9e
        patchset: e8391cdada1b5b249045ad5f918da58eaa779c9e
        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: QmFja3BvcnQgUFIgIzM2NTYgdG8gc3RhYmxlL3plZDogdXNlIGF0bW9zcGhlcmUuY29tbW9uLnNlY3JldGdlbl9jb250cm9sbGVyCgpNYW51YWwgYmFja3BvcnQgb2YgUFIgIzM2NTYgd2hpY2ggZmFpbGVkIGF1dG9tYXRlZCBjaGVycnktcGljayBkdWUgdG8gZGVwZW5kZW5jeSB2ZXJzaW9uIGNvbmZsaWN0cyBpbiBgZ2FsYXh5LnltbGAgYW5kIGRlbGV0ZWQgZmlsZSBjb25mbGljdHMgaW4gYHJvbGVzL3NlY3JldGdlbl9jb250cm9sbGVyL2AuCgojIyBDaGFuZ2VzCgotICoqZ2FsYXh5LnltbCoqOiBBZGQgYGF0bW9zcGhlcmUuY29tbW9uOiAiPj0wLjYuMCJgIGRlcGVuZGVuY3kgd2hpbGUgcHJlc2VydmluZyBzdGFibGUvemVkIHZlcnNpb25zIChvcGVuc3RhY2suY2xvdWQgMS43LjAsIHZleHhob3N0LmNlcGggPj0zLjEuMiwgdmV4eGhvc3Qua3ViZXJuZXRlcyA+PTIuMy4yKQotICoqcm9sZXMva3ViZV9wcm9tZXRoZXVzX3N0YWNrL21ldGEvbWFpbi55bWwqKiBhbmQgKipyb2xlcy9vY3RhdmlhL21ldGEvbWFpbi55bWwqKjogUmVwbGFjZSBsb2NhbCBgc2VjcmV0Z2VuX2NvbnRyb2xsZXJgIHJvbGUgd2l0aCBgYXRtb3NwaGVyZS5jb21tb24uc2VjcmV0Z2VuX2NvbnRyb2xsZXJgLCBwYXNzaW5nIHBpbm5lZCBpbWFnZSB2aWEgYHNlY3JldGdlbl9jb250cm9sbGVyX2ltYWdlYCB2YXJpYWJsZQotICoqcm9sZXMvc2VjcmV0Z2VuX2NvbnRyb2xsZXIvKio6IERlbGV0ZSBlbnRpcmUgZGlyZWN0b3J5ICg5NTUgbGluZXMgcmVtb3ZlZCkKLSAqKnJlbGVhc2Vub3Rlcy9ub3Rlcy8qKjogQWRkIG1pZ3JhdGlvbiBub3RlCgojIyBDb25mbGljdCBSZXNvbHV0aW9uCgpUaGUgY2hlcnJ5LXBpY2sgZnJvbSBtYWluIHJlcXVpcmVkIHJlc29sdmluZzoKLSBEZXBlbmRlbmN5IHZlcnNpb24gbWF0cml4IGRpZmZlcmVuY2VzIGJldHdlZW4gbWFpbiBhbmQgc3RhYmxlL3plZCBpbiBnYWxheHkueW1sCi0gTW9kaWZ5L2RlbGV0ZSBjb25mbGljdCBmb3IgYHJvbGVzL3NlY3JldGdlbl9jb250cm9sbGVyL3RlbXBsYXRlcy9yZWxlYXNlLnltbC50cGxgIChmaWxlIGV4aXN0ZWQgaW4gc3RhYmxlL3plZCB3aXRoIGxvY2FsIG1vZGlmaWNhdGlvbnMpCgpOZXQ6IC05NDEgbGluZXMuIEVsaW1pbmF0ZXMgcGVyLWJyYW5jaCBtYWludGVuYW5jZSBvZiBzZWNyZXRnZW5fY29udHJvbGxlciByb2xlLgoKPCEtLSBTVEFSVCBDT1BJTE9UIE9SSUdJTkFMIFBST01QVCAtLT4KCgoKPGRldGFpbHM+Cgo8c3VtbWFyeT5PcmlnaW5hbCBwcm9tcHQ8L3N1bW1hcnk+Cgo+IAo+IC0tLS0KPiAKPiAqVGhpcyBzZWN0aW9uIGRldGFpbHMgb24gdGhlIG9yaWdpbmFsIGlzc3VlIHlvdSBzaG91bGQgcmVzb2x2ZSoKPiAKPiA8aXNzdWVfdGl0bGU+QmFja3BvcnQgZmFpbGVkIGZvciBgc3RhYmxlL3plZGAsIGJlY2F1c2UgaXQgd2FzIHVuYWJsZSB0byBjaGVycnktcGljayB0aGUgY29tbWl0KHMpLjwvaXNzdWVfdGl0bGU+Cj4gPGlzc3VlX2Rlc2NyaXB0aW9uPkJhY2twb3J0IGZhaWxlZCBmb3IgYHN0YWJsZS96ZWRgLCBiZWNhdXNlIGl0IHdhcyB1bmFibGUgdG8gY2hlcnJ5LXBpY2sgdGhlIGNvbW1pdChzKS4NCj4gDQo+IFBsZWFzZSBjaGVycnktcGljayB0aGUgY2hhbmdlcyBsb2NhbGx5IGFuZCByZXNvbHZlIGFueSBjb25mbGljdHMuDQo+IGBgYGJhc2gNCj4gZ2l0IGZldGNoIG9yaWdpbiBzdGFibGUvemVkDQo+IGdpdCB3b3JrdHJlZSBhZGQgLWQgLndvcmt0cmVlL2JhY2twb3J0LTM2NTYtdG8tc3RhYmxlL3plZCBvcmlnaW4vc3RhYmxlL3plZA0KPiBjZCAud29ya3RyZWUvYmFja3BvcnQtMzY1Ni10by1zdGFibGUvemVkDQo+IGdpdCBzd2l0Y2ggLS1jcmVhdGUgYmFja3BvcnQtMzY1Ni10by1zdGFibGUvemVkDQo+IGdpdCBjaGVycnktcGljayAteCAxNTliYjc3ODU1MGI1NjhlY2NhYzEzZTk5NmVkYTE3YTMxYTBmYjI0DQo+IGBgYA0KPiANCj4gX09yaWdpbmFsbHkgcG9zdGVkIGJ5IEB2ZXh4aG9zdC1ib3QgaW4gaHR0cHM6Ly9naXRodWIuY29tL3ZleHhob3N0L2F0bW9zcGhlcmUvaXNzdWVzLzM2NTYjaXNzdWVjb21tZW50LTM5MTgxNTAxMTZfDQo+ICAgICAgICAgICAgIDwvaXNzdWVfZGVzY3JpcHRpb24+Cj4gCj4gIyMgQ29tbWVudHMgb24gdGhlIElzc3VlICh5b3UgYXJlIEBjb3BpbG90IGluIHRoaXMgc2VjdGlvbikKPiAKPiA8Y29tbWVudHM+Cj4gPC9jb21tZW50cz4KPiAKCgo8L2RldGFpbHM+CgoKCjwhLS0gU1RBUlQgQ09QSUxPVCBDT0RJTkcgQUdFTlQgU1VGRklYIC0tPgoKLSBGaXhlcyB2ZXh4aG9zdC9hdG1vc3BoZXJlIzM2NjMKCjwhLS0gU1RBUlQgQ09QSUxPVCBDT0RJTkcgQUdFTlQgVElQUyAtLT4KLS0tCgrwn5KhIFlvdSBjYW4gbWFrZSBDb3BpbG90IHNtYXJ0ZXIgYnkgc2V0dGluZyB1cCBjdXN0b20gaW5zdHJ1Y3Rpb25zLCBjdXN0b21pemluZyBpdHMgZGV2ZWxvcG1lbnQgZW52aXJvbm1lbnQgYW5kIGNvbmZpZ3VyaW5nIE1vZGVsIENvbnRleHQgUHJvdG9jb2wgKE1DUCkgc2VydmVycy4gTGVhcm4gbW9yZSBbQ29waWxvdCBjb2RpbmcgYWdlbnQgdGlwc10oaHR0cHM6Ly9naC5pby9jb3BpbG90LWNvZGluZy1hZ2VudC10aXBzKSBpbiB0aGUgZG9jcy4=
      patchset: e8391cdada1b5b249045ad5f918da58eaa779c9e
      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/zed
            commit: e8391cdada1b5b249045ad5f918da58eaa779c9e
          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/zed
          checkout_description: zuul branch
          commit: e8391cdada1b5b249045ad5f918da58eaa779c9e
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
      ref: refs/pull/3667/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
