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.213
      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: 588957b6-b7f2-4a89-b256-c88beb896907
        host_id: be92abac58cdf319c41ec3044bb265315879370c10aa7110cfdbfb5f
        interface_ip: 199.19.213.213
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.19.213.213
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.213
        public_ipv6: 2604:e100:1:0:f816:3eff:feed:f269
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 588957b6-b7f2-4a89-b256-c88beb896907
        host_id: be92abac58cdf319c41ec3044bb265315879370c10aa7110cfdbfb5f
        interface_ip: 199.19.213.213
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.19.213.213
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.213
        public_ipv6: 2604:e100:1:0:f816:3eff:feed:f269
        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/2023.2}}
        source: vexxhost/atmosphere/.zuul.yaml@stable/2023.2#17>'
      - '<Job atmosphere-molecule-csi explicit: None implied: {MatchAny:{ImpliedBranchMatcher:stable/2023.2}}
        source: vexxhost/atmosphere/.zuul.yaml@stable/2023.2#53>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:stable/2023.2}} source: vexxhost/atmosphere/.zuul.yaml@stable/2023.2#60>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        None source: vexxhost/atmosphere/.zuul.yaml@stable/2023.2#72>'
      ansible_version: '9'
      attempts: 1
      branch: stable/2023.2
      build: 027d34856a6c40e4a3425c479c06f955
      build_refs:
      - branch: stable/2023.2
        change: '3665'
        change_message: "[Backport stable/2023.2] Use atmosphere.common.secretgen_controller\n\nBackport
          of #3656 to stable/2023.2. Automated cherry-pick failed due to dependency
          version conflict in `galaxy.yml`.\n\n## Changes\n\n- **galaxy.yml**: Added
          `atmosphere.common >= 0.6.0` dependency while preserving stable/2023.2 versions
          of `vexxhost.ceph` (3.1.2) and `vexxhost.kubernetes` (2.3.2)\n- **roles/{kube_prometheus_stack,octavia}/meta/main.yml**:
          Updated to use `atmosphere.common.secretgen_controller` with image passthrough
          from `atmosphere_images`\n- **roles/secretgen_controller/**: Removed local
          role implementation (955 lines)\n\n## Conflict Resolution\n\n```yaml\n#
          stable/2023.2 galaxy.yml dependencies\ndependencies:\n  openstack.cloud:
          \">=2.0.0\"\n  vexxhost.ceph: \">=3.1.2\"              # Kept stable branch
          version\n  atmosphere.common: \">=0.6.0\"          # Added from main\n  vexxhost.kubernetes:
          \">=2.3.2\"        # Kept stable branch version\n```\n\nThis eliminates
          the need to backport secretgen-controller changes across release branches.\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.2`,
          because it was unable to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
          failed for `stable/2023.2`, 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.2\r\n> git worktree add -d .worktree/backport-3656-to-stable/2023.2
          origin/stable/2023.2\r\n> cd .worktree/backport-3656-to-stable/2023.2\r\n>
          git switch --create backport-3656-to-stable/2023.2\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-3918150211_\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#3661\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/3665
        commit_id: 3e3e9bf6687108de59f025eb3e9219e38001a0b2
        patchset: 3e3e9bf6687108de59f025eb3e9219e38001a0b2
        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: bdbb564f9c3d4b42b11e2e92930bb79f
      buildset_refs:
      - branch: stable/2023.2
        change: '3665'
        change_message: "[Backport stable/2023.2] Use atmosphere.common.secretgen_controller\n\nBackport
          of #3656 to stable/2023.2. Automated cherry-pick failed due to dependency
          version conflict in `galaxy.yml`.\n\n## Changes\n\n- **galaxy.yml**: Added
          `atmosphere.common >= 0.6.0` dependency while preserving stable/2023.2 versions
          of `vexxhost.ceph` (3.1.2) and `vexxhost.kubernetes` (2.3.2)\n- **roles/{kube_prometheus_stack,octavia}/meta/main.yml**:
          Updated to use `atmosphere.common.secretgen_controller` with image passthrough
          from `atmosphere_images`\n- **roles/secretgen_controller/**: Removed local
          role implementation (955 lines)\n\n## Conflict Resolution\n\n```yaml\n#
          stable/2023.2 galaxy.yml dependencies\ndependencies:\n  openstack.cloud:
          \">=2.0.0\"\n  vexxhost.ceph: \">=3.1.2\"              # Kept stable branch
          version\n  atmosphere.common: \">=0.6.0\"          # Added from main\n  vexxhost.kubernetes:
          \">=2.3.2\"        # Kept stable branch version\n```\n\nThis eliminates
          the need to backport secretgen-controller changes across release branches.\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.2`,
          because it was unable to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
          failed for `stable/2023.2`, 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.2\r\n> git worktree add -d .worktree/backport-3656-to-stable/2023.2
          origin/stable/2023.2\r\n> cd .worktree/backport-3656-to-stable/2023.2\r\n>
          git switch --create backport-3656-to-stable/2023.2\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-3918150211_\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#3661\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/3665
        commit_id: 3e3e9bf6687108de59f025eb3e9219e38001a0b2
        patchset: 3e3e9bf6687108de59f025eb3e9219e38001a0b2
        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: '3665'
      change_message: "[Backport stable/2023.2] Use atmosphere.common.secretgen_controller\n\nBackport
        of #3656 to stable/2023.2. Automated cherry-pick failed due to dependency
        version conflict in `galaxy.yml`.\n\n## Changes\n\n- **galaxy.yml**: Added
        `atmosphere.common >= 0.6.0` dependency while preserving stable/2023.2 versions
        of `vexxhost.ceph` (3.1.2) and `vexxhost.kubernetes` (2.3.2)\n- **roles/{kube_prometheus_stack,octavia}/meta/main.yml**:
        Updated to use `atmosphere.common.secretgen_controller` with image passthrough
        from `atmosphere_images`\n- **roles/secretgen_controller/**: Removed local
        role implementation (955 lines)\n\n## Conflict Resolution\n\n```yaml\n# stable/2023.2
        galaxy.yml dependencies\ndependencies:\n  openstack.cloud: \">=2.0.0\"\n  vexxhost.ceph:
        \">=3.1.2\"              # Kept stable branch version\n  atmosphere.common:
        \">=0.6.0\"          # Added from main\n  vexxhost.kubernetes: \">=2.3.2\"
        \       # Kept stable branch version\n```\n\nThis eliminates the need to backport
        secretgen-controller changes across release branches.\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.2`, because it was unable
        to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
        failed for `stable/2023.2`, 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.2\r\n> git worktree add -d .worktree/backport-3656-to-stable/2023.2
        origin/stable/2023.2\r\n> cd .worktree/backport-3656-to-stable/2023.2\r\n>
        git switch --create backport-3656-to-stable/2023.2\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-3918150211_\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#3661\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/3665
      child_jobs: []
      commit_id: 3e3e9bf6687108de59f025eb3e9219e38001a0b2
      event_id: ac5a9a60-0c72-11f1-8348-5031d51c1ca9
      executor:
        hostname: 3a2793d2bd32
        inventory_file: /var/lib/zuul/builds/027d34856a6c40e4a3425c479c06f955/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/027d34856a6c40e4a3425c479c06f955/work/logs
        result_data_file: /var/lib/zuul/builds/027d34856a6c40e4a3425c479c06f955/work/results.json
        src_root: /var/lib/zuul/builds/027d34856a6c40e4a3425c479c06f955/work/src
        work_root: /var/lib/zuul/builds/027d34856a6c40e4a3425c479c06f955/work
      include_vars: []
      items:
      - branch: stable/2023.2
        change: '3665'
        change_message: "[Backport stable/2023.2] Use atmosphere.common.secretgen_controller\n\nBackport
          of #3656 to stable/2023.2. Automated cherry-pick failed due to dependency
          version conflict in `galaxy.yml`.\n\n## Changes\n\n- **galaxy.yml**: Added
          `atmosphere.common >= 0.6.0` dependency while preserving stable/2023.2 versions
          of `vexxhost.ceph` (3.1.2) and `vexxhost.kubernetes` (2.3.2)\n- **roles/{kube_prometheus_stack,octavia}/meta/main.yml**:
          Updated to use `atmosphere.common.secretgen_controller` with image passthrough
          from `atmosphere_images`\n- **roles/secretgen_controller/**: Removed local
          role implementation (955 lines)\n\n## Conflict Resolution\n\n```yaml\n#
          stable/2023.2 galaxy.yml dependencies\ndependencies:\n  openstack.cloud:
          \">=2.0.0\"\n  vexxhost.ceph: \">=3.1.2\"              # Kept stable branch
          version\n  atmosphere.common: \">=0.6.0\"          # Added from main\n  vexxhost.kubernetes:
          \">=2.3.2\"        # Kept stable branch version\n```\n\nThis eliminates
          the need to backport secretgen-controller changes across release branches.\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.2`,
          because it was unable to cherry-pick the commit(s).</issue_title>\n> <issue_description>Backport
          failed for `stable/2023.2`, 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.2\r\n> git worktree add -d .worktree/backport-3656-to-stable/2023.2
          origin/stable/2023.2\r\n> cd .worktree/backport-3656-to-stable/2023.2\r\n>
          git switch --create backport-3656-to-stable/2023.2\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-3918150211_\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#3661\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/3665
        commit_id: 3e3e9bf6687108de59f025eb3e9219e38001a0b2
        patchset: 3e3e9bf6687108de59f025eb3e9219e38001a0b2
        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: W0JhY2twb3J0IHN0YWJsZS8yMDIzLjJdIFVzZSBhdG1vc3BoZXJlLmNvbW1vbi5zZWNyZXRnZW5fY29udHJvbGxlcgoKQmFja3BvcnQgb2YgIzM2NTYgdG8gc3RhYmxlLzIwMjMuMi4gQXV0b21hdGVkIGNoZXJyeS1waWNrIGZhaWxlZCBkdWUgdG8gZGVwZW5kZW5jeSB2ZXJzaW9uIGNvbmZsaWN0IGluIGBnYWxheHkueW1sYC4KCiMjIENoYW5nZXMKCi0gKipnYWxheHkueW1sKio6IEFkZGVkIGBhdG1vc3BoZXJlLmNvbW1vbiA+PSAwLjYuMGAgZGVwZW5kZW5jeSB3aGlsZSBwcmVzZXJ2aW5nIHN0YWJsZS8yMDIzLjIgdmVyc2lvbnMgb2YgYHZleHhob3N0LmNlcGhgICgzLjEuMikgYW5kIGB2ZXh4aG9zdC5rdWJlcm5ldGVzYCAoMi4zLjIpCi0gKipyb2xlcy97a3ViZV9wcm9tZXRoZXVzX3N0YWNrLG9jdGF2aWF9L21ldGEvbWFpbi55bWwqKjogVXBkYXRlZCB0byB1c2UgYGF0bW9zcGhlcmUuY29tbW9uLnNlY3JldGdlbl9jb250cm9sbGVyYCB3aXRoIGltYWdlIHBhc3N0aHJvdWdoIGZyb20gYGF0bW9zcGhlcmVfaW1hZ2VzYAotICoqcm9sZXMvc2VjcmV0Z2VuX2NvbnRyb2xsZXIvKio6IFJlbW92ZWQgbG9jYWwgcm9sZSBpbXBsZW1lbnRhdGlvbiAoOTU1IGxpbmVzKQoKIyMgQ29uZmxpY3QgUmVzb2x1dGlvbgoKYGBgeWFtbAojIHN0YWJsZS8yMDIzLjIgZ2FsYXh5LnltbCBkZXBlbmRlbmNpZXMKZGVwZW5kZW5jaWVzOgogIG9wZW5zdGFjay5jbG91ZDogIj49Mi4wLjAiCiAgdmV4eGhvc3QuY2VwaDogIj49My4xLjIiICAgICAgICAgICAgICAjIEtlcHQgc3RhYmxlIGJyYW5jaCB2ZXJzaW9uCiAgYXRtb3NwaGVyZS5jb21tb246ICI+PTAuNi4wIiAgICAgICAgICAjIEFkZGVkIGZyb20gbWFpbgogIHZleHhob3N0Lmt1YmVybmV0ZXM6ICI+PTIuMy4yIiAgICAgICAgIyBLZXB0IHN0YWJsZSBicmFuY2ggdmVyc2lvbgpgYGAKClRoaXMgZWxpbWluYXRlcyB0aGUgbmVlZCB0byBiYWNrcG9ydCBzZWNyZXRnZW4tY29udHJvbGxlciBjaGFuZ2VzIGFjcm9zcyByZWxlYXNlIGJyYW5jaGVzLgoKPCEtLSBTVEFSVCBDT1BJTE9UIE9SSUdJTkFMIFBST01QVCAtLT4KCgoKPGRldGFpbHM+Cgo8c3VtbWFyeT5PcmlnaW5hbCBwcm9tcHQ8L3N1bW1hcnk+Cgo+IAo+IC0tLS0KPiAKPiAqVGhpcyBzZWN0aW9uIGRldGFpbHMgb24gdGhlIG9yaWdpbmFsIGlzc3VlIHlvdSBzaG91bGQgcmVzb2x2ZSoKPiAKPiA8aXNzdWVfdGl0bGU+QmFja3BvcnQgZmFpbGVkIGZvciBgc3RhYmxlLzIwMjMuMmAsIGJlY2F1c2UgaXQgd2FzIHVuYWJsZSB0byBjaGVycnktcGljayB0aGUgY29tbWl0KHMpLjwvaXNzdWVfdGl0bGU+Cj4gPGlzc3VlX2Rlc2NyaXB0aW9uPkJhY2twb3J0IGZhaWxlZCBmb3IgYHN0YWJsZS8yMDIzLjJgLCBiZWNhdXNlIGl0IHdhcyB1bmFibGUgdG8gY2hlcnJ5LXBpY2sgdGhlIGNvbW1pdChzKS4NCj4gDQo+IFBsZWFzZSBjaGVycnktcGljayB0aGUgY2hhbmdlcyBsb2NhbGx5IGFuZCByZXNvbHZlIGFueSBjb25mbGljdHMuDQo+IGBgYGJhc2gNCj4gZ2l0IGZldGNoIG9yaWdpbiBzdGFibGUvMjAyMy4yDQo+IGdpdCB3b3JrdHJlZSBhZGQgLWQgLndvcmt0cmVlL2JhY2twb3J0LTM2NTYtdG8tc3RhYmxlLzIwMjMuMiBvcmlnaW4vc3RhYmxlLzIwMjMuMg0KPiBjZCAud29ya3RyZWUvYmFja3BvcnQtMzY1Ni10by1zdGFibGUvMjAyMy4yDQo+IGdpdCBzd2l0Y2ggLS1jcmVhdGUgYmFja3BvcnQtMzY1Ni10by1zdGFibGUvMjAyMy4yDQo+IGdpdCBjaGVycnktcGljayAteCAxNTliYjc3ODU1MGI1NjhlY2NhYzEzZTk5NmVkYTE3YTMxYTBmYjI0DQo+IGBgYA0KPiANCj4gX09yaWdpbmFsbHkgcG9zdGVkIGJ5IEB2ZXh4aG9zdC1ib3QgaW4gaHR0cHM6Ly9naXRodWIuY29tL3ZleHhob3N0L2F0bW9zcGhlcmUvaXNzdWVzLzM2NTYjaXNzdWVjb21tZW50LTM5MTgxNTAyMTFfDQo+ICAgICAgICAgICAgIDwvaXNzdWVfZGVzY3JpcHRpb24+Cj4gCj4gIyMgQ29tbWVudHMgb24gdGhlIElzc3VlICh5b3UgYXJlIEBjb3BpbG90IGluIHRoaXMgc2VjdGlvbikKPiAKPiA8Y29tbWVudHM+Cj4gPC9jb21tZW50cz4KPiAKCgo8L2RldGFpbHM+CgoKCjwhLS0gU1RBUlQgQ09QSUxPVCBDT0RJTkcgQUdFTlQgU1VGRklYIC0tPgoKLSBGaXhlcyB2ZXh4aG9zdC9hdG1vc3BoZXJlIzM2NjEKCjwhLS0gU1RBUlQgQ09QSUxPVCBDT0RJTkcgQUdFTlQgVElQUyAtLT4KLS0tCgrwn5KsIFdlJ2QgbG92ZSB5b3VyIGlucHV0ISBTaGFyZSB5b3VyIHRob3VnaHRzIG9uIENvcGlsb3QgY29kaW5nIGFnZW50IGluIG91ciBbMiBtaW51dGUgc3VydmV5XShodHRwczovL2doLmlvL2NvcGlsb3QtY29kaW5nLWFnZW50LXN1cnZleSkuCg==
      patchset: 3e3e9bf6687108de59f025eb3e9219e38001a0b2
      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.2
            commit: 3e3e9bf6687108de59f025eb3e9219e38001a0b2
          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.2
          checkout_description: zuul branch
          commit: 3e3e9bf6687108de59f025eb3e9219e38001a0b2
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
      ref: refs/pull/3665/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
