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.216
      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
      ceph_version: 18.2.7
      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_install_collection_siblings: true
      molecule_scenario: csi
      nodepool:
        az: nova
        cloud: public
        external_id: 31883fb8-8c4a-4fb7-aca7-0eca4d4641ac
        host_id: f5d41c99f3f50a7a02e8c9e081443c73166af207792dcb8ee7f694ca
        interface_ip: 199.204.45.216
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.216
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.216
        public_ipv6: 2604:e100:1:0:f816:3eff:fe1f:bdd6
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 31883fb8-8c4a-4fb7-aca7-0eca4d4641ac
        host_id: f5d41c99f3f50a7a02e8c9e081443c73166af207792dcb8ee7f694ca
        interface_ip: 199.204.45.216
        label: ubuntu-noble
        node_properties: {}
        private_ipv4: 199.204.45.216
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.216
        public_ipv6: 2604:e100:1:0:f816:3eff:fe1f:bdd6
        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
    ceph_version: 18.2.7
    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_install_collection_siblings: true
    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-jobs/zuul.d/jobs.yaml@main#1>'
      - '<Job atmosphere-molecule-csi explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere-zuul-jobs/zuul.d/jobs.yaml@main#56>'
      - '<Job atmosphere-molecule-csi-rbd explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/atmosphere-zuul-jobs/zuul.d/jobs.yaml@main#69>'
      - '<Job atmosphere-molecule-csi-rbd explicit: None implied: None source: vexxhost/atmosphere/.zuul.yaml@main#24>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 02cf36d75e594b4ca1162d2f7f7ed321
      build_refs:
      - branch: main
        change: '4009'
        change_message: "feat: add support for Ubuntu 24.04\n\n## Summary\n\nAdd support
          for Ubuntu 24.04-based Atmosphere deployments from `main`.\n\nThis branch
          has been rebuilt on `main` and no longer carries the PR #3842 stack.\n\nDepends-On:
          https://github.com/vexxhost/ansible-collection-ceph/pull/113\nDepends-On:
          https://github.com/vexxhost/atmosphere.common/pull/117\n\n## Changes\n\n-
          bump the incompatible `ansible.netcommon` Galaxy collection pin for the
          current Ansible stack\n- use `ansible_facts[...]` in Molecule AIO preparation
          for modern Ansible compatibility\n- keep the existing Magnum `_magnum_images`
          catalog and use `magnum_images: \"{{ _magnum_images[-1:] }}\"` so Molecule
          uploads only the newest image\n- render affected `kubernetes.core.k8s` templates
          explicitly through `definition`\n- unwrap Ansible lazy template values before
          validating storage filter inputs\n- replace endpoint key discovery via `json_query('keys(endpoints)')`
          with native Jinja key handling\n- fix the Open vSwitch keepalived first-boot
          deadlock by waiting for the VIP interface to exist before assigning the
          VIP\n- wait for Neutron network availability zones before provisioning configured
          networks\n- keep Ceph fake-device compatibility in the dependent Ceph collection
          PR instead of adding local fake-device playbooks\n- keep `secretgen_controller`
          template rendering in the dependent `atmosphere.common` PR\n- add the Ubuntu
          24.04 release note\n\n## Validation\n\nLocal main-based branch:\n\n- `git
          diff --check`\n- `pre-commit run black --files plugins/filter/storage.py`\n-
          Python 3.12 `pre-commit run --all-files`: Black, flake8, and isort passed;
          local ansible-lint bootstrap reached repo linting but failed on unrelated
          `galaxy[no-changelog]` behavior not seen in GitHub Actions, where Ansible-lint
          passed\n- Python 3.12 focused storage unit test: `6 passed`\n- `reno report
          --output /tmp/atmosphere-pr4009-reno.rst`\n- `ansible-playbook --syntax-check
          molecule/aio/prepare.yml`\n- `ansible-playbook --syntax-check molecule/aio/converge.yml`\n\nThe
          syntax checks used a temporary `ANSIBLE_COLLECTIONS_PATH` containing this
          PR plus dependency PR #113 and `atmosphere.common` PR #117.\n\nOpen vSwitch
          AIO on `38.108.68.141`:\n\n- initial OVS AIO deploy and Tempest verify completed
          successfully after adding the Neutron availability-zone wait\n- Tempest
          smoke passed: `Ran: 131`, `Passed: 129`, `Skipped: 2`, `Failed: 0`\n- main-based
          PR tree rerun on `.141`: `47bf111dd927cea496b5e2ad1c208230ca8f4d12`\n- current
          PR head after CI formatting fix: `42afbf63660a9b82562c79c2eebcc5dac2ab3b59`\n-
          current PR tree after CI formatting fix: `67d1eb9c1eca1164be6f1362013da6eb42c391b5`\n-
          rerun finished with no failed recaps\n- Neutron wait executed before network
          creation, then Neutron completed:\n  - `Wait until network availability
          zones are ready`\n  - `Create networks`\n  - `==> [neutron] Deployment complete`\n-
          Octavia and Magnum completed on the rerun:\n  - `==> [octavia] Deployment
          complete`\n  - `==> [magnum] Deployment complete`\n  - `[magnum/magnum]
          instance : ok=50 changed=5 unreachable=0 failed=0 skipped=21 rescued=0 ignored=0`\n-
          post-rerun checks passed: node Ready, no bad pods, Helm releases deployed,
          41 OpenStack endpoints, Nova services up, OVS Neutron agents alive/up, Magnum
          image active, Ceph PGs active+clean with only the expected AIO no-replica
          warning\n- detailed environment note: `/home/rico/notes/logs/atmosphere/260616.pr4009-ovs-aio-38-108-68-141.md`\n\nPrevious
          validation retained from this PR before the main retarget:\n\n- OVN AIO
          on `38.108.68.159` with dependency PRs installed passed deploy and verify\n-
          dependency PR code was verified in `/root/.ansible/collections` on `.159`
          before deploy:\n  - `vexxhost.ceph` PR #113 fake-device playbook loops over
          `ceph_osds` instead of reading `item.invocation.module_args.vg`\n  - `atmosphere.common`
          PR #117 `secretgen_controller` renders `release.yml.tpl` through `lookup('ansible.builtin.template',
          ...) | from_yaml_all | list`\n- Tempest smoke on `.159` passed: `Ran: 164`,
          `Passed: 163`, `Skipped: 1`, `Failed: 0`\n- `.159` provider-network scenario
          passed: `tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops
          ... ok`\n- earlier OVS AIO on `38.108.68.150` passed `tox -e molecule-aio-openvswitch`\n-
          `.150` Tempest smoke passed: `Ran: 131`, `Passed: 129`, `Skipped: 2`, `Failed:
          0`\n- `.150` post-build checks passed: node Ready, no non-running pods,
          no non-deployed Helm releases, 41 OpenStack endpoints, Nova services up,
          OVS Neutron agents up, and expected AIO Ceph no-replica warning only\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/4009
        commit_id: 032adab035217ff62d39920c894012b961aeca30
        patchset: 032adab035217ff62d39920c894012b961aeca30
        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: 6450eee0a5884f10a69090289ef8a0b3
      buildset_refs:
      - branch: main
        change: '4009'
        change_message: "feat: add support for Ubuntu 24.04\n\n## Summary\n\nAdd support
          for Ubuntu 24.04-based Atmosphere deployments from `main`.\n\nThis branch
          has been rebuilt on `main` and no longer carries the PR #3842 stack.\n\nDepends-On:
          https://github.com/vexxhost/ansible-collection-ceph/pull/113\nDepends-On:
          https://github.com/vexxhost/atmosphere.common/pull/117\n\n## Changes\n\n-
          bump the incompatible `ansible.netcommon` Galaxy collection pin for the
          current Ansible stack\n- use `ansible_facts[...]` in Molecule AIO preparation
          for modern Ansible compatibility\n- keep the existing Magnum `_magnum_images`
          catalog and use `magnum_images: \"{{ _magnum_images[-1:] }}\"` so Molecule
          uploads only the newest image\n- render affected `kubernetes.core.k8s` templates
          explicitly through `definition`\n- unwrap Ansible lazy template values before
          validating storage filter inputs\n- replace endpoint key discovery via `json_query('keys(endpoints)')`
          with native Jinja key handling\n- fix the Open vSwitch keepalived first-boot
          deadlock by waiting for the VIP interface to exist before assigning the
          VIP\n- wait for Neutron network availability zones before provisioning configured
          networks\n- keep Ceph fake-device compatibility in the dependent Ceph collection
          PR instead of adding local fake-device playbooks\n- keep `secretgen_controller`
          template rendering in the dependent `atmosphere.common` PR\n- add the Ubuntu
          24.04 release note\n\n## Validation\n\nLocal main-based branch:\n\n- `git
          diff --check`\n- `pre-commit run black --files plugins/filter/storage.py`\n-
          Python 3.12 `pre-commit run --all-files`: Black, flake8, and isort passed;
          local ansible-lint bootstrap reached repo linting but failed on unrelated
          `galaxy[no-changelog]` behavior not seen in GitHub Actions, where Ansible-lint
          passed\n- Python 3.12 focused storage unit test: `6 passed`\n- `reno report
          --output /tmp/atmosphere-pr4009-reno.rst`\n- `ansible-playbook --syntax-check
          molecule/aio/prepare.yml`\n- `ansible-playbook --syntax-check molecule/aio/converge.yml`\n\nThe
          syntax checks used a temporary `ANSIBLE_COLLECTIONS_PATH` containing this
          PR plus dependency PR #113 and `atmosphere.common` PR #117.\n\nOpen vSwitch
          AIO on `38.108.68.141`:\n\n- initial OVS AIO deploy and Tempest verify completed
          successfully after adding the Neutron availability-zone wait\n- Tempest
          smoke passed: `Ran: 131`, `Passed: 129`, `Skipped: 2`, `Failed: 0`\n- main-based
          PR tree rerun on `.141`: `47bf111dd927cea496b5e2ad1c208230ca8f4d12`\n- current
          PR head after CI formatting fix: `42afbf63660a9b82562c79c2eebcc5dac2ab3b59`\n-
          current PR tree after CI formatting fix: `67d1eb9c1eca1164be6f1362013da6eb42c391b5`\n-
          rerun finished with no failed recaps\n- Neutron wait executed before network
          creation, then Neutron completed:\n  - `Wait until network availability
          zones are ready`\n  - `Create networks`\n  - `==> [neutron] Deployment complete`\n-
          Octavia and Magnum completed on the rerun:\n  - `==> [octavia] Deployment
          complete`\n  - `==> [magnum] Deployment complete`\n  - `[magnum/magnum]
          instance : ok=50 changed=5 unreachable=0 failed=0 skipped=21 rescued=0 ignored=0`\n-
          post-rerun checks passed: node Ready, no bad pods, Helm releases deployed,
          41 OpenStack endpoints, Nova services up, OVS Neutron agents alive/up, Magnum
          image active, Ceph PGs active+clean with only the expected AIO no-replica
          warning\n- detailed environment note: `/home/rico/notes/logs/atmosphere/260616.pr4009-ovs-aio-38-108-68-141.md`\n\nPrevious
          validation retained from this PR before the main retarget:\n\n- OVN AIO
          on `38.108.68.159` with dependency PRs installed passed deploy and verify\n-
          dependency PR code was verified in `/root/.ansible/collections` on `.159`
          before deploy:\n  - `vexxhost.ceph` PR #113 fake-device playbook loops over
          `ceph_osds` instead of reading `item.invocation.module_args.vg`\n  - `atmosphere.common`
          PR #117 `secretgen_controller` renders `release.yml.tpl` through `lookup('ansible.builtin.template',
          ...) | from_yaml_all | list`\n- Tempest smoke on `.159` passed: `Ran: 164`,
          `Passed: 163`, `Skipped: 1`, `Failed: 0`\n- `.159` provider-network scenario
          passed: `tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops
          ... ok`\n- earlier OVS AIO on `38.108.68.150` passed `tox -e molecule-aio-openvswitch`\n-
          `.150` Tempest smoke passed: `Ran: 131`, `Passed: 129`, `Skipped: 2`, `Failed:
          0`\n- `.150` post-build checks passed: node Ready, no non-running pods,
          no non-deployed Helm releases, 41 OpenStack endpoints, Nova services up,
          OVS Neutron agents up, and expected AIO Ceph no-replica warning only\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/4009
        commit_id: 032adab035217ff62d39920c894012b961aeca30
        patchset: 032adab035217ff62d39920c894012b961aeca30
        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: '4009'
      change_message: "feat: add support for Ubuntu 24.04\n\n## Summary\n\nAdd support
        for Ubuntu 24.04-based Atmosphere deployments from `main`.\n\nThis branch
        has been rebuilt on `main` and no longer carries the PR #3842 stack.\n\nDepends-On:
        https://github.com/vexxhost/ansible-collection-ceph/pull/113\nDepends-On:
        https://github.com/vexxhost/atmosphere.common/pull/117\n\n## Changes\n\n-
        bump the incompatible `ansible.netcommon` Galaxy collection pin for the current
        Ansible stack\n- use `ansible_facts[...]` in Molecule AIO preparation for
        modern Ansible compatibility\n- keep the existing Magnum `_magnum_images`
        catalog and use `magnum_images: \"{{ _magnum_images[-1:] }}\"` so Molecule
        uploads only the newest image\n- render affected `kubernetes.core.k8s` templates
        explicitly through `definition`\n- unwrap Ansible lazy template values before
        validating storage filter inputs\n- replace endpoint key discovery via `json_query('keys(endpoints)')`
        with native Jinja key handling\n- fix the Open vSwitch keepalived first-boot
        deadlock by waiting for the VIP interface to exist before assigning the VIP\n-
        wait for Neutron network availability zones before provisioning configured
        networks\n- keep Ceph fake-device compatibility in the dependent Ceph collection
        PR instead of adding local fake-device playbooks\n- keep `secretgen_controller`
        template rendering in the dependent `atmosphere.common` PR\n- add the Ubuntu
        24.04 release note\n\n## Validation\n\nLocal main-based branch:\n\n- `git
        diff --check`\n- `pre-commit run black --files plugins/filter/storage.py`\n-
        Python 3.12 `pre-commit run --all-files`: Black, flake8, and isort passed;
        local ansible-lint bootstrap reached repo linting but failed on unrelated
        `galaxy[no-changelog]` behavior not seen in GitHub Actions, where Ansible-lint
        passed\n- Python 3.12 focused storage unit test: `6 passed`\n- `reno report
        --output /tmp/atmosphere-pr4009-reno.rst`\n- `ansible-playbook --syntax-check
        molecule/aio/prepare.yml`\n- `ansible-playbook --syntax-check molecule/aio/converge.yml`\n\nThe
        syntax checks used a temporary `ANSIBLE_COLLECTIONS_PATH` containing this
        PR plus dependency PR #113 and `atmosphere.common` PR #117.\n\nOpen vSwitch
        AIO on `38.108.68.141`:\n\n- initial OVS AIO deploy and Tempest verify completed
        successfully after adding the Neutron availability-zone wait\n- Tempest smoke
        passed: `Ran: 131`, `Passed: 129`, `Skipped: 2`, `Failed: 0`\n- main-based
        PR tree rerun on `.141`: `47bf111dd927cea496b5e2ad1c208230ca8f4d12`\n- current
        PR head after CI formatting fix: `42afbf63660a9b82562c79c2eebcc5dac2ab3b59`\n-
        current PR tree after CI formatting fix: `67d1eb9c1eca1164be6f1362013da6eb42c391b5`\n-
        rerun finished with no failed recaps\n- Neutron wait executed before network
        creation, then Neutron completed:\n  - `Wait until network availability zones
        are ready`\n  - `Create networks`\n  - `==> [neutron] Deployment complete`\n-
        Octavia and Magnum completed on the rerun:\n  - `==> [octavia] Deployment
        complete`\n  - `==> [magnum] Deployment complete`\n  - `[magnum/magnum] instance
        : ok=50 changed=5 unreachable=0 failed=0 skipped=21 rescued=0 ignored=0`\n-
        post-rerun checks passed: node Ready, no bad pods, Helm releases deployed,
        41 OpenStack endpoints, Nova services up, OVS Neutron agents alive/up, Magnum
        image active, Ceph PGs active+clean with only the expected AIO no-replica
        warning\n- detailed environment note: `/home/rico/notes/logs/atmosphere/260616.pr4009-ovs-aio-38-108-68-141.md`\n\nPrevious
        validation retained from this PR before the main retarget:\n\n- OVN AIO on
        `38.108.68.159` with dependency PRs installed passed deploy and verify\n-
        dependency PR code was verified in `/root/.ansible/collections` on `.159`
        before deploy:\n  - `vexxhost.ceph` PR #113 fake-device playbook loops over
        `ceph_osds` instead of reading `item.invocation.module_args.vg`\n  - `atmosphere.common`
        PR #117 `secretgen_controller` renders `release.yml.tpl` through `lookup('ansible.builtin.template',
        ...) | from_yaml_all | list`\n- Tempest smoke on `.159` passed: `Ran: 164`,
        `Passed: 163`, `Skipped: 1`, `Failed: 0`\n- `.159` provider-network scenario
        passed: `tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops
        ... ok`\n- earlier OVS AIO on `38.108.68.150` passed `tox -e molecule-aio-openvswitch`\n-
        `.150` Tempest smoke passed: `Ran: 131`, `Passed: 129`, `Skipped: 2`, `Failed:
        0`\n- `.150` post-build checks passed: node Ready, no non-running pods, no
        non-deployed Helm releases, 41 OpenStack endpoints, Nova services up, OVS
        Neutron agents up, and expected AIO Ceph no-replica warning only\n"
      change_url: https://github.com/vexxhost/atmosphere/pull/4009
      child_jobs: []
      commit_id: 032adab035217ff62d39920c894012b961aeca30
      event_id: b15a2250-6ebb-11f1-9e4e-e133be1ce32e
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/02cf36d75e594b4ca1162d2f7f7ed321/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/02cf36d75e594b4ca1162d2f7f7ed321/work/logs
        result_data_file: /var/lib/zuul/builds/02cf36d75e594b4ca1162d2f7f7ed321/work/results.json
        src_root: /var/lib/zuul/builds/02cf36d75e594b4ca1162d2f7f7ed321/work/src
        work_root: /var/lib/zuul/builds/02cf36d75e594b4ca1162d2f7f7ed321/work
      include_vars: []
      items:
      - branch: main
        change: '113'
        change_message: "fix(playbooks): avoid lvg invocation metadata\n\n## Summary\n\n-
          stop `create_fake_devices.yml` from reading `item.invocation.module_args.vg`
          from registered `community.general.lvg` results\n- create fake-device logical
          volumes from the known `ceph_osds` list instead\n- add a unit regression
          test to ensure the playbook no longer depends on Ansible invocation metadata\n\n##
          Why\n\nNewer ansible-core versions no longer expose module invocation metadata
          consistently in registered results. The fake-device playbook only needs
          the deterministic VG name it already used when creating the VGs, so deriving
          it directly from `ceph_osds` keeps the playbook compatible with both older
          and newer Ansible versions.\n\n## Validation\n\n- `ANSIBLE_COLLECTIONS_PATHS=<local
          collection path> ansible-playbook --syntax-check -i localhost, playbooks/create_fake_devices.yml`
          with system Ansible 2.13.13\n  - passed; emitted the existing support warning
          because this collection does not declare support for Ansible 2.13\n- `ANSIBLE_COLLECTIONS_PATH=<local
          collection path> uv run ansible-playbook --syntax-check -i localhost, playbooks/create_fake_devices.yml`
          with ansible-core 2.18.6\n- `uv run pytest -q`\n- `git diff --check`\n"
        change_url: https://github.com/vexxhost/ansible-collection-ceph/pull/113
        commit_id: b75cf2f2e4888d72033808cd977ff27533be1f1c
        patchset: b75cf2f2e4888d72033808cd977ff27533be1f1c
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-ceph
          name: vexxhost/ansible-collection-ceph
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
        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`.


          ## 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: 1d1e8861cb6685a5d245a8a8e7995498db41f247
        patchset: 1d1e8861cb6685a5d245a8a8e7995498db41f247
        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: '4009'
        change_message: "feat: add support for Ubuntu 24.04\n\n## Summary\n\nAdd support
          for Ubuntu 24.04-based Atmosphere deployments from `main`.\n\nThis branch
          has been rebuilt on `main` and no longer carries the PR #3842 stack.\n\nDepends-On:
          https://github.com/vexxhost/ansible-collection-ceph/pull/113\nDepends-On:
          https://github.com/vexxhost/atmosphere.common/pull/117\n\n## Changes\n\n-
          bump the incompatible `ansible.netcommon` Galaxy collection pin for the
          current Ansible stack\n- use `ansible_facts[...]` in Molecule AIO preparation
          for modern Ansible compatibility\n- keep the existing Magnum `_magnum_images`
          catalog and use `magnum_images: \"{{ _magnum_images[-1:] }}\"` so Molecule
          uploads only the newest image\n- render affected `kubernetes.core.k8s` templates
          explicitly through `definition`\n- unwrap Ansible lazy template values before
          validating storage filter inputs\n- replace endpoint key discovery via `json_query('keys(endpoints)')`
          with native Jinja key handling\n- fix the Open vSwitch keepalived first-boot
          deadlock by waiting for the VIP interface to exist before assigning the
          VIP\n- wait for Neutron network availability zones before provisioning configured
          networks\n- keep Ceph fake-device compatibility in the dependent Ceph collection
          PR instead of adding local fake-device playbooks\n- keep `secretgen_controller`
          template rendering in the dependent `atmosphere.common` PR\n- add the Ubuntu
          24.04 release note\n\n## Validation\n\nLocal main-based branch:\n\n- `git
          diff --check`\n- `pre-commit run black --files plugins/filter/storage.py`\n-
          Python 3.12 `pre-commit run --all-files`: Black, flake8, and isort passed;
          local ansible-lint bootstrap reached repo linting but failed on unrelated
          `galaxy[no-changelog]` behavior not seen in GitHub Actions, where Ansible-lint
          passed\n- Python 3.12 focused storage unit test: `6 passed`\n- `reno report
          --output /tmp/atmosphere-pr4009-reno.rst`\n- `ansible-playbook --syntax-check
          molecule/aio/prepare.yml`\n- `ansible-playbook --syntax-check molecule/aio/converge.yml`\n\nThe
          syntax checks used a temporary `ANSIBLE_COLLECTIONS_PATH` containing this
          PR plus dependency PR #113 and `atmosphere.common` PR #117.\n\nOpen vSwitch
          AIO on `38.108.68.141`:\n\n- initial OVS AIO deploy and Tempest verify completed
          successfully after adding the Neutron availability-zone wait\n- Tempest
          smoke passed: `Ran: 131`, `Passed: 129`, `Skipped: 2`, `Failed: 0`\n- main-based
          PR tree rerun on `.141`: `47bf111dd927cea496b5e2ad1c208230ca8f4d12`\n- current
          PR head after CI formatting fix: `42afbf63660a9b82562c79c2eebcc5dac2ab3b59`\n-
          current PR tree after CI formatting fix: `67d1eb9c1eca1164be6f1362013da6eb42c391b5`\n-
          rerun finished with no failed recaps\n- Neutron wait executed before network
          creation, then Neutron completed:\n  - `Wait until network availability
          zones are ready`\n  - `Create networks`\n  - `==> [neutron] Deployment complete`\n-
          Octavia and Magnum completed on the rerun:\n  - `==> [octavia] Deployment
          complete`\n  - `==> [magnum] Deployment complete`\n  - `[magnum/magnum]
          instance : ok=50 changed=5 unreachable=0 failed=0 skipped=21 rescued=0 ignored=0`\n-
          post-rerun checks passed: node Ready, no bad pods, Helm releases deployed,
          41 OpenStack endpoints, Nova services up, OVS Neutron agents alive/up, Magnum
          image active, Ceph PGs active+clean with only the expected AIO no-replica
          warning\n- detailed environment note: `/home/rico/notes/logs/atmosphere/260616.pr4009-ovs-aio-38-108-68-141.md`\n\nPrevious
          validation retained from this PR before the main retarget:\n\n- OVN AIO
          on `38.108.68.159` with dependency PRs installed passed deploy and verify\n-
          dependency PR code was verified in `/root/.ansible/collections` on `.159`
          before deploy:\n  - `vexxhost.ceph` PR #113 fake-device playbook loops over
          `ceph_osds` instead of reading `item.invocation.module_args.vg`\n  - `atmosphere.common`
          PR #117 `secretgen_controller` renders `release.yml.tpl` through `lookup('ansible.builtin.template',
          ...) | from_yaml_all | list`\n- Tempest smoke on `.159` passed: `Ran: 164`,
          `Passed: 163`, `Skipped: 1`, `Failed: 0`\n- `.159` provider-network scenario
          passed: `tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops
          ... ok`\n- earlier OVS AIO on `38.108.68.150` passed `tox -e molecule-aio-openvswitch`\n-
          `.150` Tempest smoke passed: `Ran: 131`, `Passed: 129`, `Skipped: 2`, `Failed:
          0`\n- `.150` post-build checks passed: node Ready, no non-running pods,
          no non-deployed Helm releases, 41 OpenStack endpoints, Nova services up,
          OVS Neutron agents up, and expected AIO Ceph no-replica warning only\n"
        change_url: https://github.com/vexxhost/atmosphere/pull/4009
        commit_id: 032adab035217ff62d39920c894012b961aeca30
        patchset: 032adab035217ff62d39920c894012b961aeca30
        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: ZmVhdDogYWRkIHN1cHBvcnQgZm9yIFVidW50dSAyNC4wNAoKIyMgU3VtbWFyeQoKQWRkIHN1cHBvcnQgZm9yIFVidW50dSAyNC4wNC1iYXNlZCBBdG1vc3BoZXJlIGRlcGxveW1lbnRzIGZyb20gYG1haW5gLgoKVGhpcyBicmFuY2ggaGFzIGJlZW4gcmVidWlsdCBvbiBgbWFpbmAgYW5kIG5vIGxvbmdlciBjYXJyaWVzIHRoZSBQUiAjMzg0MiBzdGFjay4KCkRlcGVuZHMtT246IGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hbnNpYmxlLWNvbGxlY3Rpb24tY2VwaC9wdWxsLzExMwpEZXBlbmRzLU9uOiBodHRwczovL2dpdGh1Yi5jb20vdmV4eGhvc3QvYXRtb3NwaGVyZS5jb21tb24vcHVsbC8xMTcKCiMjIENoYW5nZXMKCi0gYnVtcCB0aGUgaW5jb21wYXRpYmxlIGBhbnNpYmxlLm5ldGNvbW1vbmAgR2FsYXh5IGNvbGxlY3Rpb24gcGluIGZvciB0aGUgY3VycmVudCBBbnNpYmxlIHN0YWNrCi0gdXNlIGBhbnNpYmxlX2ZhY3RzWy4uLl1gIGluIE1vbGVjdWxlIEFJTyBwcmVwYXJhdGlvbiBmb3IgbW9kZXJuIEFuc2libGUgY29tcGF0aWJpbGl0eQotIGtlZXAgdGhlIGV4aXN0aW5nIE1hZ251bSBgX21hZ251bV9pbWFnZXNgIGNhdGFsb2cgYW5kIHVzZSBgbWFnbnVtX2ltYWdlczogInt7IF9tYWdudW1faW1hZ2VzWy0xOl0gfX0iYCBzbyBNb2xlY3VsZSB1cGxvYWRzIG9ubHkgdGhlIG5ld2VzdCBpbWFnZQotIHJlbmRlciBhZmZlY3RlZCBga3ViZXJuZXRlcy5jb3JlLms4c2AgdGVtcGxhdGVzIGV4cGxpY2l0bHkgdGhyb3VnaCBgZGVmaW5pdGlvbmAKLSB1bndyYXAgQW5zaWJsZSBsYXp5IHRlbXBsYXRlIHZhbHVlcyBiZWZvcmUgdmFsaWRhdGluZyBzdG9yYWdlIGZpbHRlciBpbnB1dHMKLSByZXBsYWNlIGVuZHBvaW50IGtleSBkaXNjb3ZlcnkgdmlhIGBqc29uX3F1ZXJ5KCdrZXlzKGVuZHBvaW50cyknKWAgd2l0aCBuYXRpdmUgSmluamEga2V5IGhhbmRsaW5nCi0gZml4IHRoZSBPcGVuIHZTd2l0Y2gga2VlcGFsaXZlZCBmaXJzdC1ib290IGRlYWRsb2NrIGJ5IHdhaXRpbmcgZm9yIHRoZSBWSVAgaW50ZXJmYWNlIHRvIGV4aXN0IGJlZm9yZSBhc3NpZ25pbmcgdGhlIFZJUAotIHdhaXQgZm9yIE5ldXRyb24gbmV0d29yayBhdmFpbGFiaWxpdHkgem9uZXMgYmVmb3JlIHByb3Zpc2lvbmluZyBjb25maWd1cmVkIG5ldHdvcmtzCi0ga2VlcCBDZXBoIGZha2UtZGV2aWNlIGNvbXBhdGliaWxpdHkgaW4gdGhlIGRlcGVuZGVudCBDZXBoIGNvbGxlY3Rpb24gUFIgaW5zdGVhZCBvZiBhZGRpbmcgbG9jYWwgZmFrZS1kZXZpY2UgcGxheWJvb2tzCi0ga2VlcCBgc2VjcmV0Z2VuX2NvbnRyb2xsZXJgIHRlbXBsYXRlIHJlbmRlcmluZyBpbiB0aGUgZGVwZW5kZW50IGBhdG1vc3BoZXJlLmNvbW1vbmAgUFIKLSBhZGQgdGhlIFVidW50dSAyNC4wNCByZWxlYXNlIG5vdGUKCiMjIFZhbGlkYXRpb24KCkxvY2FsIG1haW4tYmFzZWQgYnJhbmNoOgoKLSBgZ2l0IGRpZmYgLS1jaGVja2AKLSBgcHJlLWNvbW1pdCBydW4gYmxhY2sgLS1maWxlcyBwbHVnaW5zL2ZpbHRlci9zdG9yYWdlLnB5YAotIFB5dGhvbiAzLjEyIGBwcmUtY29tbWl0IHJ1biAtLWFsbC1maWxlc2A6IEJsYWNrLCBmbGFrZTgsIGFuZCBpc29ydCBwYXNzZWQ7IGxvY2FsIGFuc2libGUtbGludCBib290c3RyYXAgcmVhY2hlZCByZXBvIGxpbnRpbmcgYnV0IGZhaWxlZCBvbiB1bnJlbGF0ZWQgYGdhbGF4eVtuby1jaGFuZ2Vsb2ddYCBiZWhhdmlvciBub3Qgc2VlbiBpbiBHaXRIdWIgQWN0aW9ucywgd2hlcmUgQW5zaWJsZS1saW50IHBhc3NlZAotIFB5dGhvbiAzLjEyIGZvY3VzZWQgc3RvcmFnZSB1bml0IHRlc3Q6IGA2IHBhc3NlZGAKLSBgcmVubyByZXBvcnQgLS1vdXRwdXQgL3RtcC9hdG1vc3BoZXJlLXByNDAwOS1yZW5vLnJzdGAKLSBgYW5zaWJsZS1wbGF5Ym9vayAtLXN5bnRheC1jaGVjayBtb2xlY3VsZS9haW8vcHJlcGFyZS55bWxgCi0gYGFuc2libGUtcGxheWJvb2sgLS1zeW50YXgtY2hlY2sgbW9sZWN1bGUvYWlvL2NvbnZlcmdlLnltbGAKClRoZSBzeW50YXggY2hlY2tzIHVzZWQgYSB0ZW1wb3JhcnkgYEFOU0lCTEVfQ09MTEVDVElPTlNfUEFUSGAgY29udGFpbmluZyB0aGlzIFBSIHBsdXMgZGVwZW5kZW5jeSBQUiAjMTEzIGFuZCBgYXRtb3NwaGVyZS5jb21tb25gIFBSICMxMTcuCgpPcGVuIHZTd2l0Y2ggQUlPIG9uIGAzOC4xMDguNjguMTQxYDoKCi0gaW5pdGlhbCBPVlMgQUlPIGRlcGxveSBhbmQgVGVtcGVzdCB2ZXJpZnkgY29tcGxldGVkIHN1Y2Nlc3NmdWxseSBhZnRlciBhZGRpbmcgdGhlIE5ldXRyb24gYXZhaWxhYmlsaXR5LXpvbmUgd2FpdAotIFRlbXBlc3Qgc21va2UgcGFzc2VkOiBgUmFuOiAxMzFgLCBgUGFzc2VkOiAxMjlgLCBgU2tpcHBlZDogMmAsIGBGYWlsZWQ6IDBgCi0gbWFpbi1iYXNlZCBQUiB0cmVlIHJlcnVuIG9uIGAuMTQxYDogYDQ3YmYxMTFkZDkyN2NlYTQ5NmI1ZTJhZDFjMjA4MjMwY2E4ZjRkMTJgCi0gY3VycmVudCBQUiBoZWFkIGFmdGVyIENJIGZvcm1hdHRpbmcgZml4OiBgNDJhZmJmNjM2NjBhOWI4MjU2MmM3OWMyZWViY2M1ZGFjMmFiM2I1OWAKLSBjdXJyZW50IFBSIHRyZWUgYWZ0ZXIgQ0kgZm9ybWF0dGluZyBmaXg6IGA2N2QxZWI5YzFlY2ExMTY0YmU2ZjEzNjIwMTNkYTZlYjQyYzM5MWI1YAotIHJlcnVuIGZpbmlzaGVkIHdpdGggbm8gZmFpbGVkIHJlY2FwcwotIE5ldXRyb24gd2FpdCBleGVjdXRlZCBiZWZvcmUgbmV0d29yayBjcmVhdGlvbiwgdGhlbiBOZXV0cm9uIGNvbXBsZXRlZDoKICAtIGBXYWl0IHVudGlsIG5ldHdvcmsgYXZhaWxhYmlsaXR5IHpvbmVzIGFyZSByZWFkeWAKICAtIGBDcmVhdGUgbmV0d29ya3NgCiAgLSBgPT0+IFtuZXV0cm9uXSBEZXBsb3ltZW50IGNvbXBsZXRlYAotIE9jdGF2aWEgYW5kIE1hZ251bSBjb21wbGV0ZWQgb24gdGhlIHJlcnVuOgogIC0gYD09PiBbb2N0YXZpYV0gRGVwbG95bWVudCBjb21wbGV0ZWAKICAtIGA9PT4gW21hZ251bV0gRGVwbG95bWVudCBjb21wbGV0ZWAKICAtIGBbbWFnbnVtL21hZ251bV0gaW5zdGFuY2UgOiBvaz01MCBjaGFuZ2VkPTUgdW5yZWFjaGFibGU9MCBmYWlsZWQ9MCBza2lwcGVkPTIxIHJlc2N1ZWQ9MCBpZ25vcmVkPTBgCi0gcG9zdC1yZXJ1biBjaGVja3MgcGFzc2VkOiBub2RlIFJlYWR5LCBubyBiYWQgcG9kcywgSGVsbSByZWxlYXNlcyBkZXBsb3llZCwgNDEgT3BlblN0YWNrIGVuZHBvaW50cywgTm92YSBzZXJ2aWNlcyB1cCwgT1ZTIE5ldXRyb24gYWdlbnRzIGFsaXZlL3VwLCBNYWdudW0gaW1hZ2UgYWN0aXZlLCBDZXBoIFBHcyBhY3RpdmUrY2xlYW4gd2l0aCBvbmx5IHRoZSBleHBlY3RlZCBBSU8gbm8tcmVwbGljYSB3YXJuaW5nCi0gZGV0YWlsZWQgZW52aXJvbm1lbnQgbm90ZTogYC9ob21lL3JpY28vbm90ZXMvbG9ncy9hdG1vc3BoZXJlLzI2MDYxNi5wcjQwMDktb3ZzLWFpby0zOC0xMDgtNjgtMTQxLm1kYAoKUHJldmlvdXMgdmFsaWRhdGlvbiByZXRhaW5lZCBmcm9tIHRoaXMgUFIgYmVmb3JlIHRoZSBtYWluIHJldGFyZ2V0OgoKLSBPVk4gQUlPIG9uIGAzOC4xMDguNjguMTU5YCB3aXRoIGRlcGVuZGVuY3kgUFJzIGluc3RhbGxlZCBwYXNzZWQgZGVwbG95IGFuZCB2ZXJpZnkKLSBkZXBlbmRlbmN5IFBSIGNvZGUgd2FzIHZlcmlmaWVkIGluIGAvcm9vdC8uYW5zaWJsZS9jb2xsZWN0aW9uc2Agb24gYC4xNTlgIGJlZm9yZSBkZXBsb3k6CiAgLSBgdmV4eGhvc3QuY2VwaGAgUFIgIzExMyBmYWtlLWRldmljZSBwbGF5Ym9vayBsb29wcyBvdmVyIGBjZXBoX29zZHNgIGluc3RlYWQgb2YgcmVhZGluZyBgaXRlbS5pbnZvY2F0aW9uLm1vZHVsZV9hcmdzLnZnYAogIC0gYGF0bW9zcGhlcmUuY29tbW9uYCBQUiAjMTE3IGBzZWNyZXRnZW5fY29udHJvbGxlcmAgcmVuZGVycyBgcmVsZWFzZS55bWwudHBsYCB0aHJvdWdoIGBsb29rdXAoJ2Fuc2libGUuYnVpbHRpbi50ZW1wbGF0ZScsIC4uLikgfCBmcm9tX3lhbWxfYWxsIHwgbGlzdGAKLSBUZW1wZXN0IHNtb2tlIG9uIGAuMTU5YCBwYXNzZWQ6IGBSYW46IDE2NGAsIGBQYXNzZWQ6IDE2M2AsIGBTa2lwcGVkOiAxYCwgYEZhaWxlZDogMGAKLSBgLjE1OWAgcHJvdmlkZXItbmV0d29yayBzY2VuYXJpbyBwYXNzZWQ6IGB0ZW1wZXN0LnNjZW5hcmlvLnRlc3RfbmV0d29ya19iYXNpY19vcHMuVGVzdE5ldHdvcmtCYXNpY09wcy50ZXN0X25ldHdvcmtfYmFzaWNfb3BzIC4uLiBva2AKLSBlYXJsaWVyIE9WUyBBSU8gb24gYDM4LjEwOC42OC4xNTBgIHBhc3NlZCBgdG94IC1lIG1vbGVjdWxlLWFpby1vcGVudnN3aXRjaGAKLSBgLjE1MGAgVGVtcGVzdCBzbW9rZSBwYXNzZWQ6IGBSYW46IDEzMWAsIGBQYXNzZWQ6IDEyOWAsIGBTa2lwcGVkOiAyYCwgYEZhaWxlZDogMGAKLSBgLjE1MGAgcG9zdC1idWlsZCBjaGVja3MgcGFzc2VkOiBub2RlIFJlYWR5LCBubyBub24tcnVubmluZyBwb2RzLCBubyBub24tZGVwbG95ZWQgSGVsbSByZWxlYXNlcywgNDEgT3BlblN0YWNrIGVuZHBvaW50cywgTm92YSBzZXJ2aWNlcyB1cCwgT1ZTIE5ldXRyb24gYWdlbnRzIHVwLCBhbmQgZXhwZWN0ZWQgQUlPIENlcGggbm8tcmVwbGljYSB3YXJuaW5nIG9ubHkK
      patchset: 032adab035217ff62d39920c894012b961aeca30
      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: 4765e223a5b8a7bee320bf5a6b8eddfdb44342e7
          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: 4765e223a5b8a7bee320bf5a6b8eddfdb44342e7
          untrusted/project_3/github.com/vexxhost/atmosphere-zuul-jobs:
            canonical_name: github.com/vexxhost/atmosphere-zuul-jobs
            checkout: main
            commit: acb8e36a801f3b93fdd30dec43a15b6f8d809c2f
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: 9d891d3e679b522832c216f23e30e64a9b400681
        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-zuul-jobs/playbooks/molecule/post.yml
          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-zuul-jobs/playbooks/molecule/pre.yml
          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/ansible-collections/ansible.netcommon:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/ansible.netcommon
          checkout: main
          checkout_description: zuul branch
          commit: ca8efe529eaceccf3e0104550abd47b8fac161ae
          name: ansible-collections/ansible.netcommon
          required: true
          short_name: ansible.netcommon
          src_dir: src/github.com/ansible-collections/ansible.netcommon
        github.com/ansible-collections/ansible.posix:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/ansible.posix
          checkout: main
          checkout_description: zuul branch
          commit: 674315f2da475d25889d0b32a96ed0be580d8af3
          name: ansible-collections/ansible.posix
          required: true
          short_name: ansible.posix
          src_dir: src/github.com/ansible-collections/ansible.posix
        github.com/ansible-collections/ansible.utils:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/ansible.utils
          checkout: main
          checkout_description: zuul branch
          commit: e199e4a0978b463f9d8213ae7874f87452f34e48
          name: ansible-collections/ansible.utils
          required: true
          short_name: ansible.utils
          src_dir: src/github.com/ansible-collections/ansible.utils
        github.com/ansible-collections/community.crypto:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/community.crypto
          checkout: main
          checkout_description: zuul branch
          commit: dcd6e27fa639f6715bd5d1bdb6dd36cc88736b4d
          name: ansible-collections/community.crypto
          required: true
          short_name: community.crypto
          src_dir: src/github.com/ansible-collections/community.crypto
        github.com/ansible-collections/community.general:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/community.general
          checkout: main
          checkout_description: zuul branch
          commit: b4a23bfa1f5dee7a2b133ca3beb63e96502abf40
          name: ansible-collections/community.general
          required: true
          short_name: community.general
          src_dir: src/github.com/ansible-collections/community.general
        github.com/ansible-collections/community.mysql:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/community.mysql
          checkout: main
          checkout_description: zuul branch
          commit: 4cf7a3176fbd07be43459f1366e8066381df6d97
          name: ansible-collections/community.mysql
          required: true
          short_name: community.mysql
          src_dir: src/github.com/ansible-collections/community.mysql
        github.com/ansible-collections/kubernetes.core:
          canonical_hostname: github.com
          canonical_name: github.com/ansible-collections/kubernetes.core
          checkout: main
          checkout_description: zuul branch
          commit: f69761f37cf6367d9693d0ac93c62b2c10e11cff
          name: ansible-collections/kubernetes.core
          required: true
          short_name: kubernetes.core
          src_dir: src/github.com/ansible-collections/kubernetes.core
        github.com/vexxhost/ansible-collection-ceph:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-ceph
          checkout: main
          checkout_description: zuul branch
          commit: 7880361e2447793443ce004b40707577d6d148c0
          name: vexxhost/ansible-collection-ceph
          required: true
          short_name: ansible-collection-ceph
          src_dir: src/github.com/vexxhost/ansible-collection-ceph
        github.com/vexxhost/ansible-collection-containers:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          checkout: main
          checkout_description: zuul branch
          commit: 62193e9ddde9e79c56f90d99f849a3471d119526
          name: vexxhost/ansible-collection-containers
          required: true
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        github.com/vexxhost/ansible-collection-kubernetes:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-kubernetes
          checkout: main
          checkout_description: zuul branch
          commit: 82887d382c0f301a2e6ebcdedf2c798f5cf3698e
          name: vexxhost/ansible-collection-kubernetes
          required: true
          short_name: ansible-collection-kubernetes
          src_dir: src/github.com/vexxhost/ansible-collection-kubernetes
        github.com/vexxhost/atmosphere:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere
          checkout: main
          checkout_description: zuul branch
          commit: 86729e15cf2b4fe98ccb9745b510c8811dc36d38
          name: vexxhost/atmosphere
          required: false
          short_name: atmosphere
          src_dir: src/github.com/vexxhost/atmosphere
        github.com/vexxhost/atmosphere.common:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/atmosphere.common
          checkout: main
          checkout_description: zuul branch
          commit: 2ed5ec05d95d5e42a95cc80b2c6b7c20f9433733
          name: vexxhost/atmosphere.common
          required: true
          short_name: atmosphere.common
          src_dir: src/github.com/vexxhost/atmosphere.common
        opendev.org/openstack/ansible-collections-openstack:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/ansible-collections-openstack
          checkout: master
          checkout_description: project default branch
          commit: 209cf2d60533d5094aaf0308765d2e538091f203
          name: openstack/ansible-collections-openstack
          required: true
          short_name: ansible-collections-openstack
          src_dir: src/opendev.org/openstack/ansible-collections-openstack
      ref: refs/pull/4009/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
