all:
  children:
    tempest:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.30
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      configure_swap_size: 8192
      devstack_local_conf:
        post-config:
          $NEUTRON_CONF:
            DEFAULT:
              global_physnet_mtu: '{{ external_bridge_mtu }}'
          /etc/magnum/magnum.conf:
            cluster_template:
              kubernetes_allowed_network_drivers: calico,cilium
              kubernetes_default_network_driver: calico
            nova_client:
              api_version: 2.15
          /etc/manila/manila.conf:
            generic:
              connect_share_server_to_tenant_network: true
              driver_handles_share_servers: true
      devstack_localrc:
        ADMIN_PASSWORD: secretadmin
        DATABASE_PASSWORD: secretdatabase
        DEBUG_LIBVIRT_COREDUMPS: true
        DISABLE_AMP_IMAGE_BUILD: true
        ENABLE_SYSCTL_MEM_TUNING: true
        ENABLE_SYSCTL_NET_TUNING: true
        ENABLE_ZSWAP: true
        ERROR_ON_CLONE: true
        FIXED_RANGE: 10.1.0.0/20
        FLOATING_RANGE: 172.24.5.0/24
        GIT_BASE: https://github.com
        HOST_IP: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
        IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
        LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
        LOGFILE: /opt/stack/logs/devstacklog.txt
        LOG_COLOR: false
        MAGNUM_GUEST_IMAGE_URL: '{{ image_url }}'
        MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: snapshot_support=True create_share_from_snapshot_support=True
        MANILA_ENABLED_BACKENDS: generic
        MANILA_USE_SERVICE_INSTANCE_PASSWORD: true
        NETWORK_GATEWAY: 10.1.0.1
        NOVA_LIBVIRT_TB_CACHE_SIZE: 128
        NOVA_VNC_ENABLED: true
        OCTAVIA_NODE: api
        OVN_DBS_LOG_LEVEL: dbg
        PUBLIC_BRIDGE_MTU: '{{ external_bridge_mtu }}'
        PUBLIC_NETWORK_GATEWAY: 172.24.5.1
        RABBIT_PASSWORD: secretrabbit
        SERVICE_HOST: '{{ hostvars[''controller''][''nodepool''][''private_ipv4'']
          }}'
        SERVICE_PASSWORD: secretservice
        SWIFT_HASH: 1234123412341234
        SWIFT_REPLICAS: 1
        SWIFT_START_ALL_SERVICES: false
        VERBOSE: true
        VERBOSE_NO_TIMESTAMP: true
      devstack_plugins:
        barbican: https://github.com/openstack/barbican
        magnum: https://review.opendev.org/openstack/magnum
        magnum-cluster-api: https://github.com/vexxhost/magnum-cluster-api
        manila: https://github.com/openstack/manila
        octavia: https://github.com/openstack/octavia
        ovn-octavia-provider: https://github.com/openstack/ovn-octavia-provider
      devstack_services:
        base: false
        c-api: true
        c-bak: true
        c-sch: true
        c-vol: true
        dstat: false
        etcd3: true
        file_tracker: true
        g-api: true
        horizon: false
        key: true
        memory_tracker: true
        mysql: true
        n-api: true
        n-api-meta: true
        n-cond: true
        n-cpu: true
        n-novnc: true
        n-sch: true
        o-api: true
        o-da: true
        o-hk: true
        octavia: true
        openstack-cli-server: true
        ovn-controller: true
        ovn-northd: true
        ovs-vswitchd: true
        ovsdb-server: true
        placement-api: true
        q-ovn-agent: true
        q-svc: true
        rabbit: true
        s-account: false
        s-container: false
        s-object: false
        s-proxy: false
        tempest: false
        tls-proxy: true
      extensions_to_txt:
        auto: true
        conf: true
        localrc: true
        log: true
        stackenv: true
      image_url: https://github.com/vexxhost/capo-image-elements/releases/latest/download/ubuntu-22.04-{{
        kube_tag }}.qcow2
      kube_tag: v1.33.10
      network_driver: calico
      nodepool:
        az: nova
        cloud: public
        external_id: 48b22198-e8e3-405c-af2f-1fb741a2fcc1
        host_id: 86d6bbee9a590b753878988beec61ed4d37fe4ff9ff09e01cc4e099b
        interface_ip: 199.204.45.30
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.204.45.30
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.30
        public_ipv6: 2604:e100:1:0:f816:3eff:fe82:2b8d
        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: 48b22198-e8e3-405c-af2f-1fb741a2fcc1
        host_id: 86d6bbee9a590b753878988beec61ed4d37fe4ff9ff09e01cc4e099b
        interface_ip: 199.204.45.30
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.204.45.30
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.30
        public_ipv6: 2604:e100:1:0:f816:3eff:fe82:2b8d
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    configure_swap_size: 8192
    devstack_local_conf:
      post-config:
        $NEUTRON_CONF:
          DEFAULT:
            global_physnet_mtu: '{{ external_bridge_mtu }}'
        /etc/magnum/magnum.conf:
          cluster_template:
            kubernetes_allowed_network_drivers: calico,cilium
            kubernetes_default_network_driver: calico
          nova_client:
            api_version: 2.15
        /etc/manila/manila.conf:
          generic:
            connect_share_server_to_tenant_network: true
            driver_handles_share_servers: true
    devstack_localrc:
      ADMIN_PASSWORD: secretadmin
      DATABASE_PASSWORD: secretdatabase
      DEBUG_LIBVIRT_COREDUMPS: true
      DISABLE_AMP_IMAGE_BUILD: true
      ENABLE_SYSCTL_MEM_TUNING: true
      ENABLE_SYSCTL_NET_TUNING: true
      ENABLE_ZSWAP: true
      ERROR_ON_CLONE: true
      FIXED_RANGE: 10.1.0.0/20
      FLOATING_RANGE: 172.24.5.0/24
      GIT_BASE: https://github.com
      HOST_IP: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
      IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
      LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
      LOGFILE: /opt/stack/logs/devstacklog.txt
      LOG_COLOR: false
      MAGNUM_GUEST_IMAGE_URL: '{{ image_url }}'
      MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: snapshot_support=True create_share_from_snapshot_support=True
      MANILA_ENABLED_BACKENDS: generic
      MANILA_USE_SERVICE_INSTANCE_PASSWORD: true
      NETWORK_GATEWAY: 10.1.0.1
      NOVA_LIBVIRT_TB_CACHE_SIZE: 128
      NOVA_VNC_ENABLED: true
      OCTAVIA_NODE: api
      OVN_DBS_LOG_LEVEL: dbg
      PUBLIC_BRIDGE_MTU: '{{ external_bridge_mtu }}'
      PUBLIC_NETWORK_GATEWAY: 172.24.5.1
      RABBIT_PASSWORD: secretrabbit
      SERVICE_HOST: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
      SERVICE_PASSWORD: secretservice
      SWIFT_HASH: 1234123412341234
      SWIFT_REPLICAS: 1
      SWIFT_START_ALL_SERVICES: false
      VERBOSE: true
      VERBOSE_NO_TIMESTAMP: true
    devstack_plugins:
      barbican: https://github.com/openstack/barbican
      magnum: https://review.opendev.org/openstack/magnum
      magnum-cluster-api: https://github.com/vexxhost/magnum-cluster-api
      manila: https://github.com/openstack/manila
      octavia: https://github.com/openstack/octavia
      ovn-octavia-provider: https://github.com/openstack/ovn-octavia-provider
    devstack_services:
      base: false
      c-api: true
      c-bak: true
      c-sch: true
      c-vol: true
      dstat: false
      etcd3: true
      file_tracker: true
      g-api: true
      horizon: false
      key: true
      memory_tracker: true
      mysql: true
      n-api: true
      n-api-meta: true
      n-cond: true
      n-cpu: true
      n-novnc: true
      n-sch: true
      o-api: true
      o-da: true
      o-hk: true
      octavia: true
      openstack-cli-server: true
      ovn-controller: true
      ovn-northd: true
      ovs-vswitchd: true
      ovsdb-server: true
      placement-api: true
      q-ovn-agent: true
      q-svc: true
      rabbit: true
      s-account: false
      s-container: false
      s-object: false
      s-proxy: false
      tempest: false
      tls-proxy: true
    extensions_to_txt:
      auto: true
      conf: true
      localrc: true
      log: true
      stackenv: true
    image_url: https://github.com/vexxhost/capo-image-elements/releases/latest/download/ubuntu-22.04-{{
      kube_tag }}.qcow2
    kube_tag: v1.33.10
    network_driver: calico
    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#426>'
      - '<Job devstack-minimal explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#560>'
      - '<Job devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#603>'
      - '<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/jobs.yaml@main#60>'
      - '<Job magnum-cluster-api-hydrophone-v1.33.10 explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#72>'
      - '<Job magnum-cluster-api-hydrophone-v1.33.10-calico explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#78>'
      - '<Job magnum-cluster-api-hydrophone-v1.33.10-calico explicit: None implied:
        None source: vexxhost/magnum-cluster-api/zuul.d/project.yaml@main#1>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 6fd47e38861241aba2764d975c03194f
      build_refs:
      - branch: main
        change: '941'
        change_message: "chore(deps): update rust crate mockall to 0.14.0\n\nThis
          PR contains the following updates:\n\n| Package | Type | Update | Change
          |\n|---|---|---|---|\n| [mockall](https://redirect.github.com/asomers/mockall)
          | dev-dependencies | minor | `0.13.1` \u2192 `0.14.0` |\n\n---\n\n### Release
          Notes\n\n<details>\n<summary>asomers/mockall (mockall)</summary>\n\n###
          [`v0.14.0`](https://redirect.github.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0140---2025-11-22)\n\n[Compare
          Source](https://redirect.github.com/asomers/mockall/compare/v0.13.1...v0.14.0)\n\n#####
          Added\n\n- Allow mocking structs and traits with const generics.\n  ([#&#8203;649](https://redirect.github.com/asomers/mockall/pull/649))\n\n-
          Compatibility with the `#[trait_variant::make]` macro.\n  ([#&#8203;640](https://redirect.github.com/asomers/mockall/pull/640))\n\n-
          Allow Expectations with a non-exact call count to be used in Sequences.\n
          \ ([#&#8203;660](https://redirect.github.com/asomers/mockall/pull/660))\n\n#####
          Changed\n\n- The MSRV is now Rust 1.77.0.\n  ([#&#8203;650](https://redirect.github.com/asomers/mockall/pull/650))\n\n#####
          Fixed\n\n- No longer poison a static mock method's internal `Mutex` when
          panicing, even\n  when using a stable Rust compiler.  Also, no longer poison
          it even if there\n  is no `Context` object.  For example, if the user never
          set an Expectation at\n  all.\n  ([#&#8203;650](https://redirect.github.com/asomers/mockall/pull/650))\n\n-
          Suppress `single-use-lifetimes` lints in the generated code, for cases where\n
          \ the orginal code wouldn't have triggered the warning.\n  ([#&#8203;627](https://redirect.github.com/asomers/mockall/pull/627))\n\n-
          Fix mocking foreign functions with a variadic argument and no pattern, for\n
          \ example `fn foo(...)` as opposed to `fn bar(x: ...)`.  That worked in
          prior\n  versions of Mockall only until Rust 1.93.0, which made such arguments
          illegal\n  for Rust functions.\n  ([#&#8203;673](https://redirect.github.com/asomers/mockall/pull/673))\n\n-
          Fully qualify `Send` and `Sync` traits in generated code, allowing structs
          named\n  `Send` or `Sync` to be in scope without conflicts.\n  ([#&#8203;672](https://redirect.github.com/asomers/mockall/pull/672))\n\n</details>\n\n---\n\n###
          Configuration\n\n\U0001F4C5 **Schedule**: Branch creation - At any time
          (no schedule defined), Automerge - At any time (no schedule defined).\n\n\U0001F6A6
          **Automerge**: Disabled by config. Please merge this manually once you are
          satisfied.\n\n\u267B **Rebasing**: Whenever PR is behind base branch, or
          you tick the rebase/retry checkbox.\n\n\U0001F515 **Ignore**: Close this
          PR and you won't be reminded about this update again.\n\n---\n\n - [ ] <!--
          rebase-check -->If you want to rebase/retry this PR, check this box\n\n---\n\nThis
          PR was generated by [Mend Renovate](https://mend.io/renovate/). View the
          [repository job log](https://developer.mend.io/github/vexxhost/magnum-cluster-api).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/941
        commit_id: 173b734b5f6a8d8a489c0154bd80912b88cb5ccd
        patchset: 173b734b5f6a8d8a489c0154bd80912b88cb5ccd
        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: 6564147cc4f54ea587d1c2c17da057a1
      buildset_refs:
      - branch: main
        change: '941'
        change_message: "chore(deps): update rust crate mockall to 0.14.0\n\nThis
          PR contains the following updates:\n\n| Package | Type | Update | Change
          |\n|---|---|---|---|\n| [mockall](https://redirect.github.com/asomers/mockall)
          | dev-dependencies | minor | `0.13.1` \u2192 `0.14.0` |\n\n---\n\n### Release
          Notes\n\n<details>\n<summary>asomers/mockall (mockall)</summary>\n\n###
          [`v0.14.0`](https://redirect.github.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0140---2025-11-22)\n\n[Compare
          Source](https://redirect.github.com/asomers/mockall/compare/v0.13.1...v0.14.0)\n\n#####
          Added\n\n- Allow mocking structs and traits with const generics.\n  ([#&#8203;649](https://redirect.github.com/asomers/mockall/pull/649))\n\n-
          Compatibility with the `#[trait_variant::make]` macro.\n  ([#&#8203;640](https://redirect.github.com/asomers/mockall/pull/640))\n\n-
          Allow Expectations with a non-exact call count to be used in Sequences.\n
          \ ([#&#8203;660](https://redirect.github.com/asomers/mockall/pull/660))\n\n#####
          Changed\n\n- The MSRV is now Rust 1.77.0.\n  ([#&#8203;650](https://redirect.github.com/asomers/mockall/pull/650))\n\n#####
          Fixed\n\n- No longer poison a static mock method's internal `Mutex` when
          panicing, even\n  when using a stable Rust compiler.  Also, no longer poison
          it even if there\n  is no `Context` object.  For example, if the user never
          set an Expectation at\n  all.\n  ([#&#8203;650](https://redirect.github.com/asomers/mockall/pull/650))\n\n-
          Suppress `single-use-lifetimes` lints in the generated code, for cases where\n
          \ the orginal code wouldn't have triggered the warning.\n  ([#&#8203;627](https://redirect.github.com/asomers/mockall/pull/627))\n\n-
          Fix mocking foreign functions with a variadic argument and no pattern, for\n
          \ example `fn foo(...)` as opposed to `fn bar(x: ...)`.  That worked in
          prior\n  versions of Mockall only until Rust 1.93.0, which made such arguments
          illegal\n  for Rust functions.\n  ([#&#8203;673](https://redirect.github.com/asomers/mockall/pull/673))\n\n-
          Fully qualify `Send` and `Sync` traits in generated code, allowing structs
          named\n  `Send` or `Sync` to be in scope without conflicts.\n  ([#&#8203;672](https://redirect.github.com/asomers/mockall/pull/672))\n\n</details>\n\n---\n\n###
          Configuration\n\n\U0001F4C5 **Schedule**: Branch creation - At any time
          (no schedule defined), Automerge - At any time (no schedule defined).\n\n\U0001F6A6
          **Automerge**: Disabled by config. Please merge this manually once you are
          satisfied.\n\n\u267B **Rebasing**: Whenever PR is behind base branch, or
          you tick the rebase/retry checkbox.\n\n\U0001F515 **Ignore**: Close this
          PR and you won't be reminded about this update again.\n\n---\n\n - [ ] <!--
          rebase-check -->If you want to rebase/retry this PR, check this box\n\n---\n\nThis
          PR was generated by [Mend Renovate](https://mend.io/renovate/). View the
          [repository job log](https://developer.mend.io/github/vexxhost/magnum-cluster-api).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/941
        commit_id: 173b734b5f6a8d8a489c0154bd80912b88cb5ccd
        patchset: 173b734b5f6a8d8a489c0154bd80912b88cb5ccd
        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: '941'
      change_message: "chore(deps): update rust crate mockall to 0.14.0\n\nThis PR
        contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|
        [mockall](https://redirect.github.com/asomers/mockall) | dev-dependencies
        | minor | `0.13.1` \u2192 `0.14.0` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>asomers/mockall
        (mockall)</summary>\n\n### [`v0.14.0`](https://redirect.github.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0140---2025-11-22)\n\n[Compare
        Source](https://redirect.github.com/asomers/mockall/compare/v0.13.1...v0.14.0)\n\n#####
        Added\n\n- Allow mocking structs and traits with const generics.\n  ([#&#8203;649](https://redirect.github.com/asomers/mockall/pull/649))\n\n-
        Compatibility with the `#[trait_variant::make]` macro.\n  ([#&#8203;640](https://redirect.github.com/asomers/mockall/pull/640))\n\n-
        Allow Expectations with a non-exact call count to be used in Sequences.\n
        \ ([#&#8203;660](https://redirect.github.com/asomers/mockall/pull/660))\n\n#####
        Changed\n\n- The MSRV is now Rust 1.77.0.\n  ([#&#8203;650](https://redirect.github.com/asomers/mockall/pull/650))\n\n#####
        Fixed\n\n- No longer poison a static mock method's internal `Mutex` when panicing,
        even\n  when using a stable Rust compiler.  Also, no longer poison it even
        if there\n  is no `Context` object.  For example, if the user never set an
        Expectation at\n  all.\n  ([#&#8203;650](https://redirect.github.com/asomers/mockall/pull/650))\n\n-
        Suppress `single-use-lifetimes` lints in the generated code, for cases where\n
        \ the orginal code wouldn't have triggered the warning.\n  ([#&#8203;627](https://redirect.github.com/asomers/mockall/pull/627))\n\n-
        Fix mocking foreign functions with a variadic argument and no pattern, for\n
        \ example `fn foo(...)` as opposed to `fn bar(x: ...)`.  That worked in prior\n
        \ versions of Mockall only until Rust 1.93.0, which made such arguments illegal\n
        \ for Rust functions.\n  ([#&#8203;673](https://redirect.github.com/asomers/mockall/pull/673))\n\n-
        Fully qualify `Send` and `Sync` traits in generated code, allowing structs
        named\n  `Send` or `Sync` to be in scope without conflicts.\n  ([#&#8203;672](https://redirect.github.com/asomers/mockall/pull/672))\n\n</details>\n\n---\n\n###
        Configuration\n\n\U0001F4C5 **Schedule**: Branch creation - At any time (no
        schedule defined), Automerge - At any time (no schedule defined).\n\n\U0001F6A6
        **Automerge**: Disabled by config. Please merge this manually once you are
        satisfied.\n\n\u267B **Rebasing**: Whenever PR is behind base branch, or you
        tick the rebase/retry checkbox.\n\n\U0001F515 **Ignore**: Close this PR and
        you won't be reminded about this update again.\n\n---\n\n - [ ] <!-- rebase-check
        -->If you want to rebase/retry this PR, check this box\n\n---\n\nThis PR was
        generated by [Mend Renovate](https://mend.io/renovate/). View the [repository
        job log](https://developer.mend.io/github/vexxhost/magnum-cluster-api).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->\n"
      change_url: https://github.com/vexxhost/magnum-cluster-api/pull/941
      child_jobs: []
      commit_id: 173b734b5f6a8d8a489c0154bd80912b88cb5ccd
      event_id: ca533dd0-2e8f-11f1-9328-37bd602712fa
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/6fd47e38861241aba2764d975c03194f/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/6fd47e38861241aba2764d975c03194f/work/logs
        result_data_file: /var/lib/zuul/builds/6fd47e38861241aba2764d975c03194f/work/results.json
        src_root: /var/lib/zuul/builds/6fd47e38861241aba2764d975c03194f/work/src
        work_root: /var/lib/zuul/builds/6fd47e38861241aba2764d975c03194f/work
      include_vars: []
      items:
      - branch: main
        change: '941'
        change_message: "chore(deps): update rust crate mockall to 0.14.0\n\nThis
          PR contains the following updates:\n\n| Package | Type | Update | Change
          |\n|---|---|---|---|\n| [mockall](https://redirect.github.com/asomers/mockall)
          | dev-dependencies | minor | `0.13.1` \u2192 `0.14.0` |\n\n---\n\n### Release
          Notes\n\n<details>\n<summary>asomers/mockall (mockall)</summary>\n\n###
          [`v0.14.0`](https://redirect.github.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0140---2025-11-22)\n\n[Compare
          Source](https://redirect.github.com/asomers/mockall/compare/v0.13.1...v0.14.0)\n\n#####
          Added\n\n- Allow mocking structs and traits with const generics.\n  ([#&#8203;649](https://redirect.github.com/asomers/mockall/pull/649))\n\n-
          Compatibility with the `#[trait_variant::make]` macro.\n  ([#&#8203;640](https://redirect.github.com/asomers/mockall/pull/640))\n\n-
          Allow Expectations with a non-exact call count to be used in Sequences.\n
          \ ([#&#8203;660](https://redirect.github.com/asomers/mockall/pull/660))\n\n#####
          Changed\n\n- The MSRV is now Rust 1.77.0.\n  ([#&#8203;650](https://redirect.github.com/asomers/mockall/pull/650))\n\n#####
          Fixed\n\n- No longer poison a static mock method's internal `Mutex` when
          panicing, even\n  when using a stable Rust compiler.  Also, no longer poison
          it even if there\n  is no `Context` object.  For example, if the user never
          set an Expectation at\n  all.\n  ([#&#8203;650](https://redirect.github.com/asomers/mockall/pull/650))\n\n-
          Suppress `single-use-lifetimes` lints in the generated code, for cases where\n
          \ the orginal code wouldn't have triggered the warning.\n  ([#&#8203;627](https://redirect.github.com/asomers/mockall/pull/627))\n\n-
          Fix mocking foreign functions with a variadic argument and no pattern, for\n
          \ example `fn foo(...)` as opposed to `fn bar(x: ...)`.  That worked in
          prior\n  versions of Mockall only until Rust 1.93.0, which made such arguments
          illegal\n  for Rust functions.\n  ([#&#8203;673](https://redirect.github.com/asomers/mockall/pull/673))\n\n-
          Fully qualify `Send` and `Sync` traits in generated code, allowing structs
          named\n  `Send` or `Sync` to be in scope without conflicts.\n  ([#&#8203;672](https://redirect.github.com/asomers/mockall/pull/672))\n\n</details>\n\n---\n\n###
          Configuration\n\n\U0001F4C5 **Schedule**: Branch creation - At any time
          (no schedule defined), Automerge - At any time (no schedule defined).\n\n\U0001F6A6
          **Automerge**: Disabled by config. Please merge this manually once you are
          satisfied.\n\n\u267B **Rebasing**: Whenever PR is behind base branch, or
          you tick the rebase/retry checkbox.\n\n\U0001F515 **Ignore**: Close this
          PR and you won't be reminded about this update again.\n\n---\n\n - [ ] <!--
          rebase-check -->If you want to rebase/retry this PR, check this box\n\n---\n\nThis
          PR was generated by [Mend Renovate](https://mend.io/renovate/). View the
          [repository job log](https://developer.mend.io/github/vexxhost/magnum-cluster-api).\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/941
        commit_id: 173b734b5f6a8d8a489c0154bd80912b88cb5ccd
        patchset: 173b734b5f6a8d8a489c0154bd80912b88cb5ccd
        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.10-calico
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUoZGVwcyk6IHVwZGF0ZSBydXN0IGNyYXRlIG1vY2thbGwgdG8gMC4xNC4wCgpUaGlzIFBSIGNvbnRhaW5zIHRoZSBmb2xsb3dpbmcgdXBkYXRlczoKCnwgUGFja2FnZSB8IFR5cGUgfCBVcGRhdGUgfCBDaGFuZ2UgfAp8LS0tfC0tLXwtLS18LS0tfAp8IFttb2NrYWxsXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXNvbWVycy9tb2NrYWxsKSB8IGRldi1kZXBlbmRlbmNpZXMgfCBtaW5vciB8IGAwLjEzLjFgIOKGkiBgMC4xNC4wYCB8CgotLS0KCiMjIyBSZWxlYXNlIE5vdGVzCgo8ZGV0YWlscz4KPHN1bW1hcnk+YXNvbWVycy9tb2NrYWxsIChtb2NrYWxsKTwvc3VtbWFyeT4KCiMjIyBbYHYwLjE0LjBgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vYXNvbWVycy9tb2NrYWxsL2Jsb2IvSEVBRC9DSEFOR0VMT0cubWQjMDE0MC0tLTIwMjUtMTEtMjIpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc29tZXJzL21vY2thbGwvY29tcGFyZS92MC4xMy4xLi4udjAuMTQuMCkKCiMjIyMjIEFkZGVkCgotIEFsbG93IG1vY2tpbmcgc3RydWN0cyBhbmQgdHJhaXRzIHdpdGggY29uc3QgZ2VuZXJpY3MuCiAgKFsjJiM4MjAzOzY0OV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2Fzb21lcnMvbW9ja2FsbC9wdWxsLzY0OSkpCgotIENvbXBhdGliaWxpdHkgd2l0aCB0aGUgYCNbdHJhaXRfdmFyaWFudDo6bWFrZV1gIG1hY3JvLgogIChbIyYjODIwMzs2NDBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc29tZXJzL21vY2thbGwvcHVsbC82NDApKQoKLSBBbGxvdyBFeHBlY3RhdGlvbnMgd2l0aCBhIG5vbi1leGFjdCBjYWxsIGNvdW50IHRvIGJlIHVzZWQgaW4gU2VxdWVuY2VzLgogIChbIyYjODIwMzs2NjBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc29tZXJzL21vY2thbGwvcHVsbC82NjApKQoKIyMjIyMgQ2hhbmdlZAoKLSBUaGUgTVNSViBpcyBub3cgUnVzdCAxLjc3LjAuCiAgKFsjJiM4MjAzOzY1MF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2Fzb21lcnMvbW9ja2FsbC9wdWxsLzY1MCkpCgojIyMjIyBGaXhlZAoKLSBObyBsb25nZXIgcG9pc29uIGEgc3RhdGljIG1vY2sgbWV0aG9kJ3MgaW50ZXJuYWwgYE11dGV4YCB3aGVuIHBhbmljaW5nLCBldmVuCiAgd2hlbiB1c2luZyBhIHN0YWJsZSBSdXN0IGNvbXBpbGVyLiAgQWxzbywgbm8gbG9uZ2VyIHBvaXNvbiBpdCBldmVuIGlmIHRoZXJlCiAgaXMgbm8gYENvbnRleHRgIG9iamVjdC4gIEZvciBleGFtcGxlLCBpZiB0aGUgdXNlciBuZXZlciBzZXQgYW4gRXhwZWN0YXRpb24gYXQKICBhbGwuCiAgKFsjJiM4MjAzOzY1MF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2Fzb21lcnMvbW9ja2FsbC9wdWxsLzY1MCkpCgotIFN1cHByZXNzIGBzaW5nbGUtdXNlLWxpZmV0aW1lc2AgbGludHMgaW4gdGhlIGdlbmVyYXRlZCBjb2RlLCBmb3IgY2FzZXMgd2hlcmUKICB0aGUgb3JnaW5hbCBjb2RlIHdvdWxkbid0IGhhdmUgdHJpZ2dlcmVkIHRoZSB3YXJuaW5nLgogIChbIyYjODIwMzs2MjddKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc29tZXJzL21vY2thbGwvcHVsbC82MjcpKQoKLSBGaXggbW9ja2luZyBmb3JlaWduIGZ1bmN0aW9ucyB3aXRoIGEgdmFyaWFkaWMgYXJndW1lbnQgYW5kIG5vIHBhdHRlcm4sIGZvcgogIGV4YW1wbGUgYGZuIGZvbyguLi4pYCBhcyBvcHBvc2VkIHRvIGBmbiBiYXIoeDogLi4uKWAuICBUaGF0IHdvcmtlZCBpbiBwcmlvcgogIHZlcnNpb25zIG9mIE1vY2thbGwgb25seSB1bnRpbCBSdXN0IDEuOTMuMCwgd2hpY2ggbWFkZSBzdWNoIGFyZ3VtZW50cyBpbGxlZ2FsCiAgZm9yIFJ1c3QgZnVuY3Rpb25zLgogIChbIyYjODIwMzs2NzNdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9hc29tZXJzL21vY2thbGwvcHVsbC82NzMpKQoKLSBGdWxseSBxdWFsaWZ5IGBTZW5kYCBhbmQgYFN5bmNgIHRyYWl0cyBpbiBnZW5lcmF0ZWQgY29kZSwgYWxsb3dpbmcgc3RydWN0cyBuYW1lZAogIGBTZW5kYCBvciBgU3luY2AgdG8gYmUgaW4gc2NvcGUgd2l0aG91dCBjb25mbGljdHMuCiAgKFsjJiM4MjAzOzY3Ml0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2Fzb21lcnMvbW9ja2FsbC9wdWxsLzY3MikpCgo8L2RldGFpbHM+CgotLS0KCiMjIyBDb25maWd1cmF0aW9uCgrwn5OFICoqU2NoZWR1bGUqKjogQnJhbmNoIGNyZWF0aW9uIC0gQXQgYW55IHRpbWUgKG5vIHNjaGVkdWxlIGRlZmluZWQpLCBBdXRvbWVyZ2UgLSBBdCBhbnkgdGltZSAobm8gc2NoZWR1bGUgZGVmaW5lZCkuCgrwn5qmICoqQXV0b21lcmdlKio6IERpc2FibGVkIGJ5IGNvbmZpZy4gUGxlYXNlIG1lcmdlIHRoaXMgbWFudWFsbHkgb25jZSB5b3UgYXJlIHNhdGlzZmllZC4KCuKZuyAqKlJlYmFzaW5nKio6IFdoZW5ldmVyIFBSIGlzIGJlaGluZCBiYXNlIGJyYW5jaCwgb3IgeW91IHRpY2sgdGhlIHJlYmFzZS9yZXRyeSBjaGVja2JveC4KCvCflJUgKipJZ25vcmUqKjogQ2xvc2UgdGhpcyBQUiBhbmQgeW91IHdvbid0IGJlIHJlbWluZGVkIGFib3V0IHRoaXMgdXBkYXRlIGFnYWluLgoKLS0tCgogLSBbIF0gPCEtLSByZWJhc2UtY2hlY2sgLS0+SWYgeW91IHdhbnQgdG8gcmViYXNlL3JldHJ5IHRoaXMgUFIsIGNoZWNrIHRoaXMgYm94CgotLS0KClRoaXMgUFIgd2FzIGdlbmVyYXRlZCBieSBbTWVuZCBSZW5vdmF0ZV0oaHR0cHM6Ly9tZW5kLmlvL3Jlbm92YXRlLykuIFZpZXcgdGhlIFtyZXBvc2l0b3J5IGpvYiBsb2ddKGh0dHBzOi8vZGV2ZWxvcGVyLm1lbmQuaW8vZ2l0aHViL3ZleHhob3N0L21hZ251bS1jbHVzdGVyLWFwaSkuCjwhLS1yZW5vdmF0ZS1kZWJ1ZzpleUpqY21WaGRHVmtTVzVXWlhJaU9pSTBNeTR4TURJdU1URWlMQ0oxY0dSaGRHVmtTVzVXWlhJaU9pSTBNeTR4TURJdU1URWlMQ0owWVhKblpYUkNjbUZ1WTJnaU9pSnRZV2x1SWl3aWJHRmlaV3h6SWpwYlhYMD0tLT4K
      override_checkout: master
      patchset: 173b734b5f6a8d8a489c0154bd80912b88cb5ccd
      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: c75fe6ef19c05b98349573c971950c51bbf24758
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_0/opendev.org/openstack/devstack:
            canonical_name: opendev.org/openstack/devstack
            checkout: master
            commit: b44c3e13dcc707a14512b97a42cbe4b4dba2bfc3
          untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs:
            canonical_name: opendev.org/openstack/openstack-zuul-jobs
            checkout: master
            commit: 3d5175f90e389f3240a8400a792abaaeb51bee3b
          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: c75fe6ef19c05b98349573c971950c51bbf24758
          untrusted/project_4/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_5/github.com/vexxhost/magnum-cluster-api:
            canonical_name: github.com/vexxhost/magnum-cluster-api
            checkout: main
            commit: 173b734b5f6a8d8a489c0154bd80912b88cb5ccd
        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: 8e1ebdffba02e651c399dacef841f8941f6ad6e4
          name: novnc/novnc
          required: true
          short_name: novnc
          src_dir: src/github.com/novnc/novnc
        github.com/vexxhost/magnum-cluster-api:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          checkout: main
          checkout_description: zuul branch
          commit: 173b734b5f6a8d8a489c0154bd80912b88cb5ccd
          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: f8a331a40eb21e6c8f37e07794d57aa98b120af9
          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: 81c48732b13b4512ca63ac0fc91ccd7b0eec2863
          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: b44c3e13dcc707a14512b97a42cbe4b4dba2bfc3
          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: 6c2b7a88393148bc68d8e7e4a9ffa8144a6de48b
          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: dd1df34098e2db77a696e2e39a5228df24376192
          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: ec08b8b22b807b741c27a74e2497d58781d96fc2
          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: 54ac755d93d6c4128ddb8814b5d7f3906234fff4
          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: 5a516696d02a054d216972d00ead01238a9c2eff
          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: 653f7a42d0c9db126c0d5eb94af8945732f68d72
          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: c86b945c21b7d5d34cf13a4e9d52810d657682da
          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: a04e63332c1a1fb2f1aceb20892f9aabefb75cf7
          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: e3db398fba279721121892323e6260c6932797c1
          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: bfc9dbc2aa9a113c12e591a87f774a6d986a981f
          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: d98ab6073f2cba9c1c3b9dc21c91b32e601aeeae
          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: 7ae2871a36c7a066ee346ec83e36bd07237f3f7c
          name: openstack/swift
          required: true
          short_name: swift
          src_dir: src/opendev.org/openstack/swift
      ref: refs/pull/941/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
