all:
  children:
    cephs:
      hosts:
        instance: null
    computes:
      hosts:
        instance: null
    controllers:
      hosts:
        instance: null
    zuul_unreachable:
      hosts: {}
  hosts:
    instance:
      ansible_connection: ssh
      ansible_host: 162.253.55.69
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      atmosphere_image_prefix: harbor.atmosphere.dev/
      ceph_conf_overrides:
      - option: mon allow pool size one
        section: global
        value: true
      - option: osd crush chooseleaf type
        section: global
        value: 0
      - option: auth allow insecure global id reclaim
        section: mon
        value: false
      ceph_csi_rbd_helm_values:
        provisioner:
          replicaCount: 1
      ceph_fsid: 4837cbf8-4f90-4300-b3f6-726c9b9f89b4
      ceph_osd_devices:
      - /dev/ceph-{{ inventory_hostname_short }}-osd0/data
      - /dev/ceph-{{ inventory_hostname_short }}-osd1/data
      - /dev/ceph-{{ inventory_hostname_short }}-osd2/data
      cilium_helm_values:
        operator:
          replicas: 1
      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_install_collection_siblings: true
      molecule_scenario: csi
      nodepool:
        az: yul2
        cloud: public
        external_id: d36c8c6b-00e7-4f36-a094-90d16af79198
        host_id: 9c7fbe48649bc903922c42a38c50519602ff6769d9b91335dd9e8968
        interface_ip: 162.253.55.69
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.69
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.69
        public_ipv6: 2604:e100:1:0:f816:3eff:fee0:eee3
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: yul2
        cloud: public
        external_id: d36c8c6b-00e7-4f36-a094-90d16af79198
        host_id: 9c7fbe48649bc903922c42a38c50519602ff6769d9b91335dd9e8968
        interface_ip: 162.253.55.69
        label: ubuntu-jammy
        node_properties: {}
        private_ipv4: 162.253.55.69
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.69
        public_ipv6: 2604:e100:1:0:f816:3eff:fee0:eee3
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    atmosphere_image_prefix: harbor.atmosphere.dev/
    ceph_conf_overrides:
    - option: mon allow pool size one
      section: global
      value: true
    - option: osd crush chooseleaf type
      section: global
      value: 0
    - option: auth allow insecure global id reclaim
      section: mon
      value: false
    ceph_csi_rbd_helm_values:
      provisioner:
        replicaCount: 1
    ceph_fsid: 4837cbf8-4f90-4300-b3f6-726c9b9f89b4
    ceph_osd_devices:
    - /dev/ceph-{{ inventory_hostname_short }}-osd0/data
    - /dev/ceph-{{ inventory_hostname_short }}-osd1/data
    - /dev/ceph-{{ inventory_hostname_short }}-osd2/data
    cilium_helm_values:
      operator:
        replicas: 1
    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_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-local-path-provisioner explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/atmosphere-zuul-jobs/zuul.d/jobs.yaml@main#63>'
      - '<Job atmosphere-molecule-csi-local-path-provisioner explicit: None implied:
        None source: vexxhost/atmosphere-zuul-jobs/zuul.d/project-templates.yaml@main#1>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: baf4b784b21247c19cfb7e6e9b30ed61
      build_refs:
      - branch: main
        change: '4380'
        change_message: 'fix(nova): use eVMCS-enabled image and document Windows usage


          Bumps the default Nova image on `main` to an image that supports opt-in
          eVMCS for Windows guests and that can load the os-vif OVS plugin, and documents
          the Windows workflow.


          ## Nova image


          All 14 `nova_*` entries in `roles/defaults/vars/main.yml` move to:


          ```

          ghcr.io/vexxhost/nova:main@sha256:7904b9c9ce8c07dcc075796237cc800fef0a4b8e2dab835302b86b88b01469e4

          ```


          The Nova version is unchanged (`33.0.2+a8e.10.3`); only the digest moves.
          Two things are in the image:


          - **eVMCS support** (Nova fork commits for `hw_hyperv_evmcs`).

          - **`pyroute2`**, via vexxhost/docker-nova#1430.


          The pyroute2 part matters because os-vif''s code imports it (`os_vif/internal/ip/linux/impl_pyroute2.py`)
          while its published wheel does not declare it: pbr 7.0.3 parks environment-marked
          requirements in an `extras_require` pseudo-extra, and setuptools discards
          that mapping once a project has a `[project]` table, which os-vif gained
          in 5.0.0. `--constraint /upper-constraints.txt` pins `os_vif===5.1.0`, so
          the image previously got the wheel without the dependency. The consequence
          on a `main` deployment:


          ```

          ERROR stevedore.extension [-] Could not load ''ovs'': No module named ''pyroute2''

          INFO os_vif [-] Loaded VIF plugins: noop

          nova.virt.libvirt.vif._plug_os_vif -> KeyError: ''ovs''

          Exhausted all hosts available for retrying build failures

          ```


          Only `main` was exposed. Every stable branch pins os-vif 4.x or older, whose
          wheels still declare pyroute2.


          ## Documentation


          Organized by audience, since the enabling step is a user action while the
          prerequisites are operator work:


          | User guide | Administrator guide |

          |---|---|

          | Windows feature overview and benefits | Nova rollout and host prerequisites
          |

          | Enabling/disabling eVMCS on an image | Intel VMX, nested virtualization,
          Placement checks |

          | vTPM image properties and instance creation | Verifying vTPM support and
          configuring flavors |


          The Windows user category links to both eVMCS and the shared vTPM guide;
          vTPM stays outside the Windows category because other guest OSes use it.
          User and admin pages cross-link, and the existing admin vTPM URL is preserved.
          Docs state that eVMCS is Intel-only, disclose the posted-interrupt trade-off
          with benchmarking advice, and note that MBEC is not included.


          ## Validation


          - The published image was inspected directly: it contains `pyroute2-0.8.1.dist-info`
          next to `os_vif-5.1.0.dist-info`, where the previous image had os-vif alone.
          Both list the same `nova-33.0.2+a8e.10.3`.

          - Two environments built from the same os-vif 5.1.0 wheel, differing only
          by pyroute2: without it `os_vif.initialize()` logs `Could not load ''ovs'':
          No module named ''pyroute2''` then `Loaded VIF plugins: noop`; with it,
          `Loaded VIF plugins: noop, ovs`.

          - vexxhost/docker-nova#1430 is merged, and the image was built and published
          on `main`; the build log shows `+ os-vif==5.1.0` and `+ pyroute2==0.8.1`
          for both architectures.

          - All 14 Nova refs use the same digest; YAML parses; `git diff --check`
          clean.

          - Focused Sphinx build of both navigation trees and the linked user/admin
          topics passes with warnings treated as errors. The full documentation build
          has pre-existing warnings in `admin/monitoring.rst` (heading underline)
          and `arch/images.rst` (three missing Dockerfile includes), unrelated to
          this change.


          ## Note for review


          renovate PR #3501 (`chore(deps): update vexxhost images (main)`) also pins
          Nova to the previous digest `63053166`, which lacks pyroute2. Whichever
          of the two lands second should not reintroduce it; #3501 will need regenerating
          against the new digest.


          The eVMCS feature itself has not been validated on real Windows/VBS workloads;
          that requires a canary on Intel hosts with `hw_hyperv_evmcs=true`.'
        change_url: https://github.com/vexxhost/atmosphere/pull/4380
        commit_id: f493a535a655d4af662594ec525d34c4a976b31c
        patchset: f493a535a655d4af662594ec525d34c4a976b31c
        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: 3f565e9c076e4d229ea43f8edef384b4
      buildset_refs:
      - branch: main
        change: '4380'
        change_message: 'fix(nova): use eVMCS-enabled image and document Windows usage


          Bumps the default Nova image on `main` to an image that supports opt-in
          eVMCS for Windows guests and that can load the os-vif OVS plugin, and documents
          the Windows workflow.


          ## Nova image


          All 14 `nova_*` entries in `roles/defaults/vars/main.yml` move to:


          ```

          ghcr.io/vexxhost/nova:main@sha256:7904b9c9ce8c07dcc075796237cc800fef0a4b8e2dab835302b86b88b01469e4

          ```


          The Nova version is unchanged (`33.0.2+a8e.10.3`); only the digest moves.
          Two things are in the image:


          - **eVMCS support** (Nova fork commits for `hw_hyperv_evmcs`).

          - **`pyroute2`**, via vexxhost/docker-nova#1430.


          The pyroute2 part matters because os-vif''s code imports it (`os_vif/internal/ip/linux/impl_pyroute2.py`)
          while its published wheel does not declare it: pbr 7.0.3 parks environment-marked
          requirements in an `extras_require` pseudo-extra, and setuptools discards
          that mapping once a project has a `[project]` table, which os-vif gained
          in 5.0.0. `--constraint /upper-constraints.txt` pins `os_vif===5.1.0`, so
          the image previously got the wheel without the dependency. The consequence
          on a `main` deployment:


          ```

          ERROR stevedore.extension [-] Could not load ''ovs'': No module named ''pyroute2''

          INFO os_vif [-] Loaded VIF plugins: noop

          nova.virt.libvirt.vif._plug_os_vif -> KeyError: ''ovs''

          Exhausted all hosts available for retrying build failures

          ```


          Only `main` was exposed. Every stable branch pins os-vif 4.x or older, whose
          wheels still declare pyroute2.


          ## Documentation


          Organized by audience, since the enabling step is a user action while the
          prerequisites are operator work:


          | User guide | Administrator guide |

          |---|---|

          | Windows feature overview and benefits | Nova rollout and host prerequisites
          |

          | Enabling/disabling eVMCS on an image | Intel VMX, nested virtualization,
          Placement checks |

          | vTPM image properties and instance creation | Verifying vTPM support and
          configuring flavors |


          The Windows user category links to both eVMCS and the shared vTPM guide;
          vTPM stays outside the Windows category because other guest OSes use it.
          User and admin pages cross-link, and the existing admin vTPM URL is preserved.
          Docs state that eVMCS is Intel-only, disclose the posted-interrupt trade-off
          with benchmarking advice, and note that MBEC is not included.


          ## Validation


          - The published image was inspected directly: it contains `pyroute2-0.8.1.dist-info`
          next to `os_vif-5.1.0.dist-info`, where the previous image had os-vif alone.
          Both list the same `nova-33.0.2+a8e.10.3`.

          - Two environments built from the same os-vif 5.1.0 wheel, differing only
          by pyroute2: without it `os_vif.initialize()` logs `Could not load ''ovs'':
          No module named ''pyroute2''` then `Loaded VIF plugins: noop`; with it,
          `Loaded VIF plugins: noop, ovs`.

          - vexxhost/docker-nova#1430 is merged, and the image was built and published
          on `main`; the build log shows `+ os-vif==5.1.0` and `+ pyroute2==0.8.1`
          for both architectures.

          - All 14 Nova refs use the same digest; YAML parses; `git diff --check`
          clean.

          - Focused Sphinx build of both navigation trees and the linked user/admin
          topics passes with warnings treated as errors. The full documentation build
          has pre-existing warnings in `admin/monitoring.rst` (heading underline)
          and `arch/images.rst` (three missing Dockerfile includes), unrelated to
          this change.


          ## Note for review


          renovate PR #3501 (`chore(deps): update vexxhost images (main)`) also pins
          Nova to the previous digest `63053166`, which lacks pyroute2. Whichever
          of the two lands second should not reintroduce it; #3501 will need regenerating
          against the new digest.


          The eVMCS feature itself has not been validated on real Windows/VBS workloads;
          that requires a canary on Intel hosts with `hw_hyperv_evmcs=true`.'
        change_url: https://github.com/vexxhost/atmosphere/pull/4380
        commit_id: f493a535a655d4af662594ec525d34c4a976b31c
        patchset: f493a535a655d4af662594ec525d34c4a976b31c
        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: '4380'
      change_message: 'fix(nova): use eVMCS-enabled image and document Windows usage


        Bumps the default Nova image on `main` to an image that supports opt-in eVMCS
        for Windows guests and that can load the os-vif OVS plugin, and documents
        the Windows workflow.


        ## Nova image


        All 14 `nova_*` entries in `roles/defaults/vars/main.yml` move to:


        ```

        ghcr.io/vexxhost/nova:main@sha256:7904b9c9ce8c07dcc075796237cc800fef0a4b8e2dab835302b86b88b01469e4

        ```


        The Nova version is unchanged (`33.0.2+a8e.10.3`); only the digest moves.
        Two things are in the image:


        - **eVMCS support** (Nova fork commits for `hw_hyperv_evmcs`).

        - **`pyroute2`**, via vexxhost/docker-nova#1430.


        The pyroute2 part matters because os-vif''s code imports it (`os_vif/internal/ip/linux/impl_pyroute2.py`)
        while its published wheel does not declare it: pbr 7.0.3 parks environment-marked
        requirements in an `extras_require` pseudo-extra, and setuptools discards
        that mapping once a project has a `[project]` table, which os-vif gained in
        5.0.0. `--constraint /upper-constraints.txt` pins `os_vif===5.1.0`, so the
        image previously got the wheel without the dependency. The consequence on
        a `main` deployment:


        ```

        ERROR stevedore.extension [-] Could not load ''ovs'': No module named ''pyroute2''

        INFO os_vif [-] Loaded VIF plugins: noop

        nova.virt.libvirt.vif._plug_os_vif -> KeyError: ''ovs''

        Exhausted all hosts available for retrying build failures

        ```


        Only `main` was exposed. Every stable branch pins os-vif 4.x or older, whose
        wheels still declare pyroute2.


        ## Documentation


        Organized by audience, since the enabling step is a user action while the
        prerequisites are operator work:


        | User guide | Administrator guide |

        |---|---|

        | Windows feature overview and benefits | Nova rollout and host prerequisites
        |

        | Enabling/disabling eVMCS on an image | Intel VMX, nested virtualization,
        Placement checks |

        | vTPM image properties and instance creation | Verifying vTPM support and
        configuring flavors |


        The Windows user category links to both eVMCS and the shared vTPM guide; vTPM
        stays outside the Windows category because other guest OSes use it. User and
        admin pages cross-link, and the existing admin vTPM URL is preserved. Docs
        state that eVMCS is Intel-only, disclose the posted-interrupt trade-off with
        benchmarking advice, and note that MBEC is not included.


        ## Validation


        - The published image was inspected directly: it contains `pyroute2-0.8.1.dist-info`
        next to `os_vif-5.1.0.dist-info`, where the previous image had os-vif alone.
        Both list the same `nova-33.0.2+a8e.10.3`.

        - Two environments built from the same os-vif 5.1.0 wheel, differing only
        by pyroute2: without it `os_vif.initialize()` logs `Could not load ''ovs'':
        No module named ''pyroute2''` then `Loaded VIF plugins: noop`; with it, `Loaded
        VIF plugins: noop, ovs`.

        - vexxhost/docker-nova#1430 is merged, and the image was built and published
        on `main`; the build log shows `+ os-vif==5.1.0` and `+ pyroute2==0.8.1` for
        both architectures.

        - All 14 Nova refs use the same digest; YAML parses; `git diff --check` clean.

        - Focused Sphinx build of both navigation trees and the linked user/admin
        topics passes with warnings treated as errors. The full documentation build
        has pre-existing warnings in `admin/monitoring.rst` (heading underline) and
        `arch/images.rst` (three missing Dockerfile includes), unrelated to this change.


        ## Note for review


        renovate PR #3501 (`chore(deps): update vexxhost images (main)`) also pins
        Nova to the previous digest `63053166`, which lacks pyroute2. Whichever of
        the two lands second should not reintroduce it; #3501 will need regenerating
        against the new digest.


        The eVMCS feature itself has not been validated on real Windows/VBS workloads;
        that requires a canary on Intel hosts with `hw_hyperv_evmcs=true`.'
      change_url: https://github.com/vexxhost/atmosphere/pull/4380
      child_jobs: []
      commit_id: f493a535a655d4af662594ec525d34c4a976b31c
      event_id: a844b3a0-b7b9-11f1-9d24-670c460bb926
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/baf4b784b21247c19cfb7e6e9b30ed61/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/baf4b784b21247c19cfb7e6e9b30ed61/work/logs
        result_data_file: /var/lib/zuul/builds/baf4b784b21247c19cfb7e6e9b30ed61/work/results.json
        src_root: /var/lib/zuul/builds/baf4b784b21247c19cfb7e6e9b30ed61/work/src
        work_root: /var/lib/zuul/builds/baf4b784b21247c19cfb7e6e9b30ed61/work
      include_vars: []
      items:
      - branch: main
        change: '4380'
        change_message: 'fix(nova): use eVMCS-enabled image and document Windows usage


          Bumps the default Nova image on `main` to an image that supports opt-in
          eVMCS for Windows guests and that can load the os-vif OVS plugin, and documents
          the Windows workflow.


          ## Nova image


          All 14 `nova_*` entries in `roles/defaults/vars/main.yml` move to:


          ```

          ghcr.io/vexxhost/nova:main@sha256:7904b9c9ce8c07dcc075796237cc800fef0a4b8e2dab835302b86b88b01469e4

          ```


          The Nova version is unchanged (`33.0.2+a8e.10.3`); only the digest moves.
          Two things are in the image:


          - **eVMCS support** (Nova fork commits for `hw_hyperv_evmcs`).

          - **`pyroute2`**, via vexxhost/docker-nova#1430.


          The pyroute2 part matters because os-vif''s code imports it (`os_vif/internal/ip/linux/impl_pyroute2.py`)
          while its published wheel does not declare it: pbr 7.0.3 parks environment-marked
          requirements in an `extras_require` pseudo-extra, and setuptools discards
          that mapping once a project has a `[project]` table, which os-vif gained
          in 5.0.0. `--constraint /upper-constraints.txt` pins `os_vif===5.1.0`, so
          the image previously got the wheel without the dependency. The consequence
          on a `main` deployment:


          ```

          ERROR stevedore.extension [-] Could not load ''ovs'': No module named ''pyroute2''

          INFO os_vif [-] Loaded VIF plugins: noop

          nova.virt.libvirt.vif._plug_os_vif -> KeyError: ''ovs''

          Exhausted all hosts available for retrying build failures

          ```


          Only `main` was exposed. Every stable branch pins os-vif 4.x or older, whose
          wheels still declare pyroute2.


          ## Documentation


          Organized by audience, since the enabling step is a user action while the
          prerequisites are operator work:


          | User guide | Administrator guide |

          |---|---|

          | Windows feature overview and benefits | Nova rollout and host prerequisites
          |

          | Enabling/disabling eVMCS on an image | Intel VMX, nested virtualization,
          Placement checks |

          | vTPM image properties and instance creation | Verifying vTPM support and
          configuring flavors |


          The Windows user category links to both eVMCS and the shared vTPM guide;
          vTPM stays outside the Windows category because other guest OSes use it.
          User and admin pages cross-link, and the existing admin vTPM URL is preserved.
          Docs state that eVMCS is Intel-only, disclose the posted-interrupt trade-off
          with benchmarking advice, and note that MBEC is not included.


          ## Validation


          - The published image was inspected directly: it contains `pyroute2-0.8.1.dist-info`
          next to `os_vif-5.1.0.dist-info`, where the previous image had os-vif alone.
          Both list the same `nova-33.0.2+a8e.10.3`.

          - Two environments built from the same os-vif 5.1.0 wheel, differing only
          by pyroute2: without it `os_vif.initialize()` logs `Could not load ''ovs'':
          No module named ''pyroute2''` then `Loaded VIF plugins: noop`; with it,
          `Loaded VIF plugins: noop, ovs`.

          - vexxhost/docker-nova#1430 is merged, and the image was built and published
          on `main`; the build log shows `+ os-vif==5.1.0` and `+ pyroute2==0.8.1`
          for both architectures.

          - All 14 Nova refs use the same digest; YAML parses; `git diff --check`
          clean.

          - Focused Sphinx build of both navigation trees and the linked user/admin
          topics passes with warnings treated as errors. The full documentation build
          has pre-existing warnings in `admin/monitoring.rst` (heading underline)
          and `arch/images.rst` (three missing Dockerfile includes), unrelated to
          this change.


          ## Note for review


          renovate PR #3501 (`chore(deps): update vexxhost images (main)`) also pins
          Nova to the previous digest `63053166`, which lacks pyroute2. Whichever
          of the two lands second should not reintroduce it; #3501 will need regenerating
          against the new digest.


          The eVMCS feature itself has not been validated on real Windows/VBS workloads;
          that requires a canary on Intel hosts with `hw_hyperv_evmcs=true`.'
        change_url: https://github.com/vexxhost/atmosphere/pull/4380
        commit_id: f493a535a655d4af662594ec525d34c4a976b31c
        patchset: f493a535a655d4af662594ec525d34c4a976b31c
        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: Zml4KG5vdmEpOiB1c2UgZVZNQ1MtZW5hYmxlZCBpbWFnZSBhbmQgZG9jdW1lbnQgV2luZG93cyB1c2FnZQoKQnVtcHMgdGhlIGRlZmF1bHQgTm92YSBpbWFnZSBvbiBgbWFpbmAgdG8gYW4gaW1hZ2UgdGhhdCBzdXBwb3J0cyBvcHQtaW4gZVZNQ1MgZm9yIFdpbmRvd3MgZ3Vlc3RzIGFuZCB0aGF0IGNhbiBsb2FkIHRoZSBvcy12aWYgT1ZTIHBsdWdpbiwgYW5kIGRvY3VtZW50cyB0aGUgV2luZG93cyB3b3JrZmxvdy4KCiMjIE5vdmEgaW1hZ2UKCkFsbCAxNCBgbm92YV8qYCBlbnRyaWVzIGluIGByb2xlcy9kZWZhdWx0cy92YXJzL21haW4ueW1sYCBtb3ZlIHRvOgoKYGBgCmdoY3IuaW8vdmV4eGhvc3Qvbm92YTptYWluQHNoYTI1Njo3OTA0YjljOWNlOGMwN2RjYzA3NTc5NjIzN2NjODAwZmVmMGE0YjhlMmRhYjgzNTMwMmI4NmI4OGIwMTQ2OWU0CmBgYAoKVGhlIE5vdmEgdmVyc2lvbiBpcyB1bmNoYW5nZWQgKGAzMy4wLjIrYThlLjEwLjNgKTsgb25seSB0aGUgZGlnZXN0IG1vdmVzLiBUd28gdGhpbmdzIGFyZSBpbiB0aGUgaW1hZ2U6CgotICoqZVZNQ1Mgc3VwcG9ydCoqIChOb3ZhIGZvcmsgY29tbWl0cyBmb3IgYGh3X2h5cGVydl9ldm1jc2ApLgotICoqYHB5cm91dGUyYCoqLCB2aWEgdmV4eGhvc3QvZG9ja2VyLW5vdmEjMTQzMC4KClRoZSBweXJvdXRlMiBwYXJ0IG1hdHRlcnMgYmVjYXVzZSBvcy12aWYncyBjb2RlIGltcG9ydHMgaXQgKGBvc192aWYvaW50ZXJuYWwvaXAvbGludXgvaW1wbF9weXJvdXRlMi5weWApIHdoaWxlIGl0cyBwdWJsaXNoZWQgd2hlZWwgZG9lcyBub3QgZGVjbGFyZSBpdDogcGJyIDcuMC4zIHBhcmtzIGVudmlyb25tZW50LW1hcmtlZCByZXF1aXJlbWVudHMgaW4gYW4gYGV4dHJhc19yZXF1aXJlYCBwc2V1ZG8tZXh0cmEsIGFuZCBzZXR1cHRvb2xzIGRpc2NhcmRzIHRoYXQgbWFwcGluZyBvbmNlIGEgcHJvamVjdCBoYXMgYSBgW3Byb2plY3RdYCB0YWJsZSwgd2hpY2ggb3MtdmlmIGdhaW5lZCBpbiA1LjAuMC4gYC0tY29uc3RyYWludCAvdXBwZXItY29uc3RyYWludHMudHh0YCBwaW5zIGBvc192aWY9PT01LjEuMGAsIHNvIHRoZSBpbWFnZSBwcmV2aW91c2x5IGdvdCB0aGUgd2hlZWwgd2l0aG91dCB0aGUgZGVwZW5kZW5jeS4gVGhlIGNvbnNlcXVlbmNlIG9uIGEgYG1haW5gIGRlcGxveW1lbnQ6CgpgYGAKRVJST1Igc3RldmVkb3JlLmV4dGVuc2lvbiBbLV0gQ291bGQgbm90IGxvYWQgJ292cyc6IE5vIG1vZHVsZSBuYW1lZCAncHlyb3V0ZTInCklORk8gb3NfdmlmIFstXSBMb2FkZWQgVklGIHBsdWdpbnM6IG5vb3AKbm92YS52aXJ0LmxpYnZpcnQudmlmLl9wbHVnX29zX3ZpZiAtPiBLZXlFcnJvcjogJ292cycKRXhoYXVzdGVkIGFsbCBob3N0cyBhdmFpbGFibGUgZm9yIHJldHJ5aW5nIGJ1aWxkIGZhaWx1cmVzCmBgYAoKT25seSBgbWFpbmAgd2FzIGV4cG9zZWQuIEV2ZXJ5IHN0YWJsZSBicmFuY2ggcGlucyBvcy12aWYgNC54IG9yIG9sZGVyLCB3aG9zZSB3aGVlbHMgc3RpbGwgZGVjbGFyZSBweXJvdXRlMi4KCiMjIERvY3VtZW50YXRpb24KCk9yZ2FuaXplZCBieSBhdWRpZW5jZSwgc2luY2UgdGhlIGVuYWJsaW5nIHN0ZXAgaXMgYSB1c2VyIGFjdGlvbiB3aGlsZSB0aGUgcHJlcmVxdWlzaXRlcyBhcmUgb3BlcmF0b3Igd29yazoKCnwgVXNlciBndWlkZSB8IEFkbWluaXN0cmF0b3IgZ3VpZGUgfAp8LS0tfC0tLXwKfCBXaW5kb3dzIGZlYXR1cmUgb3ZlcnZpZXcgYW5kIGJlbmVmaXRzIHwgTm92YSByb2xsb3V0IGFuZCBob3N0IHByZXJlcXVpc2l0ZXMgfAp8IEVuYWJsaW5nL2Rpc2FibGluZyBlVk1DUyBvbiBhbiBpbWFnZSB8IEludGVsIFZNWCwgbmVzdGVkIHZpcnR1YWxpemF0aW9uLCBQbGFjZW1lbnQgY2hlY2tzIHwKfCB2VFBNIGltYWdlIHByb3BlcnRpZXMgYW5kIGluc3RhbmNlIGNyZWF0aW9uIHwgVmVyaWZ5aW5nIHZUUE0gc3VwcG9ydCBhbmQgY29uZmlndXJpbmcgZmxhdm9ycyB8CgpUaGUgV2luZG93cyB1c2VyIGNhdGVnb3J5IGxpbmtzIHRvIGJvdGggZVZNQ1MgYW5kIHRoZSBzaGFyZWQgdlRQTSBndWlkZTsgdlRQTSBzdGF5cyBvdXRzaWRlIHRoZSBXaW5kb3dzIGNhdGVnb3J5IGJlY2F1c2Ugb3RoZXIgZ3Vlc3QgT1NlcyB1c2UgaXQuIFVzZXIgYW5kIGFkbWluIHBhZ2VzIGNyb3NzLWxpbmssIGFuZCB0aGUgZXhpc3RpbmcgYWRtaW4gdlRQTSBVUkwgaXMgcHJlc2VydmVkLiBEb2NzIHN0YXRlIHRoYXQgZVZNQ1MgaXMgSW50ZWwtb25seSwgZGlzY2xvc2UgdGhlIHBvc3RlZC1pbnRlcnJ1cHQgdHJhZGUtb2ZmIHdpdGggYmVuY2htYXJraW5nIGFkdmljZSwgYW5kIG5vdGUgdGhhdCBNQkVDIGlzIG5vdCBpbmNsdWRlZC4KCiMjIFZhbGlkYXRpb24KCi0gVGhlIHB1Ymxpc2hlZCBpbWFnZSB3YXMgaW5zcGVjdGVkIGRpcmVjdGx5OiBpdCBjb250YWlucyBgcHlyb3V0ZTItMC44LjEuZGlzdC1pbmZvYCBuZXh0IHRvIGBvc192aWYtNS4xLjAuZGlzdC1pbmZvYCwgd2hlcmUgdGhlIHByZXZpb3VzIGltYWdlIGhhZCBvcy12aWYgYWxvbmUuIEJvdGggbGlzdCB0aGUgc2FtZSBgbm92YS0zMy4wLjIrYThlLjEwLjNgLgotIFR3byBlbnZpcm9ubWVudHMgYnVpbHQgZnJvbSB0aGUgc2FtZSBvcy12aWYgNS4xLjAgd2hlZWwsIGRpZmZlcmluZyBvbmx5IGJ5IHB5cm91dGUyOiB3aXRob3V0IGl0IGBvc192aWYuaW5pdGlhbGl6ZSgpYCBsb2dzIGBDb3VsZCBub3QgbG9hZCAnb3ZzJzogTm8gbW9kdWxlIG5hbWVkICdweXJvdXRlMidgIHRoZW4gYExvYWRlZCBWSUYgcGx1Z2luczogbm9vcGA7IHdpdGggaXQsIGBMb2FkZWQgVklGIHBsdWdpbnM6IG5vb3AsIG92c2AuCi0gdmV4eGhvc3QvZG9ja2VyLW5vdmEjMTQzMCBpcyBtZXJnZWQsIGFuZCB0aGUgaW1hZ2Ugd2FzIGJ1aWx0IGFuZCBwdWJsaXNoZWQgb24gYG1haW5gOyB0aGUgYnVpbGQgbG9nIHNob3dzIGArIG9zLXZpZj09NS4xLjBgIGFuZCBgKyBweXJvdXRlMj09MC44LjFgIGZvciBib3RoIGFyY2hpdGVjdHVyZXMuCi0gQWxsIDE0IE5vdmEgcmVmcyB1c2UgdGhlIHNhbWUgZGlnZXN0OyBZQU1MIHBhcnNlczsgYGdpdCBkaWZmIC0tY2hlY2tgIGNsZWFuLgotIEZvY3VzZWQgU3BoaW54IGJ1aWxkIG9mIGJvdGggbmF2aWdhdGlvbiB0cmVlcyBhbmQgdGhlIGxpbmtlZCB1c2VyL2FkbWluIHRvcGljcyBwYXNzZXMgd2l0aCB3YXJuaW5ncyB0cmVhdGVkIGFzIGVycm9ycy4gVGhlIGZ1bGwgZG9jdW1lbnRhdGlvbiBidWlsZCBoYXMgcHJlLWV4aXN0aW5nIHdhcm5pbmdzIGluIGBhZG1pbi9tb25pdG9yaW5nLnJzdGAgKGhlYWRpbmcgdW5kZXJsaW5lKSBhbmQgYGFyY2gvaW1hZ2VzLnJzdGAgKHRocmVlIG1pc3NpbmcgRG9ja2VyZmlsZSBpbmNsdWRlcyksIHVucmVsYXRlZCB0byB0aGlzIGNoYW5nZS4KCiMjIE5vdGUgZm9yIHJldmlldwoKcmVub3ZhdGUgUFIgIzM1MDEgKGBjaG9yZShkZXBzKTogdXBkYXRlIHZleHhob3N0IGltYWdlcyAobWFpbilgKSBhbHNvIHBpbnMgTm92YSB0byB0aGUgcHJldmlvdXMgZGlnZXN0IGA2MzA1MzE2NmAsIHdoaWNoIGxhY2tzIHB5cm91dGUyLiBXaGljaGV2ZXIgb2YgdGhlIHR3byBsYW5kcyBzZWNvbmQgc2hvdWxkIG5vdCByZWludHJvZHVjZSBpdDsgIzM1MDEgd2lsbCBuZWVkIHJlZ2VuZXJhdGluZyBhZ2FpbnN0IHRoZSBuZXcgZGlnZXN0LgoKVGhlIGVWTUNTIGZlYXR1cmUgaXRzZWxmIGhhcyBub3QgYmVlbiB2YWxpZGF0ZWQgb24gcmVhbCBXaW5kb3dzL1ZCUyB3b3JrbG9hZHM7IHRoYXQgcmVxdWlyZXMgYSBjYW5hcnkgb24gSW50ZWwgaG9zdHMgd2l0aCBgaHdfaHlwZXJ2X2V2bWNzPXRydWVgLg==
      patchset: f493a535a655d4af662594ec525d34c4a976b31c
      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: be52461cd48abccbf95b13a58b2551ac673d8ad7
          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: be52461cd48abccbf95b13a58b2551ac673d8ad7
          untrusted/project_3/github.com/vexxhost/atmosphere-zuul-jobs:
            canonical_name: github.com/vexxhost/atmosphere-zuul-jobs
            checkout: main
            commit: a05c8ee068edf95d57873f78e89ff5b01c9098ce
          untrusted/project_4/opendev.org/openstack/openstack-helm:
            canonical_name: opendev.org/openstack/openstack-helm
            checkout: master
            commit: d70dc7adf834932aa55fee7ccc2106a5addf3b10
        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: b3ccb0f47a955ae56c67c18d90ff659a017c88e9
          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: d5699a3fcfca765b32f94b68a592139dc58d0301
          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: 1f3e1bdfe2ba8904d397222dd6f90911d6f2402b
          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: f5e7cf34b47daea77edc92654189c4ef7c0be15b
          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: b4a1a8ae8a71dbc1da4300cd26160f71c0192c3f
          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: b7e1ed566173acf05d7a2dfbe7a94fdc2a1e8d97
          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: 44a694a80e3179c28d75180baa1a56426f987257
          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: d22923ebd40c0fd5a345318c1db90d125fb5140f
          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: bb3fd0fde58a5b158605523e708645eb2a763886
          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: f493a535a655d4af662594ec525d34c4a976b31c
          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: 0317937da7abc1979d331af8b8f7b640b80d7e75
          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: da4a211b2d1dd147dead0e3db63a373b43b3c09e
          name: openstack/ansible-collections-openstack
          required: true
          short_name: ansible-collections-openstack
          src_dir: src/opendev.org/openstack/ansible-collections-openstack
      ref: refs/pull/4380/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
