all:
  children:
    tempest:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 199.204.45.57
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      configure_swap_size: 8192
      devstack_local_conf:
        post-config:
          $NEUTRON_CONF:
            DEFAULT:
              global_physnet_mtu: '{{ external_bridge_mtu }}'
          /etc/magnum/magnum.conf:
            cluster_template:
              kubernetes_allowed_network_drivers: calico,cilium
              kubernetes_default_network_driver: calico
            nova_client:
              api_version: 2.15
          /etc/manila/manila.conf:
            generic:
              connect_share_server_to_tenant_network: true
              driver_handles_share_servers: true
      devstack_localrc:
        ADMIN_PASSWORD: secretadmin
        DATABASE_PASSWORD: secretdatabase
        DEBUG_LIBVIRT_COREDUMPS: true
        DISABLE_AMP_IMAGE_BUILD: true
        ENABLE_SYSCTL_MEM_TUNING: true
        ENABLE_SYSCTL_NET_TUNING: true
        ENABLE_ZSWAP: true
        ERROR_ON_CLONE: true
        FIXED_RANGE: 10.1.0.0/20
        FLOATING_RANGE: 172.24.5.0/24
        GIT_BASE: https://github.com
        HOST_IP: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
        IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
        LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
        LOGFILE: /opt/stack/logs/devstacklog.txt
        LOG_COLOR: false
        MAGNUM_GUEST_IMAGE_URL: '{{ image_url }}'
        MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: snapshot_support=True create_share_from_snapshot_support=True
        MANILA_ENABLED_BACKENDS: generic
        MANILA_USE_SERVICE_INSTANCE_PASSWORD: true
        NETWORK_GATEWAY: 10.1.0.1
        NOVA_LIBVIRT_TB_CACHE_SIZE: 128
        NOVA_VNC_ENABLED: true
        OCTAVIA_NODE: api
        OVN_DBS_LOG_LEVEL: dbg
        PUBLIC_BRIDGE_MTU: '{{ external_bridge_mtu }}'
        PUBLIC_NETWORK_GATEWAY: 172.24.5.1
        RABBIT_PASSWORD: secretrabbit
        SERVICE_HOST: '{{ hostvars[''controller''][''nodepool''][''private_ipv4'']
          }}'
        SERVICE_PASSWORD: secretservice
        SWIFT_HASH: 1234123412341234
        SWIFT_REPLICAS: 1
        SWIFT_START_ALL_SERVICES: false
        VERBOSE: true
        VERBOSE_NO_TIMESTAMP: true
      devstack_plugins:
        barbican: https://github.com/openstack/barbican
        magnum: https://review.opendev.org/openstack/magnum
        magnum-cluster-api: https://github.com/vexxhost/magnum-cluster-api
        manila: https://github.com/openstack/manila
        octavia: https://github.com/openstack/octavia
        ovn-octavia-provider: https://github.com/openstack/ovn-octavia-provider
      devstack_services:
        base: false
        c-api: true
        c-bak: true
        c-sch: true
        c-vol: true
        dstat: false
        etcd3: true
        file_tracker: true
        g-api: true
        horizon: false
        key: true
        memory_tracker: true
        mysql: true
        n-api: true
        n-api-meta: true
        n-cond: true
        n-cpu: true
        n-novnc: true
        n-sch: true
        o-api: true
        o-da: true
        o-hk: true
        octavia: true
        openstack-cli-server: true
        ovn-controller: true
        ovn-northd: true
        ovs-vswitchd: true
        ovsdb-server: true
        placement-api: true
        q-ovn-agent: true
        q-svc: true
        rabbit: true
        s-account: false
        s-container: false
        s-object: false
        s-proxy: false
        tempest: false
        tls-proxy: true
      extensions_to_txt:
        auto: true
        conf: true
        localrc: true
        log: true
        stackenv: true
      image_url: https://github.com/vexxhost/capo-image-elements/releases/latest/download/ubuntu-22.04-{{
        kube_tag }}.qcow2
      kube_tag: v1.35.4
      network_driver: cilium
      nodepool:
        az: nova
        cloud: public
        external_id: f0fd1f22-c9be-4610-9a84-3337e58e954b
        host_id: c9670958829e9c96e47d452d2c9c4ce9edaac336d3dbc4a3c4ec531c
        interface_ip: 199.204.45.57
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.204.45.57
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.57
        public_ipv6: 2604:e100:1:0:f816:3eff:fed9:6b31
        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: f0fd1f22-c9be-4610-9a84-3337e58e954b
        host_id: c9670958829e9c96e47d452d2c9c4ce9edaac336d3dbc4a3c4ec531c
        interface_ip: 199.204.45.57
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 199.204.45.57
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.204.45.57
        public_ipv6: 2604:e100:1:0:f816:3eff:fed9:6b31
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    configure_swap_size: 8192
    devstack_local_conf:
      post-config:
        $NEUTRON_CONF:
          DEFAULT:
            global_physnet_mtu: '{{ external_bridge_mtu }}'
        /etc/magnum/magnum.conf:
          cluster_template:
            kubernetes_allowed_network_drivers: calico,cilium
            kubernetes_default_network_driver: calico
          nova_client:
            api_version: 2.15
        /etc/manila/manila.conf:
          generic:
            connect_share_server_to_tenant_network: true
            driver_handles_share_servers: true
    devstack_localrc:
      ADMIN_PASSWORD: secretadmin
      DATABASE_PASSWORD: secretdatabase
      DEBUG_LIBVIRT_COREDUMPS: true
      DISABLE_AMP_IMAGE_BUILD: true
      ENABLE_SYSCTL_MEM_TUNING: true
      ENABLE_SYSCTL_NET_TUNING: true
      ENABLE_ZSWAP: true
      ERROR_ON_CLONE: true
      FIXED_RANGE: 10.1.0.0/20
      FLOATING_RANGE: 172.24.5.0/24
      GIT_BASE: https://github.com
      HOST_IP: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
      IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
      LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
      LOGFILE: /opt/stack/logs/devstacklog.txt
      LOG_COLOR: false
      MAGNUM_GUEST_IMAGE_URL: '{{ image_url }}'
      MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: snapshot_support=True create_share_from_snapshot_support=True
      MANILA_ENABLED_BACKENDS: generic
      MANILA_USE_SERVICE_INSTANCE_PASSWORD: true
      NETWORK_GATEWAY: 10.1.0.1
      NOVA_LIBVIRT_TB_CACHE_SIZE: 128
      NOVA_VNC_ENABLED: true
      OCTAVIA_NODE: api
      OVN_DBS_LOG_LEVEL: dbg
      PUBLIC_BRIDGE_MTU: '{{ external_bridge_mtu }}'
      PUBLIC_NETWORK_GATEWAY: 172.24.5.1
      RABBIT_PASSWORD: secretrabbit
      SERVICE_HOST: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
      SERVICE_PASSWORD: secretservice
      SWIFT_HASH: 1234123412341234
      SWIFT_REPLICAS: 1
      SWIFT_START_ALL_SERVICES: false
      VERBOSE: true
      VERBOSE_NO_TIMESTAMP: true
    devstack_plugins:
      barbican: https://github.com/openstack/barbican
      magnum: https://review.opendev.org/openstack/magnum
      magnum-cluster-api: https://github.com/vexxhost/magnum-cluster-api
      manila: https://github.com/openstack/manila
      octavia: https://github.com/openstack/octavia
      ovn-octavia-provider: https://github.com/openstack/ovn-octavia-provider
    devstack_services:
      base: false
      c-api: true
      c-bak: true
      c-sch: true
      c-vol: true
      dstat: false
      etcd3: true
      file_tracker: true
      g-api: true
      horizon: false
      key: true
      memory_tracker: true
      mysql: true
      n-api: true
      n-api-meta: true
      n-cond: true
      n-cpu: true
      n-novnc: true
      n-sch: true
      o-api: true
      o-da: true
      o-hk: true
      octavia: true
      openstack-cli-server: true
      ovn-controller: true
      ovn-northd: true
      ovs-vswitchd: true
      ovsdb-server: true
      placement-api: true
      q-ovn-agent: true
      q-svc: true
      rabbit: true
      s-account: false
      s-container: false
      s-object: false
      s-proxy: false
      tempest: false
      tls-proxy: true
    extensions_to_txt:
      auto: true
      conf: true
      localrc: true
      log: true
      stackenv: true
    image_url: https://github.com/vexxhost/capo-image-elements/releases/latest/download/ubuntu-22.04-{{
      kube_tag }}.qcow2
    kube_tag: v1.35.4
    network_driver: cilium
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job openstack-multinode-fips explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#17>'
      - '<Job devstack-base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#368>'
      - '<Job devstack-minimal explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#502>'
      - '<Job devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#545>'
      - '<Job magnum-cluster-api-devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#1>'
      - '<Job magnum-cluster-api-hydrophone explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#60>'
      - '<Job magnum-cluster-api-hydrophone-v1.35.4 explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#108>'
      - '<Job magnum-cluster-api-hydrophone-v1.35.4-cilium explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#120>'
      - '<Job magnum-cluster-api-hydrophone-v1.35.4-cilium explicit: None implied:
        None source: vexxhost/magnum-cluster-api/zuul.d/project.yaml@main#1>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: e3937f9d2d4247f19539884240bc21c4
      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: 741d17438195b89f0bc1bac4089f7fad22d902e2
        patchset: 741d17438195b89f0bc1bac4089f7fad22d902e2
        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: c2345cc064c44a2884851d01db8ccf60
      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: 741d17438195b89f0bc1bac4089f7fad22d902e2
        patchset: 741d17438195b89f0bc1bac4089f7fad22d902e2
        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: 741d17438195b89f0bc1bac4089f7fad22d902e2
      event_id: ea0daaf0-3f94-11f1-951c-a87cd7d306e0
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/e3937f9d2d4247f19539884240bc21c4/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/e3937f9d2d4247f19539884240bc21c4/work/logs
        result_data_file: /var/lib/zuul/builds/e3937f9d2d4247f19539884240bc21c4/work/results.json
        src_root: /var/lib/zuul/builds/e3937f9d2d4247f19539884240bc21c4/work/src
        work_root: /var/lib/zuul/builds/e3937f9d2d4247f19539884240bc21c4/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: 741d17438195b89f0bc1bac4089f7fad22d902e2
        patchset: 741d17438195b89f0bc1bac4089f7fad22d902e2
        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.4-cilium
      jobtags: []
      max_attempts: 3
      message: Zml4KCM4MjEpOiByZXF1aXJlIGt1YmVfdGFnIGxhYmVsIGFuZCBmYWlsIGZhc3Qgd2l0aCBhY3Rpb25hYmxlIGVycm9yCgojIyBXaHkKClRoZSBga3ViZV90YWdgIGxhYmVsIGRyaXZlcyBrdWJlbGV0L2t1YmVhZG0gYm9vdHN0cmFwIGFuZCAqKm11c3QqKiBtYXRjaCB0aGUgS3ViZXJuZXRlcyB2ZXJzaW9uIGJha2VkIGludG8gdGhlIGNsdXN0ZXIgaW1hZ2UuIFRvZGF5IGBnZXRfa3ViZV90YWcoKWAgc2lsZW50bHkgZmFsbHMgYmFjayB0byBhIGhhcmQtY29kZWQgYHYxLjI1LjNgIHdoZW4gdGhlIGxhYmVsIGlzIG1pc3NpbmcsIHdoaWNoIGhhcyB0d28gZmFpbHVyZSBtb2RlczoKCjEuIFRoZSBkZWZhdWx0IGNhbm5vdCBwb3NzaWJseSBiZSBjb3JyZWN0IGZvciBhbiBhcmJpdHJhcnkgY2x1c3RlciBpbWFnZSwgc28gaXQgcHJvZHVjZXMgY2x1c3RlcnMgdGhhdCBmYWlsIHRvIGJvb3RzdHJhcCB3aXRoIG5vIGNsZWFyIGhpbnQgYXMgdG8gd2h5LgoyLiBXaGVuIHRoZSBsYWJlbCBpcyBvbWl0dGVkIGVudGlyZWx5LCBkb3duc3RyZWFtIGNvZGUgcGF0aHMgKGluY2x1ZGluZyB0aGUgUnVzdCBkcml2ZXIgZHVyaW5nIGNsdXN0ZXIgZGVsZXRlKSByYWlzZSBhIGJhcmUgYEtleUVycm9yOiAna3ViZV90YWcnYCB0aGF0IGlzIG9wYXF1ZSB0byBvcGVyYXRvcnMuIFNlZSAjODIxIGZvciB0aGUgb3JpZ2luYWwgdHJhY2ViYWNrLgoKIyMgV2hhdAoKKiBOZXcgYE1pc3NpbmdDbHVzdGVyTGFiZWwobWFnbnVtLmNvbW1vbi5leGNlcHRpb24uSW52YWxpZClgIGV4Y2VwdGlvbiB3aXRoIGFuIGFjdGlvbmFibGUgbWVzc2FnZSB0aGF0IG5hbWVzIHRoZSBtaXNzaW5nIGxhYmVsIGFuZCBzaG93cyBob3cgdG8gc2V0IGl0LgoqIGBnZXRfa3ViZV90YWcoKWAgbm93IHJhaXNlcyBgTWlzc2luZ0NsdXN0ZXJMYWJlbGAgaW5zdGVhZCBvZiByZXR1cm5pbmcgYSBtaXNsZWFkaW5nIGRlZmF1bHQuCiogYHZhbGlkYXRlX2NsdXN0ZXIoKWAgY2FsbHMgYGdldF9rdWJlX3RhZygpYCBmaXJzdCBzbyBjbHVzdGVyIGNyZWF0ZSBpcyByZWplY3RlZCB1cC1mcm9udCB3aXRoIGEgY2xlYXIgNDAwLWNsYXNzIGVycm9yIHJhdGhlciB0aGFuIGZhaWxpbmcgcGFydHdheSB0aHJvdWdoIGJvb3RzdHJhcC4KKiBVbml0IHRlc3RzIGZvciBib3RoIGBnZXRfa3ViZV90YWcoKWAgYW5kIGB2YWxpZGF0ZV9jbHVzdGVyKClgLgoKIyMgQWx0ZXJuYXRpdmUgdG8gIzg2NwoKIzg2NyBrZWVwcyB0aGUgc2lsZW50LWRlZmF1bHQgYmVoYXZpb3VyIGJ1dCBtb3ZlcyB0aGUgbGl0ZXJhbCBgdjEuMjUuM2AgaW50byBhIFJ1c3QgY29uc3RhbnQgZXhwb3J0ZWQgYXMgYG1hZ251bV9jbHVzdGVyX2FwaS5ERUZBVUxUX0tVQkVfVEFHYC4KClRoaXMgUFIgdGFrZXMgdGhlIG9wcG9zaXRlIGFwcHJvYWNoOiByZWZ1c2UgdG8gZ3Vlc3MuIFRoZSBsYWJlbCBpcyByZXF1aXJlZCBhbmQgdGhlIG9wZXJhdG9yIGdldHMgYSBjbGVhciBlcnJvciBleHBsYWluaW5nIHdoYXQgdG8gc1RoaXMgUFIgdGFrZXMgdGhlIG9wcG9zaXRlIGFwcHJvYWNoOiByZWZ1c2UgdG8gZ3Vlc3MuIFRoZSBsYWJlbCBpcyByZXF1aXJlZCBhbmQgdGhlIG9wZXJhdG9yIGdldHMgYSBjbGVhciBlcnJvciBleHBsYWluaW5nIHdoYXQgdG8gc1RoaXMgUFIgdGFrZXMgdGhlIG9wcG9zaXRlIGFwcHJvYWNoOiByZWZ1c2UgdG8gZ3Vlc3MuIFRoZSBsYWJlbCBpcyByZXF1aXJlZCBhbmQgdCBleFRoaXNuZyBtYW51YWwgd29ya2Fyb3VuZCAoc2V0IGBrdWJlX3RhZ2AgaW4gdGhlIERCIGFuZCByZS1ydW4gZGVsZXRlKSBzdGlsbCBhcHBsaWVzIGZvciBsZWdhY3kgY2x1c3RlcnMuIEEgZm9sbG93LXVwIGNvdWxkIG1ha2UgdGhlIFJ1c3QgZGVsZXRlIHBhdGggdG9sZXJhbnQgb2YgYSBtaXNzaW5nIGxhYmVsLgoKQ2xvc2VzLUJ1ZzogIzgyMQ==
      override_checkout: master
      patchset: 741d17438195b89f0bc1bac4089f7fad22d902e2
      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: 9f5c1d680d573485f0ccdb18d2184d4f1d446419
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_0/opendev.org/openstack/devstack:
            canonical_name: opendev.org/openstack/devstack
            checkout: master
            commit: 03ece8f88040be9b0b14dd1cfe93076ad2419a80
          untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs:
            canonical_name: opendev.org/openstack/openstack-zuul-jobs
            checkout: master
            commit: 06df93a5d9ed3cb815b4c7ffd63dab006fee4e8a
          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: 9f5c1d680d573485f0ccdb18d2184d4f1d446419
          untrusted/project_4/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_5/github.com/vexxhost/magnum-cluster-api:
            canonical_name: github.com/vexxhost/magnum-cluster-api
            checkout: main
            commit: 741d17438195b89f0bc1bac4089f7fad22d902e2
        playbooks:
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/hydrophone/run.yml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/playbook_0/role_1/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/playbook_0/role_1/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/playbook_0/role_2/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/playbook_0/role_2/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_4/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/playbook_0/role_5/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_5/zuul-jobs/roles
        post_playbooks:
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/hydrophone/post.yml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_0/role_1/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/post_playbook_0/role_1/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_0/role_2/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/post_playbook_0/role_2/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_0/role_4/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_4/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_5/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_5/zuul-jobs/roles
        - path: untrusted/project_0/opendev.org/openstack/devstack/playbooks/post.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/post_playbook_1/role_0/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/post_playbook_1/role_0/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_1/role_1/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/post_playbook_1/role_1/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_1/role_3/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_1/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_1/role_4/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_4/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post.yaml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_2/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_2/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_2/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_2/role_2/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post-logs.yaml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/post_playbook_3/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_3/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_3/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_3/role_2/zuul-jobs/roles
        pre_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/pre.yaml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_0/role_2/zuul-jobs/roles
        - path: untrusted/project_0/opendev.org/openstack/devstack/playbooks/pre.yaml
          roles:
          - checkout: master
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_0/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/pre_playbook_1/role_0/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_1/role_1/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_1/role_3/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_3/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_1/role_4/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_4/zuul-jobs/roles
        - path: untrusted/project_5/github.com/vexxhost/magnum-cluster-api/zuul.d/playbooks/hydrophone/pre.yml
          roles:
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_2/role_1/devstack
            link_target: untrusted/project_0/opendev.org/openstack/devstack
            role_path: ansible/pre_playbook_2/role_1/devstack/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_2/role_2/openstack-zuul-jobs
            link_target: untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs
            role_path: ansible/pre_playbook_2/role_2/openstack-zuul-jobs/roles
          - checkout: master
            checkout_description: job override ref
            link_name: ansible/pre_playbook_2/role_4/zuul-jobs
            link_target: untrusted/project_3/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_2/role_4/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_2/role_5/zuul-jobs
            link_target: untrusted/project_4/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_2/role_5/zuul-jobs/roles
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/magnum-cluster-api
        name: vexxhost/magnum-cluster-api
        short_name: magnum-cluster-api
        src_dir: src/github.com/vexxhost/magnum-cluster-api
      projects:
        github.com/novnc/novnc:
          canonical_hostname: github.com
          canonical_name: github.com/novnc/novnc
          checkout: master
          checkout_description: job override ref
          commit: 8e1ebdffba02e651c399dacef841f8941f6ad6e4
          name: novnc/novnc
          required: true
          short_name: novnc
          src_dir: src/github.com/novnc/novnc
        github.com/vexxhost/magnum-cluster-api:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          checkout: main
          checkout_description: zuul branch
          commit: 741d17438195b89f0bc1bac4089f7fad22d902e2
          name: vexxhost/magnum-cluster-api
          required: false
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        opendev.org/openstack/barbican:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/barbican
          checkout: master
          checkout_description: job override ref
          commit: f8a331a40eb21e6c8f37e07794d57aa98b120af9
          name: openstack/barbican
          required: true
          short_name: barbican
          src_dir: src/opendev.org/openstack/barbican
        opendev.org/openstack/cinder:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/cinder
          checkout: master
          checkout_description: job override ref
          commit: c84f0e05ce4b7c6afffa4616ae5f01711f2a7626
          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: 03ece8f88040be9b0b14dd1cfe93076ad2419a80
          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: 03dbf8eac63a35aa0207eba21a3c33e0aa51bb18
          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: 2230026f77a8ed50493d2d58be9120910ceb2089
          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: 330321a64c846b5d4fa8b78d0fe1bcfe580413ce
          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: 25fabf00dadc6f0dfe122b02bad0f9b77b3d0071
          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: 3e9e57acc4161a9684d7af4fc75853f35dedb742
          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: 8c08c4ece9becdeae537701276a125b74ac39bc0
          name: openstack/nova
          required: true
          short_name: nova
          src_dir: src/opendev.org/openstack/nova
        opendev.org/openstack/octavia:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/octavia
          checkout: master
          checkout_description: job override ref
          commit: c86b945c21b7d5d34cf13a4e9d52810d657682da
          name: openstack/octavia
          required: true
          short_name: octavia
          src_dir: src/opendev.org/openstack/octavia
        opendev.org/openstack/os-test-images:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/os-test-images
          checkout: master
          checkout_description: job override ref
          commit: 5d0367e03788764f41da8effffa14e3eac513201
          name: openstack/os-test-images
          required: true
          short_name: os-test-images
          src_dir: src/opendev.org/openstack/os-test-images
        opendev.org/openstack/ovn-octavia-provider:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/ovn-octavia-provider
          checkout: master
          checkout_description: job override ref
          commit: a04e63332c1a1fb2f1aceb20892f9aabefb75cf7
          name: openstack/ovn-octavia-provider
          required: true
          short_name: ovn-octavia-provider
          src_dir: src/opendev.org/openstack/ovn-octavia-provider
        opendev.org/openstack/placement:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/placement
          checkout: master
          checkout_description: job override ref
          commit: e3db398fba279721121892323e6260c6932797c1
          name: openstack/placement
          required: true
          short_name: placement
          src_dir: src/opendev.org/openstack/placement
        opendev.org/openstack/python-magnumclient:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/python-magnumclient
          checkout: master
          checkout_description: job override ref
          commit: bfc9dbc2aa9a113c12e591a87f774a6d986a981f
          name: openstack/python-magnumclient
          required: true
          short_name: python-magnumclient
          src_dir: src/opendev.org/openstack/python-magnumclient
        opendev.org/openstack/requirements:
          canonical_hostname: opendev.org
          canonical_name: opendev.org/openstack/requirements
          checkout: master
          checkout_description: job override ref
          commit: f2400d89cc9eed3c682d21cdde96de84c7aeb2a0
          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: a4cfcd869642fbc7e6fda68bffabfeb5cd1098b1
          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
