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.33
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      atmosphere_deploy_tags: ceph,kubernetes,csi
      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
      ceph_public_network: '{{ ansible_facts[''default_ipv4''][''network''] + ''/''
        + (ansible_facts[''default_ipv4''][''prefix''] | string) }}'
      cilium_helm_values:
        operator:
          replicas: 1
      csi_driver: rbd
      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: 0605d16d-c741-45aa-a0d5-5c0bc7da63f9
        host_id: c9670958829e9c96e47d452d2c9c4ce9edaac336d3dbc4a3c4ec531c
        interface_ip: 199.204.45.33
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.204.45.33
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.33
        public_ipv6: 2604:e100:1:0:f816:3eff:fe35:385a
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 0605d16d-c741-45aa-a0d5-5c0bc7da63f9
        host_id: c9670958829e9c96e47d452d2c9c4ce9edaac336d3dbc4a3c4ec531c
        interface_ip: 199.204.45.33
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.204.45.33
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.33
        public_ipv6: 2604:e100:1:0:f816:3eff:fe35:385a
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    atmosphere_deploy_tags: ceph,kubernetes,csi
    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
    ceph_public_network: '{{ ansible_facts[''default_ipv4''][''network''] + ''/''
      + (ansible_facts[''default_ipv4''][''prefix''] | string) }}'
    cilium_helm_values:
      operator:
        replicas: 1
    csi_driver: rbd
    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: 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-csi explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere/.zuul.yaml@main#63>'
      - '<Job atmosphere-molecule-csi-rbd explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere/.zuul.yaml@main#80>'
      - '<Job atmosphere-molecule-csi-rbd explicit: None implied: None source: vexxhost/atmosphere/.zuul.yaml@main#316>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 53770e2438284c7ea4e32747b904a46c
      build_refs:
      - branch: main
        change: '3841'
        change_message: "feat(deploy): parallel deployment orchestrator with intra-component
          parallelism and early CI deps\n\n## Summary\n\nCombined PR bringing together
          the parallel deployment orchestrator work:\n\n- **PR #3818**: Parallel deployment
          orchestrator with DAG-based component scheduling\n- **PR #3834**: Intra-component
          parallelism (pre-roles for magnum and octavia)\n- **PR #3835**: Pre-install
          CI dependencies early to reduce setup overhead\n\n### What's included\n\n1.
          **Go-based parallel deployer** (`cmd/atmosphere deploy`) that runs components
          concurrently based on a dependency DAG (~11 waves instead of serial)\n2.
          **Intra-component parallelism** via `PreRoleName` \u2014 runs pre-roles
          (image uploads, TLS cert creation) in parallel with main Helm installs for
          magnum and octavia (~2.5 min savings)\n3. **Early CI dependency installation**
          \u2014 moves package installs to a pre-run phase to avoid blocking the deploy\n\n###
          What's NOT included\n\n- ~~atmosphere-wait (K8s Watch API)~~ \u2014 analysis
          showed deployments are always ready before the wait task runs, so net savings
          was ~0 seconds\n\n### Performance\n\n- Deploy phase: ~42 min (vs ~46 min
          baseline) = **~4 min saved (9%)**\n- Total job time: ~153 min (vs ~158 min
          baseline) = **~5 min saved (3%)**\n\nSupersedes #3818, #3834, #3835, #3840"
        change_url: https://github.com/vexxhost/atmosphere/pull/3841
        commit_id: aa1b8ca6078840526687737ff438a56d63dd3c21
        patchset: aa1b8ca6078840526687737ff438a56d63dd3c21
        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: 2698183967b540d3b3e2cbfa27b6768e
      buildset_refs:
      - branch: main
        change: '3841'
        change_message: "feat(deploy): parallel deployment orchestrator with intra-component
          parallelism and early CI deps\n\n## Summary\n\nCombined PR bringing together
          the parallel deployment orchestrator work:\n\n- **PR #3818**: Parallel deployment
          orchestrator with DAG-based component scheduling\n- **PR #3834**: Intra-component
          parallelism (pre-roles for magnum and octavia)\n- **PR #3835**: Pre-install
          CI dependencies early to reduce setup overhead\n\n### What's included\n\n1.
          **Go-based parallel deployer** (`cmd/atmosphere deploy`) that runs components
          concurrently based on a dependency DAG (~11 waves instead of serial)\n2.
          **Intra-component parallelism** via `PreRoleName` \u2014 runs pre-roles
          (image uploads, TLS cert creation) in parallel with main Helm installs for
          magnum and octavia (~2.5 min savings)\n3. **Early CI dependency installation**
          \u2014 moves package installs to a pre-run phase to avoid blocking the deploy\n\n###
          What's NOT included\n\n- ~~atmosphere-wait (K8s Watch API)~~ \u2014 analysis
          showed deployments are always ready before the wait task runs, so net savings
          was ~0 seconds\n\n### Performance\n\n- Deploy phase: ~42 min (vs ~46 min
          baseline) = **~4 min saved (9%)**\n- Total job time: ~153 min (vs ~158 min
          baseline) = **~5 min saved (3%)**\n\nSupersedes #3818, #3834, #3835, #3840"
        change_url: https://github.com/vexxhost/atmosphere/pull/3841
        commit_id: aa1b8ca6078840526687737ff438a56d63dd3c21
        patchset: aa1b8ca6078840526687737ff438a56d63dd3c21
        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: '3841'
      change_message: "feat(deploy): parallel deployment orchestrator with intra-component
        parallelism and early CI deps\n\n## Summary\n\nCombined PR bringing together
        the parallel deployment orchestrator work:\n\n- **PR #3818**: Parallel deployment
        orchestrator with DAG-based component scheduling\n- **PR #3834**: Intra-component
        parallelism (pre-roles for magnum and octavia)\n- **PR #3835**: Pre-install
        CI dependencies early to reduce setup overhead\n\n### What's included\n\n1.
        **Go-based parallel deployer** (`cmd/atmosphere deploy`) that runs components
        concurrently based on a dependency DAG (~11 waves instead of serial)\n2. **Intra-component
        parallelism** via `PreRoleName` \u2014 runs pre-roles (image uploads, TLS
        cert creation) in parallel with main Helm installs for magnum and octavia
        (~2.5 min savings)\n3. **Early CI dependency installation** \u2014 moves package
        installs to a pre-run phase to avoid blocking the deploy\n\n### What's NOT
        included\n\n- ~~atmosphere-wait (K8s Watch API)~~ \u2014 analysis showed deployments
        are always ready before the wait task runs, so net savings was ~0 seconds\n\n###
        Performance\n\n- Deploy phase: ~42 min (vs ~46 min baseline) = **~4 min saved
        (9%)**\n- Total job time: ~153 min (vs ~158 min baseline) = **~5 min saved
        (3%)**\n\nSupersedes #3818, #3834, #3835, #3840"
      change_url: https://github.com/vexxhost/atmosphere/pull/3841
      child_jobs: []
      commit_id: aa1b8ca6078840526687737ff438a56d63dd3c21
      event_id: ff8dd4b0-39f2-11f1-82ea-854c82b110f7
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/53770e2438284c7ea4e32747b904a46c/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/53770e2438284c7ea4e32747b904a46c/work/logs
        result_data_file: /var/lib/zuul/builds/53770e2438284c7ea4e32747b904a46c/work/results.json
        src_root: /var/lib/zuul/builds/53770e2438284c7ea4e32747b904a46c/work/src
        work_root: /var/lib/zuul/builds/53770e2438284c7ea4e32747b904a46c/work
      include_vars: []
      items:
      - branch: main
        change: '3841'
        change_message: "feat(deploy): parallel deployment orchestrator with intra-component
          parallelism and early CI deps\n\n## Summary\n\nCombined PR bringing together
          the parallel deployment orchestrator work:\n\n- **PR #3818**: Parallel deployment
          orchestrator with DAG-based component scheduling\n- **PR #3834**: Intra-component
          parallelism (pre-roles for magnum and octavia)\n- **PR #3835**: Pre-install
          CI dependencies early to reduce setup overhead\n\n### What's included\n\n1.
          **Go-based parallel deployer** (`cmd/atmosphere deploy`) that runs components
          concurrently based on a dependency DAG (~11 waves instead of serial)\n2.
          **Intra-component parallelism** via `PreRoleName` \u2014 runs pre-roles
          (image uploads, TLS cert creation) in parallel with main Helm installs for
          magnum and octavia (~2.5 min savings)\n3. **Early CI dependency installation**
          \u2014 moves package installs to a pre-run phase to avoid blocking the deploy\n\n###
          What's NOT included\n\n- ~~atmosphere-wait (K8s Watch API)~~ \u2014 analysis
          showed deployments are always ready before the wait task runs, so net savings
          was ~0 seconds\n\n### Performance\n\n- Deploy phase: ~42 min (vs ~46 min
          baseline) = **~4 min saved (9%)**\n- Total job time: ~153 min (vs ~158 min
          baseline) = **~5 min saved (3%)**\n\nSupersedes #3818, #3834, #3835, #3840"
        change_url: https://github.com/vexxhost/atmosphere/pull/3841
        commit_id: aa1b8ca6078840526687737ff438a56d63dd3c21
        patchset: aa1b8ca6078840526687737ff438a56d63dd3c21
        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-rbd
      jobtags: []
      max_attempts: 3
      message: ZmVhdChkZXBsb3kpOiBwYXJhbGxlbCBkZXBsb3ltZW50IG9yY2hlc3RyYXRvciB3aXRoIGludHJhLWNvbXBvbmVudCBwYXJhbGxlbGlzbSBhbmQgZWFybHkgQ0kgZGVwcwoKIyMgU3VtbWFyeQoKQ29tYmluZWQgUFIgYnJpbmdpbmcgdG9nZXRoZXIgdGhlIHBhcmFsbGVsIGRlcGxveW1lbnQgb3JjaGVzdHJhdG9yIHdvcms6CgotICoqUFIgIzM4MTgqKjogUGFyYWxsZWwgZGVwbG95bWVudCBvcmNoZXN0cmF0b3Igd2l0aCBEQUctYmFzZWQgY29tcG9uZW50IHNjaGVkdWxpbmcKLSAqKlBSICMzODM0Kio6IEludHJhLWNvbXBvbmVudCBwYXJhbGxlbGlzbSAocHJlLXJvbGVzIGZvciBtYWdudW0gYW5kIG9jdGF2aWEpCi0gKipQUiAjMzgzNSoqOiBQcmUtaW5zdGFsbCBDSSBkZXBlbmRlbmNpZXMgZWFybHkgdG8gcmVkdWNlIHNldHVwIG92ZXJoZWFkCgojIyMgV2hhdCdzIGluY2x1ZGVkCgoxLiAqKkdvLWJhc2VkIHBhcmFsbGVsIGRlcGxveWVyKiogKGBjbWQvYXRtb3NwaGVyZSBkZXBsb3lgKSB0aGF0IHJ1bnMgY29tcG9uZW50cyBjb25jdXJyZW50bHkgYmFzZWQgb24gYSBkZXBlbmRlbmN5IERBRyAofjExIHdhdmVzIGluc3RlYWQgb2Ygc2VyaWFsKQoyLiAqKkludHJhLWNvbXBvbmVudCBwYXJhbGxlbGlzbSoqIHZpYSBgUHJlUm9sZU5hbWVgIOKAlCBydW5zIHByZS1yb2xlcyAoaW1hZ2UgdXBsb2FkcywgVExTIGNlcnQgY3JlYXRpb24pIGluIHBhcmFsbGVsIHdpdGggbWFpbiBIZWxtIGluc3RhbGxzIGZvciBtYWdudW0gYW5kIG9jdGF2aWEgKH4yLjUgbWluIHNhdmluZ3MpCjMuICoqRWFybHkgQ0kgZGVwZW5kZW5jeSBpbnN0YWxsYXRpb24qKiDigJQgbW92ZXMgcGFja2FnZSBpbnN0YWxscyB0byBhIHByZS1ydW4gcGhhc2UgdG8gYXZvaWQgYmxvY2tpbmcgdGhlIGRlcGxveQoKIyMjIFdoYXQncyBOT1QgaW5jbHVkZWQKCi0gfn5hdG1vc3BoZXJlLXdhaXQgKEs4cyBXYXRjaCBBUEkpfn4g4oCUIGFuYWx5c2lzIHNob3dlZCBkZXBsb3ltZW50cyBhcmUgYWx3YXlzIHJlYWR5IGJlZm9yZSB0aGUgd2FpdCB0YXNrIHJ1bnMsIHNvIG5ldCBzYXZpbmdzIHdhcyB+MCBzZWNvbmRzCgojIyMgUGVyZm9ybWFuY2UKCi0gRGVwbG95IHBoYXNlOiB+NDIgbWluICh2cyB+NDYgbWluIGJhc2VsaW5lKSA9ICoqfjQgbWluIHNhdmVkICg5JSkqKgotIFRvdGFsIGpvYiB0aW1lOiB+MTUzIG1pbiAodnMgfjE1OCBtaW4gYmFzZWxpbmUpID0gKip+NSBtaW4gc2F2ZWQgKDMlKSoqCgpTdXBlcnNlZGVzICMzODE4LCAjMzgzNCwgIzM4MzUsICMzODQw
      patchset: aa1b8ca6078840526687737ff438a56d63dd3c21
      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: fc4af6d44718d2e648cf6396f3e96bb46a55117a
          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: fc4af6d44718d2e648cf6396f3e96bb46a55117a
          untrusted/project_3/github.com/vexxhost/atmosphere:
            canonical_name: github.com/vexxhost/atmosphere
            checkout: main
            commit: aa1b8ca6078840526687737ff438a56d63dd3c21
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: c665eedfa3ae1b76a7e8438fffcb62aefaa30a46
        playbooks:
        - path: untrusted/project_3/github.com/vexxhost/atmosphere/molecule/csi/converge.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/playbook_0/role_0/atmosphere
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere
            role_path: ansible/playbook_0/role_0/atmosphere/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_0/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/playbook_0/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_0/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_4/zuul-jobs/roles
        - path: untrusted/project_3/github.com/vexxhost/atmosphere/test-playbooks/molecule/run.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/playbook_1/role_0/atmosphere
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere
            role_path: ansible/playbook_1/role_0/atmosphere/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_1/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/playbook_1/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_1/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_1/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/playbook_1/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_1/role_4/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-install-deps.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
        - 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_3/role_0/atmosphere
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere
            role_path: ansible/pre_playbook_3/role_0/atmosphere/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_3/role_1/openstack-helm
            link_target: untrusted/project_4/opendev.org/openstack/openstack-helm
            role_path: ansible/pre_playbook_3/role_1/openstack-helm/roles
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_3/role_3/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_3/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_3/role_4/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_3/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: aa1b8ca6078840526687737ff438a56d63dd3c21
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
      ref: refs/pull/3841/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
