all:
  children:
    tempest:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.132
      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_release: 2026.05-7
      image_url: https://github.com/vexxhost/capo-image-elements/releases/download/{{
        image_release }}/ubuntu-22.04-{{ kube_tag }}.qcow2
      kube_tag: v1.34.8
      network_driver: cilium
      nodepool:
        az: nova
        cloud: public
        external_id: be384e7a-bc23-44d7-a630-14dcc4b4adc8
        host_id: c9670958829e9c96e47d452d2c9c4ce9edaac336d3dbc4a3c4ec531c
        interface_ip: 199.204.45.132
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.204.45.132
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.132
        public_ipv6: 2604:e100:1:0:f816:3eff:fefa:3868
        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: be384e7a-bc23-44d7-a630-14dcc4b4adc8
        host_id: c9670958829e9c96e47d452d2c9c4ce9edaac336d3dbc4a3c4ec531c
        interface_ip: 199.204.45.132
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.204.45.132
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.132
        public_ipv6: 2604:e100:1:0:f816:3eff:fefa:3868
        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_release: 2026.05-7
    image_url: https://github.com/vexxhost/capo-image-elements/releases/download/{{
      image_release }}/ubuntu-22.04-{{ kube_tag }}.qcow2
    kube_tag: v1.34.8
    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#368>'
      - '<Job devstack-minimal explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#502>'
      - '<Job devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#545>'
      - '<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.34.8 explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#50>'
      - '<Job magnum-cluster-api-hydrophone-v1.34.8-cilium explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#61>'
      - '<Job magnum-cluster-api-hydrophone-v1.34.8-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: ccf6cf11ea0647a2b030e1dfe605f97d
      build_refs:
      - branch: main
        change: '1086'
        change_message: "chore(deps): update rust crate vergen-gix to v10\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 | major | `9` \u2192 `10` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>rustyhorde/vergen
          (vergen-gix)</summary>\n\n### [`v10.0.0`](https://redirect.github.com/rustyhorde/vergen/releases/tag/v10.0.0):
          vergen 10.0.0\n\n##### vergen 10.0.0\n\nMajor release of the `vergen` suite
          (`vergen`, `vergen-lib`, `vergen-git2`, `vergen-gitcl`, `vergen-gix`, `vergen-pretty`).\n\n#####
          Highlights\n\n- **MSRV raised to 1.95.0** ([#&#8203;496](https://redirect.github.com/rustyhorde/vergen/issues/496),
          prior bumps via [#&#8203;487](https://redirect.github.com/rustyhorde/vergen/issues/487),
          [#&#8203;440](https://redirect.github.com/rustyhorde/vergen/issues/440)).\n-
          **Raw Unix-seconds timestamps** \u2014 emit build timestamps as raw Unix
          seconds ([#&#8203;444](https://redirect.github.com/rustyhorde/vergen/issues/444)).\n-
          **`SOURCE_DATE_EPOCH` decoupling** plus a `.cargo_vcs_info.json` fallback
          for reproducible builds when building from a published crate without a git
          repo ([#&#8203;452](https://redirect.github.com/rustyhorde/vergen/issues/452),
          [#&#8203;448](https://redirect.github.com/rustyhorde/vergen/issues/448)).\n-
          **Remote URL support** for git functionality ([#&#8203;459](https://redirect.github.com/rustyhorde/vergen/issues/459)).\n-
          **`GIT_DIRTY`** instruction documented and dirty-output fixes for `vergen-gix`
          ([#&#8203;465](https://redirect.github.com/rustyhorde/vergen/issues/465),
          [#&#8203;423](https://redirect.github.com/rustyhorde/vergen/issues/423)).\n\n#####
          Internal / maintenance\n\n- Replaced `getset` with hand-written getters
          in `vergen-lib` ([#&#8203;491](https://redirect.github.com/rustyhorde/vergen/issues/491)).\n-
          Removed `bincode` from `vergen-pretty` ([#&#8203;481](https://redirect.github.com/rustyhorde/vergen/issues/481)).\n-
          Added a `cargo-semver-checks` CI job ([#&#8203;478](https://redirect.github.com/rustyhorde/vergen/issues/478)).\n-
          Numerous dependency updates, including `gix` bumps to address RUSTSEC advisories
          ([#&#8203;473](https://redirect.github.com/rustyhorde/vergen/issues/473),
          [#&#8203;488](https://redirect.github.com/rustyhorde/vergen/issues/488),
          [#&#8203;490](https://redirect.github.com/rustyhorde/vergen/issues/490)).\n-
          CI: skip coverage jobs for forked PRs ([#&#8203;492](https://redirect.github.com/rustyhorde/vergen/issues/492)),
          pinning + parallelization ([#&#8203;496](https://redirect.github.com/rustyhorde/vergen/issues/496)).\n-
          Lint and doc fixes across the workspace.\n\n**Full Changelog**: <https://github.com/rustyhorde/vergen/compare/vergen_9.0.6...v10.0.0>\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 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1086
        commit_id: 9d61701c9043aa7ff4949bcd6399c169531f581c
        patchset: 9d61701c9043aa7ff4949bcd6399c169531f581c
        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: edc6c7518ab6477cb54c42ca2119eb22
      buildset_refs:
      - branch: main
        change: '1086'
        change_message: "chore(deps): update rust crate vergen-gix to v10\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 | major | `9` \u2192 `10` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>rustyhorde/vergen
          (vergen-gix)</summary>\n\n### [`v10.0.0`](https://redirect.github.com/rustyhorde/vergen/releases/tag/v10.0.0):
          vergen 10.0.0\n\n##### vergen 10.0.0\n\nMajor release of the `vergen` suite
          (`vergen`, `vergen-lib`, `vergen-git2`, `vergen-gitcl`, `vergen-gix`, `vergen-pretty`).\n\n#####
          Highlights\n\n- **MSRV raised to 1.95.0** ([#&#8203;496](https://redirect.github.com/rustyhorde/vergen/issues/496),
          prior bumps via [#&#8203;487](https://redirect.github.com/rustyhorde/vergen/issues/487),
          [#&#8203;440](https://redirect.github.com/rustyhorde/vergen/issues/440)).\n-
          **Raw Unix-seconds timestamps** \u2014 emit build timestamps as raw Unix
          seconds ([#&#8203;444](https://redirect.github.com/rustyhorde/vergen/issues/444)).\n-
          **`SOURCE_DATE_EPOCH` decoupling** plus a `.cargo_vcs_info.json` fallback
          for reproducible builds when building from a published crate without a git
          repo ([#&#8203;452](https://redirect.github.com/rustyhorde/vergen/issues/452),
          [#&#8203;448](https://redirect.github.com/rustyhorde/vergen/issues/448)).\n-
          **Remote URL support** for git functionality ([#&#8203;459](https://redirect.github.com/rustyhorde/vergen/issues/459)).\n-
          **`GIT_DIRTY`** instruction documented and dirty-output fixes for `vergen-gix`
          ([#&#8203;465](https://redirect.github.com/rustyhorde/vergen/issues/465),
          [#&#8203;423](https://redirect.github.com/rustyhorde/vergen/issues/423)).\n\n#####
          Internal / maintenance\n\n- Replaced `getset` with hand-written getters
          in `vergen-lib` ([#&#8203;491](https://redirect.github.com/rustyhorde/vergen/issues/491)).\n-
          Removed `bincode` from `vergen-pretty` ([#&#8203;481](https://redirect.github.com/rustyhorde/vergen/issues/481)).\n-
          Added a `cargo-semver-checks` CI job ([#&#8203;478](https://redirect.github.com/rustyhorde/vergen/issues/478)).\n-
          Numerous dependency updates, including `gix` bumps to address RUSTSEC advisories
          ([#&#8203;473](https://redirect.github.com/rustyhorde/vergen/issues/473),
          [#&#8203;488](https://redirect.github.com/rustyhorde/vergen/issues/488),
          [#&#8203;490](https://redirect.github.com/rustyhorde/vergen/issues/490)).\n-
          CI: skip coverage jobs for forked PRs ([#&#8203;492](https://redirect.github.com/rustyhorde/vergen/issues/492)),
          pinning + parallelization ([#&#8203;496](https://redirect.github.com/rustyhorde/vergen/issues/496)).\n-
          Lint and doc fixes across the workspace.\n\n**Full Changelog**: <https://github.com/rustyhorde/vergen/compare/vergen_9.0.6...v10.0.0>\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 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1086
        commit_id: 9d61701c9043aa7ff4949bcd6399c169531f581c
        patchset: 9d61701c9043aa7ff4949bcd6399c169531f581c
        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: '1086'
      change_message: "chore(deps): update rust crate vergen-gix to v10\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
        | major | `9` \u2192 `10` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>rustyhorde/vergen
        (vergen-gix)</summary>\n\n### [`v10.0.0`](https://redirect.github.com/rustyhorde/vergen/releases/tag/v10.0.0):
        vergen 10.0.0\n\n##### vergen 10.0.0\n\nMajor release of the `vergen` suite
        (`vergen`, `vergen-lib`, `vergen-git2`, `vergen-gitcl`, `vergen-gix`, `vergen-pretty`).\n\n#####
        Highlights\n\n- **MSRV raised to 1.95.0** ([#&#8203;496](https://redirect.github.com/rustyhorde/vergen/issues/496),
        prior bumps via [#&#8203;487](https://redirect.github.com/rustyhorde/vergen/issues/487),
        [#&#8203;440](https://redirect.github.com/rustyhorde/vergen/issues/440)).\n-
        **Raw Unix-seconds timestamps** \u2014 emit build timestamps as raw Unix seconds
        ([#&#8203;444](https://redirect.github.com/rustyhorde/vergen/issues/444)).\n-
        **`SOURCE_DATE_EPOCH` decoupling** plus a `.cargo_vcs_info.json` fallback
        for reproducible builds when building from a published crate without a git
        repo ([#&#8203;452](https://redirect.github.com/rustyhorde/vergen/issues/452),
        [#&#8203;448](https://redirect.github.com/rustyhorde/vergen/issues/448)).\n-
        **Remote URL support** for git functionality ([#&#8203;459](https://redirect.github.com/rustyhorde/vergen/issues/459)).\n-
        **`GIT_DIRTY`** instruction documented and dirty-output fixes for `vergen-gix`
        ([#&#8203;465](https://redirect.github.com/rustyhorde/vergen/issues/465),
        [#&#8203;423](https://redirect.github.com/rustyhorde/vergen/issues/423)).\n\n#####
        Internal / maintenance\n\n- Replaced `getset` with hand-written getters in
        `vergen-lib` ([#&#8203;491](https://redirect.github.com/rustyhorde/vergen/issues/491)).\n-
        Removed `bincode` from `vergen-pretty` ([#&#8203;481](https://redirect.github.com/rustyhorde/vergen/issues/481)).\n-
        Added a `cargo-semver-checks` CI job ([#&#8203;478](https://redirect.github.com/rustyhorde/vergen/issues/478)).\n-
        Numerous dependency updates, including `gix` bumps to address RUSTSEC advisories
        ([#&#8203;473](https://redirect.github.com/rustyhorde/vergen/issues/473),
        [#&#8203;488](https://redirect.github.com/rustyhorde/vergen/issues/488), [#&#8203;490](https://redirect.github.com/rustyhorde/vergen/issues/490)).\n-
        CI: skip coverage jobs for forked PRs ([#&#8203;492](https://redirect.github.com/rustyhorde/vergen/issues/492)),
        pinning + parallelization ([#&#8203;496](https://redirect.github.com/rustyhorde/vergen/issues/496)).\n-
        Lint and doc fixes across the workspace.\n\n**Full Changelog**: <https://github.com/rustyhorde/vergen/compare/vergen_9.0.6...v10.0.0>\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 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
      change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1086
      child_jobs: []
      commit_id: 9d61701c9043aa7ff4949bcd6399c169531f581c
      event_id: d353e980-6ab6-11f1-82ca-01034f06195f
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/ccf6cf11ea0647a2b030e1dfe605f97d/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/ccf6cf11ea0647a2b030e1dfe605f97d/work/logs
        result_data_file: /var/lib/zuul/builds/ccf6cf11ea0647a2b030e1dfe605f97d/work/results.json
        src_root: /var/lib/zuul/builds/ccf6cf11ea0647a2b030e1dfe605f97d/work/src
        work_root: /var/lib/zuul/builds/ccf6cf11ea0647a2b030e1dfe605f97d/work
      include_vars: []
      items:
      - branch: main
        change: '1086'
        change_message: "chore(deps): update rust crate vergen-gix to v10\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 | major | `9` \u2192 `10` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>rustyhorde/vergen
          (vergen-gix)</summary>\n\n### [`v10.0.0`](https://redirect.github.com/rustyhorde/vergen/releases/tag/v10.0.0):
          vergen 10.0.0\n\n##### vergen 10.0.0\n\nMajor release of the `vergen` suite
          (`vergen`, `vergen-lib`, `vergen-git2`, `vergen-gitcl`, `vergen-gix`, `vergen-pretty`).\n\n#####
          Highlights\n\n- **MSRV raised to 1.95.0** ([#&#8203;496](https://redirect.github.com/rustyhorde/vergen/issues/496),
          prior bumps via [#&#8203;487](https://redirect.github.com/rustyhorde/vergen/issues/487),
          [#&#8203;440](https://redirect.github.com/rustyhorde/vergen/issues/440)).\n-
          **Raw Unix-seconds timestamps** \u2014 emit build timestamps as raw Unix
          seconds ([#&#8203;444](https://redirect.github.com/rustyhorde/vergen/issues/444)).\n-
          **`SOURCE_DATE_EPOCH` decoupling** plus a `.cargo_vcs_info.json` fallback
          for reproducible builds when building from a published crate without a git
          repo ([#&#8203;452](https://redirect.github.com/rustyhorde/vergen/issues/452),
          [#&#8203;448](https://redirect.github.com/rustyhorde/vergen/issues/448)).\n-
          **Remote URL support** for git functionality ([#&#8203;459](https://redirect.github.com/rustyhorde/vergen/issues/459)).\n-
          **`GIT_DIRTY`** instruction documented and dirty-output fixes for `vergen-gix`
          ([#&#8203;465](https://redirect.github.com/rustyhorde/vergen/issues/465),
          [#&#8203;423](https://redirect.github.com/rustyhorde/vergen/issues/423)).\n\n#####
          Internal / maintenance\n\n- Replaced `getset` with hand-written getters
          in `vergen-lib` ([#&#8203;491](https://redirect.github.com/rustyhorde/vergen/issues/491)).\n-
          Removed `bincode` from `vergen-pretty` ([#&#8203;481](https://redirect.github.com/rustyhorde/vergen/issues/481)).\n-
          Added a `cargo-semver-checks` CI job ([#&#8203;478](https://redirect.github.com/rustyhorde/vergen/issues/478)).\n-
          Numerous dependency updates, including `gix` bumps to address RUSTSEC advisories
          ([#&#8203;473](https://redirect.github.com/rustyhorde/vergen/issues/473),
          [#&#8203;488](https://redirect.github.com/rustyhorde/vergen/issues/488),
          [#&#8203;490](https://redirect.github.com/rustyhorde/vergen/issues/490)).\n-
          CI: skip coverage jobs for forked PRs ([#&#8203;492](https://redirect.github.com/rustyhorde/vergen/issues/492)),
          pinning + parallelization ([#&#8203;496](https://redirect.github.com/rustyhorde/vergen/issues/496)).\n-
          Lint and doc fixes across the workspace.\n\n**Full Changelog**: <https://github.com/rustyhorde/vergen/compare/vergen_9.0.6...v10.0.0>\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 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1086
        commit_id: 9d61701c9043aa7ff4949bcd6399c169531f581c
        patchset: 9d61701c9043aa7ff4949bcd6399c169531f581c
        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.34.8-cilium
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUoZGVwcyk6IHVwZGF0ZSBydXN0IGNyYXRlIHZlcmdlbi1naXggdG8gdjEwCgpUaGlzIFBSIGNvbnRhaW5zIHRoZSBmb2xsb3dpbmcgdXBkYXRlczoKCnwgUGFja2FnZSB8IFR5cGUgfCBVcGRhdGUgfCBDaGFuZ2UgfAp8LS0tfC0tLXwtLS18LS0tfAp8IFt2ZXJnZW4tZ2l4XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdHlob3JkZS92ZXJnZW4pIHwgYnVpbGQtZGVwZW5kZW5jaWVzIHwgbWFqb3IgfCBgOWAg4oaSIGAxMGAgfAoKLS0tCgojIyMgUmVsZWFzZSBOb3RlcwoKPGRldGFpbHM+CjxzdW1tYXJ5PnJ1c3R5aG9yZGUvdmVyZ2VuICh2ZXJnZW4tZ2l4KTwvc3VtbWFyeT4KCiMjIyBbYHYxMC4wLjBgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdHlob3JkZS92ZXJnZW4vcmVsZWFzZXMvdGFnL3YxMC4wLjApOiB2ZXJnZW4gMTAuMC4wCgojIyMjIyB2ZXJnZW4gMTAuMC4wCgpNYWpvciByZWxlYXNlIG9mIHRoZSBgdmVyZ2VuYCBzdWl0ZSAoYHZlcmdlbmAsIGB2ZXJnZW4tbGliYCwgYHZlcmdlbi1naXQyYCwgYHZlcmdlbi1naXRjbGAsIGB2ZXJnZW4tZ2l4YCwgYHZlcmdlbi1wcmV0dHlgKS4KCiMjIyMjIEhpZ2hsaWdodHMKCi0gKipNU1JWIHJhaXNlZCB0byAxLjk1LjAqKiAoWyMmIzgyMDM7NDk2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdHlob3JkZS92ZXJnZW4vaXNzdWVzLzQ5NiksIHByaW9yIGJ1bXBzIHZpYSBbIyYjODIwMzs0ODddKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0eWhvcmRlL3Zlcmdlbi9pc3N1ZXMvNDg3KSwgWyMmIzgyMDM7NDQwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdHlob3JkZS92ZXJnZW4vaXNzdWVzLzQ0MCkpLgotICoqUmF3IFVuaXgtc2Vjb25kcyB0aW1lc3RhbXBzKiog4oCUIGVtaXQgYnVpbGQgdGltZXN0YW1wcyBhcyByYXcgVW5peCBzZWNvbmRzIChbIyYjODIwMzs0NDRdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0eWhvcmRlL3Zlcmdlbi9pc3N1ZXMvNDQ0KSkuCi0gKipgU09VUkNFX0RBVEVfRVBPQ0hgIGRlY291cGxpbmcqKiBwbHVzIGEgYC5jYXJnb192Y3NfaW5mby5qc29uYCBmYWxsYmFjayBmb3IgcmVwcm9kdWNpYmxlIGJ1aWxkcyB3aGVuIGJ1aWxkaW5nIGZyb20gYSBwdWJsaXNoZWQgY3JhdGUgd2l0aG91dCBhIGdpdCByZXBvIChbIyYjODIwMzs0NTJdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0eWhvcmRlL3Zlcmdlbi9pc3N1ZXMvNDUyKSwgWyMmIzgyMDM7NDQ4XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdHlob3JkZS92ZXJnZW4vaXNzdWVzLzQ0OCkpLgotICoqUmVtb3RlIFVSTCBzdXBwb3J0KiogZm9yIGdpdCBmdW5jdGlvbmFsaXR5IChbIyYjODIwMzs0NTldKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0eWhvcmRlL3Zlcmdlbi9pc3N1ZXMvNDU5KSkuCi0gKipgR0lUX0RJUlRZYCoqIGluc3RydWN0aW9uIGRvY3VtZW50ZWQgYW5kIGRpcnR5LW91dHB1dCBmaXhlcyBmb3IgYHZlcmdlbi1naXhgIChbIyYjODIwMzs0NjVdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0eWhvcmRlL3Zlcmdlbi9pc3N1ZXMvNDY1KSwgWyMmIzgyMDM7NDIzXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdHlob3JkZS92ZXJnZW4vaXNzdWVzLzQyMykpLgoKIyMjIyMgSW50ZXJuYWwgLyBtYWludGVuYW5jZQoKLSBSZXBsYWNlZCBgZ2V0c2V0YCB3aXRoIGhhbmQtd3JpdHRlbiBnZXR0ZXJzIGluIGB2ZXJnZW4tbGliYCAoWyMmIzgyMDM7NDkxXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdHlob3JkZS92ZXJnZW4vaXNzdWVzLzQ5MSkpLgotIFJlbW92ZWQgYGJpbmNvZGVgIGZyb20gYHZlcmdlbi1wcmV0dHlgIChbIyYjODIwMzs0ODFdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0eWhvcmRlL3Zlcmdlbi9pc3N1ZXMvNDgxKSkuCi0gQWRkZWQgYSBgY2FyZ28tc2VtdmVyLWNoZWNrc2AgQ0kgam9iIChbIyYjODIwMzs0NzhdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0eWhvcmRlL3Zlcmdlbi9pc3N1ZXMvNDc4KSkuCi0gTnVtZXJvdXMgZGVwZW5kZW5jeSB1cGRhdGVzLCBpbmNsdWRpbmcgYGdpeGAgYnVtcHMgdG8gYWRkcmVzcyBSVVNUU0VDIGFkdmlzb3JpZXMgKFsjJiM4MjAzOzQ3M10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3R5aG9yZGUvdmVyZ2VuL2lzc3Vlcy80NzMpLCBbIyYjODIwMzs0ODhdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9ydXN0eWhvcmRlL3Zlcmdlbi9pc3N1ZXMvNDg4KSwgWyMmIzgyMDM7NDkwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdHlob3JkZS92ZXJnZW4vaXNzdWVzLzQ5MCkpLgotIENJOiBza2lwIGNvdmVyYWdlIGpvYnMgZm9yIGZvcmtlZCBQUnMgKFsjJiM4MjAzOzQ5Ml0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3J1c3R5aG9yZGUvdmVyZ2VuL2lzc3Vlcy80OTIpKSwgcGlubmluZyArIHBhcmFsbGVsaXphdGlvbiAoWyMmIzgyMDM7NDk2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcnVzdHlob3JkZS92ZXJnZW4vaXNzdWVzLzQ5NikpLgotIExpbnQgYW5kIGRvYyBmaXhlcyBhY3Jvc3MgdGhlIHdvcmtzcGFjZS4KCioqRnVsbCBDaGFuZ2Vsb2cqKjogPGh0dHBzOi8vZ2l0aHViLmNvbS9ydXN0eWhvcmRlL3Zlcmdlbi9jb21wYXJlL3Zlcmdlbl85LjAuNi4uLnYxMC4wLjA+Cgo8L2RldGFpbHM+CgotLS0KCiMjIyBDb25maWd1cmF0aW9uCgrwn5OFICoqU2NoZWR1bGUqKjogKFVUQykKCi0gQnJhbmNoIGNyZWF0aW9uCiAgLSBBdCBhbnkgdGltZSAobm8gc2NoZWR1bGUgZGVmaW5lZCkKLSBBdXRvbWVyZ2UKICAtIEF0IGFueSB0aW1lIChubyBzY2hlZHVsZSBkZWZpbmVkKQoK8J+apiAqKkF1dG9tZXJnZSoqOiBEaXNhYmxlZCBieSBjb25maWcuIFBsZWFzZSBtZXJnZSB0aGlzIG1hbnVhbGx5IG9uY2UgeW91IGFyZSBzYXRpc2ZpZWQuCgrimbsgKipSZWJhc2luZyoqOiBXaGVuZXZlciBQUiBpcyBiZWhpbmQgYmFzZSBicmFuY2gsIG9yIHlvdSB0aWNrIHRoZSByZWJhc2UvcmV0cnkgY2hlY2tib3guCgrwn5SVICoqSWdub3JlKio6IENsb3NlIHRoaXMgUFIgYW5kIHlvdSB3b24ndCBiZSByZW1pbmRlZCBhYm91dCB0aGlzIHVwZGF0ZSBhZ2Fpbi4KCi0tLQoKIC0gWyBdIDwhLS0gcmViYXNlLWNoZWNrIC0tPklmIHlvdSB3YW50IHRvIHJlYmFzZS9yZXRyeSB0aGlzIFBSLCBjaGVjayB0aGlzIGJveAoKLS0tCgpUaGlzIFBSIHdhcyBnZW5lcmF0ZWQgYnkgW01lbmQgUmVub3ZhdGVdKGh0dHBzOi8vbWVuZC5pby9yZW5vdmF0ZS8pLiBWaWV3IHRoZSBbcmVwb3NpdG9yeSBqb2IgbG9nXShodHRwczovL2RldmVsb3Blci5tZW5kLmlvL2dpdGh1Yi92ZXh4aG9zdC9tYWdudW0tY2x1c3Rlci1hcGkpLgo8IS0tcmVub3ZhdGUtZGVidWc6ZXlKamNtVmhkR1ZrU1c1V1pYSWlPaUkwTXk0eU1Ua3VNQ0lzSW5Wd1pHRjBaV1JKYmxabGNpSTZJalF6TGpJeE9TNHdJaXdpZEdGeVoyVjBRbkpoYm1Ob0lqb2liV0ZwYmlJc0lteGhZbVZzY3lJNlcxMTktLT4K
      override_checkout: master
      patchset: 9d61701c9043aa7ff4949bcd6399c169531f581c
      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: aa325aae459aaeadbd8fef95bd700bdae70ab38c
          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: 37fb911deef99dce62bfce22cce767b821a23bb1
          untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs:
            canonical_name: opendev.org/openstack/openstack-zuul-jobs
            checkout: master
            commit: 5fa6e66a61d05edca386ae6c7520985709153366
          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: aa325aae459aaeadbd8fef95bd700bdae70ab38c
          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: 9d61701c9043aa7ff4949bcd6399c169531f581c
        playbooks:
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/hydrophone/run.yml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/playbook_0/role_1/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/playbook_0/role_1/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/playbook_0/role_2/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/playbook_0/role_2/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_4/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/playbook_0/role_5/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_5/zuul-jobs/roles
        post_playbooks:
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/hydrophone/post.yml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_0/role_1/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/post_playbook_0/role_1/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_0/role_2/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/post_playbook_0/role_2/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_4/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_5/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_5/zuul-jobs/roles
        - path: untrusted/project_0/opendev.org/openstack/devstack/playbooks/post.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/post_playbook_1/role_0/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/post_playbook_1/role_0/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_1/role_1/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/post_playbook_1/role_1/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_1/role_3/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_1/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_1/role_4/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_4/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post.yaml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_2/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_2/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_2/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_2/role_2/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post-logs.yaml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_3/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_3/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_3/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_3/role_2/zuul-jobs/roles
        pre_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/pre.yaml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_0/role_2/zuul-jobs/roles
        - path: untrusted/project_0/opendev.org/openstack/devstack/playbooks/pre.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_0/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/pre_playbook_1/role_0/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_1/role_1/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_1/role_3/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_1/role_4/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_4/zuul-jobs/roles
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/hydrophone/pre.yml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_2/role_1/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/pre_playbook_2/role_1/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_2/role_2/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/pre_playbook_2/role_2/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_2/role_4/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_2/role_4/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_2/role_5/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_2/role_5/zuul-jobs/roles
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/magnum-cluster-api
        name: vexxhost/magnum-cluster-api
        short_name: magnum-cluster-api
        src_dir: src/github.com/vexxhost/magnum-cluster-api
      projects:
        github.com/novnc/novnc:
          canonical_hostname: github.com
          canonical_name: github.com/novnc/novnc
          checkout: master
          checkout_description: job override ref
          commit: 7c36fabe599e053c5a81e98e091ac636f6c1e174
          name: novnc/novnc
          required: true
          short_name: novnc
          src_dir: src/github.com/novnc/novnc
        github.com/vexxhost/magnum-cluster-api:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          checkout: main
          checkout_description: zuul branch
          commit: 9d61701c9043aa7ff4949bcd6399c169531f581c
          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: a9b738f9c21e41c123e60dfe02888477c9886603
          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: 0cffd939cdac641dafa63d6f56da1597100f9ccb
          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: 37fb911deef99dce62bfce22cce767b821a23bb1
          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: 6dd6e4dd05304963bc5c06219fcce439fb463e48
          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: 4172e784581e71b468325c05f4e9023c0fefd9b5
          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: b9a40a6f0ecd692a1fe7cc0f18454413505b44df
          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: 5cf57fbe77c3ede8914294524fefd4f2134c2d40
          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: 319761f0697026227aa7b0a882bfdfddbae74f91
          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: fd1b6d074047bafb53ab5d36f9c4d065dd61fc45
          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: 9ff4683c8212e4c043af69f1b5ebadc21651dc58
          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: 890b6266450916ddf9ef8c0a157f3fe4eb03e7a5
          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: 3cba66c70ce49e31e582c8d03e945017f38fcf11
          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: 0cee96126c3fed1df41976493c17e4b54923ae5d
          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: 4bb8ff9ad664e832d78139e23f5933cca6054d35
          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: 0dc24a9fb7f3dfefca6ff4443ba98891534e1868
          name: openstack/swift
          required: true
          short_name: swift
          src_dir: src/opendev.org/openstack/swift
      ref: refs/pull/1086/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
