all:
  children:
    tempest:
      hosts:
        controller: null
    zuul_unreachable:
      hosts: {}
  hosts:
    controller:
      ansible_connection: ssh
      ansible_host: 162.253.55.71
      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.33.12
      network_driver: calico
      nodepool:
        az: yul2
        cloud: public
        external_id: 3356d8a9-ed8f-4e08-b43c-707fb140f721
        host_id: 96e3c1813f55d7150d4bcb1e2f206e51f7db972b8bac194cef606c53
        interface_ip: 162.253.55.71
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 162.253.55.71
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.71
        public_ipv6: 2604:e100:1:0:f816:3eff:fe05:bc2b
        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: 3356d8a9-ed8f-4e08-b43c-707fb140f721
        host_id: 96e3c1813f55d7150d4bcb1e2f206e51f7db972b8bac194cef606c53
        interface_ip: 162.253.55.71
        label: ubuntu-noble-16
        node_properties: {}
        private_ipv4: 162.253.55.71
        private_ipv6: null
        provider: yul1
        public_ipv4: 162.253.55.71
        public_ipv6: 2604:e100:1:0:f816:3eff:fe05:bc2b
        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.33.12
    network_driver: calico
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job openstack-multinode-fips explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#17>'
      - '<Job devstack-base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#378>'
      - '<Job devstack-minimal explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#512>'
      - '<Job devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:master}}
        source: openstack/devstack/.zuul.yaml@master#555>'
      - '<Job magnum-cluster-api-devstack explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/jobs.yaml@main#1>'
      - '<Job magnum-cluster-api-hydrophone explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#23>'
      - '<Job magnum-cluster-api-hydrophone-v1.33.12 explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#35>'
      - '<Job magnum-cluster-api-hydrophone-v1.33.12-calico explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#41>'
      - '<Job magnum-cluster-api-hydrophone-v1.33.12-calico explicit: None implied:
        None source: vexxhost/magnum-cluster-api/zuul.d/hydrophone-jobs.yaml@main#1>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 80b40d33f1b642c7908680a5adbf70a9
      build_refs:
      - branch: main
        change: '1147'
        change_message: 'feat: add composable cluster add-on profiles


          ## Summary


          - introduce the immutable `addon_profiles` cluster-template label as an
          ordered, composable profile selection

          - validate an explicit schema-version-1 ConfigMap catalog, dependencies,
          selector ownership, limits, and generic capability requirements

          - persist one canonical contract snapshot and SHA-256 identity on the initial
          Cluster API Cluster

          - activate dependency waves only after the prior wave has current-generation
          CAAPH readiness

          - retain per-profile create and delete deadlines across controller restarts
          and use resource-version conflict retries

          - remove add-ons in reverse dependency order with identity-scoped Continuous
          and InstallOnce handling

          - preserve the existing create, status, and delete path when `addon_profiles`
          is unset

          - reject the superseded unmerged singular `addon_profile` spelling


          The driver remains generic: profiles identify operator-published HelmChartProxy
          resources and do not embed hardware, operating-system, Kubernetes-version,
          or workload policy.


          ## Compatibility


          - templates without `addon_profiles` do not read the profile ConfigMap and
          keep the existing readiness path

          - a one-item selection uses the same plural contract as a composed selection

          - cluster-create labels cannot add, remove, reorder, or override the immutable
          template selection

          - reconcile and deletion use the persisted snapshot rather than a later
          ConfigMap edit


          ## Validation


          - 27 focused Python 3.10 profile lifecycle tests pass

          - create, retry, restart, conflict, timeout, and reverse deletion cases
          are covered

          - no-profile compatibility cases remain covered by the existing driver tests

          - `black`, `isort`, `ruff`, and `git diff --check` pass

          - an isolated Kubernetes v1.34 target reached CAAPH Ready for a real storage
          profile followed by its dependent workspace profile

          - a retained no-selector cluster remained healthy after the compatible runtime
          rollout


          ## Deployment contract


          Deployments publish immutable profile revisions, HelmChartProxy resources,
          and the `mcapi-addon-profiles` ConfigMap before a cluster template selects
          them. Existing templates require no deployment change.'
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1147
        commit_id: d6d116e1aae887bbf0d84db93d6e2ecd01b63ac4
        patchset: d6d116e1aae887bbf0d84db93d6e2ecd01b63ac4
        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: dd5499afe2064b6d838ff56d7e8f874e
      buildset_refs:
      - branch: main
        change: '1147'
        change_message: 'feat: add composable cluster add-on profiles


          ## Summary


          - introduce the immutable `addon_profiles` cluster-template label as an
          ordered, composable profile selection

          - validate an explicit schema-version-1 ConfigMap catalog, dependencies,
          selector ownership, limits, and generic capability requirements

          - persist one canonical contract snapshot and SHA-256 identity on the initial
          Cluster API Cluster

          - activate dependency waves only after the prior wave has current-generation
          CAAPH readiness

          - retain per-profile create and delete deadlines across controller restarts
          and use resource-version conflict retries

          - remove add-ons in reverse dependency order with identity-scoped Continuous
          and InstallOnce handling

          - preserve the existing create, status, and delete path when `addon_profiles`
          is unset

          - reject the superseded unmerged singular `addon_profile` spelling


          The driver remains generic: profiles identify operator-published HelmChartProxy
          resources and do not embed hardware, operating-system, Kubernetes-version,
          or workload policy.


          ## Compatibility


          - templates without `addon_profiles` do not read the profile ConfigMap and
          keep the existing readiness path

          - a one-item selection uses the same plural contract as a composed selection

          - cluster-create labels cannot add, remove, reorder, or override the immutable
          template selection

          - reconcile and deletion use the persisted snapshot rather than a later
          ConfigMap edit


          ## Validation


          - 27 focused Python 3.10 profile lifecycle tests pass

          - create, retry, restart, conflict, timeout, and reverse deletion cases
          are covered

          - no-profile compatibility cases remain covered by the existing driver tests

          - `black`, `isort`, `ruff`, and `git diff --check` pass

          - an isolated Kubernetes v1.34 target reached CAAPH Ready for a real storage
          profile followed by its dependent workspace profile

          - a retained no-selector cluster remained healthy after the compatible runtime
          rollout


          ## Deployment contract


          Deployments publish immutable profile revisions, HelmChartProxy resources,
          and the `mcapi-addon-profiles` ConfigMap before a cluster template selects
          them. Existing templates require no deployment change.'
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1147
        commit_id: d6d116e1aae887bbf0d84db93d6e2ecd01b63ac4
        patchset: d6d116e1aae887bbf0d84db93d6e2ecd01b63ac4
        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: '1147'
      change_message: 'feat: add composable cluster add-on profiles


        ## Summary


        - introduce the immutable `addon_profiles` cluster-template label as an ordered,
        composable profile selection

        - validate an explicit schema-version-1 ConfigMap catalog, dependencies, selector
        ownership, limits, and generic capability requirements

        - persist one canonical contract snapshot and SHA-256 identity on the initial
        Cluster API Cluster

        - activate dependency waves only after the prior wave has current-generation
        CAAPH readiness

        - retain per-profile create and delete deadlines across controller restarts
        and use resource-version conflict retries

        - remove add-ons in reverse dependency order with identity-scoped Continuous
        and InstallOnce handling

        - preserve the existing create, status, and delete path when `addon_profiles`
        is unset

        - reject the superseded unmerged singular `addon_profile` spelling


        The driver remains generic: profiles identify operator-published HelmChartProxy
        resources and do not embed hardware, operating-system, Kubernetes-version,
        or workload policy.


        ## Compatibility


        - templates without `addon_profiles` do not read the profile ConfigMap and
        keep the existing readiness path

        - a one-item selection uses the same plural contract as a composed selection

        - cluster-create labels cannot add, remove, reorder, or override the immutable
        template selection

        - reconcile and deletion use the persisted snapshot rather than a later ConfigMap
        edit


        ## Validation


        - 27 focused Python 3.10 profile lifecycle tests pass

        - create, retry, restart, conflict, timeout, and reverse deletion cases are
        covered

        - no-profile compatibility cases remain covered by the existing driver tests

        - `black`, `isort`, `ruff`, and `git diff --check` pass

        - an isolated Kubernetes v1.34 target reached CAAPH Ready for a real storage
        profile followed by its dependent workspace profile

        - a retained no-selector cluster remained healthy after the compatible runtime
        rollout


        ## Deployment contract


        Deployments publish immutable profile revisions, HelmChartProxy resources,
        and the `mcapi-addon-profiles` ConfigMap before a cluster template selects
        them. Existing templates require no deployment change.'
      change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1147
      child_jobs: []
      commit_id: d6d116e1aae887bbf0d84db93d6e2ecd01b63ac4
      event_id: 02d3e430-a1cb-11f1-84ca-ff9fc14d02ff
      executor:
        hostname: 2d72f0692154
        inventory_file: /var/lib/zuul/builds/80b40d33f1b642c7908680a5adbf70a9/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/80b40d33f1b642c7908680a5adbf70a9/work/logs
        result_data_file: /var/lib/zuul/builds/80b40d33f1b642c7908680a5adbf70a9/work/results.json
        src_root: /var/lib/zuul/builds/80b40d33f1b642c7908680a5adbf70a9/work/src
        work_root: /var/lib/zuul/builds/80b40d33f1b642c7908680a5adbf70a9/work
      include_vars: []
      items:
      - branch: main
        change: '1147'
        change_message: 'feat: add composable cluster add-on profiles


          ## Summary


          - introduce the immutable `addon_profiles` cluster-template label as an
          ordered, composable profile selection

          - validate an explicit schema-version-1 ConfigMap catalog, dependencies,
          selector ownership, limits, and generic capability requirements

          - persist one canonical contract snapshot and SHA-256 identity on the initial
          Cluster API Cluster

          - activate dependency waves only after the prior wave has current-generation
          CAAPH readiness

          - retain per-profile create and delete deadlines across controller restarts
          and use resource-version conflict retries

          - remove add-ons in reverse dependency order with identity-scoped Continuous
          and InstallOnce handling

          - preserve the existing create, status, and delete path when `addon_profiles`
          is unset

          - reject the superseded unmerged singular `addon_profile` spelling


          The driver remains generic: profiles identify operator-published HelmChartProxy
          resources and do not embed hardware, operating-system, Kubernetes-version,
          or workload policy.


          ## Compatibility


          - templates without `addon_profiles` do not read the profile ConfigMap and
          keep the existing readiness path

          - a one-item selection uses the same plural contract as a composed selection

          - cluster-create labels cannot add, remove, reorder, or override the immutable
          template selection

          - reconcile and deletion use the persisted snapshot rather than a later
          ConfigMap edit


          ## Validation


          - 27 focused Python 3.10 profile lifecycle tests pass

          - create, retry, restart, conflict, timeout, and reverse deletion cases
          are covered

          - no-profile compatibility cases remain covered by the existing driver tests

          - `black`, `isort`, `ruff`, and `git diff --check` pass

          - an isolated Kubernetes v1.34 target reached CAAPH Ready for a real storage
          profile followed by its dependent workspace profile

          - a retained no-selector cluster remained healthy after the compatible runtime
          rollout


          ## Deployment contract


          Deployments publish immutable profile revisions, HelmChartProxy resources,
          and the `mcapi-addon-profiles` ConfigMap before a cluster template selects
          them. Existing templates require no deployment change.'
        change_url: https://github.com/vexxhost/magnum-cluster-api/pull/1147
        commit_id: d6d116e1aae887bbf0d84db93d6e2ecd01b63ac4
        patchset: d6d116e1aae887bbf0d84db93d6e2ecd01b63ac4
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/magnum-cluster-api
          name: vexxhost/magnum-cluster-api
          short_name: magnum-cluster-api
          src_dir: src/github.com/vexxhost/magnum-cluster-api
        topic: null
      job: magnum-cluster-api-hydrophone-v1.33.12-calico
      jobtags: []
      max_attempts: 3
      message: ZmVhdDogYWRkIGNvbXBvc2FibGUgY2x1c3RlciBhZGQtb24gcHJvZmlsZXMKCiMjIFN1bW1hcnkKCi0gaW50cm9kdWNlIHRoZSBpbW11dGFibGUgYGFkZG9uX3Byb2ZpbGVzYCBjbHVzdGVyLXRlbXBsYXRlIGxhYmVsIGFzIGFuIG9yZGVyZWQsIGNvbXBvc2FibGUgcHJvZmlsZSBzZWxlY3Rpb24KLSB2YWxpZGF0ZSBhbiBleHBsaWNpdCBzY2hlbWEtdmVyc2lvbi0xIENvbmZpZ01hcCBjYXRhbG9nLCBkZXBlbmRlbmNpZXMsIHNlbGVjdG9yIG93bmVyc2hpcCwgbGltaXRzLCBhbmQgZ2VuZXJpYyBjYXBhYmlsaXR5IHJlcXVpcmVtZW50cwotIHBlcnNpc3Qgb25lIGNhbm9uaWNhbCBjb250cmFjdCBzbmFwc2hvdCBhbmQgU0hBLTI1NiBpZGVudGl0eSBvbiB0aGUgaW5pdGlhbCBDbHVzdGVyIEFQSSBDbHVzdGVyCi0gYWN0aXZhdGUgZGVwZW5kZW5jeSB3YXZlcyBvbmx5IGFmdGVyIHRoZSBwcmlvciB3YXZlIGhhcyBjdXJyZW50LWdlbmVyYXRpb24gQ0FBUEggcmVhZGluZXNzCi0gcmV0YWluIHBlci1wcm9maWxlIGNyZWF0ZSBhbmQgZGVsZXRlIGRlYWRsaW5lcyBhY3Jvc3MgY29udHJvbGxlciByZXN0YXJ0cyBhbmQgdXNlIHJlc291cmNlLXZlcnNpb24gY29uZmxpY3QgcmV0cmllcwotIHJlbW92ZSBhZGQtb25zIGluIHJldmVyc2UgZGVwZW5kZW5jeSBvcmRlciB3aXRoIGlkZW50aXR5LXNjb3BlZCBDb250aW51b3VzIGFuZCBJbnN0YWxsT25jZSBoYW5kbGluZwotIHByZXNlcnZlIHRoZSBleGlzdGluZyBjcmVhdGUsIHN0YXR1cywgYW5kIGRlbGV0ZSBwYXRoIHdoZW4gYGFkZG9uX3Byb2ZpbGVzYCBpcyB1bnNldAotIHJlamVjdCB0aGUgc3VwZXJzZWRlZCB1bm1lcmdlZCBzaW5ndWxhciBgYWRkb25fcHJvZmlsZWAgc3BlbGxpbmcKClRoZSBkcml2ZXIgcmVtYWlucyBnZW5lcmljOiBwcm9maWxlcyBpZGVudGlmeSBvcGVyYXRvci1wdWJsaXNoZWQgSGVsbUNoYXJ0UHJveHkgcmVzb3VyY2VzIGFuZCBkbyBub3QgZW1iZWQgaGFyZHdhcmUsIG9wZXJhdGluZy1zeXN0ZW0sIEt1YmVybmV0ZXMtdmVyc2lvbiwgb3Igd29ya2xvYWQgcG9saWN5LgoKIyMgQ29tcGF0aWJpbGl0eQoKLSB0ZW1wbGF0ZXMgd2l0aG91dCBgYWRkb25fcHJvZmlsZXNgIGRvIG5vdCByZWFkIHRoZSBwcm9maWxlIENvbmZpZ01hcCBhbmQga2VlcCB0aGUgZXhpc3RpbmcgcmVhZGluZXNzIHBhdGgKLSBhIG9uZS1pdGVtIHNlbGVjdGlvbiB1c2VzIHRoZSBzYW1lIHBsdXJhbCBjb250cmFjdCBhcyBhIGNvbXBvc2VkIHNlbGVjdGlvbgotIGNsdXN0ZXItY3JlYXRlIGxhYmVscyBjYW5ub3QgYWRkLCByZW1vdmUsIHJlb3JkZXIsIG9yIG92ZXJyaWRlIHRoZSBpbW11dGFibGUgdGVtcGxhdGUgc2VsZWN0aW9uCi0gcmVjb25jaWxlIGFuZCBkZWxldGlvbiB1c2UgdGhlIHBlcnNpc3RlZCBzbmFwc2hvdCByYXRoZXIgdGhhbiBhIGxhdGVyIENvbmZpZ01hcCBlZGl0CgojIyBWYWxpZGF0aW9uCgotIDI3IGZvY3VzZWQgUHl0aG9uIDMuMTAgcHJvZmlsZSBsaWZlY3ljbGUgdGVzdHMgcGFzcwotIGNyZWF0ZSwgcmV0cnksIHJlc3RhcnQsIGNvbmZsaWN0LCB0aW1lb3V0LCBhbmQgcmV2ZXJzZSBkZWxldGlvbiBjYXNlcyBhcmUgY292ZXJlZAotIG5vLXByb2ZpbGUgY29tcGF0aWJpbGl0eSBjYXNlcyByZW1haW4gY292ZXJlZCBieSB0aGUgZXhpc3RpbmcgZHJpdmVyIHRlc3RzCi0gYGJsYWNrYCwgYGlzb3J0YCwgYHJ1ZmZgLCBhbmQgYGdpdCBkaWZmIC0tY2hlY2tgIHBhc3MKLSBhbiBpc29sYXRlZCBLdWJlcm5ldGVzIHYxLjM0IHRhcmdldCByZWFjaGVkIENBQVBIIFJlYWR5IGZvciBhIHJlYWwgc3RvcmFnZSBwcm9maWxlIGZvbGxvd2VkIGJ5IGl0cyBkZXBlbmRlbnQgd29ya3NwYWNlIHByb2ZpbGUKLSBhIHJldGFpbmVkIG5vLXNlbGVjdG9yIGNsdXN0ZXIgcmVtYWluZWQgaGVhbHRoeSBhZnRlciB0aGUgY29tcGF0aWJsZSBydW50aW1lIHJvbGxvdXQKCiMjIERlcGxveW1lbnQgY29udHJhY3QKCkRlcGxveW1lbnRzIHB1Ymxpc2ggaW1tdXRhYmxlIHByb2ZpbGUgcmV2aXNpb25zLCBIZWxtQ2hhcnRQcm94eSByZXNvdXJjZXMsIGFuZCB0aGUgYG1jYXBpLWFkZG9uLXByb2ZpbGVzYCBDb25maWdNYXAgYmVmb3JlIGEgY2x1c3RlciB0ZW1wbGF0ZSBzZWxlY3RzIHRoZW0uIEV4aXN0aW5nIHRlbXBsYXRlcyByZXF1aXJlIG5vIGRlcGxveW1lbnQgY2hhbmdlLg==
      override_checkout: master
      patchset: d6d116e1aae887bbf0d84db93d6e2ecd01b63ac4
      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: a05b0fb6ac6a681e93e59e18661eadc80ed996f8
          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: a05b0fb6ac6a681e93e59e18661eadc80ed996f8
          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: e6e4c85c17136be8a0b29008ccfd2055505d6baa
        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: e6e4c85c17136be8a0b29008ccfd2055505d6baa
          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: e2b8884acd976b283d5f5b6a5852fbc6ab1c87bc
          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: 84ccb6d4d7c54c949239222b333b60a636afbdad
          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: 2699961fad7f17895abbcb82bb139843cebb4bac
          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: 16afc813b7e6de727d8a91e065d7824b06e32925
          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: 657013769fccb9b91a35d39ab9118dc552319553
          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: a64fd5cba117644ec7cf84e468afcdbcb8dfc221
          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: 62b96fedf35967b0cdd661aaee2c5d6f2cace17e
          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: fbc4af60a9dfa922343e0f86f0541b4971c1b908
          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: eb43999b1488f6acc9e38a713d759020e3180cf2
          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: af0e6818c5f54d1ff6e1782e3ae042d64e36709e
          name: openstack/swift
          required: true
          short_name: swift
          src_dir: src/opendev.org/openstack/swift
      ref: refs/pull/1147/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
