all:
  children:
    controllers:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.169
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      atmosphere_image_prefix: harbor.atmosphere.dev/
      cilium_helm_values:
        operator:
          replicas: 1
      cilium_ipv4_cidr: 172.24.0.0/16
      cluster_issuer_type: self-signed
      csi_driver: local-path-provisioner
      domain_name: '{{ ansible_facts[''default_ipv4''].address | replace(''.'', ''-'')
        }}.nip.io'
      glance_helm_values:
        pod:
          replicas:
            api: 1
        storage: pvc
      glance_images: []
      ingress_nginx_helm_values:
        controller:
          config:
            worker-processes: 2
      keycloak_admin_password: secrete123
      keycloak_database_password: secrete123
      keycloak_host: keycloak.{{ domain_name }}
      keystone_helm_values:
        pod:
          replicas:
            api: 1
      keystone_keycloak_client_secret: secrete123
      keystone_oidc_crypto_passphrase: secrete123
      kube_vip_address: 172.17.0.100
      kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
      kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
      kubernetes_keepalived_interface: '{{ ansible_facts[''default_ipv4''].interface
        }}'
      kubernetes_keepalived_vip: 172.17.0.100
      kubernetes_keepalived_vrid: 42
      kubernetes_version: 1.28.13
      molecule_install_collection_siblings: true
      molecule_scenario: glance-image
      nodepool:
        az: nova
        cloud: public
        external_id: f4a6575c-f5a8-4907-8d2b-74ab2f449266
        host_id: fe6a549c934f5f67345b1bd07db2b4711c0ee4717d98054273574436
        interface_ip: 199.204.45.169
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.169
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.169
        public_ipv6: 2604:e100:1:0:f816:3eff:fe5e:ea8d
        region: ca-ymq-1
        slot: null
      openstack_helm_endpoints_glance_api_host: image.{{ domain_name }}
      openstack_helm_endpoints_glance_keystone_password: secrete123
      openstack_helm_endpoints_glance_mariadb_password: secrete123
      openstack_helm_endpoints_glance_rabbitmq_password: secrete123
      openstack_helm_endpoints_horizon_api_host: dashboard.{{ domain_name }}
      openstack_helm_endpoints_horizon_mariadb_password: secrete123
      openstack_helm_endpoints_keystone_admin_password: secrete123
      openstack_helm_endpoints_keystone_api_host: identity.{{ domain_name }}
      openstack_helm_endpoints_keystone_mariadb_password: secrete123
      openstack_helm_endpoints_keystone_rabbitmq_password: secrete123
      openstack_helm_endpoints_memcached_secret_key: secrete123
      openstack_helm_endpoints_rabbitmq_admin_password: secrete123
      openstack_helm_endpoints_region_name: RegionOne
      percona_xtradb_cluster_spec:
        allowUnsafeConfigurations: true
        haproxy:
          size: 1
        pxc:
          size: 1
      rabbitmq_spec:
        resources:
          requests:
            cpu: 250m
            memory: 256Mi
      zuul_node:
        az: nova
        cloud: public
        external_id: f4a6575c-f5a8-4907-8d2b-74ab2f449266
        host_id: fe6a549c934f5f67345b1bd07db2b4711c0ee4717d98054273574436
        interface_ip: 199.204.45.169
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.169
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.169
        public_ipv6: 2604:e100:1:0:f816:3eff:fe5e:ea8d
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    atmosphere_image_prefix: harbor.atmosphere.dev/
    cilium_helm_values:
      operator:
        replicas: 1
    cluster_issuer_type: self-signed
    csi_driver: local-path-provisioner
    domain_name: '{{ ansible_facts[''default_ipv4''].address | replace(''.'', ''-'')
      }}.nip.io'
    glance_helm_values:
      pod:
        replicas:
          api: 1
      storage: pvc
    glance_images: []
    ingress_nginx_helm_values:
      controller:
        config:
          worker-processes: 2
    keycloak_admin_password: secrete123
    keycloak_database_password: secrete123
    keycloak_host: keycloak.{{ domain_name }}
    keystone_helm_values:
      pod:
        replicas:
          api: 1
    keystone_keycloak_client_secret: secrete123
    keystone_oidc_crypto_passphrase: secrete123
    kubernetes_keepalived_interface: '{{ ansible_facts[''default_ipv4''].interface
      }}'
    kubernetes_keepalived_vip: 172.17.0.100
    kubernetes_keepalived_vrid: 42
    kubernetes_version: 1.28.13
    molecule_install_collection_siblings: true
    molecule_scenario: glance-image
    openstack_helm_endpoints_glance_api_host: image.{{ domain_name }}
    openstack_helm_endpoints_glance_keystone_password: secrete123
    openstack_helm_endpoints_glance_mariadb_password: secrete123
    openstack_helm_endpoints_glance_rabbitmq_password: secrete123
    openstack_helm_endpoints_horizon_api_host: dashboard.{{ domain_name }}
    openstack_helm_endpoints_horizon_mariadb_password: secrete123
    openstack_helm_endpoints_keystone_admin_password: secrete123
    openstack_helm_endpoints_keystone_api_host: identity.{{ domain_name }}
    openstack_helm_endpoints_keystone_mariadb_password: secrete123
    openstack_helm_endpoints_keystone_rabbitmq_password: secrete123
    openstack_helm_endpoints_memcached_secret_key: secrete123
    openstack_helm_endpoints_rabbitmq_admin_password: secrete123
    openstack_helm_endpoints_region_name: RegionOne
    percona_xtradb_cluster_spec:
      allowUnsafeConfigurations: true
      haproxy:
        size: 1
      pxc:
        size: 1
    rabbitmq_spec:
      resources:
        requests:
          cpu: 250m
          memory: 256Mi
    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-common-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere.common/.zuul.yaml@main#4>'
      - '<Job atmosphere-common-molecule-glance-image explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere.common/.zuul.yaml@main#35>'
      - '<Job atmosphere-common-molecule-glance-image explicit: None implied: None
        source: vexxhost/atmosphere.common/.zuul.yaml@main#107>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 472034a2a41740fcbef77c1b71702c03
      build_refs:
      - branch: main
        change: '111'
        change_message: 'feat(glance_image): migrate role into common


          ## Summary

          - add the atmosphere.common.glance_image role with the ETag-aware refresh,
          obsolete-image rename, upload-before-promote, and optional ETag behavior
          from vexxhost/atmosphere#3862

          - add an atmosphere.common.glance_image playbook and declare the openstack.cloud
          collection dependency

          - add a Zuul Molecule job for glance_image that deploys a minimal Atmosphere-backed
          Keystone/Glance environment with local-path PVC storage and only runs when
          glance_image files change

          - verify image create, unchanged ETag idempotency, and changed ETag replacement/obsolete
          tagging in Molecule


          ## Validation

          - nix-shell -p pre-commit --run ''pre-commit run --files ...''

          - nix-shell -p ansible --run ''ansible-playbook --syntax-check ...''

          - nix-shell -p ansible-lint --run ''ansible-lint playbooks/glance_image.yaml
          roles/glance_image/tasks/main.yml extensions/molecule/glance-image/prepare.yml
          extensions/molecule/glance-image/converge.yml extensions/molecule/glance-image/verify.yml'''
        change_url: https://github.com/vexxhost/atmosphere.common/pull/111
        commit_id: f75f1eca6eea8d21c6fc32c1fb9600df28560a52
        patchset: f75f1eca6eea8d21c6fc32c1fb9600df28560a52
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere.common
          name: vexxhost/atmosphere.common
          short_name: atmosphere.common
          src_dir: src/github.com/vexxhost/atmosphere.common
        src_dir: src/github.com/vexxhost/atmosphere.common
        topic: null
      buildset: b906d2bbbc5b4b3aacc49798d03cf8be
      buildset_refs:
      - branch: main
        change: '111'
        change_message: 'feat(glance_image): migrate role into common


          ## Summary

          - add the atmosphere.common.glance_image role with the ETag-aware refresh,
          obsolete-image rename, upload-before-promote, and optional ETag behavior
          from vexxhost/atmosphere#3862

          - add an atmosphere.common.glance_image playbook and declare the openstack.cloud
          collection dependency

          - add a Zuul Molecule job for glance_image that deploys a minimal Atmosphere-backed
          Keystone/Glance environment with local-path PVC storage and only runs when
          glance_image files change

          - verify image create, unchanged ETag idempotency, and changed ETag replacement/obsolete
          tagging in Molecule


          ## Validation

          - nix-shell -p pre-commit --run ''pre-commit run --files ...''

          - nix-shell -p ansible --run ''ansible-playbook --syntax-check ...''

          - nix-shell -p ansible-lint --run ''ansible-lint playbooks/glance_image.yaml
          roles/glance_image/tasks/main.yml extensions/molecule/glance-image/prepare.yml
          extensions/molecule/glance-image/converge.yml extensions/molecule/glance-image/verify.yml'''
        change_url: https://github.com/vexxhost/atmosphere.common/pull/111
        commit_id: f75f1eca6eea8d21c6fc32c1fb9600df28560a52
        patchset: f75f1eca6eea8d21c6fc32c1fb9600df28560a52
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere.common
          name: vexxhost/atmosphere.common
          short_name: atmosphere.common
          src_dir: src/github.com/vexxhost/atmosphere.common
        src_dir: src/github.com/vexxhost/atmosphere.common
        topic: null
      change: '111'
      change_message: 'feat(glance_image): migrate role into common


        ## Summary

        - add the atmosphere.common.glance_image role with the ETag-aware refresh,
        obsolete-image rename, upload-before-promote, and optional ETag behavior from
        vexxhost/atmosphere#3862

        - add an atmosphere.common.glance_image playbook and declare the openstack.cloud
        collection dependency

        - add a Zuul Molecule job for glance_image that deploys a minimal Atmosphere-backed
        Keystone/Glance environment with local-path PVC storage and only runs when
        glance_image files change

        - verify image create, unchanged ETag idempotency, and changed ETag replacement/obsolete
        tagging in Molecule


        ## Validation

        - nix-shell -p pre-commit --run ''pre-commit run --files ...''

        - nix-shell -p ansible --run ''ansible-playbook --syntax-check ...''

        - nix-shell -p ansible-lint --run ''ansible-lint playbooks/glance_image.yaml
        roles/glance_image/tasks/main.yml extensions/molecule/glance-image/prepare.yml
        extensions/molecule/glance-image/converge.yml extensions/molecule/glance-image/verify.yml'''
      change_url: https://github.com/vexxhost/atmosphere.common/pull/111
      child_jobs: []
      commit_id: f75f1eca6eea8d21c6fc32c1fb9600df28560a52
      event_id: fc5b9970-547e-11f1-82a8-b5b9872a1eb8
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/472034a2a41740fcbef77c1b71702c03/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/472034a2a41740fcbef77c1b71702c03/work/logs
        result_data_file: /var/lib/zuul/builds/472034a2a41740fcbef77c1b71702c03/work/results.json
        src_root: /var/lib/zuul/builds/472034a2a41740fcbef77c1b71702c03/work/src
        work_root: /var/lib/zuul/builds/472034a2a41740fcbef77c1b71702c03/work
      include_vars: []
      items:
      - branch: main
        change: '111'
        change_message: 'feat(glance_image): migrate role into common


          ## Summary

          - add the atmosphere.common.glance_image role with the ETag-aware refresh,
          obsolete-image rename, upload-before-promote, and optional ETag behavior
          from vexxhost/atmosphere#3862

          - add an atmosphere.common.glance_image playbook and declare the openstack.cloud
          collection dependency

          - add a Zuul Molecule job for glance_image that deploys a minimal Atmosphere-backed
          Keystone/Glance environment with local-path PVC storage and only runs when
          glance_image files change

          - verify image create, unchanged ETag idempotency, and changed ETag replacement/obsolete
          tagging in Molecule


          ## Validation

          - nix-shell -p pre-commit --run ''pre-commit run --files ...''

          - nix-shell -p ansible --run ''ansible-playbook --syntax-check ...''

          - nix-shell -p ansible-lint --run ''ansible-lint playbooks/glance_image.yaml
          roles/glance_image/tasks/main.yml extensions/molecule/glance-image/prepare.yml
          extensions/molecule/glance-image/converge.yml extensions/molecule/glance-image/verify.yml'''
        change_url: https://github.com/vexxhost/atmosphere.common/pull/111
        commit_id: f75f1eca6eea8d21c6fc32c1fb9600df28560a52
        patchset: f75f1eca6eea8d21c6fc32c1fb9600df28560a52
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere.common
          name: vexxhost/atmosphere.common
          short_name: atmosphere.common
          src_dir: src/github.com/vexxhost/atmosphere.common
        topic: null
      job: atmosphere-common-molecule-glance-image
      jobtags: []
      max_attempts: 3
      message: ZmVhdChnbGFuY2VfaW1hZ2UpOiBtaWdyYXRlIHJvbGUgaW50byBjb21tb24KCiMjIFN1bW1hcnkKLSBhZGQgdGhlIGF0bW9zcGhlcmUuY29tbW9uLmdsYW5jZV9pbWFnZSByb2xlIHdpdGggdGhlIEVUYWctYXdhcmUgcmVmcmVzaCwgb2Jzb2xldGUtaW1hZ2UgcmVuYW1lLCB1cGxvYWQtYmVmb3JlLXByb21vdGUsIGFuZCBvcHRpb25hbCBFVGFnIGJlaGF2aW9yIGZyb20gdmV4eGhvc3QvYXRtb3NwaGVyZSMzODYyCi0gYWRkIGFuIGF0bW9zcGhlcmUuY29tbW9uLmdsYW5jZV9pbWFnZSBwbGF5Ym9vayBhbmQgZGVjbGFyZSB0aGUgb3BlbnN0YWNrLmNsb3VkIGNvbGxlY3Rpb24gZGVwZW5kZW5jeQotIGFkZCBhIFp1dWwgTW9sZWN1bGUgam9iIGZvciBnbGFuY2VfaW1hZ2UgdGhhdCBkZXBsb3lzIGEgbWluaW1hbCBBdG1vc3BoZXJlLWJhY2tlZCBLZXlzdG9uZS9HbGFuY2UgZW52aXJvbm1lbnQgd2l0aCBsb2NhbC1wYXRoIFBWQyBzdG9yYWdlIGFuZCBvbmx5IHJ1bnMgd2hlbiBnbGFuY2VfaW1hZ2UgZmlsZXMgY2hhbmdlCi0gdmVyaWZ5IGltYWdlIGNyZWF0ZSwgdW5jaGFuZ2VkIEVUYWcgaWRlbXBvdGVuY3ksIGFuZCBjaGFuZ2VkIEVUYWcgcmVwbGFjZW1lbnQvb2Jzb2xldGUgdGFnZ2luZyBpbiBNb2xlY3VsZQoKIyMgVmFsaWRhdGlvbgotIG5peC1zaGVsbCAtcCBwcmUtY29tbWl0IC0tcnVuICdwcmUtY29tbWl0IHJ1biAtLWZpbGVzIC4uLicKLSBuaXgtc2hlbGwgLXAgYW5zaWJsZSAtLXJ1biAnYW5zaWJsZS1wbGF5Ym9vayAtLXN5bnRheC1jaGVjayAuLi4nCi0gbml4LXNoZWxsIC1wIGFuc2libGUtbGludCAtLXJ1biAnYW5zaWJsZS1saW50IHBsYXlib29rcy9nbGFuY2VfaW1hZ2UueWFtbCByb2xlcy9nbGFuY2VfaW1hZ2UvdGFza3MvbWFpbi55bWwgZXh0ZW5zaW9ucy9tb2xlY3VsZS9nbGFuY2UtaW1hZ2UvcHJlcGFyZS55bWwgZXh0ZW5zaW9ucy9tb2xlY3VsZS9nbGFuY2UtaW1hZ2UvY29udmVyZ2UueW1sIGV4dGVuc2lvbnMvbW9sZWN1bGUvZ2xhbmNlLWltYWdlL3ZlcmlmeS55bWwn
      patchset: f75f1eca6eea8d21c6fc32c1fb9600df28560a52
      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: 79fe3eb1d01f8ac5739b0b7bc4759c407b6e248d
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: 348c7ff425450b0356e1d84589143dce260be74a
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: 348c7ff425450b0356e1d84589143dce260be74a
          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: 79fe3eb1d01f8ac5739b0b7bc4759c407b6e248d
        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: 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_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/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_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: zuul 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
        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: zuul 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
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/atmosphere.common
        name: vexxhost/atmosphere.common
        short_name: atmosphere.common
        src_dir: src/github.com/vexxhost/atmosphere.common
      projects:
        github.com/ansible-collections/ansible.netcommon:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/ansible.netcommon
          checkout: main
          checkout_description: zuul branch
          commit: 74b98f449ab9c553bd7821a7524e54412cd05751
          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: zuul branch
          commit: 3c232a2429aaa9b49cae40bb3afa1a0ceb03c221
          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: zuul branch
          commit: 777fdd8b4df2aebf2227d5b3d89eb8f97fcc281c
          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: zuul branch
          commit: be72041cee7c6766efa4d22ee9e7ffbc2cb14676
          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: zuul branch
          commit: e6ca0df592c4db26ef4af31ea08986fa8a056fd6
          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: zuul branch
          commit: fa81214de95662ba161ddaeb99680a16a7d337d4
          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: zuul branch
          commit: 53c6c0ee80065de07286213058ee1747939b4add
          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: zuul branch
          commit: 73f630a25d5c22f029e85298d9d47f3d94a014a6
          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: zuul branch
          commit: 81e3fb55671a8a2c167c263761c5c139bc8421bc
          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: zuul branch
          commit: 9e778e36eee2b628f7d316634d7bc6f722c101b9
          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: main
          checkout_description: zuul branch
          commit: 866f2fac61ff5ee695e4bbda6adad65e5a0bc7f3
          name: vexxhost/atmosphere
          required: true
          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: zuul branch
          commit: 31116f236b88009b6a00b831fd3c8fb5e1d3add7
          name: vexxhost/atmosphere.common
          required: false
          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: 338534eab2f1111a652739e873a5c6deb32bbce2
          name: openstack/ansible-collections-openstack
          required: true
          short_name: ansible-collections-openstack
          src_dir: src/opendev.org/openstack/ansible-collections-openstack
      ref: refs/pull/111/head
      resources: {}
      tenant: oss
      timeout: 7200
      topic: null
      voting: true
