Merge "Allow configuration of logstash url"

This commit is contained in:
Jenkins 2015-12-24 19:20:03 +00:00 committed by Gerrit Code Review
commit e51b3a583a
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class elastic_recheck::bot (
$recheck_bot_passwd,
$recheck_bot_nick,
$elastic_search_url = 'http://logstash.openstack.org:80/elasticsearch',
$logstash_url = 'http://logstash.openstack.org',
$subunit2sql_db_uri = 'mysql+pymysql://query:query@logstash.openstack.org/subunit2sql',
$daemon_args = undef,
) {

View File

@ -15,4 +15,5 @@ key=/home/recheck/.ssh/id_rsa
[data_source]
es_url=<%= @elastic_search_url %>
ls_url=<%= @logstash_url %>
db_uri=<%= @subunit2sql_db_uri %>