all:
  children:
    tempest:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 162.253.55.223
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      configure_swap_size: 8192
      devstack_local_conf:
        post-config:
          $NEUTRON_CONF:
            DEFAULT:
              global_physnet_mtu: '{{ external_bridge_mtu }}'
          /etc/magnum/magnum.conf:
            cluster_template:
              kubernetes_allowed_network_drivers: calico,cilium
              kubernetes_default_network_driver: calico
            nova_client:
              api_version: 2.15
          /etc/manila/manila.conf:
            generic:
              connect_share_server_to_tenant_network: true
              driver_handles_share_servers: true
      devstack_localrc:
        ADMIN_PASSWORD: secretadmin
        DATABASE_PASSWORD: secretdatabase
        DEBUG_LIBVIRT_COREDUMPS: true
        DISABLE_AMP_IMAGE_BUILD: true
        ENABLE_SYSCTL_MEM_TUNING: true
        ENABLE_SYSCTL_NET_TUNING: true
        ENABLE_ZSWAP: true
        ERROR_ON_CLONE: true
        FIXED_RANGE: 10.1.0.0/20
        FLOATING_RANGE: 172.24.5.0/24
        GIT_BASE: https://github.com
        HOST_IP: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
        IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
        LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
        LOGFILE: /opt/stack/logs/devstacklog.txt
        LOG_COLOR: false
        MAGNUM_GUEST_IMAGE_URL: '{{ image_url }}'
        MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: snapshot_support=True create_share_from_snapshot_support=True
        MANILA_ENABLED_BACKENDS: generic
        MANILA_USE_SERVICE_INSTANCE_PASSWORD: true
        NETWORK_GATEWAY: 10.1.0.1
        NOVA_LIBVIRT_TB_CACHE_SIZE: 128
        NOVA_VNC_ENABLED: true
        OCTAVIA_NODE: api
        OVN_DBS_LOG_LEVEL: dbg
        PUBLIC_BRIDGE_MTU: '{{ external_bridge_mtu }}'
        PUBLIC_NETWORK_GATEWAY: 172.24.5.1
        RABBIT_PASSWORD: secretrabbit
        SERVICE_HOST: '{{ hostvars[''controller''][''nodepool''][''private_ipv4'']
          }}'
        SERVICE_PASSWORD: secretservice
        SWIFT_HASH: 1234123412341234
        SWIFT_REPLICAS: 1
        SWIFT_START_ALL_SERVICES: false
        VERBOSE: true
        VERBOSE_NO_TIMESTAMP: true
      devstack_plugins:
        barbican: https://github.com/openstack/barbican
        magnum: https://review.opendev.org/openstack/magnum
        magnum-cluster-api: https://github.com/vexxhost/magnum-cluster-api
        manila: https://github.com/openstack/manila
        octavia: https://github.com/openstack/octavia
        ovn-octavia-provider: https://github.com/openstack/ovn-octavia-provider
      devstack_services:
        base: false
        c-api: true
        c-bak: true
        c-sch: true
        c-vol: true
        dstat: false
        etcd3: true
        file_tracker: true
        g-api: true
        horizon: false
        key: true
        memory_tracker: true
        mysql: true
        n-api: true
        n-api-meta: true
        n-cond: true
        n-cpu: true
        n-novnc: true
        n-sch: true
        o-api: true
        o-da: true
        o-hk: true
        octavia: true
        openstack-cli-server: true
        ovn-controller: true
        ovn-northd: true
        ovs-vswitchd: true
        ovsdb-server: true
        placement-api: true
        q-ovn-agent: true
        q-svc: true
        rabbit: true
        s-account: false
        s-container: false
        s-object: false
        s-proxy: false
        tempest: false
        tls-proxy: true
      extensions_to_txt:
        auto: true
        conf: true
        localrc: true
        log: true
        stackenv: true
      image_prefix: ubuntu-24.04
      image_release: 2026.05-7
      image_url: https://github.com/vexxhost/capo-image-elements/releases/download/{{
        image_release }}/{{ image_prefix }}-{{ kube_tag }}.qcow2
      kube_tag: v1.35.5
      network_driver: cilium
      nodepool:
        az: yul2
        cloud: public
        external_id: 61bbdff0-b6fa-493a-98d4-67e2b5ecfdb7
        host_id: 23befe01d6930f2ca52c25d4f24c2c3b9655a0e3ffb469b4821cfc4e
        interface_ip: 162.253.55.223
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 162.253.55.223
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.223
        public_ipv6: 2604:e100:1:0:f816:3eff:fe99:908f
        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: yul2
        cloud: public
        external_id: 61bbdff0-b6fa-493a-98d4-67e2b5ecfdb7
        host_id: 23befe01d6930f2ca52c25d4f24c2c3b9655a0e3ffb469b4821cfc4e
        interface_ip: 162.253.55.223
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 162.253.55.223
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.223
        public_ipv6: 2604:e100:1:0:f816:3eff:fe99:908f
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    configure_swap_size: 8192
    devstack_local_conf:
      post-config:
        $NEUTRON_CONF:
          DEFAULT:
            global_physnet_mtu: '{{ external_bridge_mtu }}'
        /etc/magnum/magnum.conf:
          cluster_template:
            kubernetes_allowed_network_drivers: calico,cilium
            kubernetes_default_network_driver: calico
          nova_client:
            api_version: 2.15
        /etc/manila/manila.conf:
          generic:
            connect_share_server_to_tenant_network: true
            driver_handles_share_servers: true
    devstack_localrc:
      ADMIN_PASSWORD: secretadmin
      DATABASE_PASSWORD: secretdatabase
      DEBUG_LIBVIRT_COREDUMPS: true
      DISABLE_AMP_IMAGE_BUILD: true
      ENABLE_SYSCTL_MEM_TUNING: true
      ENABLE_SYSCTL_NET_TUNING: true
      ENABLE_ZSWAP: true
      ERROR_ON_CLONE: true
      FIXED_RANGE: 10.1.0.0/20
      FLOATING_RANGE: 172.24.5.0/24
      GIT_BASE: https://github.com
      HOST_IP: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
      IPV4_ADDRS_SAFE_TO_USE: 10.1.0.0/20
      LIBVIRT_TYPE: '{{ devstack_libvirt_type | default("qemu") }}'
      LOGFILE: /opt/stack/logs/devstacklog.txt
      LOG_COLOR: false
      MAGNUM_GUEST_IMAGE_URL: '{{ image_url }}'
      MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: snapshot_support=True create_share_from_snapshot_support=True
      MANILA_ENABLED_BACKENDS: generic
      MANILA_USE_SERVICE_INSTANCE_PASSWORD: true
      NETWORK_GATEWAY: 10.1.0.1
      NOVA_LIBVIRT_TB_CACHE_SIZE: 128
      NOVA_VNC_ENABLED: true
      OCTAVIA_NODE: api
      OVN_DBS_LOG_LEVEL: dbg
      PUBLIC_BRIDGE_MTU: '{{ external_bridge_mtu }}'
      PUBLIC_NETWORK_GATEWAY: 172.24.5.1
      RABBIT_PASSWORD: secretrabbit
      SERVICE_HOST: '{{ hostvars[''controller''][''nodepool''][''private_ipv4''] }}'
      SERVICE_PASSWORD: secretservice
      SWIFT_HASH: 1234123412341234
      SWIFT_REPLICAS: 1
      SWIFT_START_ALL_SERVICES: false
      VERBOSE: true
      VERBOSE_NO_TIMESTAMP: true
    devstack_plugins:
      barbican: https://github.com/openstack/barbican
      magnum: https://review.opendev.org/openstack/magnum
      magnum-cluster-api: https://github.com/vexxhost/magnum-cluster-api
      manila: https://github.com/openstack/manila
      octavia: https://github.com/openstack/octavia
      ovn-octavia-provider: https://github.com/openstack/ovn-octavia-provider
    devstack_services:
      base: false
      c-api: true
      c-bak: true
      c-sch: true
      c-vol: true
      dstat: false
      etcd3: true
      file_tracker: true
      g-api: true
      horizon: false
      key: true
      memory_tracker: true
      mysql: true
      n-api: true
      n-api-meta: true
      n-cond: true
      n-cpu: true
      n-novnc: true
      n-sch: true
      o-api: true
      o-da: true
      o-hk: true
      octavia: true
      openstack-cli-server: true
      ovn-controller: true
      ovn-northd: true
      ovs-vswitchd: true
      ovsdb-server: true
      placement-api: true
      q-ovn-agent: true
      q-svc: true
      rabbit: true
      s-account: false
      s-container: false
      s-object: false
      s-proxy: false
      tempest: false
      tls-proxy: true
    extensions_to_txt:
      auto: true
      conf: true
      localrc: true
      log: true
      stackenv: true
    image_prefix: ubuntu-24.04
    image_release: 2026.05-7
    image_url: https://github.com/vexxhost/capo-image-elements/releases/download/{{
      image_release }}/{{ image_prefix }}-{{ kube_tag }}.qcow2
    kube_tag: v1.35.5
    network_driver: 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#378>'
      - '<Job devstack-minimal explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#512>'
      - '<Job devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#555>'
      - '<Job magnum-cluster-api-devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#1>'
      - '<Job magnum-cluster-api-hydrophone explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#23>'
      - '<Job magnum-cluster-api-hydrophone-v1.35.5 explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#67>'
      - '<Job magnum-cluster-api-hydrophone-v1.35.5-cilium explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#78>'
      - '<Job magnum-cluster-api-hydrophone-v1.35.5-cilium explicit: None implied:
        None source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#1>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 902ad88c8ee04868a3cac0b0d2bcbbf6
      build_refs:
      - branch: main
        change: '1018'
        change_message: 'fix(keystone_auth): configure API server webhooks with kubeadm
          patches


          ## Summary


          Configure Keystone token authentication and authorization on kubeadm control
          planes without rewriting the live static-pod manifest after bootstrap.


          - Use native kubeadm patches for both init and join control-plane nodes.

          - Add the Keystone authentication and authorization webhook configuration
          flags.

          - Replace the kubeadm default authorization mode with `Node,RBAC,Webhook`
          while first testing the expected default argument.

          - Schedule the host-networked Keystone webhook on both current `control-plane`
          and legacy `master` labeled nodes.

          - Probe the webhook through the same `127.0.0.1:8443` listener used by kube-apiserver.


          ## Why


          The previous feature added webhook flags by rewriting the generated kube-apiserver
          manifest after kubeadm completed. That could leave duplicate authorization
          modes, did not naturally cover joined or replacement control-plane nodes,
          and depended on mutating a live static-pod manifest.


          Native kubeadm patches apply the configuration while each control-plane
          manifest is generated. `Node` and `RBAC` remain ahead of `Webhook`, so normal
          Kubernetes identities continue to use the built-in authorizers and Keystone
          authorization is used as the fallback. A JSON Patch `test` operation ensures
          a future kubeadm argument-order change fails instead of replacing an unrelated
          command argument.


          The webhook uses `hostNetwork` and listens only on loopback. Explicit probe
          hosts are therefore required because a TCP probe otherwise targets the Pod
          IP, which is the node IP for a host-networked Pod.


          ## Validation


          - `pre-commit run --all-files`

          - `cargo test features::keystone_auth`

          - `cargo clippy --lib -- -D warnings`

          - `helm lint magnum_cluster_api/charts/k8s-keystone-auth`

          - Rendered the chart and verified both probes and the process listener use
          `127.0.0.1`.


          The next end-to-end CI run must still confirm that the workload cloud-controller-manager
          starts, the control-plane Node receives its OpenStack provider ID, the Keystone
          DaemonSet becomes Ready without restarts, and a Keystone-token request succeeds.'
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1018
        commit_id: 892659e5a1ecc161a29b4d4b831cf94f737c97a1
        patchset: 892659e5a1ecc161a29b4d4b831cf94f737c97a1
        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: f4283de7503f455ab27333ad3090bbd0
      buildset_refs:
      - branch: main
        change: '1018'
        change_message: 'fix(keystone_auth): configure API server webhooks with kubeadm
          patches


          ## Summary


          Configure Keystone token authentication and authorization on kubeadm control
          planes without rewriting the live static-pod manifest after bootstrap.


          - Use native kubeadm patches for both init and join control-plane nodes.

          - Add the Keystone authentication and authorization webhook configuration
          flags.

          - Replace the kubeadm default authorization mode with `Node,RBAC,Webhook`
          while first testing the expected default argument.

          - Schedule the host-networked Keystone webhook on both current `control-plane`
          and legacy `master` labeled nodes.

          - Probe the webhook through the same `127.0.0.1:8443` listener used by kube-apiserver.


          ## Why


          The previous feature added webhook flags by rewriting the generated kube-apiserver
          manifest after kubeadm completed. That could leave duplicate authorization
          modes, did not naturally cover joined or replacement control-plane nodes,
          and depended on mutating a live static-pod manifest.


          Native kubeadm patches apply the configuration while each control-plane
          manifest is generated. `Node` and `RBAC` remain ahead of `Webhook`, so normal
          Kubernetes identities continue to use the built-in authorizers and Keystone
          authorization is used as the fallback. A JSON Patch `test` operation ensures
          a future kubeadm argument-order change fails instead of replacing an unrelated
          command argument.


          The webhook uses `hostNetwork` and listens only on loopback. Explicit probe
          hosts are therefore required because a TCP probe otherwise targets the Pod
          IP, which is the node IP for a host-networked Pod.


          ## Validation


          - `pre-commit run --all-files`

          - `cargo test features::keystone_auth`

          - `cargo clippy --lib -- -D warnings`

          - `helm lint magnum_cluster_api/charts/k8s-keystone-auth`

          - Rendered the chart and verified both probes and the process listener use
          `127.0.0.1`.


          The next end-to-end CI run must still confirm that the workload cloud-controller-manager
          starts, the control-plane Node receives its OpenStack provider ID, the Keystone
          DaemonSet becomes Ready without restarts, and a Keystone-token request succeeds.'
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1018
        commit_id: 892659e5a1ecc161a29b4d4b831cf94f737c97a1
        patchset: 892659e5a1ecc161a29b4d4b831cf94f737c97a1
        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: '1018'
      change_message: 'fix(keystone_auth): configure API server webhooks with kubeadm
        patches


        ## Summary


        Configure Keystone token authentication and authorization on kubeadm control
        planes without rewriting the live static-pod manifest after bootstrap.


        - Use native kubeadm patches for both init and join control-plane nodes.

        - Add the Keystone authentication and authorization webhook configuration
        flags.

        - Replace the kubeadm default authorization mode with `Node,RBAC,Webhook`
        while first testing the expected default argument.

        - Schedule the host-networked Keystone webhook on both current `control-plane`
        and legacy `master` labeled nodes.

        - Probe the webhook through the same `127.0.0.1:8443` listener used by kube-apiserver.


        ## Why


        The previous feature added webhook flags by rewriting the generated kube-apiserver
        manifest after kubeadm completed. That could leave duplicate authorization
        modes, did not naturally cover joined or replacement control-plane nodes,
        and depended on mutating a live static-pod manifest.


        Native kubeadm patches apply the configuration while each control-plane manifest
        is generated. `Node` and `RBAC` remain ahead of `Webhook`, so normal Kubernetes
        identities continue to use the built-in authorizers and Keystone authorization
        is used as the fallback. A JSON Patch `test` operation ensures a future kubeadm
        argument-order change fails instead of replacing an unrelated command argument.


        The webhook uses `hostNetwork` and listens only on loopback. Explicit probe
        hosts are therefore required because a TCP probe otherwise targets the Pod
        IP, which is the node IP for a host-networked Pod.


        ## Validation


        - `pre-commit run --all-files`

        - `cargo test features::keystone_auth`

        - `cargo clippy --lib -- -D warnings`

        - `helm lint magnum_cluster_api/charts/k8s-keystone-auth`

        - Rendered the chart and verified both probes and the process listener use
        `127.0.0.1`.


        The next end-to-end CI run must still confirm that the workload cloud-controller-manager
        starts, the control-plane Node receives its OpenStack provider ID, the Keystone
        DaemonSet becomes Ready without restarts, and a Keystone-token request succeeds.'
      change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1018
      child_jobs: []
      commit_id: 892659e5a1ecc161a29b4d4b831cf94f737c97a1
      event_id: ac7f5980-a5ca-11f1-848c-58df41c0e7b0
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/902ad88c8ee04868a3cac0b0d2bcbbf6/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/902ad88c8ee04868a3cac0b0d2bcbbf6/work/logs
        result_data_file: /var/lib/zuul/builds/902ad88c8ee04868a3cac0b0d2bcbbf6/work/results.json
        src_root: /var/lib/zuul/builds/902ad88c8ee04868a3cac0b0d2bcbbf6/work/src
        work_root: /var/lib/zuul/builds/902ad88c8ee04868a3cac0b0d2bcbbf6/work
      include_vars: []
      items:
      - branch: main
        change: '1018'
        change_message: 'fix(keystone_auth): configure API server webhooks with kubeadm
          patches


          ## Summary


          Configure Keystone token authentication and authorization on kubeadm control
          planes without rewriting the live static-pod manifest after bootstrap.


          - Use native kubeadm patches for both init and join control-plane nodes.

          - Add the Keystone authentication and authorization webhook configuration
          flags.

          - Replace the kubeadm default authorization mode with `Node,RBAC,Webhook`
          while first testing the expected default argument.

          - Schedule the host-networked Keystone webhook on both current `control-plane`
          and legacy `master` labeled nodes.

          - Probe the webhook through the same `127.0.0.1:8443` listener used by kube-apiserver.


          ## Why


          The previous feature added webhook flags by rewriting the generated kube-apiserver
          manifest after kubeadm completed. That could leave duplicate authorization
          modes, did not naturally cover joined or replacement control-plane nodes,
          and depended on mutating a live static-pod manifest.


          Native kubeadm patches apply the configuration while each control-plane
          manifest is generated. `Node` and `RBAC` remain ahead of `Webhook`, so normal
          Kubernetes identities continue to use the built-in authorizers and Keystone
          authorization is used as the fallback. A JSON Patch `test` operation ensures
          a future kubeadm argument-order change fails instead of replacing an unrelated
          command argument.


          The webhook uses `hostNetwork` and listens only on loopback. Explicit probe
          hosts are therefore required because a TCP probe otherwise targets the Pod
          IP, which is the node IP for a host-networked Pod.


          ## Validation


          - `pre-commit run --all-files`

          - `cargo test features::keystone_auth`

          - `cargo clippy --lib -- -D warnings`

          - `helm lint magnum_cluster_api/charts/k8s-keystone-auth`

          - Rendered the chart and verified both probes and the process listener use
          `127.0.0.1`.


          The next end-to-end CI run must still confirm that the workload cloud-controller-manager
          starts, the control-plane Node receives its OpenStack provider ID, the Keystone
          DaemonSet becomes Ready without restarts, and a Keystone-token request succeeds.'
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1018
        commit_id: 892659e5a1ecc161a29b4d4b831cf94f737c97a1
        patchset: 892659e5a1ecc161a29b4d4b831cf94f737c97a1
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          name: vexxhost/magnum-cluster-api
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      job: magnum-cluster-api-hydrophone-v1.35.5-cilium
      jobtags: []
      max_attempts: 3
      message: Zml4KGtleXN0b25lX2F1dGgpOiBjb25maWd1cmUgQVBJIHNlcnZlciB3ZWJob29rcyB3aXRoIGt1YmVhZG0gcGF0Y2hlcwoKIyMgU3VtbWFyeQoKQ29uZmlndXJlIEtleXN0b25lIHRva2VuIGF1dGhlbnRpY2F0aW9uIGFuZCBhdXRob3JpemF0aW9uIG9uIGt1YmVhZG0gY29udHJvbCBwbGFuZXMgd2l0aG91dCByZXdyaXRpbmcgdGhlIGxpdmUgc3RhdGljLXBvZCBtYW5pZmVzdCBhZnRlciBib290c3RyYXAuCgotIFVzZSBuYXRpdmUga3ViZWFkbSBwYXRjaGVzIGZvciBib3RoIGluaXQgYW5kIGpvaW4gY29udHJvbC1wbGFuZSBub2Rlcy4KLSBBZGQgdGhlIEtleXN0b25lIGF1dGhlbnRpY2F0aW9uIGFuZCBhdXRob3JpemF0aW9uIHdlYmhvb2sgY29uZmlndXJhdGlvbiBmbGFncy4KLSBSZXBsYWNlIHRoZSBrdWJlYWRtIGRlZmF1bHQgYXV0aG9yaXphdGlvbiBtb2RlIHdpdGggYE5vZGUsUkJBQyxXZWJob29rYCB3aGlsZSBmaXJzdCB0ZXN0aW5nIHRoZSBleHBlY3RlZCBkZWZhdWx0IGFyZ3VtZW50LgotIFNjaGVkdWxlIHRoZSBob3N0LW5ldHdvcmtlZCBLZXlzdG9uZSB3ZWJob29rIG9uIGJvdGggY3VycmVudCBgY29udHJvbC1wbGFuZWAgYW5kIGxlZ2FjeSBgbWFzdGVyYCBsYWJlbGVkIG5vZGVzLgotIFByb2JlIHRoZSB3ZWJob29rIHRocm91Z2ggdGhlIHNhbWUgYDEyNy4wLjAuMTo4NDQzYCBsaXN0ZW5lciB1c2VkIGJ5IGt1YmUtYXBpc2VydmVyLgoKIyMgV2h5CgpUaGUgcHJldmlvdXMgZmVhdHVyZSBhZGRlZCB3ZWJob29rIGZsYWdzIGJ5IHJld3JpdGluZyB0aGUgZ2VuZXJhdGVkIGt1YmUtYXBpc2VydmVyIG1hbmlmZXN0IGFmdGVyIGt1YmVhZG0gY29tcGxldGVkLiBUaGF0IGNvdWxkIGxlYXZlIGR1cGxpY2F0ZSBhdXRob3JpemF0aW9uIG1vZGVzLCBkaWQgbm90IG5hdHVyYWxseSBjb3ZlciBqb2luZWQgb3IgcmVwbGFjZW1lbnQgY29udHJvbC1wbGFuZSBub2RlcywgYW5kIGRlcGVuZGVkIG9uIG11dGF0aW5nIGEgbGl2ZSBzdGF0aWMtcG9kIG1hbmlmZXN0LgoKTmF0aXZlIGt1YmVhZG0gcGF0Y2hlcyBhcHBseSB0aGUgY29uZmlndXJhdGlvbiB3aGlsZSBlYWNoIGNvbnRyb2wtcGxhbmUgbWFuaWZlc3QgaXMgZ2VuZXJhdGVkLiBgTm9kZWAgYW5kIGBSQkFDYCByZW1haW4gYWhlYWQgb2YgYFdlYmhvb2tgLCBzbyBub3JtYWwgS3ViZXJuZXRlcyBpZGVudGl0aWVzIGNvbnRpbnVlIHRvIHVzZSB0aGUgYnVpbHQtaW4gYXV0aG9yaXplcnMgYW5kIEtleXN0b25lIGF1dGhvcml6YXRpb24gaXMgdXNlZCBhcyB0aGUgZmFsbGJhY2suIEEgSlNPTiBQYXRjaCBgdGVzdGAgb3BlcmF0aW9uIGVuc3VyZXMgYSBmdXR1cmUga3ViZWFkbSBhcmd1bWVudC1vcmRlciBjaGFuZ2UgZmFpbHMgaW5zdGVhZCBvZiByZXBsYWNpbmcgYW4gdW5yZWxhdGVkIGNvbW1hbmQgYXJndW1lbnQuCgpUaGUgd2ViaG9vayB1c2VzIGBob3N0TmV0d29ya2AgYW5kIGxpc3RlbnMgb25seSBvbiBsb29wYmFjay4gRXhwbGljaXQgcHJvYmUgaG9zdHMgYXJlIHRoZXJlZm9yZSByZXF1aXJlZCBiZWNhdXNlIGEgVENQIHByb2JlIG90aGVyd2lzZSB0YXJnZXRzIHRoZSBQb2QgSVAsIHdoaWNoIGlzIHRoZSBub2RlIElQIGZvciBhIGhvc3QtbmV0d29ya2VkIFBvZC4KCiMjIFZhbGlkYXRpb24KCi0gYHByZS1jb21taXQgcnVuIC0tYWxsLWZpbGVzYAotIGBjYXJnbyB0ZXN0IGZlYXR1cmVzOjprZXlzdG9uZV9hdXRoYAotIGBjYXJnbyBjbGlwcHkgLS1saWIgLS0gLUQgd2FybmluZ3NgCi0gYGhlbG0gbGludCBtYWdudW1fY2x1c3Rlcl9hcGkvY2hhcnRzL2s4cy1rZXlzdG9uZS1hdXRoYAotIFJlbmRlcmVkIHRoZSBjaGFydCBhbmQgdmVyaWZpZWQgYm90aCBwcm9iZXMgYW5kIHRoZSBwcm9jZXNzIGxpc3RlbmVyIHVzZSBgMTI3LjAuMC4xYC4KClRoZSBuZXh0IGVuZC10by1lbmQgQ0kgcnVuIG11c3Qgc3RpbGwgY29uZmlybSB0aGF0IHRoZSB3b3JrbG9hZCBjbG91ZC1jb250cm9sbGVyLW1hbmFnZXIgc3RhcnRzLCB0aGUgY29udHJvbC1wbGFuZSBOb2RlIHJlY2VpdmVzIGl0cyBPcGVuU3RhY2sgcHJvdmlkZXIgSUQsIHRoZSBLZXlzdG9uZSBEYWVtb25TZXQgYmVjb21lcyBSZWFkeSB3aXRob3V0IHJlc3RhcnRzLCBhbmQgYSBLZXlzdG9uZS10b2tlbiByZXF1ZXN0IHN1Y2NlZWRzLg==
      override_checkout: master
      patchset: 892659e5a1ecc161a29b4d4b831cf94f737c97a1
      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: 9b835d0194f05a1b60885a2bbc740d1361c5a672
          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: 9b0a00865c2537338f72ed5b9b44a0d6bff16eb4
          untrusted/project_1/opendev.org/openstack/openstack-zuul-jobs:
            canonical_name: opendev.org/openstack/openstack-zuul-jobs
            checkout: master
            commit: 7034a45c416d30a350109d93bfb2457e6fa75618
          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: 9b835d0194f05a1b60885a2bbc740d1361c5a672
          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: 892659e5a1ecc161a29b4d4b831cf94f737c97a1
        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: ac861f9e280b015569c4b1c3999516d9c0fa35c3
          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: 892659e5a1ecc161a29b4d4b831cf94f737c97a1
          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: 1014ec1ac035564c79df179486f27b9fd57df768
          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: 5bde6d7b62391cdcc1f78b05ec10173b121abe69
          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: 9b0a00865c2537338f72ed5b9b44a0d6bff16eb4
          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: 4b369fc380fa17aa6a21b4a46530439bedee211e
          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: cb0889563f4dd9a0db11b84261362c995fbc6ac9
          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: 23a43e879d5ea72e80f211212567450fe60805d5
          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: f4a7e8ba8a9119685b778b0f6c8628088a3697b2
          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: 3412ab4a226296f34f5dabaac21261a36ad0a4d7
          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: d3a1c95d06c2d97368207c2728fc262796683ad8
          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: e2c18db97f3f6706461e53c3f38496513c5a2ed1
          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: 91aba16490ea0de6df81528464b2705b51e41537
          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: 7d35f974d52fdbb457ff2b6b7bff3741165dd30d
          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: 8488704b592ecd80a8287ae51c39375628b6d7b5
          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: 4ff57666f016d4054a46dc2dcaa3ca2ad7ed4766
          name: openstack/swift
          required: true
          short_name: swift
          src_dir: src/opendev.org/openstack/swift
      ref: refs/pull/1018/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
