Puppet Class: profile::analytics::cluster::elasticsearch

Defined in:
modules/profile/manifests/analytics/cluster/elasticsearch.pp

Overview

SPDX-License-Identifier: Apache-2.0 Supports CirrusSearch usage on the analytics cluster



3
4
5
6
7
8
# File 'modules/profile/manifests/analytics/cluster/elasticsearch.pp', line 3

class profile::analytics::cluster::elasticsearch {
    # wikimedia/discovery/analytics will be deployed to this node
    scap::target { 'wikimedia/discovery/analytics':
        deploy_user => 'deploy-service',
    }
}