all:
  children:
    tempest:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.248
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      configure_swap_size: 8192
      devstack_local_conf:
        post-config:
          $NEUTRON_CONF:
            DEFAULT:
              global_physnet_mtu: '{{ external_bridge_mtu }}'
          /etc/magnum/magnum.conf:
            cluster_template:
              kubernetes_allowed_network_drivers: calico,cilium
              kubernetes_default_network_driver: calico
            nova_client:
              api_version: 2.15
          /etc/manila/manila.conf:
            generic:
              connect_share_server_to_tenant_network: true
              driver_handles_share_servers: true
      devstack_localrc:
        ADMIN_PASSWORD: secretadmin
        DATABASE_PASSWORD: secretdatabase
        DEBUG_LIBVIRT_COREDUMPS: true
        DISABLE_AMP_IMAGE_BUILD: true
        ENABLE_SYSCTL_MEM_TUNING: true
        ENABLE_SYSCTL_NET_TUNING: true
        ENABLE_ZSWAP: true
        ERROR_ON_CLONE: true
        FIXED_RANGE: 10.1.0.0/20
        FLOATING_RANGE: 172.24.5.0/24
        GIT_BASE: https://github.com
        HOST_IP: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
        IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
        LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
        LOGFILE: /opt/stack/logs/devstacklog.txt
        LOG_COLOR: false
        MAGNUM_GUEST_IMAGE_URL: '{{ image_url }}'
        MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: snapshot_support=True create_share_from_snapshot_support=True
        MANILA_ENABLED_BACKENDS: generic
        MANILA_USE_SERVICE_INSTANCE_PASSWORD: true
        NETWORK_GATEWAY: 10.1.0.1
        NOVA_LIBVIRT_TB_CACHE_SIZE: 128
        NOVA_VNC_ENABLED: true
        OCTAVIA_NODE: api
        OVN_DBS_LOG_LEVEL: dbg
        PUBLIC_BRIDGE_MTU: '{{ external_bridge_mtu }}'
        PUBLIC_NETWORK_GATEWAY: 172.24.5.1
        RABBIT_PASSWORD: secretrabbit
        SERVICE_HOST: '{{ hostvars[''controller''][''nodepool''][''private_ipv4'']
          }}'
        SERVICE_PASSWORD: secretservice
        SWIFT_HASH: 1234123412341234
        SWIFT_REPLICAS: 1
        SWIFT_START_ALL_SERVICES: false
        VERBOSE: true
        VERBOSE_NO_TIMESTAMP: true
      devstack_plugins:
        barbican: https://github.com/openstack/barbican
        magnum: https://review.opendev.org/openstack/magnum
        magnum-cluster-api: https://github.com/vexxhost/magnum-cluster-api
        manila: https://github.com/openstack/manila
        octavia: https://github.com/openstack/octavia
        ovn-octavia-provider: https://github.com/openstack/ovn-octavia-provider
      devstack_services:
        base: false
        c-api: true
        c-bak: true
        c-sch: true
        c-vol: true
        dstat: false
        etcd3: true
        file_tracker: true
        g-api: true
        horizon: false
        key: true
        memory_tracker: true
        mysql: true
        n-api: true
        n-api-meta: true
        n-cond: true
        n-cpu: true
        n-novnc: true
        n-sch: true
        o-api: true
        o-da: true
        o-hk: true
        octavia: true
        openstack-cli-server: true
        ovn-controller: true
        ovn-northd: true
        ovs-vswitchd: true
        ovsdb-server: true
        placement-api: true
        q-ovn-agent: true
        q-svc: true
        rabbit: true
        s-account: false
        s-container: false
        s-object: false
        s-proxy: false
        tempest: false
        tls-proxy: true
      extensions_to_txt:
        auto: true
        conf: true
        localrc: true
        log: true
        stackenv: true
      image_url: https://github.com/vexxhost/capo-image-elements/releases/latest/download/ubuntu-22.04-{{
        kube_tag }}.qcow2
      kube_tag: v1.34.4
      network_driver: calico
      nodepool:
        az: nova
        cloud: public
        external_id: 4e45a8fa-875f-4444-8176-1e4498e319e5
        host_id: c9670958829e9c96e47d452d2c9c4ce9edaac336d3dbc4a3c4ec531c
        interface_ip: 199.204.45.248
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.204.45.248
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.248
        public_ipv6: 2604:e100:1:0:f816:3eff:fee0:cf64
        region: ca-ymq-1
        slot: null
      zuul_copy_output:
        /etc/ceph: logs
        /etc/glusterfs/glusterd.vol: logs
        /etc/libvirt: logs
        /etc/lvm: logs
        /etc/resolv.conf: logs
        /etc/sudoers: logs
        /etc/sudoers.d: logs
        /var/log/ceph: logs
        /var/log/glusterfs: logs
        /var/log/libvirt: logs
        /var/log/mysql: logs
        /var/log/openvswitch: logs
        /var/log/postgresql: logs
        /var/log/rabbitmq: logs
        /var/log/unbound.log: logs
        '{{ devstack_conf_dir }}/.localrc.auto': logs
        '{{ devstack_conf_dir }}/.stackenv': logs
        '{{ devstack_conf_dir }}/local.conf': logs
        '{{ devstack_conf_dir }}/localrc': logs
        '{{ devstack_full_log}}': logs
        '{{ devstack_log_dir }}/atop': logs
        '{{ devstack_log_dir }}/devstacklog.txt': logs
        '{{ devstack_log_dir }}/devstacklog.txt.summary': logs
        '{{ devstack_log_dir }}/dstat-csv.log': logs
        '{{ devstack_log_dir }}/qemu.coredump': logs
        '{{ devstack_log_dir }}/tcpdump.pcap': logs
        '{{ devstack_log_dir }}/worlddump-latest.txt': logs
        '{{ stage_dir }}/apache': logs
        '{{ stage_dir }}/apache_config': logs
        '{{ stage_dir }}/audit.log': logs
        '{{ stage_dir }}/core': logs
        '{{ stage_dir }}/deprecations.log': logs
        '{{ stage_dir }}/df.txt': logs
        '{{ stage_dir }}/dpkg-l.txt': logs
        '{{ stage_dir }}/etc': logs
        '{{ stage_dir }}/iptables.txt': logs
        '{{ stage_dir }}/listen53.txt': logs
        '{{ stage_dir }}/mount.txt': logs
        '{{ stage_dir }}/performance.json': logs
        '{{ stage_dir }}/pip2-freeze.txt': logs
        '{{ stage_dir }}/pip3-freeze.txt': logs
        '{{ stage_dir }}/rpm-qa.txt': logs
        '{{ stage_dir }}/services.txt': logs
        '{{ stage_dir }}/verify_tempest_conf.log': logs
      zuul_node:
        az: nova
        cloud: public
        external_id: 4e45a8fa-875f-4444-8176-1e4498e319e5
        host_id: c9670958829e9c96e47d452d2c9c4ce9edaac336d3dbc4a3c4ec531c
        interface_ip: 199.204.45.248
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.204.45.248
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.248
        public_ipv6: 2604:e100:1:0:f816:3eff:fee0:cf64
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    configure_swap_size: 8192
    devstack_local_conf:
      post-config:
        $NEUTRON_CONF:
          DEFAULT:
            global_physnet_mtu: '{{ external_bridge_mtu }}'
        /etc/magnum/magnum.conf:
          cluster_template:
            kubernetes_allowed_network_drivers: calico,cilium
            kubernetes_default_network_driver: calico
          nova_client:
            api_version: 2.15
        /etc/manila/manila.conf:
          generic:
            connect_share_server_to_tenant_network: true
            driver_handles_share_servers: true
    devstack_localrc:
      ADMIN_PASSWORD: secretadmin
      DATABASE_PASSWORD: secretdatabase
      DEBUG_LIBVIRT_COREDUMPS: true
      DISABLE_AMP_IMAGE_BUILD: true
      ENABLE_SYSCTL_MEM_TUNING: true
      ENABLE_SYSCTL_NET_TUNING: true
      ENABLE_ZSWAP: true
      ERROR_ON_CLONE: true
      FIXED_RANGE: 10.1.0.0/20
      FLOATING_RANGE: 172.24.5.0/24
      GIT_BASE: https://github.com
      HOST_IP: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
      IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
      LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
      LOGFILE: /opt/stack/logs/devstacklog.txt
      LOG_COLOR: false
      MAGNUM_GUEST_IMAGE_URL: '{{ image_url }}'
      MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: snapshot_support=True create_share_from_snapshot_support=True
      MANILA_ENABLED_BACKENDS: generic
      MANILA_USE_SERVICE_INSTANCE_PASSWORD: true
      NETWORK_GATEWAY: 10.1.0.1
      NOVA_LIBVIRT_TB_CACHE_SIZE: 128
      NOVA_VNC_ENABLED: true
      OCTAVIA_NODE: api
      OVN_DBS_LOG_LEVEL: dbg
      PUBLIC_BRIDGE_MTU: '{{ external_bridge_mtu }}'
      PUBLIC_NETWORK_GATEWAY: 172.24.5.1
      RABBIT_PASSWORD: secretrabbit
      SERVICE_HOST: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
      SERVICE_PASSWORD: secretservice
      SWIFT_HASH: 1234123412341234
      SWIFT_REPLICAS: 1
      SWIFT_START_ALL_SERVICES: false
      VERBOSE: true
      VERBOSE_NO_TIMESTAMP: true
    devstack_plugins:
      barbican: https://github.com/openstack/barbican
      magnum: https://review.opendev.org/openstack/magnum
      magnum-cluster-api: https://github.com/vexxhost/magnum-cluster-api
      manila: https://github.com/openstack/manila
      octavia: https://github.com/openstack/octavia
      ovn-octavia-provider: https://github.com/openstack/ovn-octavia-provider
    devstack_services:
      base: false
      c-api: true
      c-bak: true
      c-sch: true
      c-vol: true
      dstat: false
      etcd3: true
      file_tracker: true
      g-api: true
      horizon: false
      key: true
      memory_tracker: true
      mysql: true
      n-api: true
      n-api-meta: true
      n-cond: true
      n-cpu: true
      n-novnc: true
      n-sch: true
      o-api: true
      o-da: true
      o-hk: true
      octavia: true
      openstack-cli-server: true
      ovn-controller: true
      ovn-northd: true
      ovs-vswitchd: true
      ovsdb-server: true
      placement-api: true
      q-ovn-agent: true
      q-svc: true
      rabbit: true
      s-account: false
      s-container: false
      s-object: false
      s-proxy: false
      tempest: false
      tls-proxy: true
    extensions_to_txt:
      auto: true
      conf: true
      localrc: true
      log: true
      stackenv: true
    image_url: https://github.com/vexxhost/capo-image-elements/releases/latest/download/ubuntu-22.04-{{
      kube_tag }}.qcow2
    kube_tag: v1.34.4
    network_driver: calico
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job openstack-multinode-fips explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: zuul-config/zuul.d/jobs.yaml@main#17>'
      - '<Job devstack-base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#426>'
      - '<Job devstack-minimal explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#558>'
      - '<Job devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#601>'
      - '<Job magnum-cluster-api-devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#1>'
      - '<Job magnum-cluster-api-sonobuoy explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#60>'
      - '<Job magnum-cluster-api-sonobuoy-v1.34.4 explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#108>'
      - '<Job magnum-cluster-api-sonobuoy-v1.34.4-calico explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#114>'
      - '<Job magnum-cluster-api-sonobuoy-v1.34.4-calico explicit: None implied: None
        source: vexxhost/magnum-cluster-api/zuul.d/project.yaml@main#1>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 6d6dc96d315a42eca82da447ce8c8409
      build_refs:
      - branch: main
        change: '877'
        change_message: "chore(deps): update dependency eventlet to v0.40.3 [security]\n\nThis
          PR contains the following updates:\n\n| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/)
          | [Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n|
          [eventlet](https://redirect.github.com/eventlet/eventlet) ([changelog](https://redirect.github.com/eventlet/eventlet/blob/master/NEWS))
          | `0.39.0` \u2192 `0.40.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/eventlet/0.40.3?slim=true)
          | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/eventlet/0.39.0/0.40.3?slim=true)
          |\n\n### GitHub Vulnerability Alerts\n\n#### [CVE-2025-58068](https://redirect.github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7)\n\n###
          Impact\nThe Eventlet WSGI parser is vulnerable to HTTP Request Smuggling
          due to improper handling of HTTP trailer sections.\n\nThis vulnerability
          could enable attackers to:\n- Bypass front-end security controls\n- Launch
          targeted attacks against active site users\n- Poison web caches\n\n### Patches\nProblem
          has been patched in eventlet 0.40.3.\n\nThe patch just drops trailers. If
          a backend behind eventlet.wsgi proxy requires trailers, then this patch
          BREAKS your setup.\n\n### Workarounds\nDo not use eventlet.wsgi facing untrusted
          clients.\n\n### References\n- Patch [https://github.com/eventlet/eventlet/pull/1062](https://redirect.github.com/eventlet/eventlet/pull/1062)\n-
          This issue is similar to https://github.com/advisories/GHSA-9548-qrrj-x5pj\n\n---\n\n###
          Release Notes\n\n<details>\n<summary>eventlet/eventlet (eventlet)</summary>\n\n###
          [`v0.40.3`](https://redirect.github.com/eventlet/eventlet/compare/0.40.2...0.40.3)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.40.2...0.40.3)\n\n###
          [`v0.40.2`](https://redirect.github.com/eventlet/eventlet/compare/0.40.1...0.40.2)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.40.1...0.40.2)\n\n###
          [`v0.40.1`](https://redirect.github.com/eventlet/eventlet/compare/0.40.0...0.40.1)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.40.0...0.40.1)\n\n###
          [`v0.40.0`](https://redirect.github.com/eventlet/eventlet/compare/0.39.1...0.40.0)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.39.1...0.40.0)\n\n###
          [`v0.39.1`](https://redirect.github.com/eventlet/eventlet/compare/0.39.0...0.39.1)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.39.0...0.39.1)\n\n</details>\n\n---\n\n###
          Configuration\n\n\U0001F4C5 **Schedule**: Branch creation - \"\" (UTC),
          Automerge - At any time (no schedule defined).\n\n\U0001F6A6 **Automerge**:
          Disabled by config. Please merge this manually once you are satisfied.\n\n\u267B
          **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry
          checkbox.\n\n\U0001F515 **Ignore**: Close this PR and you won't be reminded
          about this update again.\n\n---\n\n - [ ] <!-- rebase-check -->If you want
          to rebase/retry this PR, check this box\n\n---\n\nThis PR was generated
          by [Mend Renovate](https://mend.io/renovate/). View the [repository job
          log](https://developer.mend.io/github/vexxhost/magnum-cluster-api).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDMuOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/877
        commit_id: 803a64d75a96c6af557c13785c7b53871704b4a2
        patchset: 803a64d75a96c6af557c13785c7b53871704b4a2
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          name: vexxhost/magnum-cluster-api
          short_name: magnum-cluster-api
        src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      buildset: 23439fc0aa204dbf918481708578fdcf
      buildset_refs:
      - branch: main
        change: '877'
        change_message: "chore(deps): update dependency eventlet to v0.40.3 [security]\n\nThis
          PR contains the following updates:\n\n| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/)
          | [Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n|
          [eventlet](https://redirect.github.com/eventlet/eventlet) ([changelog](https://redirect.github.com/eventlet/eventlet/blob/master/NEWS))
          | `0.39.0` \u2192 `0.40.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/eventlet/0.40.3?slim=true)
          | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/eventlet/0.39.0/0.40.3?slim=true)
          |\n\n### GitHub Vulnerability Alerts\n\n#### [CVE-2025-58068](https://redirect.github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7)\n\n###
          Impact\nThe Eventlet WSGI parser is vulnerable to HTTP Request Smuggling
          due to improper handling of HTTP trailer sections.\n\nThis vulnerability
          could enable attackers to:\n- Bypass front-end security controls\n- Launch
          targeted attacks against active site users\n- Poison web caches\n\n### Patches\nProblem
          has been patched in eventlet 0.40.3.\n\nThe patch just drops trailers. If
          a backend behind eventlet.wsgi proxy requires trailers, then this patch
          BREAKS your setup.\n\n### Workarounds\nDo not use eventlet.wsgi facing untrusted
          clients.\n\n### References\n- Patch [https://github.com/eventlet/eventlet/pull/1062](https://redirect.github.com/eventlet/eventlet/pull/1062)\n-
          This issue is similar to https://github.com/advisories/GHSA-9548-qrrj-x5pj\n\n---\n\n###
          Release Notes\n\n<details>\n<summary>eventlet/eventlet (eventlet)</summary>\n\n###
          [`v0.40.3`](https://redirect.github.com/eventlet/eventlet/compare/0.40.2...0.40.3)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.40.2...0.40.3)\n\n###
          [`v0.40.2`](https://redirect.github.com/eventlet/eventlet/compare/0.40.1...0.40.2)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.40.1...0.40.2)\n\n###
          [`v0.40.1`](https://redirect.github.com/eventlet/eventlet/compare/0.40.0...0.40.1)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.40.0...0.40.1)\n\n###
          [`v0.40.0`](https://redirect.github.com/eventlet/eventlet/compare/0.39.1...0.40.0)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.39.1...0.40.0)\n\n###
          [`v0.39.1`](https://redirect.github.com/eventlet/eventlet/compare/0.39.0...0.39.1)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.39.0...0.39.1)\n\n</details>\n\n---\n\n###
          Configuration\n\n\U0001F4C5 **Schedule**: Branch creation - \"\" (UTC),
          Automerge - At any time (no schedule defined).\n\n\U0001F6A6 **Automerge**:
          Disabled by config. Please merge this manually once you are satisfied.\n\n\u267B
          **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry
          checkbox.\n\n\U0001F515 **Ignore**: Close this PR and you won't be reminded
          about this update again.\n\n---\n\n - [ ] <!-- rebase-check -->If you want
          to rebase/retry this PR, check this box\n\n---\n\nThis PR was generated
          by [Mend Renovate](https://mend.io/renovate/). View the [repository job
          log](https://developer.mend.io/github/vexxhost/magnum-cluster-api).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDMuOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/877
        commit_id: 803a64d75a96c6af557c13785c7b53871704b4a2
        patchset: 803a64d75a96c6af557c13785c7b53871704b4a2
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          name: vexxhost/magnum-cluster-api
          short_name: magnum-cluster-api
        src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      change: '877'
      change_message: "chore(deps): update dependency eventlet to v0.40.3 [security]\n\nThis
        PR contains the following updates:\n\n| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/)
        | [Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n|
        [eventlet](https://redirect.github.com/eventlet/eventlet) ([changelog](https://redirect.github.com/eventlet/eventlet/blob/master/NEWS))
        | `0.39.0` \u2192 `0.40.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/eventlet/0.40.3?slim=true)
        | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/eventlet/0.39.0/0.40.3?slim=true)
        |\n\n### GitHub Vulnerability Alerts\n\n#### [CVE-2025-58068](https://redirect.github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7)\n\n###
        Impact\nThe Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due
        to improper handling of HTTP trailer sections.\n\nThis vulnerability could
        enable attackers to:\n- Bypass front-end security controls\n- Launch targeted
        attacks against active site users\n- Poison web caches\n\n### Patches\nProblem
        has been patched in eventlet 0.40.3.\n\nThe patch just drops trailers. If
        a backend behind eventlet.wsgi proxy requires trailers, then this patch BREAKS
        your setup.\n\n### Workarounds\nDo not use eventlet.wsgi facing untrusted
        clients.\n\n### References\n- Patch [https://github.com/eventlet/eventlet/pull/1062](https://redirect.github.com/eventlet/eventlet/pull/1062)\n-
        This issue is similar to https://github.com/advisories/GHSA-9548-qrrj-x5pj\n\n---\n\n###
        Release Notes\n\n<details>\n<summary>eventlet/eventlet (eventlet)</summary>\n\n###
        [`v0.40.3`](https://redirect.github.com/eventlet/eventlet/compare/0.40.2...0.40.3)\n\n[Compare
        Source](https://redirect.github.com/eventlet/eventlet/compare/0.40.2...0.40.3)\n\n###
        [`v0.40.2`](https://redirect.github.com/eventlet/eventlet/compare/0.40.1...0.40.2)\n\n[Compare
        Source](https://redirect.github.com/eventlet/eventlet/compare/0.40.1...0.40.2)\n\n###
        [`v0.40.1`](https://redirect.github.com/eventlet/eventlet/compare/0.40.0...0.40.1)\n\n[Compare
        Source](https://redirect.github.com/eventlet/eventlet/compare/0.40.0...0.40.1)\n\n###
        [`v0.40.0`](https://redirect.github.com/eventlet/eventlet/compare/0.39.1...0.40.0)\n\n[Compare
        Source](https://redirect.github.com/eventlet/eventlet/compare/0.39.1...0.40.0)\n\n###
        [`v0.39.1`](https://redirect.github.com/eventlet/eventlet/compare/0.39.0...0.39.1)\n\n[Compare
        Source](https://redirect.github.com/eventlet/eventlet/compare/0.39.0...0.39.1)\n\n</details>\n\n---\n\n###
        Configuration\n\n\U0001F4C5 **Schedule**: Branch creation - \"\" (UTC), Automerge
        - At any time (no schedule defined).\n\n\U0001F6A6 **Automerge**: Disabled
        by config. Please merge this manually once you are satisfied.\n\n\u267B **Rebasing**:
        Whenever PR is behind base branch, or you tick the rebase/retry checkbox.\n\n\U0001F515
        **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n
        - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this
        box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).
        View the [repository job log](https://developer.mend.io/github/vexxhost/magnum-cluster-api).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDMuOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
      change_url: https://github.com/vexxhost/magnum-cluster-api/pull/877
      child_jobs: []
      commit_id: 803a64d75a96c6af557c13785c7b53871704b4a2
      event_id: 8cf9ec40-0ba3-11f1-883e-f2838d1df99c
      executor:
        hostname: 3a2793d2bd32
        inventory_file: /var/lib/zuul/builds/6d6dc96d315a42eca82da447ce8c8409/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/6d6dc96d315a42eca82da447ce8c8409/work/logs
        result_data_file: /var/lib/zuul/builds/6d6dc96d315a42eca82da447ce8c8409/work/results.json
        src_root: /var/lib/zuul/builds/6d6dc96d315a42eca82da447ce8c8409/work/src
        work_root: /var/lib/zuul/builds/6d6dc96d315a42eca82da447ce8c8409/work
      include_vars: []
      items:
      - branch: main
        change: '877'
        change_message: "chore(deps): update dependency eventlet to v0.40.3 [security]\n\nThis
          PR contains the following updates:\n\n| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/)
          | [Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n|
          [eventlet](https://redirect.github.com/eventlet/eventlet) ([changelog](https://redirect.github.com/eventlet/eventlet/blob/master/NEWS))
          | `0.39.0` \u2192 `0.40.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/eventlet/0.40.3?slim=true)
          | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/eventlet/0.39.0/0.40.3?slim=true)
          |\n\n### GitHub Vulnerability Alerts\n\n#### [CVE-2025-58068](https://redirect.github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7)\n\n###
          Impact\nThe Eventlet WSGI parser is vulnerable to HTTP Request Smuggling
          due to improper handling of HTTP trailer sections.\n\nThis vulnerability
          could enable attackers to:\n- Bypass front-end security controls\n- Launch
          targeted attacks against active site users\n- Poison web caches\n\n### Patches\nProblem
          has been patched in eventlet 0.40.3.\n\nThe patch just drops trailers. If
          a backend behind eventlet.wsgi proxy requires trailers, then this patch
          BREAKS your setup.\n\n### Workarounds\nDo not use eventlet.wsgi facing untrusted
          clients.\n\n### References\n- Patch [https://github.com/eventlet/eventlet/pull/1062](https://redirect.github.com/eventlet/eventlet/pull/1062)\n-
          This issue is similar to https://github.com/advisories/GHSA-9548-qrrj-x5pj\n\n---\n\n###
          Release Notes\n\n<details>\n<summary>eventlet/eventlet (eventlet)</summary>\n\n###
          [`v0.40.3`](https://redirect.github.com/eventlet/eventlet/compare/0.40.2...0.40.3)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.40.2...0.40.3)\n\n###
          [`v0.40.2`](https://redirect.github.com/eventlet/eventlet/compare/0.40.1...0.40.2)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.40.1...0.40.2)\n\n###
          [`v0.40.1`](https://redirect.github.com/eventlet/eventlet/compare/0.40.0...0.40.1)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.40.0...0.40.1)\n\n###
          [`v0.40.0`](https://redirect.github.com/eventlet/eventlet/compare/0.39.1...0.40.0)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.39.1...0.40.0)\n\n###
          [`v0.39.1`](https://redirect.github.com/eventlet/eventlet/compare/0.39.0...0.39.1)\n\n[Compare
          Source](https://redirect.github.com/eventlet/eventlet/compare/0.39.0...0.39.1)\n\n</details>\n\n---\n\n###
          Configuration\n\n\U0001F4C5 **Schedule**: Branch creation - \"\" (UTC),
          Automerge - At any time (no schedule defined).\n\n\U0001F6A6 **Automerge**:
          Disabled by config. Please merge this manually once you are satisfied.\n\n\u267B
          **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry
          checkbox.\n\n\U0001F515 **Ignore**: Close this PR and you won't be reminded
          about this update again.\n\n---\n\n - [ ] <!-- rebase-check -->If you want
          to rebase/retry this PR, check this box\n\n---\n\nThis PR was generated
          by [Mend Renovate](https://mend.io/renovate/). View the [repository job
          log](https://developer.mend.io/github/vexxhost/magnum-cluster-api).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDMuOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/877
        commit_id: 803a64d75a96c6af557c13785c7b53871704b4a2
        patchset: 803a64d75a96c6af557c13785c7b53871704b4a2
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          name: vexxhost/magnum-cluster-api
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      job: magnum-cluster-api-sonobuoy-v1.34.4-calico
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUoZGVwcyk6IHVwZGF0ZSBkZXBlbmRlbmN5IGV2ZW50bGV0IHRvIHYwLjQwLjMgW3NlY3VyaXR5XQoKVGhpcyBQUiBjb250YWlucyB0aGUgZm9sbG93aW5nIHVwZGF0ZXM6Cgp8IFBhY2thZ2UgfCBDaGFuZ2UgfCBbQWdlXShodHRwczovL2RvY3MucmVub3ZhdGVib3QuY29tL21lcmdlLWNvbmZpZGVuY2UvKSB8IFtDb25maWRlbmNlXShodHRwczovL2RvY3MucmVub3ZhdGVib3QuY29tL21lcmdlLWNvbmZpZGVuY2UvKSB8CnwtLS18LS0tfC0tLXwtLS18CnwgW2V2ZW50bGV0XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vZXZlbnRsZXQvZXZlbnRsZXQpIChbY2hhbmdlbG9nXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vZXZlbnRsZXQvZXZlbnRsZXQvYmxvYi9tYXN0ZXIvTkVXUykpIHwgYDAuMzkuMGAg4oaSIGAwLjQwLjNgIHwgIVthZ2VdKGh0dHBzOi8vZGV2ZWxvcGVyLm1lbmQuaW8vYXBpL21jL2JhZGdlcy9hZ2UvcHlwaS9ldmVudGxldC8wLjQwLjM/c2xpbT10cnVlKSB8ICFbY29uZmlkZW5jZV0oaHR0cHM6Ly9kZXZlbG9wZXIubWVuZC5pby9hcGkvbWMvYmFkZ2VzL2NvbmZpZGVuY2UvcHlwaS9ldmVudGxldC8wLjM5LjAvMC40MC4zP3NsaW09dHJ1ZSkgfAoKIyMjIEdpdEh1YiBWdWxuZXJhYmlsaXR5IEFsZXJ0cwoKIyMjIyBbQ1ZFLTIwMjUtNTgwNjhdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ldmVudGxldC9ldmVudGxldC9zZWN1cml0eS9hZHZpc29yaWVzL0dIU0EtaHc2Zi1yamZqLWo3ajcpCgojIyMgSW1wYWN0ClRoZSBFdmVudGxldCBXU0dJIHBhcnNlciBpcyB2dWxuZXJhYmxlIHRvIEhUVFAgUmVxdWVzdCBTbXVnZ2xpbmcgZHVlIHRvIGltcHJvcGVyIGhhbmRsaW5nIG9mIEhUVFAgdHJhaWxlciBzZWN0aW9ucy4KClRoaXMgdnVsbmVyYWJpbGl0eSBjb3VsZCBlbmFibGUgYXR0YWNrZXJzIHRvOgotIEJ5cGFzcyBmcm9udC1lbmQgc2VjdXJpdHkgY29udHJvbHMKLSBMYXVuY2ggdGFyZ2V0ZWQgYXR0YWNrcyBhZ2FpbnN0IGFjdGl2ZSBzaXRlIHVzZXJzCi0gUG9pc29uIHdlYiBjYWNoZXMKCiMjIyBQYXRjaGVzClByb2JsZW0gaGFzIGJlZW4gcGF0Y2hlZCBpbiBldmVudGxldCAwLjQwLjMuCgpUaGUgcGF0Y2gganVzdCBkcm9wcyB0cmFpbGVycy4gSWYgYSBiYWNrZW5kIGJlaGluZCBldmVudGxldC53c2dpIHByb3h5IHJlcXVpcmVzIHRyYWlsZXJzLCB0aGVuIHRoaXMgcGF0Y2ggQlJFQUtTIHlvdXIgc2V0dXAuCgojIyMgV29ya2Fyb3VuZHMKRG8gbm90IHVzZSBldmVudGxldC53c2dpIGZhY2luZyB1bnRydXN0ZWQgY2xpZW50cy4KCiMjIyBSZWZlcmVuY2VzCi0gUGF0Y2ggW2h0dHBzOi8vZ2l0aHViLmNvbS9ldmVudGxldC9ldmVudGxldC9wdWxsLzEwNjJdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ldmVudGxldC9ldmVudGxldC9wdWxsLzEwNjIpCi0gVGhpcyBpc3N1ZSBpcyBzaW1pbGFyIHRvIGh0dHBzOi8vZ2l0aHViLmNvbS9hZHZpc29yaWVzL0dIU0EtOTU0OC1xcnJqLXg1cGoKCi0tLQoKIyMjIFJlbGVhc2UgTm90ZXMKCjxkZXRhaWxzPgo8c3VtbWFyeT5ldmVudGxldC9ldmVudGxldCAoZXZlbnRsZXQpPC9zdW1tYXJ5PgoKIyMjIFtgdjAuNDAuM2BdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ldmVudGxldC9ldmVudGxldC9jb21wYXJlLzAuNDAuMi4uLjAuNDAuMykKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2V2ZW50bGV0L2V2ZW50bGV0L2NvbXBhcmUvMC40MC4yLi4uMC40MC4zKQoKIyMjIFtgdjAuNDAuMmBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ldmVudGxldC9ldmVudGxldC9jb21wYXJlLzAuNDAuMS4uLjAuNDAuMikKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2V2ZW50bGV0L2V2ZW50bGV0L2NvbXBhcmUvMC40MC4xLi4uMC40MC4yKQoKIyMjIFtgdjAuNDAuMWBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ldmVudGxldC9ldmVudGxldC9jb21wYXJlLzAuNDAuMC4uLjAuNDAuMSkKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2V2ZW50bGV0L2V2ZW50bGV0L2NvbXBhcmUvMC40MC4wLi4uMC40MC4xKQoKIyMjIFtgdjAuNDAuMGBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ldmVudGxldC9ldmVudGxldC9jb21wYXJlLzAuMzkuMS4uLjAuNDAuMCkKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2V2ZW50bGV0L2V2ZW50bGV0L2NvbXBhcmUvMC4zOS4xLi4uMC40MC4wKQoKIyMjIFtgdjAuMzkuMWBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ldmVudGxldC9ldmVudGxldC9jb21wYXJlLzAuMzkuMC4uLjAuMzkuMSkKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2V2ZW50bGV0L2V2ZW50bGV0L2NvbXBhcmUvMC4zOS4wLi4uMC4zOS4xKQoKPC9kZXRhaWxzPgoKLS0tCgojIyMgQ29uZmlndXJhdGlvbgoK8J+ThSAqKlNjaGVkdWxlKio6IEJyYW5jaCBjcmVhdGlvbiAtICIiIChVVEMpLCBBdXRvbWVyZ2UgLSBBdCBhbnkgdGltZSAobm8gc2NoZWR1bGUgZGVmaW5lZCkuCgrwn5qmICoqQXV0b21lcmdlKio6IERpc2FibGVkIGJ5IGNvbmZpZy4gUGxlYXNlIG1lcmdlIHRoaXMgbWFudWFsbHkgb25jZSB5b3UgYXJlIHNhdGlzZmllZC4KCuKZuyAqKlJlYmFzaW5nKio6IFdoZW5ldmVyIFBSIGlzIGJlaGluZCBiYXNlIGJyYW5jaCwgb3IgeW91IHRpY2sgdGhlIHJlYmFzZS9yZXRyeSBjaGVja2JveC4KCvCflJUgKipJZ25vcmUqKjogQ2xvc2UgdGhpcyBQUiBhbmQgeW91IHdvbid0IGJlIHJlbWluZGVkIGFib3V0IHRoaXMgdXBkYXRlIGFnYWluLgoKLS0tCgogLSBbIF0gPCEtLSByZWJhc2UtY2hlY2sgLS0+SWYgeW91IHdhbnQgdG8gcmViYXNlL3JldHJ5IHRoaXMgUFIsIGNoZWNrIHRoaXMgYm94CgotLS0KClRoaXMgUFIgd2FzIGdlbmVyYXRlZCBieSBbTWVuZCBSZW5vdmF0ZV0oaHR0cHM6Ly9tZW5kLmlvL3Jlbm92YXRlLykuIFZpZXcgdGhlIFtyZXBvc2l0b3J5IGpvYiBsb2ddKGh0dHBzOi8vZGV2ZWxvcGVyLm1lbmQuaW8vZ2l0aHViL3ZleHhob3N0L21hZ251bS1jbHVzdGVyLWFwaSkuCjwhLS1yZW5vdmF0ZS1kZWJ1ZzpleUpqY21WaGRHVmtTVzVXWlhJaU9pSTBNaTQ1TWk0eElpd2lkWEJrWVhSbFpFbHVWbVZ5SWpvaU5ETXVPQzQxSWl3aWRHRnlaMlYwUW5KaGJtTm9Jam9pYldGcGJpSXNJbXhoWW1Wc2N5STZXMTE5LS0+Cg==
      override_checkout: master
      patchset: 803a64d75a96c6af557c13785c7b53871704b4a2
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/vexxhost.dev/zuul-config:
            canonical_name: vexxhost.dev/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 571c0efa3491d12ecb8fc1169c510716d55c0fc2
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_0/opendev.org/openstack/devstack:
            canonical_name: opendev.org/openstack/devstack
            checkout: master
            commit: ea0fdd2c806cf93e48a698e68165306da45314a2
          untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs:
            canonical_name: opendev.org/openstack/openstack-zuul-jobs
            checkout: master
            commit: 61be4bf603478e22c2b8b334279a74fd1421b58b
          untrusted/project_2/vexxhost.dev/zuul-config:
            canonical_name: vexxhost.dev/zuul-config
            checkout: main
            commit: 9052b5a7781b3346e4cffd452a54448cbff54d8b
          untrusted/project_3/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 571c0efa3491d12ecb8fc1169c510716d55c0fc2
          untrusted/project_4/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_5/github.com/vexxhost/magnum-cluster-api:
            canonical_name: github.com/vexxhost/magnum-cluster-api
            checkout: main
            commit: 803a64d75a96c6af557c13785c7b53871704b4a2
        playbooks:
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/sonobuoy/run.yml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/playbook_0/role_1/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/playbook_0/role_1/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/playbook_0/role_2/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/playbook_0/role_2/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_4/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/playbook_0/role_5/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_5/zuul-jobs/roles
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/magnum-cluster-api
        name: vexxhost/magnum-cluster-api
        short_name: magnum-cluster-api
        src_dir: src/github.com/vexxhost/magnum-cluster-api
      projects:
        github.com/novnc/novnc:
          canonical_hostname: github.com
          canonical_name: github.com/novnc/novnc
          checkout: master
          checkout_description: job override ref
          commit: 8e1ebdffba02e651c399dacef841f8941f6ad6e4
          name: novnc/novnc
          required: true
          short_name: novnc
          src_dir: src/github.com/novnc/novnc
        github.com/vexxhost/magnum-cluster-api:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          checkout: main
          checkout_description: zuul branch
          commit: 803a64d75a96c6af557c13785c7b53871704b4a2
          name: vexxhost/magnum-cluster-api
          required: false
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        opendev.org/openstack/barbican:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/barbican
          checkout: master
          checkout_description: job override ref
          commit: 317e70e98c39c39ce44f22b303cd3aaa739abafd
          name: openstack/barbican
          required: true
          short_name: barbican
          src_dir: src/opendev.org/openstack/barbican
        opendev.org/openstack/cinder:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/cinder
          checkout: master
          checkout_description: job override ref
          commit: 143c5c12fb60ef7130ddff0fc9b9ec23bc452d49
          name: openstack/cinder
          required: true
          short_name: cinder
          src_dir: src/opendev.org/openstack/cinder
        opendev.org/openstack/devstack:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/devstack
          checkout: master
          checkout_description: job override ref
          commit: ea0fdd2c806cf93e48a698e68165306da45314a2
          name: openstack/devstack
          required: true
          short_name: devstack
          src_dir: src/opendev.org/openstack/devstack
        opendev.org/openstack/glance:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/glance
          checkout: master
          checkout_description: job override ref
          commit: ad36aa0fd6e1d5786782a35e5eee153045126268
          name: openstack/glance
          required: true
          short_name: glance
          src_dir: src/opendev.org/openstack/glance
        opendev.org/openstack/keystone:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/keystone
          checkout: master
          checkout_description: job override ref
          commit: 7b5702f994139140ce195acbe15598dfcf4c8b98
          name: openstack/keystone
          required: true
          short_name: keystone
          src_dir: src/opendev.org/openstack/keystone
        opendev.org/openstack/magnum:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/magnum
          checkout: master
          checkout_description: job override ref
          commit: 47e025175c2c902ddbf9b23ae494fcc58994d6af
          name: openstack/magnum
          required: true
          short_name: magnum
          src_dir: src/opendev.org/openstack/magnum
        opendev.org/openstack/manila:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/manila
          checkout: master
          checkout_description: job override ref
          commit: 9e631a614aae0a1d77a65e63d28ab33dc0c02343
          name: openstack/manila
          required: true
          short_name: manila
          src_dir: src/opendev.org/openstack/manila
        opendev.org/openstack/neutron:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/neutron
          checkout: master
          checkout_description: job override ref
          commit: d209de7ffaa2e1f6ea8b036fe5303ad284ae0257
          name: openstack/neutron
          required: true
          short_name: neutron
          src_dir: src/opendev.org/openstack/neutron
        opendev.org/openstack/nova:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/nova
          checkout: master
          checkout_description: job override ref
          commit: f3d9188a937518e9dbfa434436ba336bc2107fc2
          name: openstack/nova
          required: true
          short_name: nova
          src_dir: src/opendev.org/openstack/nova
        opendev.org/openstack/octavia:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/octavia
          checkout: master
          checkout_description: job override ref
          commit: 2c4f284c1089b5a6d534f082d50cd520e09214c7
          name: openstack/octavia
          required: true
          short_name: octavia
          src_dir: src/opendev.org/openstack/octavia
        opendev.org/openstack/os-test-images:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/os-test-images
          checkout: master
          checkout_description: job override ref
          commit: 5d0367e03788764f41da8effffa14e3eac513201
          name: openstack/os-test-images
          required: true
          short_name: os-test-images
          src_dir: src/opendev.org/openstack/os-test-images
        opendev.org/openstack/ovn-octavia-provider:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/ovn-octavia-provider
          checkout: master
          checkout_description: job override ref
          commit: 0f370ad761133c14d73917d5fdd392e684b4b512
          name: openstack/ovn-octavia-provider
          required: true
          short_name: ovn-octavia-provider
          src_dir: src/opendev.org/openstack/ovn-octavia-provider
        opendev.org/openstack/placement:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/placement
          checkout: master
          checkout_description: job override ref
          commit: 97a81217ba4c586d6148b4c30f6a30f17bffd0dd
          name: openstack/placement
          required: true
          short_name: placement
          src_dir: src/opendev.org/openstack/placement
        opendev.org/openstack/python-magnumclient:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/python-magnumclient
          checkout: master
          checkout_description: job override ref
          commit: 86936ec8421488ca03635962e8a6ccfe070b0756
          name: openstack/python-magnumclient
          required: true
          short_name: python-magnumclient
          src_dir: src/opendev.org/openstack/python-magnumclient
        opendev.org/openstack/requirements:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/requirements
          checkout: master
          checkout_description: job override ref
          commit: dcd4a1b8c38e9a0b82bb496dff62ae02bcc952ac
          name: openstack/requirements
          required: true
          short_name: requirements
          src_dir: src/opendev.org/openstack/requirements
        opendev.org/openstack/swift:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/swift
          checkout: master
          checkout_description: job override ref
          commit: 2c980ac94682e8baed89c7f3c3b5af824514e8c3
          name: openstack/swift
          required: true
          short_name: swift
          src_dir: src/opendev.org/openstack/swift
      ref: refs/pull/877/head
      resources: {}
      tenant: oss
      timeout: 7200
      topic: null
      voting: true
    zuul_copy_output:
      /etc/ceph: logs
      /etc/glusterfs/glusterd.vol: logs
      /etc/libvirt: logs
      /etc/lvm: logs
      /etc/resolv.conf: logs
      /etc/sudoers: logs
      /etc/sudoers.d: logs
      /var/log/ceph: logs
      /var/log/glusterfs: logs
      /var/log/libvirt: logs
      /var/log/mysql: logs
      /var/log/openvswitch: logs
      /var/log/postgresql: logs
      /var/log/rabbitmq: logs
      /var/log/unbound.log: logs
      '{{ devstack_conf_dir }}/.localrc.auto': logs
      '{{ devstack_conf_dir }}/.stackenv': logs
      '{{ devstack_conf_dir }}/local.conf': logs
      '{{ devstack_conf_dir }}/localrc': logs
      '{{ devstack_full_log}}': logs
      '{{ devstack_log_dir }}/atop': logs
      '{{ devstack_log_dir }}/devstacklog.txt': logs
      '{{ devstack_log_dir }}/devstacklog.txt.summary': logs
      '{{ devstack_log_dir }}/dstat-csv.log': logs
      '{{ devstack_log_dir }}/qemu.coredump': logs
      '{{ devstack_log_dir }}/tcpdump.pcap': logs
      '{{ devstack_log_dir }}/worlddump-latest.txt': logs
      '{{ stage_dir }}/apache': logs
      '{{ stage_dir }}/apache_config': logs
      '{{ stage_dir }}/audit.log': logs
      '{{ stage_dir }}/core': logs
      '{{ stage_dir }}/deprecations.log': logs
      '{{ stage_dir }}/df.txt': logs
      '{{ stage_dir }}/dpkg-l.txt': logs
      '{{ stage_dir }}/etc': logs
      '{{ stage_dir }}/iptables.txt': logs
      '{{ stage_dir }}/listen53.txt': logs
      '{{ stage_dir }}/mount.txt': logs
      '{{ stage_dir }}/performance.json': logs
      '{{ stage_dir }}/pip2-freeze.txt': logs
      '{{ stage_dir }}/pip3-freeze.txt': logs
      '{{ stage_dir }}/rpm-qa.txt': logs
      '{{ stage_dir }}/services.txt': logs
      '{{ stage_dir }}/verify_tempest_conf.log': logs
