all:
  children:
    tempest:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 162.253.55.105
      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.36.1
      network_driver: cilium
      nodepool:
        az: yul2
        cloud: public
        external_id: 66118321-6e51-465d-bb8f-a2b6e9e76bbf
        host_id: 23befe01d6930f2ca52c25d4f24c2c3b9655a0e3ffb469b4821cfc4e
        interface_ip: 162.253.55.105
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 162.253.55.105
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.105
        public_ipv6: 2604:e100:1:0:f816:3eff:fed0:e500
        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: yul2
        cloud: public
        external_id: 66118321-6e51-465d-bb8f-a2b6e9e76bbf
        host_id: 23befe01d6930f2ca52c25d4f24c2c3b9655a0e3ffb469b4821cfc4e
        interface_ip: 162.253.55.105
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 162.253.55.105
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.105
        public_ipv6: 2604:e100:1:0:f816:3eff:fed0:e500
        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.36.1
    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.36.1 explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#83>'
      - '<Job magnum-cluster-api-hydrophone-v1.36.1-cilium explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#94>'
      - '<Job magnum-cluster-api-hydrophone-v1.36.1-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: 4fbf821b844b415d929ce85477b87640
      build_refs:
      - branch: main
        change: '1100'
        change_message: "chore(deps): update rust crate vergen-gix to v10.0.3\n\nThis
          PR contains the following updates:\n\n| Package | Type | Update | Change
          |\n|---|---|---|---|\n| [vergen-gix](https://redirect.github.com/rustyhorde/vergen)
          | build-dependencies | patch | `10.0.0` \u2192 `10.0.3` |\n\n---\n\n###
          Release Notes\n\n<details>\n<summary>rustyhorde/vergen (vergen-gix)</summary>\n\n###
          [`v10.0.2`](https://redirect.github.com/rustyhorde/vergen/compare/10.0.1...v10.0.2)\n\n[Compare
          Source](https://redirect.github.com/rustyhorde/vergen/compare/10.0.1...v10.0.2)\n\n###
          [`v10.0.1`](https://redirect.github.com/rustyhorde/vergen/releases/tag/10.0.1):
          vergen 10.0.1\n\n[Compare Source](https://redirect.github.com/rustyhorde/vergen/compare/v10.0.0...10.0.1)\n\n####
          vergen 10.0.1\n\nPatch release adding a new error-fallback knob, a builder-access
          API addition, dependency updates, and a security-audit refresh.\n\n#####
          New features\n\n- **`VERGEN_DEFAULT_ON_ERROR` fallback** ([#&#8203;509](https://redirect.github.com/rustyhorde/vergen/issues/509))
          \u2014 When building outside a git worktree (or any time an instruction
          cannot be generated), the new `VERGEN_DEFAULT_ON_ERROR` env var and `Emitter::default_on_error()`
          builder method populate missing instructions with the idempotent default
          (`VERGEN_IDEMPOTENT_OUTPUT`) so `env!(\"VERGEN_GIT_SHA\")` keeps compiling
          \u2014 while builds *inside* a real worktree still emit real values.\n-
          **`all()` builder accessor** ([#&#8203;513](https://redirect.github.com/rustyhorde/vergen/issues/513))
          \u2014 Exposes `Build::all()`, `Cargo::all()`, `Rustc::all()`, and `Sysinfo::all()`
          as public methods that return the builder with all instructions enabled,
          enabling subtractive modification (turn all on, then selectively disable).\n\n#####
          Dependency updates\n\n- `bon` 3.9.1 \u2192 3.9.3\n- `gix` 0.84.0 \u2192
          0.85.0\n- `regex` 1.12.3 \u2192 1.12.4\n- `time` 0.3.47 \u2192 0.3.51\n-
          `sysinfo` 0.39.3 \u2192 0.39.5\n- `memmap2` 0.9.10 \u2192 0.9.11 (resolves
          **RUSTSEC-2026-0186**)\n\n##### Security audit refresh\n\n- Added `RUSTSEC-2026-0173`
          ignore (`proc-macro-error2` unmaintained, informational only)\n- Removed
          `RUSTSEC-2025-0055` ignore (`tracing-subscriber` now resolved to \u2265
          0.3.20)\n- Removed `RUSTSEC-2025-0141` ignore (`bincode` no longer in the
          dependency tree)\n- `cargo audit` passes clean\n\n##### Other\n\n- Fixed
          inaccurate `fail_on_error` and `idempotent` docs ([#&#8203;509](https://redirect.github.com/rustyhorde/vergen/issues/509))\n-
          Added `cargo:rerun-if-changed=VERGEN_DEFAULT_ON_ERROR` rerun directive\n-
          Bumped `cargo-binstall` in CI ([#&#8203;503](https://redirect.github.com/rustyhorde/vergen/issues/503))\n-
          Parse deprecation fixes ([#&#8203;505](https://redirect.github.com/rustyhorde/vergen/issues/505))\n\n**Full
          Changelog**: <https://github.com/rustyhorde/vergen/compare/v10.0.0...10.0.1>\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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzUuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjM5LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1100
        commit_id: 1ede72498359a84b0f4352e6ebcdc636db157442
        patchset: 1ede72498359a84b0f4352e6ebcdc636db157442
        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: 78fed4b6e7274a369d3531a7fa095e0e
      buildset_refs:
      - branch: main
        change: '1100'
        change_message: "chore(deps): update rust crate vergen-gix to v10.0.3\n\nThis
          PR contains the following updates:\n\n| Package | Type | Update | Change
          |\n|---|---|---|---|\n| [vergen-gix](https://redirect.github.com/rustyhorde/vergen)
          | build-dependencies | patch | `10.0.0` \u2192 `10.0.3` |\n\n---\n\n###
          Release Notes\n\n<details>\n<summary>rustyhorde/vergen (vergen-gix)</summary>\n\n###
          [`v10.0.2`](https://redirect.github.com/rustyhorde/vergen/compare/10.0.1...v10.0.2)\n\n[Compare
          Source](https://redirect.github.com/rustyhorde/vergen/compare/10.0.1...v10.0.2)\n\n###
          [`v10.0.1`](https://redirect.github.com/rustyhorde/vergen/releases/tag/10.0.1):
          vergen 10.0.1\n\n[Compare Source](https://redirect.github.com/rustyhorde/vergen/compare/v10.0.0...10.0.1)\n\n####
          vergen 10.0.1\n\nPatch release adding a new error-fallback knob, a builder-access
          API addition, dependency updates, and a security-audit refresh.\n\n#####
          New features\n\n- **`VERGEN_DEFAULT_ON_ERROR` fallback** ([#&#8203;509](https://redirect.github.com/rustyhorde/vergen/issues/509))
          \u2014 When building outside a git worktree (or any time an instruction
          cannot be generated), the new `VERGEN_DEFAULT_ON_ERROR` env var and `Emitter::default_on_error()`
          builder method populate missing instructions with the idempotent default
          (`VERGEN_IDEMPOTENT_OUTPUT`) so `env!(\"VERGEN_GIT_SHA\")` keeps compiling
          \u2014 while builds *inside* a real worktree still emit real values.\n-
          **`all()` builder accessor** ([#&#8203;513](https://redirect.github.com/rustyhorde/vergen/issues/513))
          \u2014 Exposes `Build::all()`, `Cargo::all()`, `Rustc::all()`, and `Sysinfo::all()`
          as public methods that return the builder with all instructions enabled,
          enabling subtractive modification (turn all on, then selectively disable).\n\n#####
          Dependency updates\n\n- `bon` 3.9.1 \u2192 3.9.3\n- `gix` 0.84.0 \u2192
          0.85.0\n- `regex` 1.12.3 \u2192 1.12.4\n- `time` 0.3.47 \u2192 0.3.51\n-
          `sysinfo` 0.39.3 \u2192 0.39.5\n- `memmap2` 0.9.10 \u2192 0.9.11 (resolves
          **RUSTSEC-2026-0186**)\n\n##### Security audit refresh\n\n- Added `RUSTSEC-2026-0173`
          ignore (`proc-macro-error2` unmaintained, informational only)\n- Removed
          `RUSTSEC-2025-0055` ignore (`tracing-subscriber` now resolved to \u2265
          0.3.20)\n- Removed `RUSTSEC-2025-0141` ignore (`bincode` no longer in the
          dependency tree)\n- `cargo audit` passes clean\n\n##### Other\n\n- Fixed
          inaccurate `fail_on_error` and `idempotent` docs ([#&#8203;509](https://redirect.github.com/rustyhorde/vergen/issues/509))\n-
          Added `cargo:rerun-if-changed=VERGEN_DEFAULT_ON_ERROR` rerun directive\n-
          Bumped `cargo-binstall` in CI ([#&#8203;503](https://redirect.github.com/rustyhorde/vergen/issues/503))\n-
          Parse deprecation fixes ([#&#8203;505](https://redirect.github.com/rustyhorde/vergen/issues/505))\n\n**Full
          Changelog**: <https://github.com/rustyhorde/vergen/compare/v10.0.0...10.0.1>\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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzUuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjM5LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1100
        commit_id: 1ede72498359a84b0f4352e6ebcdc636db157442
        patchset: 1ede72498359a84b0f4352e6ebcdc636db157442
        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: '1100'
      change_message: "chore(deps): update rust crate vergen-gix to v10.0.3\n\nThis
        PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|
        [vergen-gix](https://redirect.github.com/rustyhorde/vergen) | build-dependencies
        | patch | `10.0.0` \u2192 `10.0.3` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>rustyhorde/vergen
        (vergen-gix)</summary>\n\n### [`v10.0.2`](https://redirect.github.com/rustyhorde/vergen/compare/10.0.1...v10.0.2)\n\n[Compare
        Source](https://redirect.github.com/rustyhorde/vergen/compare/10.0.1...v10.0.2)\n\n###
        [`v10.0.1`](https://redirect.github.com/rustyhorde/vergen/releases/tag/10.0.1):
        vergen 10.0.1\n\n[Compare Source](https://redirect.github.com/rustyhorde/vergen/compare/v10.0.0...10.0.1)\n\n####
        vergen 10.0.1\n\nPatch release adding a new error-fallback knob, a builder-access
        API addition, dependency updates, and a security-audit refresh.\n\n##### New
        features\n\n- **`VERGEN_DEFAULT_ON_ERROR` fallback** ([#&#8203;509](https://redirect.github.com/rustyhorde/vergen/issues/509))
        \u2014 When building outside a git worktree (or any time an instruction cannot
        be generated), the new `VERGEN_DEFAULT_ON_ERROR` env var and `Emitter::default_on_error()`
        builder method populate missing instructions with the idempotent default (`VERGEN_IDEMPOTENT_OUTPUT`)
        so `env!(\"VERGEN_GIT_SHA\")` keeps compiling \u2014 while builds *inside*
        a real worktree still emit real values.\n- **`all()` builder accessor** ([#&#8203;513](https://redirect.github.com/rustyhorde/vergen/issues/513))
        \u2014 Exposes `Build::all()`, `Cargo::all()`, `Rustc::all()`, and `Sysinfo::all()`
        as public methods that return the builder with all instructions enabled, enabling
        subtractive modification (turn all on, then selectively disable).\n\n#####
        Dependency updates\n\n- `bon` 3.9.1 \u2192 3.9.3\n- `gix` 0.84.0 \u2192 0.85.0\n-
        `regex` 1.12.3 \u2192 1.12.4\n- `time` 0.3.47 \u2192 0.3.51\n- `sysinfo` 0.39.3
        \u2192 0.39.5\n- `memmap2` 0.9.10 \u2192 0.9.11 (resolves **RUSTSEC-2026-0186**)\n\n#####
        Security audit refresh\n\n- Added `RUSTSEC-2026-0173` ignore (`proc-macro-error2`
        unmaintained, informational only)\n- Removed `RUSTSEC-2025-0055` ignore (`tracing-subscriber`
        now resolved to \u2265 0.3.20)\n- Removed `RUSTSEC-2025-0141` ignore (`bincode`
        no longer in the dependency tree)\n- `cargo audit` passes clean\n\n##### Other\n\n-
        Fixed inaccurate `fail_on_error` and `idempotent` docs ([#&#8203;509](https://redirect.github.com/rustyhorde/vergen/issues/509))\n-
        Added `cargo:rerun-if-changed=VERGEN_DEFAULT_ON_ERROR` rerun directive\n-
        Bumped `cargo-binstall` in CI ([#&#8203;503](https://redirect.github.com/rustyhorde/vergen/issues/503))\n-
        Parse deprecation fixes ([#&#8203;505](https://redirect.github.com/rustyhorde/vergen/issues/505))\n\n**Full
        Changelog**: <https://github.com/rustyhorde/vergen/compare/v10.0.0...10.0.1>\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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzUuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjM5LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->\n"
      change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1100
      child_jobs: []
      commit_id: 1ede72498359a84b0f4352e6ebcdc636db157442
      event_id: 831f8560-ab15-11f1-8550-037914e2a596
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/4fbf821b844b415d929ce85477b87640/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/4fbf821b844b415d929ce85477b87640/work/logs
        result_data_file: /var/lib/zuul/builds/4fbf821b844b415d929ce85477b87640/work/results.json
        src_root: /var/lib/zuul/builds/4fbf821b844b415d929ce85477b87640/work/src
        work_root: /var/lib/zuul/builds/4fbf821b844b415d929ce85477b87640/work
      include_vars: []
      items:
      - branch: main
        change: '1100'
        change_message: "chore(deps): update rust crate vergen-gix to v10.0.3\n\nThis
          PR contains the following updates:\n\n| Package | Type | Update | Change
          |\n|---|---|---|---|\n| [vergen-gix](https://redirect.github.com/rustyhorde/vergen)
          | build-dependencies | patch | `10.0.0` \u2192 `10.0.3` |\n\n---\n\n###
          Release Notes\n\n<details>\n<summary>rustyhorde/vergen (vergen-gix)</summary>\n\n###
          [`v10.0.2`](https://redirect.github.com/rustyhorde/vergen/compare/10.0.1...v10.0.2)\n\n[Compare
          Source](https://redirect.github.com/rustyhorde/vergen/compare/10.0.1...v10.0.2)\n\n###
          [`v10.0.1`](https://redirect.github.com/rustyhorde/vergen/releases/tag/10.0.1):
          vergen 10.0.1\n\n[Compare Source](https://redirect.github.com/rustyhorde/vergen/compare/v10.0.0...10.0.1)\n\n####
          vergen 10.0.1\n\nPatch release adding a new error-fallback knob, a builder-access
          API addition, dependency updates, and a security-audit refresh.\n\n#####
          New features\n\n- **`VERGEN_DEFAULT_ON_ERROR` fallback** ([#&#8203;509](https://redirect.github.com/rustyhorde/vergen/issues/509))
          \u2014 When building outside a git worktree (or any time an instruction
          cannot be generated), the new `VERGEN_DEFAULT_ON_ERROR` env var and `Emitter::default_on_error()`
          builder method populate missing instructions with the idempotent default
          (`VERGEN_IDEMPOTENT_OUTPUT`) so `env!(\"VERGEN_GIT_SHA\")` keeps compiling
          \u2014 while builds *inside* a real worktree still emit real values.\n-
          **`all()` builder accessor** ([#&#8203;513](https://redirect.github.com/rustyhorde/vergen/issues/513))
          \u2014 Exposes `Build::all()`, `Cargo::all()`, `Rustc::all()`, and `Sysinfo::all()`
          as public methods that return the builder with all instructions enabled,
          enabling subtractive modification (turn all on, then selectively disable).\n\n#####
          Dependency updates\n\n- `bon` 3.9.1 \u2192 3.9.3\n- `gix` 0.84.0 \u2192
          0.85.0\n- `regex` 1.12.3 \u2192 1.12.4\n- `time` 0.3.47 \u2192 0.3.51\n-
          `sysinfo` 0.39.3 \u2192 0.39.5\n- `memmap2` 0.9.10 \u2192 0.9.11 (resolves
          **RUSTSEC-2026-0186**)\n\n##### Security audit refresh\n\n- Added `RUSTSEC-2026-0173`
          ignore (`proc-macro-error2` unmaintained, informational only)\n- Removed
          `RUSTSEC-2025-0055` ignore (`tracing-subscriber` now resolved to \u2265
          0.3.20)\n- Removed `RUSTSEC-2025-0141` ignore (`bincode` no longer in the
          dependency tree)\n- `cargo audit` passes clean\n\n##### Other\n\n- Fixed
          inaccurate `fail_on_error` and `idempotent` docs ([#&#8203;509](https://redirect.github.com/rustyhorde/vergen/issues/509))\n-
          Added `cargo:rerun-if-changed=VERGEN_DEFAULT_ON_ERROR` rerun directive\n-
          Bumped `cargo-binstall` in CI ([#&#8203;503](https://redirect.github.com/rustyhorde/vergen/issues/503))\n-
          Parse deprecation fixes ([#&#8203;505](https://redirect.github.com/rustyhorde/vergen/issues/505))\n\n**Full
          Changelog**: <https://github.com/rustyhorde/vergen/compare/v10.0.0...10.0.1>\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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzUuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjM5LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1100
        commit_id: 1ede72498359a84b0f4352e6ebcdc636db157442
        patchset: 1ede72498359a84b0f4352e6ebcdc636db157442
        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.36.1-cilium
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUoZGVwcyk6IHVwZGF0ZSBydXN0IGNyYXRlIHZlcmdlbi1naXggdG8gdjEwLjAuMwoKVGhpcyBQUiBjb250YWlucyB0aGUgZm9sbG93aW5nIHVwZGF0ZXM6Cgp8IFBhY2thZ2UgfCBUeXBlIHwgVXBkYXRlIHwgQ2hhbmdlIHwKfC0tLXwtLS18LS0tfC0tLXwKfCBbdmVyZ2VuLWdpeF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3R5aG9yZGUvdmVyZ2VuKSB8IGJ1aWxkLWRlcGVuZGVuY2llcyB8IHBhdGNoIHwgYDEwLjAuMGAg4oaSIGAxMC4wLjNgIHwKCi0tLQoKIyMjIFJlbGVhc2UgTm90ZXMKCjxkZXRhaWxzPgo8c3VtbWFyeT5ydXN0eWhvcmRlL3ZlcmdlbiAodmVyZ2VuLWdpeCk8L3N1bW1hcnk+CgojIyMgW2B2MTAuMC4yYF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3R5aG9yZGUvdmVyZ2VuL2NvbXBhcmUvMTAuMC4xLi4udjEwLjAuMikKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3R5aG9yZGUvdmVyZ2VuL2NvbXBhcmUvMTAuMC4xLi4udjEwLjAuMikKCiMjIyBbYHYxMC4wLjFgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdHlob3JkZS92ZXJnZW4vcmVsZWFzZXMvdGFnLzEwLjAuMSk6IHZlcmdlbiAxMC4wLjEKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3R5aG9yZGUvdmVyZ2VuL2NvbXBhcmUvdjEwLjAuMC4uLjEwLjAuMSkKCiMjIyMgdmVyZ2VuIDEwLjAuMQoKUGF0Y2ggcmVsZWFzZSBhZGRpbmcgYSBuZXcgZXJyb3ItZmFsbGJhY2sga25vYiwgYSBidWlsZGVyLWFjY2VzcyBBUEkgYWRkaXRpb24sIGRlcGVuZGVuY3kgdXBkYXRlcywgYW5kIGEgc2VjdXJpdHktYXVkaXQgcmVmcmVzaC4KCiMjIyMjIE5ldyBmZWF0dXJlcwoKLSAqKmBWRVJHRU5fREVGQVVMVF9PTl9FUlJPUmAgZmFsbGJhY2sqKiAoWyMmIzgyMDM7NTA5XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdHlob3JkZS92ZXJnZW4vaXNzdWVzLzUwOSkpIOKAlCBXaGVuIGJ1aWxkaW5nIG91dHNpZGUgYSBnaXQgd29ya3RyZWUgKG9yIGFueSB0aW1lIGFuIGluc3RydWN0aW9uIGNhbm5vdCBiZSBnZW5lcmF0ZWQpLCB0aGUgbmV3IGBWRVJHRU5fREVGQVVMVF9PTl9FUlJPUmAgZW52IHZhciBhbmQgYEVtaXR0ZXI6OmRlZmF1bHRfb25fZXJyb3IoKWAgYnVpbGRlciBtZXRob2QgcG9wdWxhdGUgbWlzc2luZyBpbnN0cnVjdGlvbnMgd2l0aCB0aGUgaWRlbXBvdGVudCBkZWZhdWx0IChgVkVSR0VOX0lERU1QT1RFTlRfT1VUUFVUYCkgc28gYGVudiEoIlZFUkdFTl9HSVRfU0hBIilgIGtlZXBzIGNvbXBpbGluZyDigJQgd2hpbGUgYnVpbGRzICppbnNpZGUqIGEgcmVhbCB3b3JrdHJlZSBzdGlsbCBlbWl0IHJlYWwgdmFsdWVzLgotICoqYGFsbCgpYCBidWlsZGVyIGFjY2Vzc29yKiogKFsjJiM4MjAzOzUxM10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3R5aG9yZGUvdmVyZ2VuL2lzc3Vlcy81MTMpKSDigJQgRXhwb3NlcyBgQnVpbGQ6OmFsbCgpYCwgYENhcmdvOjphbGwoKWAsIGBSdXN0Yzo6YWxsKClgLCBhbmQgYFN5c2luZm86OmFsbCgpYCBhcyBwdWJsaWMgbWV0aG9kcyB0aGF0IHJldHVybiB0aGUgYnVpbGRlciB3aXRoIGFsbCBpbnN0cnVjdGlvbnMgZW5hYmxlZCwgZW5hYmxpbmcgc3VidHJhY3RpdmUgbW9kaWZpY2F0aW9uICh0dXJuIGFsbCBvbiwgdGhlbiBzZWxlY3RpdmVseSBkaXNhYmxlKS4KCiMjIyMjIERlcGVuZGVuY3kgdXBkYXRlcwoKLSBgYm9uYCAzLjkuMSDihpIgMy45LjMKLSBgZ2l4YCAwLjg0LjAg4oaSIDAuODUuMAotIGByZWdleGAgMS4xMi4zIOKGkiAxLjEyLjQKLSBgdGltZWAgMC4zLjQ3IOKGkiAwLjMuNTEKLSBgc3lzaW5mb2AgMC4zOS4zIOKGkiAwLjM5LjUKLSBgbWVtbWFwMmAgMC45LjEwIOKGkiAwLjkuMTEgKHJlc29sdmVzICoqUlVTVFNFQy0yMDI2LTAxODYqKikKCiMjIyMjIFNlY3VyaXR5IGF1ZGl0IHJlZnJlc2gKCi0gQWRkZWQgYFJVU1RTRUMtMjAyNi0wMTczYCBpZ25vcmUgKGBwcm9jLW1hY3JvLWVycm9yMmAgdW5tYWludGFpbmVkLCBpbmZvcm1hdGlvbmFsIG9ubHkpCi0gUmVtb3ZlZCBgUlVTVFNFQy0yMDI1LTAwNTVgIGlnbm9yZSAoYHRyYWNpbmctc3Vic2NyaWJlcmAgbm93IHJlc29sdmVkIHRvIOKJpSAwLjMuMjApCi0gUmVtb3ZlZCBgUlVTVFNFQy0yMDI1LTAxNDFgIGlnbm9yZSAoYGJpbmNvZGVgIG5vIGxvbmdlciBpbiB0aGUgZGVwZW5kZW5jeSB0cmVlKQotIGBjYXJnbyBhdWRpdGAgcGFzc2VzIGNsZWFuCgojIyMjIyBPdGhlcgoKLSBGaXhlZCBpbmFjY3VyYXRlIGBmYWlsX29uX2Vycm9yYCBhbmQgYGlkZW1wb3RlbnRgIGRvY3MgKFsjJiM4MjAzOzUwOV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3R5aG9yZGUvdmVyZ2VuL2lzc3Vlcy81MDkpKQotIEFkZGVkIGBjYXJnbzpyZXJ1bi1pZi1jaGFuZ2VkPVZFUkdFTl9ERUZBVUxUX09OX0VSUk9SYCByZXJ1biBkaXJlY3RpdmUKLSBCdW1wZWQgYGNhcmdvLWJpbnN0YWxsYCBpbiBDSSAoWyMmIzgyMDM7NTAzXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdHlob3JkZS92ZXJnZW4vaXNzdWVzLzUwMykpCi0gUGFyc2UgZGVwcmVjYXRpb24gZml4ZXMgKFsjJiM4MjAzOzUwNV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3R5aG9yZGUvdmVyZ2VuL2lzc3Vlcy81MDUpKQoKKipGdWxsIENoYW5nZWxvZyoqOiA8aHR0cHM6Ly9naXRodWIuY29tL3J1c3R5aG9yZGUvdmVyZ2VuL2NvbXBhcmUvdjEwLjAuMC4uLjEwLjAuMT4KCjwvZGV0YWlscz4KCi0tLQoKIyMjIENvbmZpZ3VyYXRpb24KCvCfk4UgKipTY2hlZHVsZSoqOiAoVVRDKQoKLSBCcmFuY2ggY3JlYXRpb24KICAtIEF0IGFueSB0aW1lIChubyBzY2hlZHVsZSBkZWZpbmVkKQotIEF1dG9tZXJnZQogIC0gQXQgYW55IHRpbWUgKG5vIHNjaGVkdWxlIGRlZmluZWQpCgrwn5qmICoqQXV0b21lcmdlKio6IERpc2FibGVkIGJ5IGNvbmZpZy4gUGxlYXNlIG1lcmdlIHRoaXMgbWFudWFsbHkgb25jZSB5b3UgYXJlIHNhdGlzZmllZC4KCuKZuyAqKlJlYmFzaW5nKio6IFdoZW5ldmVyIFBSIGJlY29tZXMgY29uZmxpY3RlZCwgb3IgeW91IHRpY2sgdGhlIHJlYmFzZS9yZXRyeSBjaGVja2JveC4KCvCflJUgKipJZ25vcmUqKjogQ2xvc2UgdGhpcyBQUiBhbmQgeW91IHdvbid0IGJlIHJlbWluZGVkIGFib3V0IHRoaXMgdXBkYXRlIGFnYWluLgoKLS0tCgogLSBbIF0gPCEtLSByZWJhc2UtY2hlY2sgLS0+SWYgeW91IHdhbnQgdG8gcmViYXNlL3JldHJ5IHRoaXMgUFIsIGNoZWNrIHRoaXMgYm94CgotLS0KClRoaXMgUFIgd2FzIGdlbmVyYXRlZCBieSBbTWVuZCBSZW5vdmF0ZV0oaHR0cHM6Ly9tZW5kLmlvL3Jlbm92YXRlLykuIFZpZXcgdGhlIFtyZXBvc2l0b3J5IGpvYiBsb2ddKGh0dHBzOi8vZGV2ZWxvcGVyLm1lbmQuaW8vZ2l0aHViL3ZleHhob3N0L21hZ251bS1jbHVzdGVyLWFwaSkuCjwhLS1yZW5vdmF0ZS1kZWJ1ZzpleUpqY21WaGRHVmtTVzVXWlhJaU9pSTBNeTR5TXpVdU1DSXNJblZ3WkdGMFpXUkpibFpsY2lJNklqUTBMak01TGpBaUxDSjBZWEpuWlhSQ2NtRnVZMmdpT2lKdFlXbHVJaXdpYkdGaVpXeHpJanBiWFgwPS0tPgo=
      override_checkout: master
      patchset: 1ede72498359a84b0f4352e6ebcdc636db157442
      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: 84e38666fab1ba8fda552ad6faff9404811352ca
          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: 9b0a00865c2537338f72ed5b9b44a0d6bff16eb4
          untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs:
            canonical_name: opendev.org/openstack/openstack-zuul-jobs
            checkout: master
            commit: 7034a45c416d30a350109d93bfb2457e6fa75618
          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: 84e38666fab1ba8fda552ad6faff9404811352ca
          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: 1ede72498359a84b0f4352e6ebcdc636db157442
        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: acca57b997f206683d27796829ee1f72da37002a
          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: 1ede72498359a84b0f4352e6ebcdc636db157442
          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: 1efe16cd73b6e7d7c827aa8090665f2564de632e
          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: a4767351ce74612281497cef7cd7a36f8d784f56
          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: 9b0a00865c2537338f72ed5b9b44a0d6bff16eb4
          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: abc1077f16e8d0818825618f64cdd7c0fb6edcf1
          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: 5f1d13f38f758810ee32d49d22bb3703ea0d2adf
          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: 23a43e879d5ea72e80f211212567450fe60805d5
          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: 060d254bfde91a023ae1122a348dc1aa66cfbb14
          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: 2345c267d68affcf9e3fe117eb78650e463aee77
          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: 7582db6d65b9880e1ef7d906ddad1d7c95bb53a5
          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: d218de4fb9839483c5445b671ab62a85ed147db6
          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: 485b18e661d368feb82f87c499777052ee749458
          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: 01ac96d93374a8e2e8c9a1b650fb009085caeb39
          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: 9edc04289eca1a4c18ae86e4430416d82a5b07fa
          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: 87834c289e96a6dd0be4635e506233d87c12c2a2
          name: openstack/swift
          required: true
          short_name: swift
          src_dir: src/opendev.org/openstack/swift
      ref: refs/pull/1100/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
