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.204.45.113
      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
      cluster_issuer_type: self-signed
      csi_driver: local-path-provisioner
      ingress_nginx_helm_values:
        controller:
          config:
            worker-processes: 2
      keystone_helm_values:
        pod:
          replicas:
            api: 1
      kube_vip_address: 172.17.0.100
      kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
      kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
      molecule_scenario: keycloak
      nodepool:
        az: nova
        cloud: public
        external_id: f4b874b8-eb40-4702-bcb4-2e10e2ea9e37
        host_id: f65535b9871d01a5cee8ece1826b232b808f65cb7b3c2fb89f8c9325
        interface_ip: 199.204.45.113
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.204.45.113
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.113
        public_ipv6: 2604:e100:1:0:f816:3eff:fe84:f4fe
        region: ca-ymq-1
        slot: null
      percona_xtradb_cluster_spec:
        allowUnsafeConfigurations: true
        haproxy:
          size: 1
        pxc:
          size: 1
      zuul_node:
        az: nova
        cloud: public
        external_id: f4b874b8-eb40-4702-bcb4-2e10e2ea9e37
        host_id: f65535b9871d01a5cee8ece1826b232b808f65cb7b3c2fb89f8c9325
        interface_ip: 199.204.45.113
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.204.45.113
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.113
        public_ipv6: 2604:e100:1:0:f816:3eff:fe84:f4fe
        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
    cluster_issuer_type: self-signed
    csi_driver: local-path-provisioner
    ingress_nginx_helm_values:
      controller:
        config:
          worker-processes: 2
    keystone_helm_values:
      pod:
        replicas:
          api: 1
    kube_vip_address: 172.17.0.100
    kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
    kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
    molecule_scenario: keycloak
    percona_xtradb_cluster_spec:
      allowUnsafeConfigurations: true
      haproxy:
        size: 1
      pxc:
        size: 1
    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.yaml@main#24>'
      - '<Job atmosphere-molecule-keycloak explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere/.zuul.yaml@main#273>'
      - '<Job atmosphere-molecule-keycloak explicit: None implied: None source: vexxhost/atmosphere/.zuul.yaml@main#295>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: b49f768387d34242a5d11d1182dc9a3a
      build_refs:
      - branch: main
        change: '3936'
        change_message: "Add NodeMemoryHighUtilization alert (hugepages-aware) with
          docs and tests\n\n### Motivation\n\n- Introduce a node memory utilization
          alert that accounts for reserved hugepage capacity to avoid false positives
          on compute hosts that intentionally reserve large hugepage pools. \n\n###
          Description\n\n- Add documentation for `NodeMemoryHighUtilization` to `doc/source/admin/monitoring.rst`,
          including likely root causes, diagnostics, and remediation steps. \n- Inject
          the `NodeMemoryHighUtilization` rule into the `node-exporter` group in `roles/kube_prometheus_stack/files/jsonnet/mixins.libsonnet`
          with a hugepages-aware expression that uses `node_memory_HugePages_Free
          * node_memory_Hugepagesize_bytes` and falls back to `node_memory_MemAvailable_bytes`
          when hugepage metrics are absent. \n- Replace the previous `groups+` merging
          with a conditional `groups` construction to allow targeted modification
          of the `node-exporter` group while preserving other rules, and add alert
          `annotations` including `runbook_url`. \n- Add multiple unit test cases
          to `roles/kube_prometheus_stack/files/jsonnet/tests.yml` covering positive
          and negative scenarios with and without hugepage metrics to validate the
          behavior and thresholds. \n\n### Testing\n\n- Ran the jsonnet alert rule
          unit tests defined in `roles/kube_prometheus_stack/files/jsonnet/tests.yml`,
          including the new `NodeMemoryHighUtilization` positive and negative cases,
          and they passed.\n\n------\n[Codex Task](https://chatgpt.com/codex/cloud/tasks/task_b_6a0b5f24102c83289a9f1430b537a43c)"
        change_url: https://github.com/vexxhost/atmosphere/pull/3936
        commit_id: aea9c91f19d0d79e20a9abfb25466bbb001cc5d0
        patchset: aea9c91f19d0d79e20a9abfb25466bbb001cc5d0
        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: a20cedd387944a7eb999b6726ead7a95
      buildset_refs:
      - branch: main
        change: '3936'
        change_message: "Add NodeMemoryHighUtilization alert (hugepages-aware) with
          docs and tests\n\n### Motivation\n\n- Introduce a node memory utilization
          alert that accounts for reserved hugepage capacity to avoid false positives
          on compute hosts that intentionally reserve large hugepage pools. \n\n###
          Description\n\n- Add documentation for `NodeMemoryHighUtilization` to `doc/source/admin/monitoring.rst`,
          including likely root causes, diagnostics, and remediation steps. \n- Inject
          the `NodeMemoryHighUtilization` rule into the `node-exporter` group in `roles/kube_prometheus_stack/files/jsonnet/mixins.libsonnet`
          with a hugepages-aware expression that uses `node_memory_HugePages_Free
          * node_memory_Hugepagesize_bytes` and falls back to `node_memory_MemAvailable_bytes`
          when hugepage metrics are absent. \n- Replace the previous `groups+` merging
          with a conditional `groups` construction to allow targeted modification
          of the `node-exporter` group while preserving other rules, and add alert
          `annotations` including `runbook_url`. \n- Add multiple unit test cases
          to `roles/kube_prometheus_stack/files/jsonnet/tests.yml` covering positive
          and negative scenarios with and without hugepage metrics to validate the
          behavior and thresholds. \n\n### Testing\n\n- Ran the jsonnet alert rule
          unit tests defined in `roles/kube_prometheus_stack/files/jsonnet/tests.yml`,
          including the new `NodeMemoryHighUtilization` positive and negative cases,
          and they passed.\n\n------\n[Codex Task](https://chatgpt.com/codex/cloud/tasks/task_b_6a0b5f24102c83289a9f1430b537a43c)"
        change_url: https://github.com/vexxhost/atmosphere/pull/3936
        commit_id: aea9c91f19d0d79e20a9abfb25466bbb001cc5d0
        patchset: aea9c91f19d0d79e20a9abfb25466bbb001cc5d0
        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: '3936'
      change_message: "Add NodeMemoryHighUtilization alert (hugepages-aware) with
        docs and tests\n\n### Motivation\n\n- Introduce a node memory utilization
        alert that accounts for reserved hugepage capacity to avoid false positives
        on compute hosts that intentionally reserve large hugepage pools. \n\n###
        Description\n\n- Add documentation for `NodeMemoryHighUtilization` to `doc/source/admin/monitoring.rst`,
        including likely root causes, diagnostics, and remediation steps. \n- Inject
        the `NodeMemoryHighUtilization` rule into the `node-exporter` group in `roles/kube_prometheus_stack/files/jsonnet/mixins.libsonnet`
        with a hugepages-aware expression that uses `node_memory_HugePages_Free *
        node_memory_Hugepagesize_bytes` and falls back to `node_memory_MemAvailable_bytes`
        when hugepage metrics are absent. \n- Replace the previous `groups+` merging
        with a conditional `groups` construction to allow targeted modification of
        the `node-exporter` group while preserving other rules, and add alert `annotations`
        including `runbook_url`. \n- Add multiple unit test cases to `roles/kube_prometheus_stack/files/jsonnet/tests.yml`
        covering positive and negative scenarios with and without hugepage metrics
        to validate the behavior and thresholds. \n\n### Testing\n\n- Ran the jsonnet
        alert rule unit tests defined in `roles/kube_prometheus_stack/files/jsonnet/tests.yml`,
        including the new `NodeMemoryHighUtilization` positive and negative cases,
        and they passed.\n\n------\n[Codex Task](https://chatgpt.com/codex/cloud/tasks/task_b_6a0b5f24102c83289a9f1430b537a43c)"
      change_url: https://github.com/vexxhost/atmosphere/pull/3936
      child_jobs: []
      commit_id: aea9c91f19d0d79e20a9abfb25466bbb001cc5d0
      event_id: db6cf260-532d-11f1-8e1c-57b3c3f7cdb2
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/b49f768387d34242a5d11d1182dc9a3a/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/b49f768387d34242a5d11d1182dc9a3a/work/logs
        result_data_file: /var/lib/zuul/builds/b49f768387d34242a5d11d1182dc9a3a/work/results.json
        src_root: /var/lib/zuul/builds/b49f768387d34242a5d11d1182dc9a3a/work/src
        work_root: /var/lib/zuul/builds/b49f768387d34242a5d11d1182dc9a3a/work
      include_vars: []
      items:
      - branch: main
        change: '3936'
        change_message: "Add NodeMemoryHighUtilization alert (hugepages-aware) with
          docs and tests\n\n### Motivation\n\n- Introduce a node memory utilization
          alert that accounts for reserved hugepage capacity to avoid false positives
          on compute hosts that intentionally reserve large hugepage pools. \n\n###
          Description\n\n- Add documentation for `NodeMemoryHighUtilization` to `doc/source/admin/monitoring.rst`,
          including likely root causes, diagnostics, and remediation steps. \n- Inject
          the `NodeMemoryHighUtilization` rule into the `node-exporter` group in `roles/kube_prometheus_stack/files/jsonnet/mixins.libsonnet`
          with a hugepages-aware expression that uses `node_memory_HugePages_Free
          * node_memory_Hugepagesize_bytes` and falls back to `node_memory_MemAvailable_bytes`
          when hugepage metrics are absent. \n- Replace the previous `groups+` merging
          with a conditional `groups` construction to allow targeted modification
          of the `node-exporter` group while preserving other rules, and add alert
          `annotations` including `runbook_url`. \n- Add multiple unit test cases
          to `roles/kube_prometheus_stack/files/jsonnet/tests.yml` covering positive
          and negative scenarios with and without hugepage metrics to validate the
          behavior and thresholds. \n\n### Testing\n\n- Ran the jsonnet alert rule
          unit tests defined in `roles/kube_prometheus_stack/files/jsonnet/tests.yml`,
          including the new `NodeMemoryHighUtilization` positive and negative cases,
          and they passed.\n\n------\n[Codex Task](https://chatgpt.com/codex/cloud/tasks/task_b_6a0b5f24102c83289a9f1430b537a43c)"
        change_url: https://github.com/vexxhost/atmosphere/pull/3936
        commit_id: aea9c91f19d0d79e20a9abfb25466bbb001cc5d0
        patchset: aea9c91f19d0d79e20a9abfb25466bbb001cc5d0
        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-keycloak
      jobtags: []
      max_attempts: 3
      message: QWRkIE5vZGVNZW1vcnlIaWdoVXRpbGl6YXRpb24gYWxlcnQgKGh1Z2VwYWdlcy1hd2FyZSkgd2l0aCBkb2NzIGFuZCB0ZXN0cwoKIyMjIE1vdGl2YXRpb24KCi0gSW50cm9kdWNlIGEgbm9kZSBtZW1vcnkgdXRpbGl6YXRpb24gYWxlcnQgdGhhdCBhY2NvdW50cyBmb3IgcmVzZXJ2ZWQgaHVnZXBhZ2UgY2FwYWNpdHkgdG8gYXZvaWQgZmFsc2UgcG9zaXRpdmVzIG9uIGNvbXB1dGUgaG9zdHMgdGhhdCBpbnRlbnRpb25hbGx5IHJlc2VydmUgbGFyZ2UgaHVnZXBhZ2UgcG9vbHMuIAoKIyMjIERlc2NyaXB0aW9uCgotIEFkZCBkb2N1bWVudGF0aW9uIGZvciBgTm9kZU1lbW9yeUhpZ2hVdGlsaXphdGlvbmAgdG8gYGRvYy9zb3VyY2UvYWRtaW4vbW9uaXRvcmluZy5yc3RgLCBpbmNsdWRpbmcgbGlrZWx5IHJvb3QgY2F1c2VzLCBkaWFnbm9zdGljcywgYW5kIHJlbWVkaWF0aW9uIHN0ZXBzLiAKLSBJbmplY3QgdGhlIGBOb2RlTWVtb3J5SGlnaFV0aWxpemF0aW9uYCBydWxlIGludG8gdGhlIGBub2RlLWV4cG9ydGVyYCBncm91cCBpbiBgcm9sZXMva3ViZV9wcm9tZXRoZXVzX3N0YWNrL2ZpbGVzL2pzb25uZXQvbWl4aW5zLmxpYnNvbm5ldGAgd2l0aCBhIGh1Z2VwYWdlcy1hd2FyZSBleHByZXNzaW9uIHRoYXQgdXNlcyBgbm9kZV9tZW1vcnlfSHVnZVBhZ2VzX0ZyZWUgKiBub2RlX21lbW9yeV9IdWdlcGFnZXNpemVfYnl0ZXNgIGFuZCBmYWxscyBiYWNrIHRvIGBub2RlX21lbW9yeV9NZW1BdmFpbGFibGVfYnl0ZXNgIHdoZW4gaHVnZXBhZ2UgbWV0cmljcyBhcmUgYWJzZW50LiAKLSBSZXBsYWNlIHRoZSBwcmV2aW91cyBgZ3JvdXBzK2AgbWVyZ2luZyB3aXRoIGEgY29uZGl0aW9uYWwgYGdyb3Vwc2AgY29uc3RydWN0aW9uIHRvIGFsbG93IHRhcmdldGVkIG1vZGlmaWNhdGlvbiBvZiB0aGUgYG5vZGUtZXhwb3J0ZXJgIGdyb3VwIHdoaWxlIHByZXNlcnZpbmcgb3RoZXIgcnVsZXMsIGFuZCBhZGQgYWxlcnQgYGFubm90YXRpb25zYCBpbmNsdWRpbmcgYHJ1bmJvb2tfdXJsYC4gCi0gQWRkIG11bHRpcGxlIHVuaXQgdGVzdCBjYXNlcyB0byBgcm9sZXMva3ViZV9wcm9tZXRoZXVzX3N0YWNrL2ZpbGVzL2pzb25uZXQvdGVzdHMueW1sYCBjb3ZlcmluZyBwb3NpdGl2ZSBhbmQgbmVnYXRpdmUgc2NlbmFyaW9zIHdpdGggYW5kIHdpdGhvdXQgaHVnZXBhZ2UgbWV0cmljcyB0byB2YWxpZGF0ZSB0aGUgYmVoYXZpb3IgYW5kIHRocmVzaG9sZHMuIAoKIyMjIFRlc3RpbmcKCi0gUmFuIHRoZSBqc29ubmV0IGFsZXJ0IHJ1bGUgdW5pdCB0ZXN0cyBkZWZpbmVkIGluIGByb2xlcy9rdWJlX3Byb21ldGhldXNfc3RhY2svZmlsZXMvanNvbm5ldC90ZXN0cy55bWxgLCBpbmNsdWRpbmcgdGhlIG5ldyBgTm9kZU1lbW9yeUhpZ2hVdGlsaXphdGlvbmAgcG9zaXRpdmUgYW5kIG5lZ2F0aXZlIGNhc2VzLCBhbmQgdGhleSBwYXNzZWQuCgotLS0tLS0KW0NvZGV4IFRhc2tdKGh0dHBzOi8vY2hhdGdwdC5jb20vY29kZXgvY2xvdWQvdGFza3MvdGFza19iXzZhMGI1ZjI0MTAyYzgzMjg5YTlmMTQzMGI1MzdhNDNjKQ==
      patchset: aea9c91f19d0d79e20a9abfb25466bbb001cc5d0
      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: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          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
          untrusted/project_3/github.com/vexxhost/atmosphere:
            canonical_name: github.com/vexxhost/atmosphere
            checkout: main
            commit: aea9c91f19d0d79e20a9abfb25466bbb001cc5d0
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: ebd6507b8b84365fe43c389f9571959da7b0826c
        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/test-playbooks/molecule/post.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/post_playbook_0/role_0/atmosphere
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere
            role_path: ansible/post_playbook_0/role_0/atmosphere/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: zuul 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: 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
        - 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: zuul 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: 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
        - path: untrusted/project_3/github.com/vexxhost/atmosphere/test-playbooks/molecule/pre.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_2/role_0/atmosphere
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere
            role_path: ansible/pre_playbook_2/role_0/atmosphere/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: zuul 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/vexxhost/atmosphere:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          checkout: main
          checkout_description: zuul branch
          commit: aea9c91f19d0d79e20a9abfb25466bbb001cc5d0
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
      ref: refs/pull/3936/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
