all:
  children:
    controllers:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.19.213.84
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      cilium_helm_values:
        operator:
          replicas: 1
      cilium_ipv4_cidr: 172.24.0.0/16
      kube_vip_address: 172.17.0.100
      kube_vip_interface: '{{ ansible_facts[''default_ipv4''].interface }}'
      kubernetes_hostname: '{{ ansible_facts[''default_ipv4''].address }}'
      kubernetes_version: 1.28.13
      molecule_install_collection_siblings: true
      molecule_scenario: secretgen-controller
      nodepool:
        az: nova
        cloud: public
        external_id: 640d1c48-72ac-46bd-8378-a13def6af937
        host_id: 413ad91e6120ae81306de27e59dcefd40ab96f06b8665fea7030ef8f
        interface_ip: 199.19.213.84
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.19.213.84
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.84
        public_ipv6: 2604:e100:1:0:f816:3eff:fef6:194d
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 640d1c48-72ac-46bd-8378-a13def6af937
        host_id: 413ad91e6120ae81306de27e59dcefd40ab96f06b8665fea7030ef8f
        interface_ip: 199.19.213.84
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.19.213.84
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.84
        public_ipv6: 2604:e100:1:0:f816:3eff:fef6:194d
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    cilium_helm_values:
      operator:
        replicas: 1
    kubernetes_version: 1.28.13
    molecule_install_collection_siblings: true
    molecule_scenario: secretgen-controller
    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-secretgen-controller explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/atmosphere.common/.zuul.yaml@main#33>'
      - '<Job atmosphere-common-molecule-secretgen-controller explicit: None implied:
        None source: vexxhost/atmosphere.common/.zuul.yaml@main#114>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: fb9d1172551643fa8a5db455013c4f40
      build_refs:
      - branch: main
        change: '117'
        change_message: 'fix(secretgen): render release template explicitly


          ## Summary


          Render the `secretgen_controller` release template before passing it to
          `kubernetes.core.k8s`.


          Depends-On: https://github.com/vexxhost/atmosphere.common/pull/118


          ## Changes


          - replace `template: release.yml.tpl` with an explicit `definition` rendered
          by `lookup(''ansible.builtin.template'', ''release.yml.tpl'') | from_yaml_all
          | list`

          - keep the role compatible with newer Ansible and `kubernetes.core` behavior
          where the old template path can pass raw Jinja into Kubernetes manifests


          ## Validation


          - `git diff --check`

          - `pre-commit run --files roles/secretgen_controller/tasks/main.yml`

          - installed the collection into a temporary `ANSIBLE_COLLECTIONS_PATH`

          - `ANSIBLE_COLLECTIONS_PATH=<tmp> uv run ansible-playbook --syntax-check
          playbooks/secretgen_controller.yaml`

          - `ANSIBLE_COLLECTIONS_PATH=<tmp> uv run ansible-playbook --syntax-check
          extensions/molecule/secretgen-controller/converge.yml`

          - rendered `release.yml.tpl` through Ansible and confirmed the Deployment
          image resolves to `ghcr.io/carvel-dev/secretgen-controller@sha256:59ec05ce5847bfd70c8e04f08b5195e918c8f6fbb947ffc91b456494a2958fd5`


          Note: local `uv run ansible-lint roles/secretgen_controller/tasks/main.yml`
          could not run because the local entry point resolved to an old Python 3.8
          global `ansible-lint` and failed importing `functools.cache` before linting.
          The GitHub `ansible/ansible-lint` job should provide the authoritative lint
          result.


          Related: https://github.com/vexxhost/atmosphere/pull/4009

          '
        change_url: https://github.com/vexxhost/atmosphere.common/pull/117
        commit_id: b2e6262ab2f8fb629416ae187e557a0bc5c92dac
        patchset: b2e6262ab2f8fb629416ae187e557a0bc5c92dac
        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: 246ea8d1fec34da29144c619c1adc03a
      buildset_refs:
      - branch: main
        change: '117'
        change_message: 'fix(secretgen): render release template explicitly


          ## Summary


          Render the `secretgen_controller` release template before passing it to
          `kubernetes.core.k8s`.


          Depends-On: https://github.com/vexxhost/atmosphere.common/pull/118


          ## Changes


          - replace `template: release.yml.tpl` with an explicit `definition` rendered
          by `lookup(''ansible.builtin.template'', ''release.yml.tpl'') | from_yaml_all
          | list`

          - keep the role compatible with newer Ansible and `kubernetes.core` behavior
          where the old template path can pass raw Jinja into Kubernetes manifests


          ## Validation


          - `git diff --check`

          - `pre-commit run --files roles/secretgen_controller/tasks/main.yml`

          - installed the collection into a temporary `ANSIBLE_COLLECTIONS_PATH`

          - `ANSIBLE_COLLECTIONS_PATH=<tmp> uv run ansible-playbook --syntax-check
          playbooks/secretgen_controller.yaml`

          - `ANSIBLE_COLLECTIONS_PATH=<tmp> uv run ansible-playbook --syntax-check
          extensions/molecule/secretgen-controller/converge.yml`

          - rendered `release.yml.tpl` through Ansible and confirmed the Deployment
          image resolves to `ghcr.io/carvel-dev/secretgen-controller@sha256:59ec05ce5847bfd70c8e04f08b5195e918c8f6fbb947ffc91b456494a2958fd5`


          Note: local `uv run ansible-lint roles/secretgen_controller/tasks/main.yml`
          could not run because the local entry point resolved to an old Python 3.8
          global `ansible-lint` and failed importing `functools.cache` before linting.
          The GitHub `ansible/ansible-lint` job should provide the authoritative lint
          result.


          Related: https://github.com/vexxhost/atmosphere/pull/4009

          '
        change_url: https://github.com/vexxhost/atmosphere.common/pull/117
        commit_id: b2e6262ab2f8fb629416ae187e557a0bc5c92dac
        patchset: b2e6262ab2f8fb629416ae187e557a0bc5c92dac
        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: '117'
      change_message: 'fix(secretgen): render release template explicitly


        ## Summary


        Render the `secretgen_controller` release template before passing it to `kubernetes.core.k8s`.


        Depends-On: https://github.com/vexxhost/atmosphere.common/pull/118


        ## Changes


        - replace `template: release.yml.tpl` with an explicit `definition` rendered
        by `lookup(''ansible.builtin.template'', ''release.yml.tpl'') | from_yaml_all
        | list`

        - keep the role compatible with newer Ansible and `kubernetes.core` behavior
        where the old template path can pass raw Jinja into Kubernetes manifests


        ## Validation


        - `git diff --check`

        - `pre-commit run --files roles/secretgen_controller/tasks/main.yml`

        - installed the collection into a temporary `ANSIBLE_COLLECTIONS_PATH`

        - `ANSIBLE_COLLECTIONS_PATH=<tmp> uv run ansible-playbook --syntax-check playbooks/secretgen_controller.yaml`

        - `ANSIBLE_COLLECTIONS_PATH=<tmp> uv run ansible-playbook --syntax-check extensions/molecule/secretgen-controller/converge.yml`

        - rendered `release.yml.tpl` through Ansible and confirmed the Deployment
        image resolves to `ghcr.io/carvel-dev/secretgen-controller@sha256:59ec05ce5847bfd70c8e04f08b5195e918c8f6fbb947ffc91b456494a2958fd5`


        Note: local `uv run ansible-lint roles/secretgen_controller/tasks/main.yml`
        could not run because the local entry point resolved to an old Python 3.8
        global `ansible-lint` and failed importing `functools.cache` before linting.
        The GitHub `ansible/ansible-lint` job should provide the authoritative lint
        result.


        Related: https://github.com/vexxhost/atmosphere/pull/4009

        '
      change_url: https://github.com/vexxhost/atmosphere.common/pull/117
      child_jobs: []
      commit_id: b2e6262ab2f8fb629416ae187e557a0bc5c92dac
      event_id: 954ad530-818c-11f1-8377-b1445e045922
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/fb9d1172551643fa8a5db455013c4f40/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/fb9d1172551643fa8a5db455013c4f40/work/logs
        result_data_file: /var/lib/zuul/builds/fb9d1172551643fa8a5db455013c4f40/work/results.json
        src_root: /var/lib/zuul/builds/fb9d1172551643fa8a5db455013c4f40/work/src
        work_root: /var/lib/zuul/builds/fb9d1172551643fa8a5db455013c4f40/work
      include_vars: []
      items:
      - branch: main
        change: '118'
        change_message: 'ci: stabilize molecule and Metal3 jobs


          ## Summary


          Separate the CI stabilization work that was previously bundled into #117
          from the `secretgen_controller` runtime fix.


          ## Changes


          - pin the Molecule Kubernetes Python client to `kubernetes==33.1.0` to avoid
          replacing Debian-provided PyYAML

          - retry the Ironic custom resource apply when the Kubernetes API briefly
          returns a 503

          - allow the Metal3 CI smoke test to disable the IPA downloader it does not
          exercise

          - wait for the Ironic service independently and collect diagnostics when
          Metal3 CI fails


          ## Why


          These changes address failures in the repository-wide `external-secrets-operator`
          and `metal3` jobs. They are not part of the `secretgen_controller` template-rendering
          fix required by vexxhost/atmosphere#4009, so they are moved out of #117
          to keep that PR focused.


          ## Validation


          - `git diff --check origin/main..HEAD`

          - `pre-commit run --files .github/workflows/ci.yaml extensions/molecule/default/prepare.yml
          roles/ironic_standalone/defaults/main.yaml roles/ironic_standalone/tasks/main.yaml`

          - the same patch previously passed pre-commit, ansible-lint, Metal3, external-secrets-operator,
          and `oss/check` while it was present on #117

          '
        change_url: https://github.com/vexxhost/atmosphere.common/pull/118
        commit_id: fd6d0ae0e5c87929c5ce1089e806facdb1ba7811
        patchset: fd6d0ae0e5c87929c5ce1089e806facdb1ba7811
        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
      - branch: main
        change: '117'
        change_message: 'fix(secretgen): render release template explicitly


          ## Summary


          Render the `secretgen_controller` release template before passing it to
          `kubernetes.core.k8s`.


          Depends-On: https://github.com/vexxhost/atmosphere.common/pull/118


          ## Changes


          - replace `template: release.yml.tpl` with an explicit `definition` rendered
          by `lookup(''ansible.builtin.template'', ''release.yml.tpl'') | from_yaml_all
          | list`

          - keep the role compatible with newer Ansible and `kubernetes.core` behavior
          where the old template path can pass raw Jinja into Kubernetes manifests


          ## Validation


          - `git diff --check`

          - `pre-commit run --files roles/secretgen_controller/tasks/main.yml`

          - installed the collection into a temporary `ANSIBLE_COLLECTIONS_PATH`

          - `ANSIBLE_COLLECTIONS_PATH=<tmp> uv run ansible-playbook --syntax-check
          playbooks/secretgen_controller.yaml`

          - `ANSIBLE_COLLECTIONS_PATH=<tmp> uv run ansible-playbook --syntax-check
          extensions/molecule/secretgen-controller/converge.yml`

          - rendered `release.yml.tpl` through Ansible and confirmed the Deployment
          image resolves to `ghcr.io/carvel-dev/secretgen-controller@sha256:59ec05ce5847bfd70c8e04f08b5195e918c8f6fbb947ffc91b456494a2958fd5`


          Note: local `uv run ansible-lint roles/secretgen_controller/tasks/main.yml`
          could not run because the local entry point resolved to an old Python 3.8
          global `ansible-lint` and failed importing `functools.cache` before linting.
          The GitHub `ansible/ansible-lint` job should provide the authoritative lint
          result.


          Related: https://github.com/vexxhost/atmosphere/pull/4009

          '
        change_url: https://github.com/vexxhost/atmosphere.common/pull/117
        commit_id: b2e6262ab2f8fb629416ae187e557a0bc5c92dac
        patchset: b2e6262ab2f8fb629416ae187e557a0bc5c92dac
        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-secretgen-controller
      jobtags: []
      max_attempts: 3
      message: Zml4KHNlY3JldGdlbik6IHJlbmRlciByZWxlYXNlIHRlbXBsYXRlIGV4cGxpY2l0bHkKCiMjIFN1bW1hcnkKClJlbmRlciB0aGUgYHNlY3JldGdlbl9jb250cm9sbGVyYCByZWxlYXNlIHRlbXBsYXRlIGJlZm9yZSBwYXNzaW5nIGl0IHRvIGBrdWJlcm5ldGVzLmNvcmUuazhzYC4KCkRlcGVuZHMtT246IGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hdG1vc3BoZXJlLmNvbW1vbi9wdWxsLzExOAoKIyMgQ2hhbmdlcwoKLSByZXBsYWNlIGB0ZW1wbGF0ZTogcmVsZWFzZS55bWwudHBsYCB3aXRoIGFuIGV4cGxpY2l0IGBkZWZpbml0aW9uYCByZW5kZXJlZCBieSBgbG9va3VwKCdhbnNpYmxlLmJ1aWx0aW4udGVtcGxhdGUnLCAncmVsZWFzZS55bWwudHBsJykgfCBmcm9tX3lhbWxfYWxsIHwgbGlzdGAKLSBrZWVwIHRoZSByb2xlIGNvbXBhdGlibGUgd2l0aCBuZXdlciBBbnNpYmxlIGFuZCBga3ViZXJuZXRlcy5jb3JlYCBiZWhhdmlvciB3aGVyZSB0aGUgb2xkIHRlbXBsYXRlIHBhdGggY2FuIHBhc3MgcmF3IEppbmphIGludG8gS3ViZXJuZXRlcyBtYW5pZmVzdHMKCiMjIFZhbGlkYXRpb24KCi0gYGdpdCBkaWZmIC0tY2hlY2tgCi0gYHByZS1jb21taXQgcnVuIC0tZmlsZXMgcm9sZXMvc2VjcmV0Z2VuX2NvbnRyb2xsZXIvdGFza3MvbWFpbi55bWxgCi0gaW5zdGFsbGVkIHRoZSBjb2xsZWN0aW9uIGludG8gYSB0ZW1wb3JhcnkgYEFOU0lCTEVfQ09MTEVDVElPTlNfUEFUSGAKLSBgQU5TSUJMRV9DT0xMRUNUSU9OU19QQVRIPTx0bXA+IHV2IHJ1biBhbnNpYmxlLXBsYXlib29rIC0tc3ludGF4LWNoZWNrIHBsYXlib29rcy9zZWNyZXRnZW5fY29udHJvbGxlci55YW1sYAotIGBBTlNJQkxFX0NPTExFQ1RJT05TX1BBVEg9PHRtcD4gdXYgcnVuIGFuc2libGUtcGxheWJvb2sgLS1zeW50YXgtY2hlY2sgZXh0ZW5zaW9ucy9tb2xlY3VsZS9zZWNyZXRnZW4tY29udHJvbGxlci9jb252ZXJnZS55bWxgCi0gcmVuZGVyZWQgYHJlbGVhc2UueW1sLnRwbGAgdGhyb3VnaCBBbnNpYmxlIGFuZCBjb25maXJtZWQgdGhlIERlcGxveW1lbnQgaW1hZ2UgcmVzb2x2ZXMgdG8gYGdoY3IuaW8vY2FydmVsLWRldi9zZWNyZXRnZW4tY29udHJvbGxlckBzaGEyNTY6NTllYzA1Y2U1ODQ3YmZkNzBjOGUwNGYwOGI1MTk1ZTkxOGM4ZjZmYmI5NDdmZmM5MWI0NTY0OTRhMjk1OGZkNWAKCk5vdGU6IGxvY2FsIGB1diBydW4gYW5zaWJsZS1saW50IHJvbGVzL3NlY3JldGdlbl9jb250cm9sbGVyL3Rhc2tzL21haW4ueW1sYCBjb3VsZCBub3QgcnVuIGJlY2F1c2UgdGhlIGxvY2FsIGVudHJ5IHBvaW50IHJlc29sdmVkIHRvIGFuIG9sZCBQeXRob24gMy44IGdsb2JhbCBgYW5zaWJsZS1saW50YCBhbmQgZmFpbGVkIGltcG9ydGluZyBgZnVuY3Rvb2xzLmNhY2hlYCBiZWZvcmUgbGludGluZy4gVGhlIEdpdEh1YiBgYW5zaWJsZS9hbnNpYmxlLWxpbnRgIGpvYiBzaG91bGQgcHJvdmlkZSB0aGUgYXV0aG9yaXRhdGl2ZSBsaW50IHJlc3VsdC4KClJlbGF0ZWQ6IGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hdG1vc3BoZXJlL3B1bGwvNDAwOQo=
      patchset: b2e6262ab2f8fb629416ae187e557a0bc5c92dac
      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: 099fd2fd24246f4d89259206430c3a124dcf45ad
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: c286bf94224b5660b8e49e9a058289e61062a9a0
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: c286bf94224b5660b8e49e9a058289e61062a9a0
          untrusted/project_1/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 099fd2fd24246f4d89259206430c3a124dcf45ad
          untrusted/project_3/github.com/vexxhost/atmosphere.common:
            canonical_name: github.com/vexxhost/atmosphere.common
            checkout: main
            commit: 8568a3b2d8d2cecbff0a2891addc2c71ecd0d2fc
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: d03dd061a8112c468e2f6529cb0663873f96b50f
        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.common/test-playbooks/molecule/post.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/post_playbook_0/role_0/atmosphere.common
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere.common
            role_path: ansible/post_playbook_0/role_0/atmosphere.common/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.common/test-playbooks/molecule/pre.yml
          roles:
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_2/role_0/atmosphere.common
            link_target: untrusted/project_3/github.com/vexxhost/atmosphere.common
            role_path: ansible/pre_playbook_2/role_0/atmosphere.common/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.common
        name: vexxhost/atmosphere.common
        short_name: atmosphere.common
        src_dir: src/github.com/vexxhost/atmosphere.common
      projects:
        github.com/vexxhost/atmosphere.common:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere.common
          checkout: main
          checkout_description: zuul branch
          commit: 8568a3b2d8d2cecbff0a2891addc2c71ecd0d2fc
          name: vexxhost/atmosphere.common
          required: false
          short_name: atmosphere.common
          src_dir: src/github.com/vexxhost/atmosphere.common
      ref: refs/pull/117/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
