all:
  children:
    tempest:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.19.213.157
      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: 88c9aca1-a0dc-4ceb-9f4c-444ea26f3e5a
        host_id: d953b2b79ff732b94d97ea6274a0c4d1174b1c52cbf038923e842d1b
        interface_ip: 199.19.213.157
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.19.213.157
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.157
        public_ipv6: 2604:e100:1:0:f816:3eff:fe08:1b23
        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: 88c9aca1-a0dc-4ceb-9f4c-444ea26f3e5a
        host_id: d953b2b79ff732b94d97ea6274a0c4d1174b1c52cbf038923e842d1b
        interface_ip: 199.19.213.157
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.19.213.157
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.157
        public_ipv6: 2604:e100:1:0:f816:3eff:fe08:1b23
        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: 47dcf549548f4b1c9ca66e4a8d26786f
      build_refs:
      - branch: main
        change: '934'
        change_message: "chore(deps): update rust crate syn to v2.0.117\n\nThis PR
          contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|
          [syn](https://redirect.github.com/dtolnay/syn) | dependencies | patch |
          `2.0.110` \u2192 `2.0.117` |\n| [syn](https://redirect.github.com/dtolnay/syn)
          | build-dependencies | patch | `2.0.110` \u2192 `2.0.117` |\n\n---\n\n###
          Release Notes\n\n<details>\n<summary>dtolnay/syn (syn)</summary>\n\n###
          [`v2.0.117`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.117)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.116...2.0.117)\n\n-
          Fix parsing of `self::` pattern in first function argument ([#&#8203;1970](https://redirect.github.com/dtolnay/syn/issues/1970))\n\n###
          [`v2.0.116`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.116)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.115...2.0.116)\n\n-
          Optimize parse\\_fn\\_arg\\_or\\_variadic for less lookahead on erroneous
          receiver ([#&#8203;1968](https://redirect.github.com/dtolnay/syn/issues/1968))\n\n###
          [`v2.0.115`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.115)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.114...2.0.115)\n\n-
          Enable GenericArgument::Constraint parsing in non-full mode ([#&#8203;1966](https://redirect.github.com/dtolnay/syn/issues/1966))\n\n###
          [`v2.0.114`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.114)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.113...2.0.114)\n\n-
          Make std dependencies more easily discoverable in source code ([#&#8203;1956](https://redirect.github.com/dtolnay/syn/issues/1956),
          thanks [@&#8203;tamird](https://redirect.github.com/tamird))\n\n### [`v2.0.113`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.113)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.112...2.0.113)\n\n-
          Allow parsing TypeParam with colon not followed by any type param bounds
          ([#&#8203;1953](https://redirect.github.com/dtolnay/syn/issues/1953), thanks
          [@&#8203;wyfo](https://redirect.github.com/wyfo))\n\n### [`v2.0.112`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.112)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.111...2.0.112)\n\n-
          Fix panic in LitByte::new().value() ([#&#8203;1951](https://redirect.github.com/dtolnay/syn/issues/1951),
          thanks [@&#8203;VictorArcium](https://redirect.github.com/VictorArcium))\n\n###
          [`v2.0.111`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.111)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.110...2.0.111)\n\n-
          Allow first argument of `braced!`, `bracketed!`, `parenthesized!` to be
          an otherwise unused variable ([#&#8203;1946](https://redirect.github.com/dtolnay/syn/issues/1946))\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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/934
        commit_id: c0fbe9125bf21aa06b774abc661bffc080c9c587
        patchset: c0fbe9125bf21aa06b774abc661bffc080c9c587
        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: 376ce32e5f5d46febc75bcc2856c96b9
      buildset_refs:
      - branch: main
        change: '934'
        change_message: "chore(deps): update rust crate syn to v2.0.117\n\nThis PR
          contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|
          [syn](https://redirect.github.com/dtolnay/syn) | dependencies | patch |
          `2.0.110` \u2192 `2.0.117` |\n| [syn](https://redirect.github.com/dtolnay/syn)
          | build-dependencies | patch | `2.0.110` \u2192 `2.0.117` |\n\n---\n\n###
          Release Notes\n\n<details>\n<summary>dtolnay/syn (syn)</summary>\n\n###
          [`v2.0.117`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.117)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.116...2.0.117)\n\n-
          Fix parsing of `self::` pattern in first function argument ([#&#8203;1970](https://redirect.github.com/dtolnay/syn/issues/1970))\n\n###
          [`v2.0.116`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.116)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.115...2.0.116)\n\n-
          Optimize parse\\_fn\\_arg\\_or\\_variadic for less lookahead on erroneous
          receiver ([#&#8203;1968](https://redirect.github.com/dtolnay/syn/issues/1968))\n\n###
          [`v2.0.115`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.115)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.114...2.0.115)\n\n-
          Enable GenericArgument::Constraint parsing in non-full mode ([#&#8203;1966](https://redirect.github.com/dtolnay/syn/issues/1966))\n\n###
          [`v2.0.114`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.114)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.113...2.0.114)\n\n-
          Make std dependencies more easily discoverable in source code ([#&#8203;1956](https://redirect.github.com/dtolnay/syn/issues/1956),
          thanks [@&#8203;tamird](https://redirect.github.com/tamird))\n\n### [`v2.0.113`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.113)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.112...2.0.113)\n\n-
          Allow parsing TypeParam with colon not followed by any type param bounds
          ([#&#8203;1953](https://redirect.github.com/dtolnay/syn/issues/1953), thanks
          [@&#8203;wyfo](https://redirect.github.com/wyfo))\n\n### [`v2.0.112`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.112)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.111...2.0.112)\n\n-
          Fix panic in LitByte::new().value() ([#&#8203;1951](https://redirect.github.com/dtolnay/syn/issues/1951),
          thanks [@&#8203;VictorArcium](https://redirect.github.com/VictorArcium))\n\n###
          [`v2.0.111`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.111)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.110...2.0.111)\n\n-
          Allow first argument of `braced!`, `bracketed!`, `parenthesized!` to be
          an otherwise unused variable ([#&#8203;1946](https://redirect.github.com/dtolnay/syn/issues/1946))\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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/934
        commit_id: c0fbe9125bf21aa06b774abc661bffc080c9c587
        patchset: c0fbe9125bf21aa06b774abc661bffc080c9c587
        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: '934'
      change_message: "chore(deps): update rust crate syn to v2.0.117\n\nThis PR contains
        the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|
        [syn](https://redirect.github.com/dtolnay/syn) | dependencies | patch | `2.0.110`
        \u2192 `2.0.117` |\n| [syn](https://redirect.github.com/dtolnay/syn) | build-dependencies
        | patch | `2.0.110` \u2192 `2.0.117` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>dtolnay/syn
        (syn)</summary>\n\n### [`v2.0.117`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.117)\n\n[Compare
        Source](https://redirect.github.com/dtolnay/syn/compare/2.0.116...2.0.117)\n\n-
        Fix parsing of `self::` pattern in first function argument ([#&#8203;1970](https://redirect.github.com/dtolnay/syn/issues/1970))\n\n###
        [`v2.0.116`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.116)\n\n[Compare
        Source](https://redirect.github.com/dtolnay/syn/compare/2.0.115...2.0.116)\n\n-
        Optimize parse\\_fn\\_arg\\_or\\_variadic for less lookahead on erroneous
        receiver ([#&#8203;1968](https://redirect.github.com/dtolnay/syn/issues/1968))\n\n###
        [`v2.0.115`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.115)\n\n[Compare
        Source](https://redirect.github.com/dtolnay/syn/compare/2.0.114...2.0.115)\n\n-
        Enable GenericArgument::Constraint parsing in non-full mode ([#&#8203;1966](https://redirect.github.com/dtolnay/syn/issues/1966))\n\n###
        [`v2.0.114`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.114)\n\n[Compare
        Source](https://redirect.github.com/dtolnay/syn/compare/2.0.113...2.0.114)\n\n-
        Make std dependencies more easily discoverable in source code ([#&#8203;1956](https://redirect.github.com/dtolnay/syn/issues/1956),
        thanks [@&#8203;tamird](https://redirect.github.com/tamird))\n\n### [`v2.0.113`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.113)\n\n[Compare
        Source](https://redirect.github.com/dtolnay/syn/compare/2.0.112...2.0.113)\n\n-
        Allow parsing TypeParam with colon not followed by any type param bounds ([#&#8203;1953](https://redirect.github.com/dtolnay/syn/issues/1953),
        thanks [@&#8203;wyfo](https://redirect.github.com/wyfo))\n\n### [`v2.0.112`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.112)\n\n[Compare
        Source](https://redirect.github.com/dtolnay/syn/compare/2.0.111...2.0.112)\n\n-
        Fix panic in LitByte::new().value() ([#&#8203;1951](https://redirect.github.com/dtolnay/syn/issues/1951),
        thanks [@&#8203;VictorArcium](https://redirect.github.com/VictorArcium))\n\n###
        [`v2.0.111`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.111)\n\n[Compare
        Source](https://redirect.github.com/dtolnay/syn/compare/2.0.110...2.0.111)\n\n-
        Allow first argument of `braced!`, `bracketed!`, `parenthesized!` to be an
        otherwise unused variable ([#&#8203;1946](https://redirect.github.com/dtolnay/syn/issues/1946))\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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
      change_url: https://github.com/vexxhost/magnum-cluster-api/pull/934
      child_jobs: []
      commit_id: c0fbe9125bf21aa06b774abc661bffc080c9c587
      event_id: ff3e7d18-2e7e-11f1-897a-cbb740762cd6
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/47dcf549548f4b1c9ca66e4a8d26786f/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/47dcf549548f4b1c9ca66e4a8d26786f/work/logs
        result_data_file: /var/lib/zuul/builds/47dcf549548f4b1c9ca66e4a8d26786f/work/results.json
        src_root: /var/lib/zuul/builds/47dcf549548f4b1c9ca66e4a8d26786f/work/src
        work_root: /var/lib/zuul/builds/47dcf549548f4b1c9ca66e4a8d26786f/work
      include_vars: []
      items:
      - branch: main
        change: '934'
        change_message: "chore(deps): update rust crate syn to v2.0.117\n\nThis PR
          contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|
          [syn](https://redirect.github.com/dtolnay/syn) | dependencies | patch |
          `2.0.110` \u2192 `2.0.117` |\n| [syn](https://redirect.github.com/dtolnay/syn)
          | build-dependencies | patch | `2.0.110` \u2192 `2.0.117` |\n\n---\n\n###
          Release Notes\n\n<details>\n<summary>dtolnay/syn (syn)</summary>\n\n###
          [`v2.0.117`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.117)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.116...2.0.117)\n\n-
          Fix parsing of `self::` pattern in first function argument ([#&#8203;1970](https://redirect.github.com/dtolnay/syn/issues/1970))\n\n###
          [`v2.0.116`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.116)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.115...2.0.116)\n\n-
          Optimize parse\\_fn\\_arg\\_or\\_variadic for less lookahead on erroneous
          receiver ([#&#8203;1968](https://redirect.github.com/dtolnay/syn/issues/1968))\n\n###
          [`v2.0.115`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.115)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.114...2.0.115)\n\n-
          Enable GenericArgument::Constraint parsing in non-full mode ([#&#8203;1966](https://redirect.github.com/dtolnay/syn/issues/1966))\n\n###
          [`v2.0.114`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.114)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.113...2.0.114)\n\n-
          Make std dependencies more easily discoverable in source code ([#&#8203;1956](https://redirect.github.com/dtolnay/syn/issues/1956),
          thanks [@&#8203;tamird](https://redirect.github.com/tamird))\n\n### [`v2.0.113`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.113)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.112...2.0.113)\n\n-
          Allow parsing TypeParam with colon not followed by any type param bounds
          ([#&#8203;1953](https://redirect.github.com/dtolnay/syn/issues/1953), thanks
          [@&#8203;wyfo](https://redirect.github.com/wyfo))\n\n### [`v2.0.112`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.112)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.111...2.0.112)\n\n-
          Fix panic in LitByte::new().value() ([#&#8203;1951](https://redirect.github.com/dtolnay/syn/issues/1951),
          thanks [@&#8203;VictorArcium](https://redirect.github.com/VictorArcium))\n\n###
          [`v2.0.111`](https://redirect.github.com/dtolnay/syn/releases/tag/2.0.111)\n\n[Compare
          Source](https://redirect.github.com/dtolnay/syn/compare/2.0.110...2.0.111)\n\n-
          Allow first argument of `braced!`, `bracketed!`, `parenthesized!` to be
          an otherwise unused variable ([#&#8203;1946](https://redirect.github.com/dtolnay/syn/issues/1946))\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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n"
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/934
        commit_id: c0fbe9125bf21aa06b774abc661bffc080c9c587
        patchset: c0fbe9125bf21aa06b774abc661bffc080c9c587
        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: Y2hvcmUoZGVwcyk6IHVwZGF0ZSBydXN0IGNyYXRlIHN5biB0byB2Mi4wLjExNwoKVGhpcyBQUiBjb250YWlucyB0aGUgZm9sbG93aW5nIHVwZGF0ZXM6Cgp8IFBhY2thZ2UgfCBUeXBlIHwgVXBkYXRlIHwgQ2hhbmdlIHwKfC0tLXwtLS18LS0tfC0tLXwKfCBbc3luXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vZHRvbG5heS9zeW4pIHwgZGVwZW5kZW5jaWVzIHwgcGF0Y2ggfCBgMi4wLjExMGAg4oaSIGAyLjAuMTE3YCB8CnwgW3N5bl0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2R0b2xuYXkvc3luKSB8IGJ1aWxkLWRlcGVuZGVuY2llcyB8IHBhdGNoIHwgYDIuMC4xMTBgIOKGkiBgMi4wLjExN2AgfAoKLS0tCgojIyMgUmVsZWFzZSBOb3RlcwoKPGRldGFpbHM+CjxzdW1tYXJ5PmR0b2xuYXkvc3luIChzeW4pPC9zdW1tYXJ5PgoKIyMjIFtgdjIuMC4xMTdgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vZHRvbG5heS9zeW4vcmVsZWFzZXMvdGFnLzIuMC4xMTcpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9kdG9sbmF5L3N5bi9jb21wYXJlLzIuMC4xMTYuLi4yLjAuMTE3KQoKLSBGaXggcGFyc2luZyBvZiBgc2VsZjo6YCBwYXR0ZXJuIGluIGZpcnN0IGZ1bmN0aW9uIGFyZ3VtZW50IChbIyYjODIwMzsxOTcwXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vZHRvbG5heS9zeW4vaXNzdWVzLzE5NzApKQoKIyMjIFtgdjIuMC4xMTZgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vZHRvbG5heS9zeW4vcmVsZWFzZXMvdGFnLzIuMC4xMTYpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9kdG9sbmF5L3N5bi9jb21wYXJlLzIuMC4xMTUuLi4yLjAuMTE2KQoKLSBPcHRpbWl6ZSBwYXJzZVxfZm5cX2FyZ1xfb3JcX3ZhcmlhZGljIGZvciBsZXNzIGxvb2thaGVhZCBvbiBlcnJvbmVvdXMgcmVjZWl2ZXIgKFsjJiM4MjAzOzE5NjhdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9kdG9sbmF5L3N5bi9pc3N1ZXMvMTk2OCkpCgojIyMgW2B2Mi4wLjExNWBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9kdG9sbmF5L3N5bi9yZWxlYXNlcy90YWcvMi4wLjExNSkKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2R0b2xuYXkvc3luL2NvbXBhcmUvMi4wLjExNC4uLjIuMC4xMTUpCgotIEVuYWJsZSBHZW5lcmljQXJndW1lbnQ6OkNvbnN0cmFpbnQgcGFyc2luZyBpbiBub24tZnVsbCBtb2RlIChbIyYjODIwMzsxOTY2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vZHRvbG5heS9zeW4vaXNzdWVzLzE5NjYpKQoKIyMjIFtgdjIuMC4xMTRgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vZHRvbG5heS9zeW4vcmVsZWFzZXMvdGFnLzIuMC4xMTQpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9kdG9sbmF5L3N5bi9jb21wYXJlLzIuMC4xMTMuLi4yLjAuMTE0KQoKLSBNYWtlIHN0ZCBkZXBlbmRlbmNpZXMgbW9yZSBlYXNpbHkgZGlzY292ZXJhYmxlIGluIHNvdXJjZSBjb2RlIChbIyYjODIwMzsxOTU2XShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vZHRvbG5heS9zeW4vaXNzdWVzLzE5NTYpLCB0aGFua3MgW0AmIzgyMDM7dGFtaXJkXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vdGFtaXJkKSkKCiMjIyBbYHYyLjAuMTEzYF0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2R0b2xuYXkvc3luL3JlbGVhc2VzL3RhZy8yLjAuMTEzKQoKW0NvbXBhcmUgU291cmNlXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vZHRvbG5heS9zeW4vY29tcGFyZS8yLjAuMTEyLi4uMi4wLjExMykKCi0gQWxsb3cgcGFyc2luZyBUeXBlUGFyYW0gd2l0aCBjb2xvbiBub3QgZm9sbG93ZWQgYnkgYW55IHR5cGUgcGFyYW0gYm91bmRzIChbIyYjODIwMzsxOTUzXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vZHRvbG5heS9zeW4vaXNzdWVzLzE5NTMpLCB0aGFua3MgW0AmIzgyMDM7d3lmb10oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3d5Zm8pKQoKIyMjIFtgdjIuMC4xMTJgXShodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vZHRvbG5heS9zeW4vcmVsZWFzZXMvdGFnLzIuMC4xMTIpCgpbQ29tcGFyZSBTb3VyY2VdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9kdG9sbmF5L3N5bi9jb21wYXJlLzIuMC4xMTEuLi4yLjAuMTEyKQoKLSBGaXggcGFuaWMgaW4gTGl0Qnl0ZTo6bmV3KCkudmFsdWUoKSAoWyMmIzgyMDM7MTk1MV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2R0b2xuYXkvc3luL2lzc3Vlcy8xOTUxKSwgdGhhbmtzIFtAJiM4MjAzO1ZpY3RvckFyY2l1bV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL1ZpY3RvckFyY2l1bSkpCgojIyMgW2B2Mi4wLjExMWBdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9kdG9sbmF5L3N5bi9yZWxlYXNlcy90YWcvMi4wLjExMSkKCltDb21wYXJlIFNvdXJjZV0oaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL2R0b2xuYXkvc3luL2NvbXBhcmUvMi4wLjExMC4uLjIuMC4xMTEpCgotIEFsbG93IGZpcnN0IGFyZ3VtZW50IG9mIGBicmFjZWQhYCwgYGJyYWNrZXRlZCFgLCBgcGFyZW50aGVzaXplZCFgIHRvIGJlIGFuIG90aGVyd2lzZSB1bnVzZWQgdmFyaWFibGUgKFsjJiM4MjAzOzE5NDZdKGh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9kdG9sbmF5L3N5bi9pc3N1ZXMvMTk0NikpCgo8L2RldGFpbHM+CgotLS0KCiMjIyBDb25maWd1cmF0aW9uCgrwn5OFICoqU2NoZWR1bGUqKjogQnJhbmNoIGNyZWF0aW9uIC0gQXQgYW55IHRpbWUgKG5vIHNjaGVkdWxlIGRlZmluZWQpLCBBdXRvbWVyZ2UgLSBBdCBhbnkgdGltZSAobm8gc2NoZWR1bGUgZGVmaW5lZCkuCgrwn5qmICoqQXV0b21lcmdlKio6IERpc2FibGVkIGJ5IGNvbmZpZy4gUGxlYXNlIG1lcmdlIHRoaXMgbWFudWFsbHkgb25jZSB5b3UgYXJlIHNhdGlzZmllZC4KCuKZuyAqKlJlYmFzaW5nKio6IFdoZW5ldmVyIFBSIGlzIGJlaGluZCBiYXNlIGJyYW5jaCwgb3IgeW91IHRpY2sgdGhlIHJlYmFzZS9yZXRyeSBjaGVja2JveC4KCvCflJUgKipJZ25vcmUqKjogQ2xvc2UgdGhpcyBQUiBhbmQgeW91IHdvbid0IGJlIHJlbWluZGVkIGFib3V0IHRoZXNlIHVwZGF0ZXMgYWdhaW4uCgotLS0KCiAtIFsgXSA8IS0tIHJlYmFzZS1jaGVjayAtLT5JZiB5b3Ugd2FudCB0byByZWJhc2UvcmV0cnkgdGhpcyBQUiwgY2hlY2sgdGhpcyBib3gKCi0tLQoKVGhpcyBQUiB3YXMgZ2VuZXJhdGVkIGJ5IFtNZW5kIFJlbm92YXRlXShodHRwczovL21lbmQuaW8vcmVub3ZhdGUvKS4gVmlldyB0aGUgW3JlcG9zaXRvcnkgam9iIGxvZ10oaHR0cHM6Ly9kZXZlbG9wZXIubWVuZC5pby9naXRodWIvdmV4eGhvc3QvbWFnbnVtLWNsdXN0ZXItYXBpKS4KPCEtLXJlbm92YXRlLWRlYnVnOmV5SmpjbVZoZEdWa1NXNVdaWElpT2lJME15NHhNREl1TnlJc0luVndaR0YwWldSSmJsWmxjaUk2SWpRekxqRXdNaTQzSWl3aWRHRnlaMlYwUW5KaGJtTm9Jam9pYldGcGJpSXNJbXhoWW1Wc2N5STZXMTE5LS0+Cg==
      override_checkout: master
      patchset: c0fbe9125bf21aa06b774abc661bffc080c9c587
      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: c0fbe9125bf21aa06b774abc661bffc080c9c587
        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: c0fbe9125bf21aa06b774abc661bffc080c9c587
          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: 6daef3f313a96909d1b19de1c4088689be6c5564
          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: 694d25bb1a87f9426ac7ad1f3817c51f5bf13a34
          name: openstack/swift
          required: true
          short_name: swift
          src_dir: src/opendev.org/openstack/swift
      ref: refs/pull/934/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
