all:
  children:
    tempest:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.223
      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_prefix: ubuntu-24.04
      image_release: 2026.05-7
      image_url: https://github.com/vexxhost/capo-image-elements/releases/download/{{
        image_release }}/{{ image_prefix }}-{{ kube_tag }}.qcow2
      kube_tag: v1.33.12
      network_driver: cilium
      nodepool:
        az: nova
        cloud: public
        external_id: 3e5b187d-72b7-4eeb-9300-58e35b9a9aa0
        host_id: 86d6bbee9a590b753878988beec61ed4d37fe4ff9ff09e01cc4e099b
        interface_ip: 199.204.45.223
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.204.45.223
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.223
        public_ipv6: 2604:e100:1:0:f816:3eff:fe56:7713
        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: 3e5b187d-72b7-4eeb-9300-58e35b9a9aa0
        host_id: 86d6bbee9a590b753878988beec61ed4d37fe4ff9ff09e01cc4e099b
        interface_ip: 199.204.45.223
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.204.45.223
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.223
        public_ipv6: 2604:e100:1:0:f816:3eff:fe56:7713
        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_prefix: ubuntu-24.04
    image_release: 2026.05-7
    image_url: https://github.com/vexxhost/capo-image-elements/releases/download/{{
      image_release }}/{{ image_prefix }}-{{ kube_tag }}.qcow2
    kube_tag: v1.33.12
    network_driver: cilium
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job openstack-multinode-fips explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#17>'
      - '<Job devstack-base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#378>'
      - '<Job devstack-minimal explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#512>'
      - '<Job devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#555>'
      - '<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-hydrophone explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#23>'
      - '<Job magnum-cluster-api-hydrophone-v1.33.12 explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#35>'
      - '<Job magnum-cluster-api-hydrophone-v1.33.12-cilium explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#46>'
      - '<Job magnum-cluster-api-hydrophone-v1.33.12-cilium explicit: None implied:
        None source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#1>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: a3fc709cc01e4943810a54fb2fa253c4
      build_refs:
      - branch: main
        change: '1129'
        change_message: "chore(deps): update rust crate regex to v1.13.1\n\nThis PR
          contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|
          [regex](https://redirect.github.com/rust-lang/regex) | dev-dependencies
          | minor | `1.12.4` \u2192 `1.13.1` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>rust-lang/regex
          (regex)</summary>\n\n### [`v1.13.1`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1131-2026-07-15)\n\n[Compare
          Source](https://redirect.github.com/rust-lang/regex/compare/1.13.0...1.13.1)\n\n\\===================\nThis
          is a release that fixes a bug where incorrect regex match offsets could
          be\nreported. Note that this doesn't impact whether a match occurs or not,
          just\nwhere it occurs. The match offsets are still valid for slicing, they
          just may\nnot refer to the correct leftmost-first match. See\n[#&#8203;1364](https://redirect.github.com/rust-lang/regex/pull/1364)
          for (many) more details.\n\nBug fixes:\n\n- [#&#8203;1354](https://redirect.github.com/rust-lang/regex/issues/1354):\n
          \ Fixes previously unsound reverse suffix and inner optimizations.\n\n###
          [`v1.13.0`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1130-2026-07-09)\n\n[Compare
          Source](https://redirect.github.com/rust-lang/regex/compare/1.12.4...1.13.0)\n\n\\===================\nThis
          release includes a new API, a `regex!` macro, for lazy compilation of\na
          regex from a string literal. If you use regexes a lot, it's likely you've\nalready
          written one exactly like it. The new macro can be used like this:\n\n```rust\nuse
          regex::regex;\n\nfn is_match(line: &str) -> bool {\n    // The regex will
          be compiled approximately once and reused automatically.\n    // This avoids
          the footgun of using `Regex::new` here, which would\n    // guarantee that
          it would be compiled every time this routine is called.\n    // This would
          likely make this routine much slower than it needs to be.\n    regex!(r\"bar|baz\").is_match(line)\n}\n\nlet
          hay = \"\\\npath/to/foo:54:Blue Harvest\npath/to/bar:90:Something, Something,
          Something, Dark Side\npath/to/baz:3:It's a Trap!\n\";\n\nlet matches = hay.lines().filter(|line|
          is_match(line)).count();\nassert_eq!(matches, 2);\n```\n\nImprovements:\n\n-
          [#&#8203;709](https://redirect.github.com/rust-lang/regex/issues/709):\n
          \ Add a new `regex!` macro for efficient and automatic reuse of a compiled
          regex.\n\n</details>\n\n---\n\n### Configuration\n\n\U0001F4C5 **Schedule**:
          (UTC)\n\n- Branch creation\n  - At any time (no schedule defined)\n- Automerge\n
          \ - 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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI3NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1129
        commit_id: 2a841b9a2dfdfcdee951a75f6e359b38defacc8a
        patchset: 2a841b9a2dfdfcdee951a75f6e359b38defacc8a
        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
        src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      buildset: bb5e8f3095b34bcc9efee8fb4cc8cb6e
      buildset_refs:
      - branch: main
        change: '1129'
        change_message: "chore(deps): update rust crate regex to v1.13.1\n\nThis PR
          contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|
          [regex](https://redirect.github.com/rust-lang/regex) | dev-dependencies
          | minor | `1.12.4` \u2192 `1.13.1` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>rust-lang/regex
          (regex)</summary>\n\n### [`v1.13.1`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1131-2026-07-15)\n\n[Compare
          Source](https://redirect.github.com/rust-lang/regex/compare/1.13.0...1.13.1)\n\n\\===================\nThis
          is a release that fixes a bug where incorrect regex match offsets could
          be\nreported. Note that this doesn't impact whether a match occurs or not,
          just\nwhere it occurs. The match offsets are still valid for slicing, they
          just may\nnot refer to the correct leftmost-first match. See\n[#&#8203;1364](https://redirect.github.com/rust-lang/regex/pull/1364)
          for (many) more details.\n\nBug fixes:\n\n- [#&#8203;1354](https://redirect.github.com/rust-lang/regex/issues/1354):\n
          \ Fixes previously unsound reverse suffix and inner optimizations.\n\n###
          [`v1.13.0`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1130-2026-07-09)\n\n[Compare
          Source](https://redirect.github.com/rust-lang/regex/compare/1.12.4...1.13.0)\n\n\\===================\nThis
          release includes a new API, a `regex!` macro, for lazy compilation of\na
          regex from a string literal. If you use regexes a lot, it's likely you've\nalready
          written one exactly like it. The new macro can be used like this:\n\n```rust\nuse
          regex::regex;\n\nfn is_match(line: &str) -> bool {\n    // The regex will
          be compiled approximately once and reused automatically.\n    // This avoids
          the footgun of using `Regex::new` here, which would\n    // guarantee that
          it would be compiled every time this routine is called.\n    // This would
          likely make this routine much slower than it needs to be.\n    regex!(r\"bar|baz\").is_match(line)\n}\n\nlet
          hay = \"\\\npath/to/foo:54:Blue Harvest\npath/to/bar:90:Something, Something,
          Something, Dark Side\npath/to/baz:3:It's a Trap!\n\";\n\nlet matches = hay.lines().filter(|line|
          is_match(line)).count();\nassert_eq!(matches, 2);\n```\n\nImprovements:\n\n-
          [#&#8203;709](https://redirect.github.com/rust-lang/regex/issues/709):\n
          \ Add a new `regex!` macro for efficient and automatic reuse of a compiled
          regex.\n\n</details>\n\n---\n\n### Configuration\n\n\U0001F4C5 **Schedule**:
          (UTC)\n\n- Branch creation\n  - At any time (no schedule defined)\n- Automerge\n
          \ - 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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI3NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1129
        commit_id: 2a841b9a2dfdfcdee951a75f6e359b38defacc8a
        patchset: 2a841b9a2dfdfcdee951a75f6e359b38defacc8a
        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
        src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      change: '1129'
      change_message: "chore(deps): update rust crate regex to v1.13.1\n\nThis PR
        contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|
        [regex](https://redirect.github.com/rust-lang/regex) | dev-dependencies |
        minor | `1.12.4` \u2192 `1.13.1` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>rust-lang/regex
        (regex)</summary>\n\n### [`v1.13.1`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1131-2026-07-15)\n\n[Compare
        Source](https://redirect.github.com/rust-lang/regex/compare/1.13.0...1.13.1)\n\n\\===================\nThis
        is a release that fixes a bug where incorrect regex match offsets could be\nreported.
        Note that this doesn't impact whether a match occurs or not, just\nwhere it
        occurs. The match offsets are still valid for slicing, they just may\nnot
        refer to the correct leftmost-first match. See\n[#&#8203;1364](https://redirect.github.com/rust-lang/regex/pull/1364)
        for (many) more details.\n\nBug fixes:\n\n- [#&#8203;1354](https://redirect.github.com/rust-lang/regex/issues/1354):\n
        \ Fixes previously unsound reverse suffix and inner optimizations.\n\n###
        [`v1.13.0`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1130-2026-07-09)\n\n[Compare
        Source](https://redirect.github.com/rust-lang/regex/compare/1.12.4...1.13.0)\n\n\\===================\nThis
        release includes a new API, a `regex!` macro, for lazy compilation of\na regex
        from a string literal. If you use regexes a lot, it's likely you've\nalready
        written one exactly like it. The new macro can be used like this:\n\n```rust\nuse
        regex::regex;\n\nfn is_match(line: &str) -> bool {\n    // The regex will
        be compiled approximately once and reused automatically.\n    // This avoids
        the footgun of using `Regex::new` here, which would\n    // guarantee that
        it would be compiled every time this routine is called.\n    // This would
        likely make this routine much slower than it needs to be.\n    regex!(r\"bar|baz\").is_match(line)\n}\n\nlet
        hay = \"\\\npath/to/foo:54:Blue Harvest\npath/to/bar:90:Something, Something,
        Something, Dark Side\npath/to/baz:3:It's a Trap!\n\";\n\nlet matches = hay.lines().filter(|line|
        is_match(line)).count();\nassert_eq!(matches, 2);\n```\n\nImprovements:\n\n-
        [#&#8203;709](https://redirect.github.com/rust-lang/regex/issues/709):\n  Add
        a new `regex!` macro for efficient and automatic reuse of a compiled regex.\n\n</details>\n\n---\n\n###
        Configuration\n\n\U0001F4C5 **Schedule**: (UTC)\n\n- Branch creation\n  -
        At any time (no schedule defined)\n- Automerge\n  - 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 becomes
        conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI3NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
      change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1129
      child_jobs: []
      commit_id: 2a841b9a2dfdfcdee951a75f6e359b38defacc8a
      event_id: 33a8f070-8702-11f1-889c-67f7c357ab87
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/a3fc709cc01e4943810a54fb2fa253c4/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/a3fc709cc01e4943810a54fb2fa253c4/work/logs
        result_data_file: /var/lib/zuul/builds/a3fc709cc01e4943810a54fb2fa253c4/work/results.json
        src_root: /var/lib/zuul/builds/a3fc709cc01e4943810a54fb2fa253c4/work/src
        work_root: /var/lib/zuul/builds/a3fc709cc01e4943810a54fb2fa253c4/work
      include_vars: []
      items:
      - branch: main
        change: '1129'
        change_message: "chore(deps): update rust crate regex to v1.13.1\n\nThis PR
          contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|
          [regex](https://redirect.github.com/rust-lang/regex) | dev-dependencies
          | minor | `1.12.4` \u2192 `1.13.1` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>rust-lang/regex
          (regex)</summary>\n\n### [`v1.13.1`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1131-2026-07-15)\n\n[Compare
          Source](https://redirect.github.com/rust-lang/regex/compare/1.13.0...1.13.1)\n\n\\===================\nThis
          is a release that fixes a bug where incorrect regex match offsets could
          be\nreported. Note that this doesn't impact whether a match occurs or not,
          just\nwhere it occurs. The match offsets are still valid for slicing, they
          just may\nnot refer to the correct leftmost-first match. See\n[#&#8203;1364](https://redirect.github.com/rust-lang/regex/pull/1364)
          for (many) more details.\n\nBug fixes:\n\n- [#&#8203;1354](https://redirect.github.com/rust-lang/regex/issues/1354):\n
          \ Fixes previously unsound reverse suffix and inner optimizations.\n\n###
          [`v1.13.0`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1130-2026-07-09)\n\n[Compare
          Source](https://redirect.github.com/rust-lang/regex/compare/1.12.4...1.13.0)\n\n\\===================\nThis
          release includes a new API, a `regex!` macro, for lazy compilation of\na
          regex from a string literal. If you use regexes a lot, it's likely you've\nalready
          written one exactly like it. The new macro can be used like this:\n\n```rust\nuse
          regex::regex;\n\nfn is_match(line: &str) -> bool {\n    // The regex will
          be compiled approximately once and reused automatically.\n    // This avoids
          the footgun of using `Regex::new` here, which would\n    // guarantee that
          it would be compiled every time this routine is called.\n    // This would
          likely make this routine much slower than it needs to be.\n    regex!(r\"bar|baz\").is_match(line)\n}\n\nlet
          hay = \"\\\npath/to/foo:54:Blue Harvest\npath/to/bar:90:Something, Something,
          Something, Dark Side\npath/to/baz:3:It's a Trap!\n\";\n\nlet matches = hay.lines().filter(|line|
          is_match(line)).count();\nassert_eq!(matches, 2);\n```\n\nImprovements:\n\n-
          [#&#8203;709](https://redirect.github.com/rust-lang/regex/issues/709):\n
          \ Add a new `regex!` macro for efficient and automatic reuse of a compiled
          regex.\n\n</details>\n\n---\n\n### Configuration\n\n\U0001F4C5 **Schedule**:
          (UTC)\n\n- Branch creation\n  - At any time (no schedule defined)\n- Automerge\n
          \ - 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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI3NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1129
        commit_id: 2a841b9a2dfdfcdee951a75f6e359b38defacc8a
        patchset: 2a841b9a2dfdfcdee951a75f6e359b38defacc8a
        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-hydrophone-v1.33.12-cilium
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUoZGVwcyk6IHVwZGF0ZSBydXN0IGNyYXRlIHJlZ2V4IHRvIHYxLjEzLjEKClRoaXMgUFIgY29udGFpbnMgdGhlIGZvbGxvd2luZyB1cGRhdGVzOgoKfCBQYWNrYWdlIHwgVHlwZSB8IFVwZGF0ZSB8IENoYW5nZSB8CnwtLS18LS0tfC0tLXwtLS18CnwgW3JlZ2V4XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdC1sYW5nL3JlZ2V4KSB8IGRldi1kZXBlbmRlbmNpZXMgfCBtaW5vciB8IGAxLjEyLjRgIOKGkiBgMS4xMy4xYCB8CgotLS0KCiMjIyBSZWxlYXNlIE5vdGVzCgo8ZGV0YWlscz4KPHN1bW1hcnk+cnVzdC1sYW5nL3JlZ2V4IChyZWdleCk8L3N1bW1hcnk+CgojIyMgW2B2MS4xMy4xYF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3QtbGFuZy9yZWdleC9ibG9iL0hFQUQvQ0hBTkdFTE9HLm1kIzExMzEtMjAyNi0wNy0xNSkKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3QtbGFuZy9yZWdleC9jb21wYXJlLzEuMTMuMC4uLjEuMTMuMSkKClw9PT09PT09PT09PT09PT09PT09ClRoaXMgaXMgYSByZWxlYXNlIHRoYXQgZml4ZXMgYSBidWcgd2hlcmUgaW5jb3JyZWN0IHJlZ2V4IG1hdGNoIG9mZnNldHMgY291bGQgYmUKcmVwb3J0ZWQuIE5vdGUgdGhhdCB0aGlzIGRvZXNuJ3QgaW1wYWN0IHdoZXRoZXIgYSBtYXRjaCBvY2N1cnMgb3Igbm90LCBqdXN0CndoZXJlIGl0IG9jY3Vycy4gVGhlIG1hdGNoIG9mZnNldHMgYXJlIHN0aWxsIHZhbGlkIGZvciBzbGljaW5nLCB0aGV5IGp1c3QgbWF5Cm5vdCByZWZlciB0byB0aGUgY29ycmVjdCBsZWZ0bW9zdC1maXJzdCBtYXRjaC4gU2VlClsjJiM4MjAzOzEzNjRdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0LWxhbmcvcmVnZXgvcHVsbC8xMzY0KSBmb3IgKG1hbnkpIG1vcmUgZGV0YWlscy4KCkJ1ZyBmaXhlczoKCi0gWyMmIzgyMDM7MTM1NF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3QtbGFuZy9yZWdleC9pc3N1ZXMvMTM1NCk6CiAgRml4ZXMgcHJldmlvdXNseSB1bnNvdW5kIHJldmVyc2Ugc3VmZml4IGFuZCBpbm5lciBvcHRpbWl6YXRpb25zLgoKIyMjIFtgdjEuMTMuMGBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0LWxhbmcvcmVnZXgvYmxvYi9IRUFEL0NIQU5HRUxPRy5tZCMxMTMwLTIwMjYtMDctMDkpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0LWxhbmcvcmVnZXgvY29tcGFyZS8xLjEyLjQuLi4xLjEzLjApCgpcPT09PT09PT09PT09PT09PT09PQpUaGlzIHJlbGVhc2UgaW5jbHVkZXMgYSBuZXcgQVBJLCBhIGByZWdleCFgIG1hY3JvLCBmb3IgbGF6eSBjb21waWxhdGlvbiBvZgphIHJlZ2V4IGZyb20gYSBzdHJpbmcgbGl0ZXJhbC4gSWYgeW91IHVzZSByZWdleGVzIGEgbG90LCBpdCdzIGxpa2VseSB5b3UndmUKYWxyZWFkeSB3cml0dGVuIG9uZSBleGFjdGx5IGxpa2UgaXQuIFRoZSBuZXcgbWFjcm8gY2FuIGJlIHVzZWQgbGlrZSB0aGlzOgoKYGBgcnVzdAp1c2UgcmVnZXg6OnJlZ2V4OwoKZm4gaXNfbWF0Y2gobGluZTogJnN0cikgLT4gYm9vbCB7CiAgICAvLyBUaGUgcmVnZXggd2lsbCBiZSBjb21waWxlZCBhcHByb3hpbWF0ZWx5IG9uY2UgYW5kIHJldXNlZCBhdXRvbWF0aWNhbGx5LgogICAgLy8gVGhpcyBhdm9pZHMgdGhlIGZvb3RndW4gb2YgdXNpbmcgYFJlZ2V4OjpuZXdgIGhlcmUsIHdoaWNoIHdvdWxkCiAgICAvLyBndWFyYW50ZWUgdGhhdCBpdCB3b3VsZCBiZSBjb21waWxlZCBldmVyeSB0aW1lIHRoaXMgcm91dGluZSBpcyBjYWxsZWQuCiAgICAvLyBUaGlzIHdvdWxkIGxpa2VseSBtYWtlIHRoaXMgcm91dGluZSBtdWNoIHNsb3dlciB0aGFuIGl0IG5lZWRzIHRvIGJlLgogICAgcmVnZXghKHIiYmFyfGJheiIpLmlzX21hdGNoKGxpbmUpCn0KCmxldCBoYXkgPSAiXApwYXRoL3RvL2Zvbzo1NDpCbHVlIEhhcnZlc3QKcGF0aC90by9iYXI6OTA6U29tZXRoaW5nLCBTb21ldGhpbmcsIFNvbWV0aGluZywgRGFyayBTaWRlCnBhdGgvdG8vYmF6OjM6SXQncyBhIFRyYXAhCiI7CgpsZXQgbWF0Y2hlcyA9IGhheS5saW5lcygpLmZpbHRlcih8bGluZXwgaXNfbWF0Y2gobGluZSkpLmNvdW50KCk7CmFzc2VydF9lcSEobWF0Y2hlcywgMik7CmBgYAoKSW1wcm92ZW1lbnRzOgoKLSBbIyYjODIwMzs3MDldKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0LWxhbmcvcmVnZXgvaXNzdWVzLzcwOSk6CiAgQWRkIGEgbmV3IGByZWdleCFgIG1hY3JvIGZvciBlZmZpY2llbnQgYW5kIGF1dG9tYXRpYyByZXVzZSBvZiBhIGNvbXBpbGVkIHJlZ2V4LgoKPC9kZXRhaWxzPgoKLS0tCgojIyMgQ29uZmlndXJhdGlvbgoK8J+ThSAqKlNjaGVkdWxlKio6IChVVEMpCgotIEJyYW5jaCBjcmVhdGlvbgogIC0gQXQgYW55IHRpbWUgKG5vIHNjaGVkdWxlIGRlZmluZWQpCi0gQXV0b21lcmdlCiAgLSBBdCBhbnkgdGltZSAobm8gc2NoZWR1bGUgZGVmaW5lZCkKCvCfmqYgKipBdXRvbWVyZ2UqKjogRGlzYWJsZWQgYnkgY29uZmlnLiBQbGVhc2UgbWVyZ2UgdGhpcyBtYW51YWxseSBvbmNlIHlvdSBhcmUgc2F0aXNmaWVkLgoK4pm7ICoqUmViYXNpbmcqKjogV2hlbmV2ZXIgUFIgYmVjb21lcyBjb25mbGljdGVkLCBvciB5b3UgdGljayB0aGUgcmViYXNlL3JldHJ5IGNoZWNrYm94LgoK8J+UlSAqKklnbm9yZSoqOiBDbG9zZSB0aGlzIFBSIGFuZCB5b3Ugd29uJ3QgYmUgcmVtaW5kZWQgYWJvdXQgdGhpcyB1cGRhdGUgYWdhaW4uCgotLS0KCiAtIFsgXSA8IS0tIHJlYmFzZS1jaGVjayAtLT5JZiB5b3Ugd2FudCB0byByZWJhc2UvcmV0cnkgdGhpcyBQUiwgY2hlY2sgdGhpcyBib3gKCi0tLQoKVGhpcyBQUiB3YXMgZ2VuZXJhdGVkIGJ5IFtNZW5kIFJlbm92YXRlXShodHRwczovL21lbmQuaW8vcmVub3ZhdGUvKS4gVmlldyB0aGUgW3JlcG9zaXRvcnkgam9iIGxvZ10oaHR0cHM6Ly9kZXZlbG9wZXIubWVuZC5pby9naXRodWIvdmV4eGhvc3QvbWFnbnVtLWNsdXN0ZXItYXBpKS4KPCEtLXJlbm92YXRlLWRlYnVnOmV5SmpjbVZoZEdWa1NXNVdaWElpT2lJME15NHlOelV1TWlJc0luVndaR0YwWldSSmJsWmxjaUk2SWpRekxqSTNOUzR5SWl3aWRHRnlaMlYwUW5KaGJtTm9Jam9pYldGcGJpSXNJbXhoWW1Wc2N5STZXMTE5LS0+Cg==
      override_checkout: master
      patchset: 2a841b9a2dfdfcdee951a75f6e359b38defacc8a
      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: 0ed6d780cbe575683f1d14d6e57182b854f8db3d
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: c286bf94224b5660b8e49e9a058289e61062a9a0
          untrusted/project_0/opendev.org/openstack/devstack:
            canonical_name: opendev.org/openstack/devstack
            checkout: master
            commit: 493835a61a996731a7031861f80c7629acd5d6f2
          untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs:
            canonical_name: opendev.org/openstack/openstack-zuul-jobs
            checkout: master
            commit: adfb3f80f75ad55de5c65b34400d4beaa8ae7780
          untrusted/project_2/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          untrusted/project_3/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 0ed6d780cbe575683f1d14d6e57182b854f8db3d
          untrusted/project_4/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: c286bf94224b5660b8e49e9a058289e61062a9a0
          untrusted/project_5/github.com/vexxhost/magnum-cluster-api:
            canonical_name: github.com/vexxhost/magnum-cluster-api
            checkout: main
            commit: 63eddfb8fed24d9d1be269246a4f9b4590bd5d71
        playbooks:
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/hydrophone/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_playbooks:
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/hydrophone/post.yml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_0/role_1/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/post_playbook_0/role_1/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_0/role_2/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/post_playbook_0/role_2/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_4/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_5/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_5/zuul-jobs/roles
        - path: untrusted/project_0/opendev.org/openstack/devstack/playbooks/post.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/post_playbook_1/role_0/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/post_playbook_1/role_0/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_1/role_1/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/post_playbook_1/role_1/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_1/role_3/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_1/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_1/role_4/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_4/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post.yaml
          roles:
          - checkout: master
            checkout_description: job override ref
            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
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post-logs.yaml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_3/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_3/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_3/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_3/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: job override ref
            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/opendev.org/openstack/devstack/playbooks/pre.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_0/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/pre_playbook_1/role_0/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_1/role_1/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_1/role_3/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_1/role_4/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_4/zuul-jobs/roles
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/hydrophone/pre.yml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_2/role_1/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/pre_playbook_2/role_1/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_2/role_2/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/pre_playbook_2/role_2/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_2/role_4/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_2/role_4/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_2/role_5/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_2/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: 7c36fabe599e053c5a81e98e091ac636f6c1e174
          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: 63eddfb8fed24d9d1be269246a4f9b4590bd5d71
          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: 510b69abd0a05c9e5d77443f222ea6bf05b99e66
          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: fe0bd3aad8876c1635014f3797705fd36710a815
          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: 493835a61a996731a7031861f80c7629acd5d6f2
          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: c76abb08e2bc82582389059dcbbc234293ce13b9
          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: 30ef2ffa65a3486ef882f00538e20f2253c57d4c
          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: 5a492d64c1146744b3d6237b47d507422480840f
          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: 521f32da52b40dccd4609a07a89fb1d2dc0cec2b
          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: f004042141a366a0e5646065f86862052dfd8f84
          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: 9e1434d255f59f10c0fdf75c3fe6bebfa315df10
          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: 78d38afc126c37e2ec65859e8cfc770eb5457075
          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: 40b10a608e420c25bb4221ee17e92665e93b201a
          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: e5f529669680cbc2f64e5c7534ea1f0c2b4b7687
          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: 43fc0de28fc0f334a2f8b452ef1ab567e57470b4
          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: 7c466f62332c8ba87b4b139f83fc1882038200a6
          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: b0f92bd978266f30c20cfc9b37c63f3df81a22a2
          name: openstack/swift
          required: true
          short_name: swift
          src_dir: src/opendev.org/openstack/swift
      ref: refs/pull/1129/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
