all:
  children:
    cephs:
      hosts:
        instance: null
    computes:
      hosts:
        instance: null
    controllers:
      hosts:
        instance: null
    zuul_unreachable:
      hosts: {}
  hosts:
    instance:
      ansible_connection: ssh
      ansible_host: 199.19.213.220
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      atmosphere_deploy_tags: 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: local-path-provisioner
      kube_vip_address: 172.17.0.100
      kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
      kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
      molecule_scenario: csi
      nodepool:
        az: nova
        cloud: public
        external_id: 20b7536e-b165-4dcd-9eab-f5da6846f38f
        host_id: c3960d6808d44d1eb7d41ff8f195b627bd14b6a9ca83ea7250fd5db8
        interface_ip: 199.19.213.220
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.19.213.220
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.220
        public_ipv6: 2604:e100:1:0:f816:3eff:fe27:a6a1
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 20b7536e-b165-4dcd-9eab-f5da6846f38f
        host_id: c3960d6808d44d1eb7d41ff8f195b627bd14b6a9ca83ea7250fd5db8
        interface_ip: 199.19.213.220
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 199.19.213.220
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.220
        public_ipv6: 2604:e100:1:0:f816:3eff:fe27:a6a1
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    atmosphere_deploy_tags: 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: local-path-provisioner
    kube_vip_address: 172.17.0.100
    kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
    kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
    molecule_scenario: csi
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: 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#34>'
      - '<Job atmosphere-molecule-csi explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere/.zuul.yaml@main#71>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/atmosphere/.zuul.yaml@main#78>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        None source: vexxhost/atmosphere/.zuul.yaml@main#324>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: dc640e0d37b941918b100ca0d1dfd254
      build_refs:
      - branch: main
        change: '3877'
        change_message: "fix(deploy): reap subprocess descendants on context cancel\n\nDraft.
          Based on #3818 conceptually; merge target is `main`.\n\nThree complementary
          critical-path improvements on top of the parallel deploy orchestrator:\n\n###
          1. `PreRoleDependsOn` \u2014 asymmetric pre-role gating\nAdds a field to
          `Component` so a pre-role can wait for different dependencies than the main
          role. The orchestrator builds a `preGate` closure that waits on a shared
          `completionTracker`; the main role starts as soon as the component's own
          `DependsOn` are satisfied.\n\nApplied to Keystone: Keycloak realm / MFA
          / OIDC client / OpenID ConfigMap tasks moved to a new `keystone_pre` role
          that waits for Keycloak, while the Keystone Helm install runs in parallel
          with Keycloak startup. Potential saving **~3 min** from the serial Keycloak\u2192Keystone
          window.\n\n### 2. Neutron DAG audit\nDrops `nova` from `neutron.DependsOn`.
          The Neutron role does only Helm install + ingress \u2014 `neutron-metadata-agent`
          talks to the Nova API at runtime, not install time. Neutron now installs
          in parallel with Nova. Potential saving **~2\u20133 min**.\n\n### 3. Configurable
          `ResourceCoordinator`\nGeneralizes the resource semaphore from a fixed mutex
          (cap=1) to a per-resource cap. Adds a `k8s-api` resource (default cap 6)
          and tags heavy helm-driven components (keystone, neutron, nova, cinder,
          glance, placement, heat, barbican, octavia, magnum, manila, horizon) so
          apiserver load is smoothed during wave fan-out without serializing OpenStack.\n\n###
          Tests\n- `completion_test.go` \u2014 tracker Wait/MarkDone semantics\n-
          `resource_concurrency_test.go` \u2014 overrides + default cap\n- `orchestrator_test.go`
          \u2014 `buildPreGate` branching\n- Existing deployer/orchestrator tests
          updated for new `Deploy(ctx, comp, preGate)` signature\n\n### Backwards
          compatibility\nThe sequential `playbooks/openstack.yml --tags keystone`
          path is preserved: Keycloak tasks still exist in `roles/keystone/tasks/main.yml`
          guarded by `_pre_role_active`, following the existing `octavia` / `magnum`
          pattern.\n\n### Next steps after merge\nValidate actual performance in Zuul
          vs current #3818 baseline (OVN deploy 34.8 min, OVS 35.5 min). Expected
          savings: ~4\u20136 min critical-path.\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3877
        commit_id: 5c1f115def814997364ad2d92011ef6e02b655d2
        patchset: 5c1f115def814997364ad2d92011ef6e02b655d2
        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: 0840e9044a8244209d36702899128fb3
      buildset_refs:
      - branch: main
        change: '3877'
        change_message: "fix(deploy): reap subprocess descendants on context cancel\n\nDraft.
          Based on #3818 conceptually; merge target is `main`.\n\nThree complementary
          critical-path improvements on top of the parallel deploy orchestrator:\n\n###
          1. `PreRoleDependsOn` \u2014 asymmetric pre-role gating\nAdds a field to
          `Component` so a pre-role can wait for different dependencies than the main
          role. The orchestrator builds a `preGate` closure that waits on a shared
          `completionTracker`; the main role starts as soon as the component's own
          `DependsOn` are satisfied.\n\nApplied to Keystone: Keycloak realm / MFA
          / OIDC client / OpenID ConfigMap tasks moved to a new `keystone_pre` role
          that waits for Keycloak, while the Keystone Helm install runs in parallel
          with Keycloak startup. Potential saving **~3 min** from the serial Keycloak\u2192Keystone
          window.\n\n### 2. Neutron DAG audit\nDrops `nova` from `neutron.DependsOn`.
          The Neutron role does only Helm install + ingress \u2014 `neutron-metadata-agent`
          talks to the Nova API at runtime, not install time. Neutron now installs
          in parallel with Nova. Potential saving **~2\u20133 min**.\n\n### 3. Configurable
          `ResourceCoordinator`\nGeneralizes the resource semaphore from a fixed mutex
          (cap=1) to a per-resource cap. Adds a `k8s-api` resource (default cap 6)
          and tags heavy helm-driven components (keystone, neutron, nova, cinder,
          glance, placement, heat, barbican, octavia, magnum, manila, horizon) so
          apiserver load is smoothed during wave fan-out without serializing OpenStack.\n\n###
          Tests\n- `completion_test.go` \u2014 tracker Wait/MarkDone semantics\n-
          `resource_concurrency_test.go` \u2014 overrides + default cap\n- `orchestrator_test.go`
          \u2014 `buildPreGate` branching\n- Existing deployer/orchestrator tests
          updated for new `Deploy(ctx, comp, preGate)` signature\n\n### Backwards
          compatibility\nThe sequential `playbooks/openstack.yml --tags keystone`
          path is preserved: Keycloak tasks still exist in `roles/keystone/tasks/main.yml`
          guarded by `_pre_role_active`, following the existing `octavia` / `magnum`
          pattern.\n\n### Next steps after merge\nValidate actual performance in Zuul
          vs current #3818 baseline (OVN deploy 34.8 min, OVS 35.5 min). Expected
          savings: ~4\u20136 min critical-path.\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3877
        commit_id: 5c1f115def814997364ad2d92011ef6e02b655d2
        patchset: 5c1f115def814997364ad2d92011ef6e02b655d2
        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: '3877'
      change_message: "fix(deploy): reap subprocess descendants on context cancel\n\nDraft.
        Based on #3818 conceptually; merge target is `main`.\n\nThree complementary
        critical-path improvements on top of the parallel deploy orchestrator:\n\n###
        1. `PreRoleDependsOn` \u2014 asymmetric pre-role gating\nAdds a field to `Component`
        so a pre-role can wait for different dependencies than the main role. The
        orchestrator builds a `preGate` closure that waits on a shared `completionTracker`;
        the main role starts as soon as the component's own `DependsOn` are satisfied.\n\nApplied
        to Keystone: Keycloak realm / MFA / OIDC client / OpenID ConfigMap tasks moved
        to a new `keystone_pre` role that waits for Keycloak, while the Keystone Helm
        install runs in parallel with Keycloak startup. Potential saving **~3 min**
        from the serial Keycloak\u2192Keystone window.\n\n### 2. Neutron DAG audit\nDrops
        `nova` from `neutron.DependsOn`. The Neutron role does only Helm install +
        ingress \u2014 `neutron-metadata-agent` talks to the Nova API at runtime,
        not install time. Neutron now installs in parallel with Nova. Potential saving
        **~2\u20133 min**.\n\n### 3. Configurable `ResourceCoordinator`\nGeneralizes
        the resource semaphore from a fixed mutex (cap=1) to a per-resource cap. Adds
        a `k8s-api` resource (default cap 6) and tags heavy helm-driven components
        (keystone, neutron, nova, cinder, glance, placement, heat, barbican, octavia,
        magnum, manila, horizon) so apiserver load is smoothed during wave fan-out
        without serializing OpenStack.\n\n### Tests\n- `completion_test.go` \u2014
        tracker Wait/MarkDone semantics\n- `resource_concurrency_test.go` \u2014 overrides
        + default cap\n- `orchestrator_test.go` \u2014 `buildPreGate` branching\n-
        Existing deployer/orchestrator tests updated for new `Deploy(ctx, comp, preGate)`
        signature\n\n### Backwards compatibility\nThe sequential `playbooks/openstack.yml
        --tags keystone` path is preserved: Keycloak tasks still exist in `roles/keystone/tasks/main.yml`
        guarded by `_pre_role_active`, following the existing `octavia` / `magnum`
        pattern.\n\n### Next steps after merge\nValidate actual performance in Zuul
        vs current #3818 baseline (OVN deploy 34.8 min, OVS 35.5 min). Expected savings:
        ~4\u20136 min critical-path.\n"
      change_url: https://github.com/vexxhost/atmosphere/pull/3877
      child_jobs: []
      commit_id: 5c1f115def814997364ad2d92011ef6e02b655d2
      event_id: ea66a3f0-4253-11f1-8105-9073a2ef2972
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/dc640e0d37b941918b100ca0d1dfd254/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/dc640e0d37b941918b100ca0d1dfd254/work/logs
        result_data_file: /var/lib/zuul/builds/dc640e0d37b941918b100ca0d1dfd254/work/results.json
        src_root: /var/lib/zuul/builds/dc640e0d37b941918b100ca0d1dfd254/work/src
        work_root: /var/lib/zuul/builds/dc640e0d37b941918b100ca0d1dfd254/work
      include_vars: []
      items:
      - branch: main
        change: '3877'
        change_message: "fix(deploy): reap subprocess descendants on context cancel\n\nDraft.
          Based on #3818 conceptually; merge target is `main`.\n\nThree complementary
          critical-path improvements on top of the parallel deploy orchestrator:\n\n###
          1. `PreRoleDependsOn` \u2014 asymmetric pre-role gating\nAdds a field to
          `Component` so a pre-role can wait for different dependencies than the main
          role. The orchestrator builds a `preGate` closure that waits on a shared
          `completionTracker`; the main role starts as soon as the component's own
          `DependsOn` are satisfied.\n\nApplied to Keystone: Keycloak realm / MFA
          / OIDC client / OpenID ConfigMap tasks moved to a new `keystone_pre` role
          that waits for Keycloak, while the Keystone Helm install runs in parallel
          with Keycloak startup. Potential saving **~3 min** from the serial Keycloak\u2192Keystone
          window.\n\n### 2. Neutron DAG audit\nDrops `nova` from `neutron.DependsOn`.
          The Neutron role does only Helm install + ingress \u2014 `neutron-metadata-agent`
          talks to the Nova API at runtime, not install time. Neutron now installs
          in parallel with Nova. Potential saving **~2\u20133 min**.\n\n### 3. Configurable
          `ResourceCoordinator`\nGeneralizes the resource semaphore from a fixed mutex
          (cap=1) to a per-resource cap. Adds a `k8s-api` resource (default cap 6)
          and tags heavy helm-driven components (keystone, neutron, nova, cinder,
          glance, placement, heat, barbican, octavia, magnum, manila, horizon) so
          apiserver load is smoothed during wave fan-out without serializing OpenStack.\n\n###
          Tests\n- `completion_test.go` \u2014 tracker Wait/MarkDone semantics\n-
          `resource_concurrency_test.go` \u2014 overrides + default cap\n- `orchestrator_test.go`
          \u2014 `buildPreGate` branching\n- Existing deployer/orchestrator tests
          updated for new `Deploy(ctx, comp, preGate)` signature\n\n### Backwards
          compatibility\nThe sequential `playbooks/openstack.yml --tags keystone`
          path is preserved: Keycloak tasks still exist in `roles/keystone/tasks/main.yml`
          guarded by `_pre_role_active`, following the existing `octavia` / `magnum`
          pattern.\n\n### Next steps after merge\nValidate actual performance in Zuul
          vs current #3818 baseline (OVN deploy 34.8 min, OVS 35.5 min). Expected
          savings: ~4\u20136 min critical-path.\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/3877
        commit_id: 5c1f115def814997364ad2d92011ef6e02b655d2
        patchset: 5c1f115def814997364ad2d92011ef6e02b655d2
        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: Zml4KGRlcGxveSk6IHJlYXAgc3VicHJvY2VzcyBkZXNjZW5kYW50cyBvbiBjb250ZXh0IGNhbmNlbAoKRHJhZnQuIEJhc2VkIG9uICMzODE4IGNvbmNlcHR1YWxseTsgbWVyZ2UgdGFyZ2V0IGlzIGBtYWluYC4KClRocmVlIGNvbXBsZW1lbnRhcnkgY3JpdGljYWwtcGF0aCBpbXByb3ZlbWVudHMgb24gdG9wIG9mIHRoZSBwYXJhbGxlbCBkZXBsb3kgb3JjaGVzdHJhdG9yOgoKIyMjIDEuIGBQcmVSb2xlRGVwZW5kc09uYCDigJQgYXN5bW1ldHJpYyBwcmUtcm9sZSBnYXRpbmcKQWRkcyBhIGZpZWxkIHRvIGBDb21wb25lbnRgIHNvIGEgcHJlLXJvbGUgY2FuIHdhaXQgZm9yIGRpZmZlcmVudCBkZXBlbmRlbmNpZXMgdGhhbiB0aGUgbWFpbiByb2xlLiBUaGUgb3JjaGVzdHJhdG9yIGJ1aWxkcyBhIGBwcmVHYXRlYCBjbG9zdXJlIHRoYXQgd2FpdHMgb24gYSBzaGFyZWQgYGNvbXBsZXRpb25UcmFja2VyYDsgdGhlIG1haW4gcm9sZSBzdGFydHMgYXMgc29vbiBhcyB0aGUgY29tcG9uZW50J3Mgb3duIGBEZXBlbmRzT25gIGFyZSBzYXRpc2ZpZWQuCgpBcHBsaWVkIHRvIEtleXN0b25lOiBLZXljbG9hayByZWFsbSAvIE1GQSAvIE9JREMgY2xpZW50IC8gT3BlbklEIENvbmZpZ01hcCB0YXNrcyBtb3ZlZCB0byBhIG5ldyBga2V5c3RvbmVfcHJlYCByb2xlIHRoYXQgd2FpdHMgZm9yIEtleWNsb2FrLCB3aGlsZSB0aGUgS2V5c3RvbmUgSGVsbSBpbnN0YWxsIHJ1bnMgaW4gcGFyYWxsZWwgd2l0aCBLZXljbG9hayBzdGFydHVwLiBQb3RlbnRpYWwgc2F2aW5nICoqfjMgbWluKiogZnJvbSB0aGUgc2VyaWFsIEtleWNsb2Fr4oaSS2V5c3RvbmUgd2luZG93LgoKIyMjIDIuIE5ldXRyb24gREFHIGF1ZGl0CkRyb3BzIGBub3ZhYCBmcm9tIGBuZXV0cm9uLkRlcGVuZHNPbmAuIFRoZSBOZXV0cm9uIHJvbGUgZG9lcyBvbmx5IEhlbG0gaW5zdGFsbCArIGluZ3Jlc3Mg4oCUIGBuZXV0cm9uLW1ldGFkYXRhLWFnZW50YCB0YWxrcyB0byB0aGUgTm92YSBBUEkgYXQgcnVudGltZSwgbm90IGluc3RhbGwgdGltZS4gTmV1dHJvbiBub3cgaW5zdGFsbHMgaW4gcGFyYWxsZWwgd2l0aCBOb3ZhLiBQb3RlbnRpYWwgc2F2aW5nICoqfjLigJMzIG1pbioqLgoKIyMjIDMuIENvbmZpZ3VyYWJsZSBgUmVzb3VyY2VDb29yZGluYXRvcmAKR2VuZXJhbGl6ZXMgdGhlIHJlc291cmNlIHNlbWFwaG9yZSBmcm9tIGEgZml4ZWQgbXV0ZXggKGNhcD0xKSB0byBhIHBlci1yZXNvdXJjZSBjYXAuIEFkZHMgYSBgazhzLWFwaWAgcmVzb3VyY2UgKGRlZmF1bHQgY2FwIDYpIGFuZCB0YWdzIGhlYXZ5IGhlbG0tZHJpdmVuIGNvbXBvbmVudHMgKGtleXN0b25lLCBuZXV0cm9uLCBub3ZhLCBjaW5kZXIsIGdsYW5jZSwgcGxhY2VtZW50LCBoZWF0LCBiYXJiaWNhbiwgb2N0YXZpYSwgbWFnbnVtLCBtYW5pbGEsIGhvcml6b24pIHNvIGFwaXNlcnZlciBsb2FkIGlzIHNtb290aGVkIGR1cmluZyB3YXZlIGZhbi1vdXQgd2l0aG91dCBzZXJpYWxpemluZyBPcGVuU3RhY2suCgojIyMgVGVzdHMKLSBgY29tcGxldGlvbl90ZXN0LmdvYCDigJQgdHJhY2tlciBXYWl0L01hcmtEb25lIHNlbWFudGljcwotIGByZXNvdXJjZV9jb25jdXJyZW5jeV90ZXN0LmdvYCDigJQgb3ZlcnJpZGVzICsgZGVmYXVsdCBjYXAKLSBgb3JjaGVzdHJhdG9yX3Rlc3QuZ29gIOKAlCBgYnVpbGRQcmVHYXRlYCBicmFuY2hpbmcKLSBFeGlzdGluZyBkZXBsb3llci9vcmNoZXN0cmF0b3IgdGVzdHMgdXBkYXRlZCBmb3IgbmV3IGBEZXBsb3koY3R4LCBjb21wLCBwcmVHYXRlKWAgc2lnbmF0dXJlCgojIyMgQmFja3dhcmRzIGNvbXBhdGliaWxpdHkKVGhlIHNlcXVlbnRpYWwgYHBsYXlib29rcy9vcGVuc3RhY2sueW1sIC0tdGFncyBrZXlzdG9uZWAgcGF0aCBpcyBwcmVzZXJ2ZWQ6IEtleWNsb2FrIHRhc2tzIHN0aWxsIGV4aXN0IGluIGByb2xlcy9rZXlzdG9uZS90YXNrcy9tYWluLnltbGAgZ3VhcmRlZCBieSBgX3ByZV9yb2xlX2FjdGl2ZWAsIGZvbGxvd2luZyB0aGUgZXhpc3RpbmcgYG9jdGF2aWFgIC8gYG1hZ251bWAgcGF0dGVybi4KCiMjIyBOZXh0IHN0ZXBzIGFmdGVyIG1lcmdlClZhbGlkYXRlIGFjdHVhbCBwZXJmb3JtYW5jZSBpbiBadXVsIHZzIGN1cnJlbnQgIzM4MTggYmFzZWxpbmUgKE9WTiBkZXBsb3kgMzQuOCBtaW4sIE9WUyAzNS41IG1pbikuIEV4cGVjdGVkIHNhdmluZ3M6IH404oCTNiBtaW4gY3JpdGljYWwtcGF0aC4K
      patchset: 5c1f115def814997364ad2d92011ef6e02b655d2
      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: 9f5c1d680d573485f0ccdb18d2184d4f1d446419
          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: 9f5c1d680d573485f0ccdb18d2184d4f1d446419
          untrusted/project_3/github.com/vexxhost/atmosphere:
            canonical_name: github.com/vexxhost/atmosphere
            checkout: main
            commit: 5c1f115def814997364ad2d92011ef6e02b655d2
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: 4d5267170d82791cf249843da757249e4124aa85
        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.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: 5c1f115def814997364ad2d92011ef6e02b655d2
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
      ref: refs/pull/3877/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
