all:
  children:
    tempest:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.95
      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.34.8
      network_driver: calico
      nodepool:
        az: nova
        cloud: public
        external_id: 15928de7-2f56-4d32-a059-a2db26e684c5
        host_id: c9670958829e9c96e47d452d2c9c4ce9edaac336d3dbc4a3c4ec531c
        interface_ip: 199.204.45.95
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.204.45.95
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.95
        public_ipv6: 2604:e100:1:0:f816:3eff:fea7:4d20
        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: 15928de7-2f56-4d32-a059-a2db26e684c5
        host_id: c9670958829e9c96e47d452d2c9c4ce9edaac336d3dbc4a3c4ec531c
        interface_ip: 199.204.45.95
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.204.45.95
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.95
        public_ipv6: 2604:e100:1:0:f816:3eff:fea7:4d20
        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.34.8
    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.34.8 explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#51>'
      - '<Job magnum-cluster-api-hydrophone-v1.34.8-calico explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#57>'
      - '<Job magnum-cluster-api-hydrophone-v1.34.8-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: 5ea83a7eedb640769ff627fa98d27e9e
      build_refs:
      - branch: main
        change: '995'
        change_message: 'fix(#821): require kube_tag label and fail fast with actionable
          error


          ## Why


          The `kube_tag` label drives kubelet/kubeadm bootstrap and **must** match
          the Kubernetes version baked into the cluster image. Today `get_kube_tag()`
          silently falls back to a hard-coded `v1.25.3` when the label is missing,
          which has two failure modes:


          1. The default cannot possibly be correct for an arbitrary cluster image,
          so it produces clusters that fail to bootstrap with no clear hint as to
          why.

          2. When the label is omitted entirely, downstream code paths (including
          the Rust driver during cluster delete) raise a bare `KeyError: ''kube_tag''`
          that is opaque to operators. See #821 for the original traceback.


          ## What


          * New `MissingClusterLabel(magnum.common.exception.Invalid)` exception with
          an actionable message that names the missing label and shows how to set
          it.

          * `get_kube_tag()` now raises `MissingClusterLabel` instead of returning
          a misleading default.

          * `validate_cluster()` calls `get_kube_tag()` first so cluster create is
          rejected up-front with a clear 400-class error rather than failing partway
          through bootstrap.

          * Unit tests for both `get_kube_tag()` and `validate_cluster()`.


          ## Alternative to #867


          #867 keeps the silent-default behaviour but moves the literal `v1.25.3`
          into a Rust constant exported as `magnum_cluster_api.DEFAULT_KUBE_TAG`.


          This PR takes the opposite approach: refuse to guess. The label is required
          and the operator gets a clear error explaining what to sThis PR takes the
          opposite approach: refuse to guess. The label is required and the operator
          gets a clear error explaining what to sThis PR takes the opposite approach:
          refuse to guess. The label is required and t exThisng manual workaround
          (set `kube_tag` in the DB and re-run delete) still applies for legacy clusters.
          A follow-up could make the Rust delete path tolerant of a missing label.


          Closes-Bug: #821'
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/995
        commit_id: 16298f117be22aeb23db6166542f7f7b02f7bfbd
        patchset: 16298f117be22aeb23db6166542f7f7b02f7bfbd
        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: 0a73ed46b9fc4bbfaa34981b484dd807
      buildset_refs:
      - branch: main
        change: '995'
        change_message: 'fix(#821): require kube_tag label and fail fast with actionable
          error


          ## Why


          The `kube_tag` label drives kubelet/kubeadm bootstrap and **must** match
          the Kubernetes version baked into the cluster image. Today `get_kube_tag()`
          silently falls back to a hard-coded `v1.25.3` when the label is missing,
          which has two failure modes:


          1. The default cannot possibly be correct for an arbitrary cluster image,
          so it produces clusters that fail to bootstrap with no clear hint as to
          why.

          2. When the label is omitted entirely, downstream code paths (including
          the Rust driver during cluster delete) raise a bare `KeyError: ''kube_tag''`
          that is opaque to operators. See #821 for the original traceback.


          ## What


          * New `MissingClusterLabel(magnum.common.exception.Invalid)` exception with
          an actionable message that names the missing label and shows how to set
          it.

          * `get_kube_tag()` now raises `MissingClusterLabel` instead of returning
          a misleading default.

          * `validate_cluster()` calls `get_kube_tag()` first so cluster create is
          rejected up-front with a clear 400-class error rather than failing partway
          through bootstrap.

          * Unit tests for both `get_kube_tag()` and `validate_cluster()`.


          ## Alternative to #867


          #867 keeps the silent-default behaviour but moves the literal `v1.25.3`
          into a Rust constant exported as `magnum_cluster_api.DEFAULT_KUBE_TAG`.


          This PR takes the opposite approach: refuse to guess. The label is required
          and the operator gets a clear error explaining what to sThis PR takes the
          opposite approach: refuse to guess. The label is required and the operator
          gets a clear error explaining what to sThis PR takes the opposite approach:
          refuse to guess. The label is required and t exThisng manual workaround
          (set `kube_tag` in the DB and re-run delete) still applies for legacy clusters.
          A follow-up could make the Rust delete path tolerant of a missing label.


          Closes-Bug: #821'
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/995
        commit_id: 16298f117be22aeb23db6166542f7f7b02f7bfbd
        patchset: 16298f117be22aeb23db6166542f7f7b02f7bfbd
        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: '995'
      change_message: 'fix(#821): require kube_tag label and fail fast with actionable
        error


        ## Why


        The `kube_tag` label drives kubelet/kubeadm bootstrap and **must** match the
        Kubernetes version baked into the cluster image. Today `get_kube_tag()` silently
        falls back to a hard-coded `v1.25.3` when the label is missing, which has
        two failure modes:


        1. The default cannot possibly be correct for an arbitrary cluster image,
        so it produces clusters that fail to bootstrap with no clear hint as to why.

        2. When the label is omitted entirely, downstream code paths (including the
        Rust driver during cluster delete) raise a bare `KeyError: ''kube_tag''` that
        is opaque to operators. See #821 for the original traceback.


        ## What


        * New `MissingClusterLabel(magnum.common.exception.Invalid)` exception with
        an actionable message that names the missing label and shows how to set it.

        * `get_kube_tag()` now raises `MissingClusterLabel` instead of returning a
        misleading default.

        * `validate_cluster()` calls `get_kube_tag()` first so cluster create is rejected
        up-front with a clear 400-class error rather than failing partway through
        bootstrap.

        * Unit tests for both `get_kube_tag()` and `validate_cluster()`.


        ## Alternative to #867


        #867 keeps the silent-default behaviour but moves the literal `v1.25.3` into
        a Rust constant exported as `magnum_cluster_api.DEFAULT_KUBE_TAG`.


        This PR takes the opposite approach: refuse to guess. The label is required
        and the operator gets a clear error explaining what to sThis PR takes the
        opposite approach: refuse to guess. The label is required and the operator
        gets a clear error explaining what to sThis PR takes the opposite approach:
        refuse to guess. The label is required and t exThisng manual workaround (set
        `kube_tag` in the DB and re-run delete) still applies for legacy clusters.
        A follow-up could make the Rust delete path tolerant of a missing label.


        Closes-Bug: #821'
      change_url: https://github.com/vexxhost/magnum-cluster-api/pull/995
      child_jobs: []
      commit_id: 16298f117be22aeb23db6166542f7f7b02f7bfbd
      event_id: c0f189f0-8a14-11f1-850f-f788722e4fa1
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/5ea83a7eedb640769ff627fa98d27e9e/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/5ea83a7eedb640769ff627fa98d27e9e/work/logs
        result_data_file: /var/lib/zuul/builds/5ea83a7eedb640769ff627fa98d27e9e/work/results.json
        src_root: /var/lib/zuul/builds/5ea83a7eedb640769ff627fa98d27e9e/work/src
        work_root: /var/lib/zuul/builds/5ea83a7eedb640769ff627fa98d27e9e/work
      include_vars: []
      items:
      - branch: main
        change: '995'
        change_message: 'fix(#821): require kube_tag label and fail fast with actionable
          error


          ## Why


          The `kube_tag` label drives kubelet/kubeadm bootstrap and **must** match
          the Kubernetes version baked into the cluster image. Today `get_kube_tag()`
          silently falls back to a hard-coded `v1.25.3` when the label is missing,
          which has two failure modes:


          1. The default cannot possibly be correct for an arbitrary cluster image,
          so it produces clusters that fail to bootstrap with no clear hint as to
          why.

          2. When the label is omitted entirely, downstream code paths (including
          the Rust driver during cluster delete) raise a bare `KeyError: ''kube_tag''`
          that is opaque to operators. See #821 for the original traceback.


          ## What


          * New `MissingClusterLabel(magnum.common.exception.Invalid)` exception with
          an actionable message that names the missing label and shows how to set
          it.

          * `get_kube_tag()` now raises `MissingClusterLabel` instead of returning
          a misleading default.

          * `validate_cluster()` calls `get_kube_tag()` first so cluster create is
          rejected up-front with a clear 400-class error rather than failing partway
          through bootstrap.

          * Unit tests for both `get_kube_tag()` and `validate_cluster()`.


          ## Alternative to #867


          #867 keeps the silent-default behaviour but moves the literal `v1.25.3`
          into a Rust constant exported as `magnum_cluster_api.DEFAULT_KUBE_TAG`.


          This PR takes the opposite approach: refuse to guess. The label is required
          and the operator gets a clear error explaining what to sThis PR takes the
          opposite approach: refuse to guess. The label is required and the operator
          gets a clear error explaining what to sThis PR takes the opposite approach:
          refuse to guess. The label is required and t exThisng manual workaround
          (set `kube_tag` in the DB and re-run delete) still applies for legacy clusters.
          A follow-up could make the Rust delete path tolerant of a missing label.


          Closes-Bug: #821'
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/995
        commit_id: 16298f117be22aeb23db6166542f7f7b02f7bfbd
        patchset: 16298f117be22aeb23db6166542f7f7b02f7bfbd
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          name: vexxhost/magnum-cluster-api
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      job: magnum-cluster-api-hydrophone-v1.34.8-calico
      jobtags: []
      max_attempts: 3
      message: Zml4KCM4MjEpOiByZXF1aXJlIGt1YmVfdGFnIGxhYmVsIGFuZCBmYWlsIGZhc3Qgd2l0aCBhY3Rpb25hYmxlIGVycm9yCgojIyBXaHkKClRoZSBga3ViZV90YWdgIGxhYmVsIGRyaXZlcyBrdWJlbGV0L2t1YmVhZG0gYm9vdHN0cmFwIGFuZCAqKm11c3QqKiBtYXRjaCB0aGUgS3ViZXJuZXRlcyB2ZXJzaW9uIGJha2VkIGludG8gdGhlIGNsdXN0ZXIgaW1hZ2UuIFRvZGF5IGBnZXRfa3ViZV90YWcoKWAgc2lsZW50bHkgZmFsbHMgYmFjayB0byBhIGhhcmQtY29kZWQgYHYxLjI1LjNgIHdoZW4gdGhlIGxhYmVsIGlzIG1pc3NpbmcsIHdoaWNoIGhhcyB0d28gZmFpbHVyZSBtb2RlczoKCjEuIFRoZSBkZWZhdWx0IGNhbm5vdCBwb3NzaWJseSBiZSBjb3JyZWN0IGZvciBhbiBhcmJpdHJhcnkgY2x1c3RlciBpbWFnZSwgc28gaXQgcHJvZHVjZXMgY2x1c3RlcnMgdGhhdCBmYWlsIHRvIGJvb3RzdHJhcCB3aXRoIG5vIGNsZWFyIGhpbnQgYXMgdG8gd2h5LgoyLiBXaGVuIHRoZSBsYWJlbCBpcyBvbWl0dGVkIGVudGlyZWx5LCBkb3duc3RyZWFtIGNvZGUgcGF0aHMgKGluY2x1ZGluZyB0aGUgUnVzdCBkcml2ZXIgZHVyaW5nIGNsdXN0ZXIgZGVsZXRlKSByYWlzZSBhIGJhcmUgYEtleUVycm9yOiAna3ViZV90YWcnYCB0aGF0IGlzIG9wYXF1ZSB0byBvcGVyYXRvcnMuIFNlZSAjODIxIGZvciB0aGUgb3JpZ2luYWwgdHJhY2ViYWNrLgoKIyMgV2hhdAoKKiBOZXcgYE1pc3NpbmdDbHVzdGVyTGFiZWwobWFnbnVtLmNvbW1vbi5leGNlcHRpb24uSW52YWxpZClgIGV4Y2VwdGlvbiB3aXRoIGFuIGFjdGlvbmFibGUgbWVzc2FnZSB0aGF0IG5hbWVzIHRoZSBtaXNzaW5nIGxhYmVsIGFuZCBzaG93cyBob3cgdG8gc2V0IGl0LgoqIGBnZXRfa3ViZV90YWcoKWAgbm93IHJhaXNlcyBgTWlzc2luZ0NsdXN0ZXJMYWJlbGAgaW5zdGVhZCBvZiByZXR1cm5pbmcgYSBtaXNsZWFkaW5nIGRlZmF1bHQuCiogYHZhbGlkYXRlX2NsdXN0ZXIoKWAgY2FsbHMgYGdldF9rdWJlX3RhZygpYCBmaXJzdCBzbyBjbHVzdGVyIGNyZWF0ZSBpcyByZWplY3RlZCB1cC1mcm9udCB3aXRoIGEgY2xlYXIgNDAwLWNsYXNzIGVycm9yIHJhdGhlciB0aGFuIGZhaWxpbmcgcGFydHdheSB0aHJvdWdoIGJvb3RzdHJhcC4KKiBVbml0IHRlc3RzIGZvciBib3RoIGBnZXRfa3ViZV90YWcoKWAgYW5kIGB2YWxpZGF0ZV9jbHVzdGVyKClgLgoKIyMgQWx0ZXJuYXRpdmUgdG8gIzg2NwoKIzg2NyBrZWVwcyB0aGUgc2lsZW50LWRlZmF1bHQgYmVoYXZpb3VyIGJ1dCBtb3ZlcyB0aGUgbGl0ZXJhbCBgdjEuMjUuM2AgaW50byBhIFJ1c3QgY29uc3RhbnQgZXhwb3J0ZWQgYXMgYG1hZ251bV9jbHVzdGVyX2FwaS5ERUZBVUxUX0tVQkVfVEFHYC4KClRoaXMgUFIgdGFrZXMgdGhlIG9wcG9zaXRlIGFwcHJvYWNoOiByZWZ1c2UgdG8gZ3Vlc3MuIFRoZSBsYWJlbCBpcyByZXF1aXJlZCBhbmQgdGhlIG9wZXJhdG9yIGdldHMgYSBjbGVhciBlcnJvciBleHBsYWluaW5nIHdoYXQgdG8gc1RoaXMgUFIgdGFrZXMgdGhlIG9wcG9zaXRlIGFwcHJvYWNoOiByZWZ1c2UgdG8gZ3Vlc3MuIFRoZSBsYWJlbCBpcyByZXF1aXJlZCBhbmQgdGhlIG9wZXJhdG9yIGdldHMgYSBjbGVhciBlcnJvciBleHBsYWluaW5nIHdoYXQgdG8gc1RoaXMgUFIgdGFrZXMgdGhlIG9wcG9zaXRlIGFwcHJvYWNoOiByZWZ1c2UgdG8gZ3Vlc3MuIFRoZSBsYWJlbCBpcyByZXF1aXJlZCBhbmQgdCBleFRoaXNuZyBtYW51YWwgd29ya2Fyb3VuZCAoc2V0IGBrdWJlX3RhZ2AgaW4gdGhlIERCIGFuZCByZS1ydW4gZGVsZXRlKSBzdGlsbCBhcHBsaWVzIGZvciBsZWdhY3kgY2x1c3RlcnMuIEEgZm9sbG93LXVwIGNvdWxkIG1ha2UgdGhlIFJ1c3QgZGVsZXRlIHBhdGggdG9sZXJhbnQgb2YgYSBtaXNzaW5nIGxhYmVsLgoKQ2xvc2VzLUJ1ZzogIzgyMQ==
      override_checkout: master
      patchset: 16298f117be22aeb23db6166542f7f7b02f7bfbd
      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: 0ed6d780cbe575683f1d14d6e57182b854f8db3d
          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: 79677ddab6275012e1782325a04c20d6497a1d52
          untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs:
            canonical_name: opendev.org/openstack/openstack-zuul-jobs
            checkout: master
            commit: 06bdc47291eeec15bc60ab80f0299a32b3093f11
          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: 0ed6d780cbe575683f1d14d6e57182b854f8db3d
          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: 16298f117be22aeb23db6166542f7f7b02f7bfbd
        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: 16298f117be22aeb23db6166542f7f7b02f7bfbd
          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: 9bbcfb81198b0929bfad4dd04fc80745b3f401a4
          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: fe0bd3aad8876c1635014f3797705fd36710a815
          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: 79677ddab6275012e1782325a04c20d6497a1d52
          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: 7c993a6adf9b65a8c1cbcb3eadfaf8f3bc122d45
          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: 30ef2ffa65a3486ef882f00538e20f2253c57d4c
          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: 5a492d64c1146744b3d6237b47d507422480840f
          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: f476edebb0246ecc08244aec81799c8a74b9ef42
          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: 4588906de1c7b1b176a9d787b6ec8a2da2360595
          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: 5a83b7df1b668906949be6971f03d3cad23e0946
          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: 78d38afc126c37e2ec65859e8cfc770eb5457075
          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: 40b10a608e420c25bb4221ee17e92665e93b201a
          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: 0d503c6df70aa3049c29d4c2d8672703e068463e
          name: openstack/placement
          required: true
          short_name: placement
          src_dir: src/opendev.org/openstack/placement
        opendev.org/openstack/python-magnumclient:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/python-magnumclient
          checkout: master
          checkout_description: job override ref
          commit: 43fc0de28fc0f334a2f8b452ef1ab567e57470b4
          name: openstack/python-magnumclient
          required: true
          short_name: python-magnumclient
          src_dir: src/opendev.org/openstack/python-magnumclient
        opendev.org/openstack/requirements:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/requirements
          checkout: master
          checkout_description: job override ref
          commit: 7c466f62332c8ba87b4b139f83fc1882038200a6
          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: b0f92bd978266f30c20cfc9b37c63f3df81a22a2
          name: openstack/swift
          required: true
          short_name: swift
          src_dir: src/opendev.org/openstack/swift
      ref: refs/pull/995/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
