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.214
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      atmosphere_image_prefix: harbor.atmosphere.dev/
      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
      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_install_collection_siblings: true
      molecule_scenario: csi
      nodepool:
        az: yul2
        cloud: public
        external_id: d56c89d1-d0fd-4b14-8270-2a241565f0e8
        host_id: 295be722de1fea3f7e3e51fa3e8841b85f43ad2d1df63019fdbc1696
        interface_ip: 162.253.55.214
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.214
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.214
        public_ipv6: 2604:e100:1:0:f816:3eff:fe9d:ad22
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: yul2
        cloud: public
        external_id: d56c89d1-d0fd-4b14-8270-2a241565f0e8
        host_id: 295be722de1fea3f7e3e51fa3e8841b85f43ad2d1df63019fdbc1696
        interface_ip: 162.253.55.214
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.214
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.214
        public_ipv6: 2604:e100:1:0:f816:3eff:fe9d:ad22
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    atmosphere_image_prefix: harbor.atmosphere.dev/
    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
    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_install_collection_siblings: true
    molecule_scenario: csi
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/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-jobs/zuul.d/jobs.yaml@main#1>'
      - '<Job atmosphere-molecule-csi explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere-zuul-jobs/zuul.d/jobs.yaml@main#56>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/atmosphere-zuul-jobs/zuul.d/jobs.yaml@main#63>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        None source: vexxhost/atmosphere-zuul-jobs/zuul.d/project-templates.yaml@main#1>'
      ansible_version: '9'
      attempts: 1
      branch: stable/2025.1
      build: 992c3e7de0614977908c6f408934ca98
      build_refs:
      - branch: stable/2025.1
        change: '4360'
        change_message: 'fix(octavia): use image with issuer SKI fix


          ## Summary


          - update all Octavia service image pins from `64ec8fd82d5fccb7b8c8c40bdd1c56b296e157b3f4f935c6e4bf0554a8da81c0`
          to `d75ba7ad470922a7e00685baba095f7cd7c278539ead38367a8b0ac0b8265c9d`

          - deploy an Octavia image that copies the issuing CA certificate''s stored
          Subject Key Identifier into generated certificate Authority Key Identifiers

          - retain the existing `2025.1` image stream


          ## Background


          The previously pinned image derives the Authority Key Identifier from the
          issuer public key. That can differ from the Subject Key Identifier stored
          in a CA generated by cert-manager or another issuer using a non-default
          SKI derivation method, causing certificate validation failures.


          The replacement image was inspected directly from GHCR and contains the
          corrected stored-SKI implementation with a fallback for issuers without
          an SKI extension.


          ## Validation


          - `git diff --check`

          - verified only `roles/defaults/vars/main.yml` changes

          - verified all five Octavia service pins use the replacement digest

          - inspected `octavia/certificates/generator/local.py` inside the replacement
          GHCR image

          '
        change_url: https://github.com/vexxhost/atmosphere/pull/4360
        commit_id: a487cde7c97fea6503774922d47820581075141f
        patchset: a487cde7c97fea6503774922d47820581075141f
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          name: vexxhost/atmosphere
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
        src_dir: src/github.com/vexxhost/atmosphere
        topic: null
      buildset: 8d14a3d736b545d89d9f6987489f9b0e
      buildset_refs:
      - branch: stable/2025.1
        change: '4360'
        change_message: 'fix(octavia): use image with issuer SKI fix


          ## Summary


          - update all Octavia service image pins from `64ec8fd82d5fccb7b8c8c40bdd1c56b296e157b3f4f935c6e4bf0554a8da81c0`
          to `d75ba7ad470922a7e00685baba095f7cd7c278539ead38367a8b0ac0b8265c9d`

          - deploy an Octavia image that copies the issuing CA certificate''s stored
          Subject Key Identifier into generated certificate Authority Key Identifiers

          - retain the existing `2025.1` image stream


          ## Background


          The previously pinned image derives the Authority Key Identifier from the
          issuer public key. That can differ from the Subject Key Identifier stored
          in a CA generated by cert-manager or another issuer using a non-default
          SKI derivation method, causing certificate validation failures.


          The replacement image was inspected directly from GHCR and contains the
          corrected stored-SKI implementation with a fallback for issuers without
          an SKI extension.


          ## Validation


          - `git diff --check`

          - verified only `roles/defaults/vars/main.yml` changes

          - verified all five Octavia service pins use the replacement digest

          - inspected `octavia/certificates/generator/local.py` inside the replacement
          GHCR image

          '
        change_url: https://github.com/vexxhost/atmosphere/pull/4360
        commit_id: a487cde7c97fea6503774922d47820581075141f
        patchset: a487cde7c97fea6503774922d47820581075141f
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          name: vexxhost/atmosphere
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
        src_dir: src/github.com/vexxhost/atmosphere
        topic: null
      change: '4360'
      change_message: 'fix(octavia): use image with issuer SKI fix


        ## Summary


        - update all Octavia service image pins from `64ec8fd82d5fccb7b8c8c40bdd1c56b296e157b3f4f935c6e4bf0554a8da81c0`
        to `d75ba7ad470922a7e00685baba095f7cd7c278539ead38367a8b0ac0b8265c9d`

        - deploy an Octavia image that copies the issuing CA certificate''s stored
        Subject Key Identifier into generated certificate Authority Key Identifiers

        - retain the existing `2025.1` image stream


        ## Background


        The previously pinned image derives the Authority Key Identifier from the
        issuer public key. That can differ from the Subject Key Identifier stored
        in a CA generated by cert-manager or another issuer using a non-default SKI
        derivation method, causing certificate validation failures.


        The replacement image was inspected directly from GHCR and contains the corrected
        stored-SKI implementation with a fallback for issuers without an SKI extension.


        ## Validation


        - `git diff --check`

        - verified only `roles/defaults/vars/main.yml` changes

        - verified all five Octavia service pins use the replacement digest

        - inspected `octavia/certificates/generator/local.py` inside the replacement
        GHCR image

        '
      change_url: https://github.com/vexxhost/atmosphere/pull/4360
      child_jobs: []
      commit_id: a487cde7c97fea6503774922d47820581075141f
      event_id: 84c10580-a6e5-11f1-98d6-99207c55d62b
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/992c3e7de0614977908c6f408934ca98/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/992c3e7de0614977908c6f408934ca98/work/logs
        result_data_file: /var/lib/zuul/builds/992c3e7de0614977908c6f408934ca98/work/results.json
        src_root: /var/lib/zuul/builds/992c3e7de0614977908c6f408934ca98/work/src
        work_root: /var/lib/zuul/builds/992c3e7de0614977908c6f408934ca98/work
      include_vars: []
      items:
      - branch: stable/2025.1
        change: '4360'
        change_message: 'fix(octavia): use image with issuer SKI fix


          ## Summary


          - update all Octavia service image pins from `64ec8fd82d5fccb7b8c8c40bdd1c56b296e157b3f4f935c6e4bf0554a8da81c0`
          to `d75ba7ad470922a7e00685baba095f7cd7c278539ead38367a8b0ac0b8265c9d`

          - deploy an Octavia image that copies the issuing CA certificate''s stored
          Subject Key Identifier into generated certificate Authority Key Identifiers

          - retain the existing `2025.1` image stream


          ## Background


          The previously pinned image derives the Authority Key Identifier from the
          issuer public key. That can differ from the Subject Key Identifier stored
          in a CA generated by cert-manager or another issuer using a non-default
          SKI derivation method, causing certificate validation failures.


          The replacement image was inspected directly from GHCR and contains the
          corrected stored-SKI implementation with a fallback for issuers without
          an SKI extension.


          ## Validation


          - `git diff --check`

          - verified only `roles/defaults/vars/main.yml` changes

          - verified all five Octavia service pins use the replacement digest

          - inspected `octavia/certificates/generator/local.py` inside the replacement
          GHCR image

          '
        change_url: https://github.com/vexxhost/atmosphere/pull/4360
        commit_id: a487cde7c97fea6503774922d47820581075141f
        patchset: a487cde7c97fea6503774922d47820581075141f
        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: Zml4KG9jdGF2aWEpOiB1c2UgaW1hZ2Ugd2l0aCBpc3N1ZXIgU0tJIGZpeAoKIyMgU3VtbWFyeQoKLSB1cGRhdGUgYWxsIE9jdGF2aWEgc2VydmljZSBpbWFnZSBwaW5zIGZyb20gYDY0ZWM4ZmQ4MmQ1ZmNjYjdiOGM4YzQwYmRkMWM1NmIyOTZlMTU3YjNmNGY5MzVjNmU0YmYwNTU0YThkYTgxYzBgIHRvIGBkNzViYTdhZDQ3MDkyMmE3ZTAwNjg1YmFiYTA5NWY3Y2Q3YzI3ODUzOWVhZDM4MzY3YThiMGFjMGI4MjY1YzlkYAotIGRlcGxveSBhbiBPY3RhdmlhIGltYWdlIHRoYXQgY29waWVzIHRoZSBpc3N1aW5nIENBIGNlcnRpZmljYXRlJ3Mgc3RvcmVkIFN1YmplY3QgS2V5IElkZW50aWZpZXIgaW50byBnZW5lcmF0ZWQgY2VydGlmaWNhdGUgQXV0aG9yaXR5IEtleSBJZGVudGlmaWVycwotIHJldGFpbiB0aGUgZXhpc3RpbmcgYDIwMjUuMWAgaW1hZ2Ugc3RyZWFtCgojIyBCYWNrZ3JvdW5kCgpUaGUgcHJldmlvdXNseSBwaW5uZWQgaW1hZ2UgZGVyaXZlcyB0aGUgQXV0aG9yaXR5IEtleSBJZGVudGlmaWVyIGZyb20gdGhlIGlzc3VlciBwdWJsaWMga2V5LiBUaGF0IGNhbiBkaWZmZXIgZnJvbSB0aGUgU3ViamVjdCBLZXkgSWRlbnRpZmllciBzdG9yZWQgaW4gYSBDQSBnZW5lcmF0ZWQgYnkgY2VydC1tYW5hZ2VyIG9yIGFub3RoZXIgaXNzdWVyIHVzaW5nIGEgbm9uLWRlZmF1bHQgU0tJIGRlcml2YXRpb24gbWV0aG9kLCBjYXVzaW5nIGNlcnRpZmljYXRlIHZhbGlkYXRpb24gZmFpbHVyZXMuCgpUaGUgcmVwbGFjZW1lbnQgaW1hZ2Ugd2FzIGluc3BlY3RlZCBkaXJlY3RseSBmcm9tIEdIQ1IgYW5kIGNvbnRhaW5zIHRoZSBjb3JyZWN0ZWQgc3RvcmVkLVNLSSBpbXBsZW1lbnRhdGlvbiB3aXRoIGEgZmFsbGJhY2sgZm9yIGlzc3VlcnMgd2l0aG91dCBhbiBTS0kgZXh0ZW5zaW9uLgoKIyMgVmFsaWRhdGlvbgoKLSBgZ2l0IGRpZmYgLS1jaGVja2AKLSB2ZXJpZmllZCBvbmx5IGByb2xlcy9kZWZhdWx0cy92YXJzL21haW4ueW1sYCBjaGFuZ2VzCi0gdmVyaWZpZWQgYWxsIGZpdmUgT2N0YXZpYSBzZXJ2aWNlIHBpbnMgdXNlIHRoZSByZXBsYWNlbWVudCBkaWdlc3QKLSBpbnNwZWN0ZWQgYG9jdGF2aWEvY2VydGlmaWNhdGVzL2dlbmVyYXRvci9sb2NhbC5weWAgaW5zaWRlIHRoZSByZXBsYWNlbWVudCBHSENSIGltYWdlCg==
      patchset: a487cde7c97fea6503774922d47820581075141f
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 9b835d0194f05a1b60885a2bbc740d1361c5a672
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: c286bf94224b5660b8e49e9a058289e61062a9a0
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: c286bf94224b5660b8e49e9a058289e61062a9a0
          untrusted/project_1/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 9b835d0194f05a1b60885a2bbc740d1361c5a672
          untrusted/project_3/github.com/vexxhost/atmosphere-zuul-jobs:
            canonical_name: github.com/vexxhost/atmosphere-zuul-jobs
            checkout: main
            commit: acb8e36a801f3b93fdd30dec43a15b6f8d809c2f
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: bcf34e9d32fec5251c2100cbe1a7ebee59fc1f2b
        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_playbooks:
        - path: untrusted/project_3/github.com/vexxhost/atmosphere-zuul-jobs/playbooks/molecule/post.yml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/post_playbook_0/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_4/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_1/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: project default branch
            link_name: ansible/post_playbook_1/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_2/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post-logs.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_2/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_2/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: project default branch
            link_name: ansible/post_playbook_2/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_2/role_2/zuul-jobs/roles
        pre_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: project default branch
            link_name: ansible/pre_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_0/role_2/zuul-jobs/roles
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_1/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_2/zuul-jobs/roles
        - path: untrusted/project_3/github.com/vexxhost/atmosphere-zuul-jobs/playbooks/molecule/pre.yml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/pre_playbook_2/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_2/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: project default branch
            link_name: ansible/pre_playbook_2/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_2/role_4/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/ansible-collections/ansible.netcommon:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/ansible.netcommon
          checkout: main
          checkout_description: project default branch
          commit: 501006602620d01c2daf8c19187fbce336b2e7e9
          name: ansible-collections/ansible.netcommon
          required: true
          short_name: ansible.netcommon
          src_dir: src/github.com/ansible-collections/ansible.netcommon
        github.com/ansible-collections/ansible.posix:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/ansible.posix
          checkout: main
          checkout_description: project default branch
          commit: 20699d7184e21cec7be80212c96a6cbe373f718d
          name: ansible-collections/ansible.posix
          required: true
          short_name: ansible.posix
          src_dir: src/github.com/ansible-collections/ansible.posix
        github.com/ansible-collections/ansible.utils:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/ansible.utils
          checkout: main
          checkout_description: project default branch
          commit: 2f1541d83ea0a9d6900466744690ea231041bbf5
          name: ansible-collections/ansible.utils
          required: true
          short_name: ansible.utils
          src_dir: src/github.com/ansible-collections/ansible.utils
        github.com/ansible-collections/community.crypto:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/community.crypto
          checkout: main
          checkout_description: project default branch
          commit: f443c1b56eb61ae4672ec5af8e15dbf6d9060c06
          name: ansible-collections/community.crypto
          required: true
          short_name: community.crypto
          src_dir: src/github.com/ansible-collections/community.crypto
        github.com/ansible-collections/community.general:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/community.general
          checkout: main
          checkout_description: project default branch
          commit: 60972bc7422ba42060695353ecb54a7c5a99eef0
          name: ansible-collections/community.general
          required: true
          short_name: community.general
          src_dir: src/github.com/ansible-collections/community.general
        github.com/ansible-collections/community.mysql:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/community.mysql
          checkout: main
          checkout_description: project default branch
          commit: 4cf7a3176fbd07be43459f1366e8066381df6d97
          name: ansible-collections/community.mysql
          required: true
          short_name: community.mysql
          src_dir: src/github.com/ansible-collections/community.mysql
        github.com/ansible-collections/kubernetes.core:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/kubernetes.core
          checkout: main
          checkout_description: project default branch
          commit: d9e0218dbae23a183aef829847dfeccf0e4e7535
          name: ansible-collections/kubernetes.core
          required: true
          short_name: kubernetes.core
          src_dir: src/github.com/ansible-collections/kubernetes.core
        github.com/vexxhost/ansible-collection-ceph:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-ceph
          checkout: main
          checkout_description: project default branch
          commit: 44a694a80e3179c28d75180baa1a56426f987257
          name: vexxhost/ansible-collection-ceph
          required: true
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
        github.com/vexxhost/ansible-collection-containers:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          checkout: main
          checkout_description: project default branch
          commit: d22923ebd40c0fd5a345318c1db90d125fb5140f
          name: vexxhost/ansible-collection-containers
          required: true
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        github.com/vexxhost/ansible-collection-kubernetes:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          checkout: main
          checkout_description: project default branch
          commit: 7ce96efcd4d44cbf184588dd146d08ce952b57bb
          name: vexxhost/ansible-collection-kubernetes
          required: true
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        github.com/vexxhost/atmosphere:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          checkout: stable/2025.1
          checkout_description: zuul branch
          commit: a487cde7c97fea6503774922d47820581075141f
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
        github.com/vexxhost/atmosphere.common:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere.common
          checkout: main
          checkout_description: project default branch
          commit: d00ec7f88fdc7ca2ce504a7e19c4049986cdac86
          name: vexxhost/atmosphere.common
          required: true
          short_name: atmosphere.common
          src_dir: src/github.com/vexxhost/atmosphere.common
        opendev.org/openstack/ansible-collections-openstack:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/ansible-collections-openstack
          checkout: master
          checkout_description: project default branch
          commit: ee88cc15b87221ecabb474c7c3d0feaf6e01a7fa
          name: openstack/ansible-collections-openstack
          required: true
          short_name: ansible-collections-openstack
          src_dir: src/opendev.org/openstack/ansible-collections-openstack
      ref: refs/pull/4360/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
