Fix logstash filter location
Change-Id: I70fbe2a9ba0ab909002704ff97b5ee149040e742
This commit is contained in:
parent
e01ed4f066
commit
8b2a4dbedd
@ -17,7 +17,7 @@
|
||||
class openstack_project::logstash_worker (
|
||||
$discover_node = 'elasticsearch01.openstack.org',
|
||||
$filter_rev = 'master',
|
||||
$filter_source = 'https://git.openstack.org/openstack-infra/logstash-filters',
|
||||
$filter_source = 'https://git.openstack.org/openstack/logstash-filters',
|
||||
$enable_mqtt = true,
|
||||
$mqtt_hostname = 'firehose.openstack.org',
|
||||
$mqtt_port = 8883,
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
/usr/zuul-env/bin/zuul-cloner --workspace /tmp --cache-dir /opt/git \
|
||||
https://git.openstack.org \
|
||||
openstack-infra/logstash-filters
|
||||
sha=$(git --git-dir=/tmp/openstack-infra/logstash-filters/.git rev-parse HEAD)
|
||||
openstack/logstash-filters
|
||||
sha=$(git --git-dir=/tmp/openstack/logstash-filters/.git rev-parse HEAD)
|
||||
|
||||
cat > node.pp <<EOF
|
||||
\$elasticsearch_nodes = [ 'localhost' ]
|
||||
class { 'openstack_project::logstash_worker':
|
||||
filter_source => 'file:///tmp/openstack-infra/logstash-filters/.git',
|
||||
filter_source => 'file:///tmp/openstack/logstash-filters/.git',
|
||||
filter_rev => '$sha',
|
||||
}
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user