all:
  children:
    tempest:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.19.213.213
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      configure_swap_size: 8192
      devstack_local_conf:
        post-config:
          $NEUTRON_CONF:
            DEFAULT:
              global_physnet_mtu: '{{ external_bridge_mtu }}'
          /etc/magnum/magnum.conf:
            cluster_template:
              kubernetes_allowed_network_drivers: calico,cilium
              kubernetes_default_network_driver: calico
            nova_client:
              api_version: 2.15
          /etc/manila/manila.conf:
            generic:
              connect_share_server_to_tenant_network: true
              driver_handles_share_servers: true
      devstack_localrc:
        ADMIN_PASSWORD: secretadmin
        DATABASE_PASSWORD: secretdatabase
        DEBUG_LIBVIRT_COREDUMPS: true
        DISABLE_AMP_IMAGE_BUILD: true
        ENABLE_SYSCTL_MEM_TUNING: true
        ENABLE_SYSCTL_NET_TUNING: true
        ENABLE_ZSWAP: true
        ERROR_ON_CLONE: true
        FIXED_RANGE: 10.1.0.0/20
        FLOATING_RANGE: 172.24.5.0/24
        GIT_BASE: https://github.com
        HOST_IP: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
        IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
        LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
        LOGFILE: /opt/stack/logs/devstacklog.txt
        LOG_COLOR: false
        MAGNUM_GUEST_IMAGE_URL: '{{ image_url }}'
        MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: snapshot_support=True create_share_from_snapshot_support=True
        MANILA_ENABLED_BACKENDS: generic
        MANILA_USE_SERVICE_INSTANCE_PASSWORD: true
        NETWORK_GATEWAY: 10.1.0.1
        NOVA_LIBVIRT_TB_CACHE_SIZE: 128
        NOVA_VNC_ENABLED: true
        OCTAVIA_NODE: api
        OVN_DBS_LOG_LEVEL: dbg
        PUBLIC_BRIDGE_MTU: '{{ external_bridge_mtu }}'
        PUBLIC_NETWORK_GATEWAY: 172.24.5.1
        RABBIT_PASSWORD: secretrabbit
        SERVICE_HOST: '{{ hostvars[''controller''][''nodepool''][''private_ipv4'']
          }}'
        SERVICE_PASSWORD: secretservice
        SWIFT_HASH: 1234123412341234
        SWIFT_REPLICAS: 1
        SWIFT_START_ALL_SERVICES: false
        VERBOSE: true
        VERBOSE_NO_TIMESTAMP: true
      devstack_plugins:
        barbican: https://github.com/openstack/barbican
        magnum: https://review.opendev.org/openstack/magnum
        magnum-cluster-api: https://github.com/vexxhost/magnum-cluster-api
        manila: https://github.com/openstack/manila
        octavia: https://github.com/openstack/octavia
        ovn-octavia-provider: https://github.com/openstack/ovn-octavia-provider
      devstack_services:
        base: false
        c-api: true
        c-bak: true
        c-sch: true
        c-vol: true
        dstat: false
        etcd3: true
        file_tracker: true
        g-api: true
        horizon: false
        key: true
        memory_tracker: true
        mysql: true
        n-api: true
        n-api-meta: true
        n-cond: true
        n-cpu: true
        n-novnc: true
        n-sch: true
        o-api: true
        o-da: true
        o-hk: true
        octavia: true
        openstack-cli-server: true
        ovn-controller: true
        ovn-northd: true
        ovs-vswitchd: true
        ovsdb-server: true
        placement-api: true
        q-ovn-agent: true
        q-svc: true
        rabbit: true
        s-account: false
        s-container: false
        s-object: false
        s-proxy: false
        tempest: false
        tls-proxy: true
      extensions_to_txt:
        auto: true
        conf: true
        localrc: true
        log: true
        stackenv: true
      image_prefix: ubuntu-24.04
      image_release: 2026.05-7
      image_url: https://github.com/vexxhost/capo-image-elements/releases/download/{{
        image_release }}/{{ image_prefix }}-{{ kube_tag }}.qcow2
      kube_tag: v1.35.5
      network_driver: calico
      nodepool:
        az: nova
        cloud: public
        external_id: b8e06d3f-a84e-44de-9e7d-ce518acde2b6
        host_id: 86d6bbee9a590b753878988beec61ed4d37fe4ff9ff09e01cc4e099b
        interface_ip: 199.19.213.213
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.19.213.213
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.213
        public_ipv6: 2604:e100:1:0:f816:3eff:fe1a:454a
        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: b8e06d3f-a84e-44de-9e7d-ce518acde2b6
        host_id: 86d6bbee9a590b753878988beec61ed4d37fe4ff9ff09e01cc4e099b
        interface_ip: 199.19.213.213
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.19.213.213
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.213
        public_ipv6: 2604:e100:1:0:f816:3eff:fe1a:454a
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    configure_swap_size: 8192
    devstack_local_conf:
      post-config:
        $NEUTRON_CONF:
          DEFAULT:
            global_physnet_mtu: '{{ external_bridge_mtu }}'
        /etc/magnum/magnum.conf:
          cluster_template:
            kubernetes_allowed_network_drivers: calico,cilium
            kubernetes_default_network_driver: calico
          nova_client:
            api_version: 2.15
        /etc/manila/manila.conf:
          generic:
            connect_share_server_to_tenant_network: true
            driver_handles_share_servers: true
    devstack_localrc:
      ADMIN_PASSWORD: secretadmin
      DATABASE_PASSWORD: secretdatabase
      DEBUG_LIBVIRT_COREDUMPS: true
      DISABLE_AMP_IMAGE_BUILD: true
      ENABLE_SYSCTL_MEM_TUNING: true
      ENABLE_SYSCTL_NET_TUNING: true
      ENABLE_ZSWAP: true
      ERROR_ON_CLONE: true
      FIXED_RANGE: 10.1.0.0/20
      FLOATING_RANGE: 172.24.5.0/24
      GIT_BASE: https://github.com
      HOST_IP: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
      IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
      LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
      LOGFILE: /opt/stack/logs/devstacklog.txt
      LOG_COLOR: false
      MAGNUM_GUEST_IMAGE_URL: '{{ image_url }}'
      MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: snapshot_support=True create_share_from_snapshot_support=True
      MANILA_ENABLED_BACKENDS: generic
      MANILA_USE_SERVICE_INSTANCE_PASSWORD: true
      NETWORK_GATEWAY: 10.1.0.1
      NOVA_LIBVIRT_TB_CACHE_SIZE: 128
      NOVA_VNC_ENABLED: true
      OCTAVIA_NODE: api
      OVN_DBS_LOG_LEVEL: dbg
      PUBLIC_BRIDGE_MTU: '{{ external_bridge_mtu }}'
      PUBLIC_NETWORK_GATEWAY: 172.24.5.1
      RABBIT_PASSWORD: secretrabbit
      SERVICE_HOST: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
      SERVICE_PASSWORD: secretservice
      SWIFT_HASH: 1234123412341234
      SWIFT_REPLICAS: 1
      SWIFT_START_ALL_SERVICES: false
      VERBOSE: true
      VERBOSE_NO_TIMESTAMP: true
    devstack_plugins:
      barbican: https://github.com/openstack/barbican
      magnum: https://review.opendev.org/openstack/magnum
      magnum-cluster-api: https://github.com/vexxhost/magnum-cluster-api
      manila: https://github.com/openstack/manila
      octavia: https://github.com/openstack/octavia
      ovn-octavia-provider: https://github.com/openstack/ovn-octavia-provider
    devstack_services:
      base: false
      c-api: true
      c-bak: true
      c-sch: true
      c-vol: true
      dstat: false
      etcd3: true
      file_tracker: true
      g-api: true
      horizon: false
      key: true
      memory_tracker: true
      mysql: true
      n-api: true
      n-api-meta: true
      n-cond: true
      n-cpu: true
      n-novnc: true
      n-sch: true
      o-api: true
      o-da: true
      o-hk: true
      octavia: true
      openstack-cli-server: true
      ovn-controller: true
      ovn-northd: true
      ovs-vswitchd: true
      ovsdb-server: true
      placement-api: true
      q-ovn-agent: true
      q-svc: true
      rabbit: true
      s-account: false
      s-container: false
      s-object: false
      s-proxy: false
      tempest: false
      tls-proxy: true
    extensions_to_txt:
      auto: true
      conf: true
      localrc: true
      log: true
      stackenv: true
    image_prefix: ubuntu-24.04
    image_release: 2026.05-7
    image_url: https://github.com/vexxhost/capo-image-elements/releases/download/{{
      image_release }}/{{ image_prefix }}-{{ kube_tag }}.qcow2
    kube_tag: v1.35.5
    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#378>'
      - '<Job devstack-minimal explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#512>'
      - '<Job devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#555>'
      - '<Job magnum-cluster-api-devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#1>'
      - '<Job magnum-cluster-api-hydrophone explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#23>'
      - '<Job magnum-cluster-api-hydrophone-v1.35.5 explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#67>'
      - '<Job magnum-cluster-api-hydrophone-v1.35.5-calico explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#73>'
      - '<Job magnum-cluster-api-hydrophone-v1.35.5-calico explicit: None implied:
        None source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#1>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 31021c2420924666813793617bd6333a
      build_refs:
      - branch: main
        change: '1055'
        change_message: "Fix conductor Kubernetes lock client usage\n\n## Summary\r\n\r\n-
          load Kubernetes authentication before creating Sherlock cluster locks\r\n-
          pass an authenticated CoordinationV1 client into Sherlock and normalize
          bearer tokens for Lease requests\r\n- call the Rust mCAPI Driver and KubeClient
          directly from Magnum conductor instead of wrapping PyO3 objects with eventlet
          tpool proxies\r\n- normalize both `authorization` and generated-client `BearerToken`
          auth keys so Lease calls do not run as `system:anonymous`\r\n- tolerate
          early CAPI Cluster objects that do not have `status.conditions` yet, so
          Magnum health/status refresh retries instead of crashing with `KeyError`\r\n-
          isolate direct Rust/Kubernetes client constructors in unit tests so this
          PR does not depend on a local kubeconfig or live Kubernetes API\r\n\r\n##
          Validation\r\n\r\n- `uv run pytest magnum_cluster_api/tests/unit/test_sync.py
          magnum_cluster_api/tests/unit/test_driver.py::TestDriver::test_update_cluster_status_handles_missing_capi_conditions
          'magnum_cluster_api/tests/unit/test_driver.py::test_base_driver_uses_direct_rust_clients'
          'magnum_cluster_api/tests/unit/test_driver.py::TestDriver::test_create_cluster'
          -q` -> 15 passed, 16 warnings\r\n- `uv run ruff check magnum_cluster_api/sync.py
          magnum_cluster_api/driver.py magnum_cluster_api/tests/unit/test_sync.py
          magnum_cluster_api/tests/unit/test_driver.py magnum_cluster_api/tests/conftest.py`
          -> passed\r\n\r\n## Live Replay Notes\r\n\r\nThe OVN PyTorch BM replay on
          aio env hit two PR-1055-owned runtime issues after the initial direct-client
          changes:\r\n\r\n- Sherlock Lease requests were still anonymous with the
          generated Kubernetes client because this client version reads `Configuration.api_key[\"BearerToken\"]`
          instead of only `authorization`.\r\n- Magnum health refresh saw an early
          CAPI Cluster object without `status.conditions` and crashed the periodic
          status path with `KeyError`, leaving stale health even after CAPI became
          Ready.\r\n\r\nBoth fixes were validated in the replay image before being
          moved here."
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1055
        commit_id: c099ad831649e587a112065a4e0dacefd6a54df5
        patchset: c099ad831649e587a112065a4e0dacefd6a54df5
        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: 881be2b09bca4a5f9206205c0877abf9
      buildset_refs:
      - branch: main
        change: '1055'
        change_message: "Fix conductor Kubernetes lock client usage\n\n## Summary\r\n\r\n-
          load Kubernetes authentication before creating Sherlock cluster locks\r\n-
          pass an authenticated CoordinationV1 client into Sherlock and normalize
          bearer tokens for Lease requests\r\n- call the Rust mCAPI Driver and KubeClient
          directly from Magnum conductor instead of wrapping PyO3 objects with eventlet
          tpool proxies\r\n- normalize both `authorization` and generated-client `BearerToken`
          auth keys so Lease calls do not run as `system:anonymous`\r\n- tolerate
          early CAPI Cluster objects that do not have `status.conditions` yet, so
          Magnum health/status refresh retries instead of crashing with `KeyError`\r\n-
          isolate direct Rust/Kubernetes client constructors in unit tests so this
          PR does not depend on a local kubeconfig or live Kubernetes API\r\n\r\n##
          Validation\r\n\r\n- `uv run pytest magnum_cluster_api/tests/unit/test_sync.py
          magnum_cluster_api/tests/unit/test_driver.py::TestDriver::test_update_cluster_status_handles_missing_capi_conditions
          'magnum_cluster_api/tests/unit/test_driver.py::test_base_driver_uses_direct_rust_clients'
          'magnum_cluster_api/tests/unit/test_driver.py::TestDriver::test_create_cluster'
          -q` -> 15 passed, 16 warnings\r\n- `uv run ruff check magnum_cluster_api/sync.py
          magnum_cluster_api/driver.py magnum_cluster_api/tests/unit/test_sync.py
          magnum_cluster_api/tests/unit/test_driver.py magnum_cluster_api/tests/conftest.py`
          -> passed\r\n\r\n## Live Replay Notes\r\n\r\nThe OVN PyTorch BM replay on
          aio env hit two PR-1055-owned runtime issues after the initial direct-client
          changes:\r\n\r\n- Sherlock Lease requests were still anonymous with the
          generated Kubernetes client because this client version reads `Configuration.api_key[\"BearerToken\"]`
          instead of only `authorization`.\r\n- Magnum health refresh saw an early
          CAPI Cluster object without `status.conditions` and crashed the periodic
          status path with `KeyError`, leaving stale health even after CAPI became
          Ready.\r\n\r\nBoth fixes were validated in the replay image before being
          moved here."
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1055
        commit_id: c099ad831649e587a112065a4e0dacefd6a54df5
        patchset: c099ad831649e587a112065a4e0dacefd6a54df5
        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: '1055'
      change_message: "Fix conductor Kubernetes lock client usage\n\n## Summary\r\n\r\n-
        load Kubernetes authentication before creating Sherlock cluster locks\r\n-
        pass an authenticated CoordinationV1 client into Sherlock and normalize bearer
        tokens for Lease requests\r\n- call the Rust mCAPI Driver and KubeClient directly
        from Magnum conductor instead of wrapping PyO3 objects with eventlet tpool
        proxies\r\n- normalize both `authorization` and generated-client `BearerToken`
        auth keys so Lease calls do not run as `system:anonymous`\r\n- tolerate early
        CAPI Cluster objects that do not have `status.conditions` yet, so Magnum health/status
        refresh retries instead of crashing with `KeyError`\r\n- isolate direct Rust/Kubernetes
        client constructors in unit tests so this PR does not depend on a local kubeconfig
        or live Kubernetes API\r\n\r\n## Validation\r\n\r\n- `uv run pytest magnum_cluster_api/tests/unit/test_sync.py
        magnum_cluster_api/tests/unit/test_driver.py::TestDriver::test_update_cluster_status_handles_missing_capi_conditions
        'magnum_cluster_api/tests/unit/test_driver.py::test_base_driver_uses_direct_rust_clients'
        'magnum_cluster_api/tests/unit/test_driver.py::TestDriver::test_create_cluster'
        -q` -> 15 passed, 16 warnings\r\n- `uv run ruff check magnum_cluster_api/sync.py
        magnum_cluster_api/driver.py magnum_cluster_api/tests/unit/test_sync.py magnum_cluster_api/tests/unit/test_driver.py
        magnum_cluster_api/tests/conftest.py` -> passed\r\n\r\n## Live Replay Notes\r\n\r\nThe
        OVN PyTorch BM replay on aio env hit two PR-1055-owned runtime issues after
        the initial direct-client changes:\r\n\r\n- Sherlock Lease requests were still
        anonymous with the generated Kubernetes client because this client version
        reads `Configuration.api_key[\"BearerToken\"]` instead of only `authorization`.\r\n-
        Magnum health refresh saw an early CAPI Cluster object without `status.conditions`
        and crashed the periodic status path with `KeyError`, leaving stale health
        even after CAPI became Ready.\r\n\r\nBoth fixes were validated in the replay
        image before being moved here."
      change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1055
      child_jobs: []
      commit_id: c099ad831649e587a112065a4e0dacefd6a54df5
      event_id: a07145c0-7372-11f1-9e01-531c62116272
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/31021c2420924666813793617bd6333a/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/31021c2420924666813793617bd6333a/work/logs
        result_data_file: /var/lib/zuul/builds/31021c2420924666813793617bd6333a/work/results.json
        src_root: /var/lib/zuul/builds/31021c2420924666813793617bd6333a/work/src
        work_root: /var/lib/zuul/builds/31021c2420924666813793617bd6333a/work
      include_vars: []
      items:
      - branch: main
        change: '1055'
        change_message: "Fix conductor Kubernetes lock client usage\n\n## Summary\r\n\r\n-
          load Kubernetes authentication before creating Sherlock cluster locks\r\n-
          pass an authenticated CoordinationV1 client into Sherlock and normalize
          bearer tokens for Lease requests\r\n- call the Rust mCAPI Driver and KubeClient
          directly from Magnum conductor instead of wrapping PyO3 objects with eventlet
          tpool proxies\r\n- normalize both `authorization` and generated-client `BearerToken`
          auth keys so Lease calls do not run as `system:anonymous`\r\n- tolerate
          early CAPI Cluster objects that do not have `status.conditions` yet, so
          Magnum health/status refresh retries instead of crashing with `KeyError`\r\n-
          isolate direct Rust/Kubernetes client constructors in unit tests so this
          PR does not depend on a local kubeconfig or live Kubernetes API\r\n\r\n##
          Validation\r\n\r\n- `uv run pytest magnum_cluster_api/tests/unit/test_sync.py
          magnum_cluster_api/tests/unit/test_driver.py::TestDriver::test_update_cluster_status_handles_missing_capi_conditions
          'magnum_cluster_api/tests/unit/test_driver.py::test_base_driver_uses_direct_rust_clients'
          'magnum_cluster_api/tests/unit/test_driver.py::TestDriver::test_create_cluster'
          -q` -> 15 passed, 16 warnings\r\n- `uv run ruff check magnum_cluster_api/sync.py
          magnum_cluster_api/driver.py magnum_cluster_api/tests/unit/test_sync.py
          magnum_cluster_api/tests/unit/test_driver.py magnum_cluster_api/tests/conftest.py`
          -> passed\r\n\r\n## Live Replay Notes\r\n\r\nThe OVN PyTorch BM replay on
          aio env hit two PR-1055-owned runtime issues after the initial direct-client
          changes:\r\n\r\n- Sherlock Lease requests were still anonymous with the
          generated Kubernetes client because this client version reads `Configuration.api_key[\"BearerToken\"]`
          instead of only `authorization`.\r\n- Magnum health refresh saw an early
          CAPI Cluster object without `status.conditions` and crashed the periodic
          status path with `KeyError`, leaving stale health even after CAPI became
          Ready.\r\n\r\nBoth fixes were validated in the replay image before being
          moved here."
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1055
        commit_id: c099ad831649e587a112065a4e0dacefd6a54df5
        patchset: c099ad831649e587a112065a4e0dacefd6a54df5
        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.35.5-calico
      jobtags: []
      max_attempts: 3
      message: Rml4IGNvbmR1Y3RvciBLdWJlcm5ldGVzIGxvY2sgY2xpZW50IHVzYWdlCgojIyBTdW1tYXJ5DQoNCi0gbG9hZCBLdWJlcm5ldGVzIGF1dGhlbnRpY2F0aW9uIGJlZm9yZSBjcmVhdGluZyBTaGVybG9jayBjbHVzdGVyIGxvY2tzDQotIHBhc3MgYW4gYXV0aGVudGljYXRlZCBDb29yZGluYXRpb25WMSBjbGllbnQgaW50byBTaGVybG9jayBhbmQgbm9ybWFsaXplIGJlYXJlciB0b2tlbnMgZm9yIExlYXNlIHJlcXVlc3RzDQotIGNhbGwgdGhlIFJ1c3QgbUNBUEkgRHJpdmVyIGFuZCBLdWJlQ2xpZW50IGRpcmVjdGx5IGZyb20gTWFnbnVtIGNvbmR1Y3RvciBpbnN0ZWFkIG9mIHdyYXBwaW5nIFB5TzMgb2JqZWN0cyB3aXRoIGV2ZW50bGV0IHRwb29sIHByb3hpZXMNCi0gbm9ybWFsaXplIGJvdGggYGF1dGhvcml6YXRpb25gIGFuZCBnZW5lcmF0ZWQtY2xpZW50IGBCZWFyZXJUb2tlbmAgYXV0aCBrZXlzIHNvIExlYXNlIGNhbGxzIGRvIG5vdCBydW4gYXMgYHN5c3RlbTphbm9ueW1vdXNgDQotIHRvbGVyYXRlIGVhcmx5IENBUEkgQ2x1c3RlciBvYmplY3RzIHRoYXQgZG8gbm90IGhhdmUgYHN0YXR1cy5jb25kaXRpb25zYCB5ZXQsIHNvIE1hZ251bSBoZWFsdGgvc3RhdHVzIHJlZnJlc2ggcmV0cmllcyBpbnN0ZWFkIG9mIGNyYXNoaW5nIHdpdGggYEtleUVycm9yYA0KLSBpc29sYXRlIGRpcmVjdCBSdXN0L0t1YmVybmV0ZXMgY2xpZW50IGNvbnN0cnVjdG9ycyBpbiB1bml0IHRlc3RzIHNvIHRoaXMgUFIgZG9lcyBub3QgZGVwZW5kIG9uIGEgbG9jYWwga3ViZWNvbmZpZyBvciBsaXZlIEt1YmVybmV0ZXMgQVBJDQoNCiMjIFZhbGlkYXRpb24NCg0KLSBgdXYgcnVuIHB5dGVzdCBtYWdudW1fY2x1c3Rlcl9hcGkvdGVzdHMvdW5pdC90ZXN0X3N5bmMucHkgbWFnbnVtX2NsdXN0ZXJfYXBpL3Rlc3RzL3VuaXQvdGVzdF9kcml2ZXIucHk6OlRlc3REcml2ZXI6OnRlc3RfdXBkYXRlX2NsdXN0ZXJfc3RhdHVzX2hhbmRsZXNfbWlzc2luZ19jYXBpX2NvbmRpdGlvbnMgJ21hZ251bV9jbHVzdGVyX2FwaS90ZXN0cy91bml0L3Rlc3RfZHJpdmVyLnB5Ojp0ZXN0X2Jhc2VfZHJpdmVyX3VzZXNfZGlyZWN0X3J1c3RfY2xpZW50cycgJ21hZ251bV9jbHVzdGVyX2FwaS90ZXN0cy91bml0L3Rlc3RfZHJpdmVyLnB5OjpUZXN0RHJpdmVyOjp0ZXN0X2NyZWF0ZV9jbHVzdGVyJyAtcWAgLT4gMTUgcGFzc2VkLCAxNiB3YXJuaW5ncw0KLSBgdXYgcnVuIHJ1ZmYgY2hlY2sgbWFnbnVtX2NsdXN0ZXJfYXBpL3N5bmMucHkgbWFnbnVtX2NsdXN0ZXJfYXBpL2RyaXZlci5weSBtYWdudW1fY2x1c3Rlcl9hcGkvdGVzdHMvdW5pdC90ZXN0X3N5bmMucHkgbWFnbnVtX2NsdXN0ZXJfYXBpL3Rlc3RzL3VuaXQvdGVzdF9kcml2ZXIucHkgbWFnbnVtX2NsdXN0ZXJfYXBpL3Rlc3RzL2NvbmZ0ZXN0LnB5YCAtPiBwYXNzZWQNCg0KIyMgTGl2ZSBSZXBsYXkgTm90ZXMNCg0KVGhlIE9WTiBQeVRvcmNoIEJNIHJlcGxheSBvbiBhaW8gZW52IGhpdCB0d28gUFItMTA1NS1vd25lZCBydW50aW1lIGlzc3VlcyBhZnRlciB0aGUgaW5pdGlhbCBkaXJlY3QtY2xpZW50IGNoYW5nZXM6DQoNCi0gU2hlcmxvY2sgTGVhc2UgcmVxdWVzdHMgd2VyZSBzdGlsbCBhbm9ueW1vdXMgd2l0aCB0aGUgZ2VuZXJhdGVkIEt1YmVybmV0ZXMgY2xpZW50IGJlY2F1c2UgdGhpcyBjbGllbnQgdmVyc2lvbiByZWFkcyBgQ29uZmlndXJhdGlvbi5hcGlfa2V5WyJCZWFyZXJUb2tlbiJdYCBpbnN0ZWFkIG9mIG9ubHkgYGF1dGhvcml6YXRpb25gLg0KLSBNYWdudW0gaGVhbHRoIHJlZnJlc2ggc2F3IGFuIGVhcmx5IENBUEkgQ2x1c3RlciBvYmplY3Qgd2l0aG91dCBgc3RhdHVzLmNvbmRpdGlvbnNgIGFuZCBjcmFzaGVkIHRoZSBwZXJpb2RpYyBzdGF0dXMgcGF0aCB3aXRoIGBLZXlFcnJvcmAsIGxlYXZpbmcgc3RhbGUgaGVhbHRoIGV2ZW4gYWZ0ZXIgQ0FQSSBiZWNhbWUgUmVhZHkuDQoNCkJvdGggZml4ZXMgd2VyZSB2YWxpZGF0ZWQgaW4gdGhlIHJlcGxheSBpbWFnZSBiZWZvcmUgYmVpbmcgbW92ZWQgaGVyZS4=
      override_checkout: master
      patchset: c099ad831649e587a112065a4e0dacefd6a54df5
      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: ed0f095ba6ab599b5ceb065cc98b92655c20b45f
          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: 886291296c846797d58396bd45cd8a5cbbb1775e
          untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs:
            canonical_name: opendev.org/openstack/openstack-zuul-jobs
            checkout: master
            commit: b8ff5c89c4a513c8d24a9aa0ab13c7b7fb29a641
          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: ed0f095ba6ab599b5ceb065cc98b92655c20b45f
          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: c099ad831649e587a112065a4e0dacefd6a54df5
        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: c099ad831649e587a112065a4e0dacefd6a54df5
          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: 635e41dfc66d7257192a9c693af201797e010d99
          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: 886291296c846797d58396bd45cd8a5cbbb1775e
          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: 34bf76e9180cdb3cfc3c8efbb368b706abc1b578
          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: 7fdd0e2ca07f76d5149b71233157efccc3deb21d
          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: 2cc611dfda3cefbdc05f8a3c84d1823eb162c072
          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: d0442f1c1a9be8746b1a7869a02d1b8b99622abe
          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: 656ceb0ea209f67fcf42fc84b65fc9ac12a26893
          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: 7ad9ef078b490423ac6605e805fad2b75c8f2107
          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: 3b629eba54beb9557801e695e7257ccff2f05e88
          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: b8f3c8b472bf00af594192b7697b420722192244
          name: openstack/swift
          required: true
          short_name: swift
          src_dir: src/opendev.org/openstack/swift
      ref: refs/pull/1055/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
