Skip to content

Commit

Permalink
Merge pull request rucio#131 from robbarnsley/130-patch-add-hermes2-c…
Browse files Browse the repository at this point in the history
…onfig-items

added [hermes.elastic_endpoint] and [hermes.influxdb_endpoint] cfg items
  • Loading branch information
tbeerman authored Apr 21, 2021
2 parents e5e955c + 8de5aa0 commit 4b977cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions daemons/rucio.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ voname = {{ RUCIO_CFG_MESSAGING_HERMES_VONAME | default('atlas') }}
email_from = {{ RUCIO_CFG_MESSAGING_HERMES_EMAIL_FROM | default('Rucio <atlas-adc-ddm-support@cern.ch>') }}
{% if RUCIO_CFG_MESSAGING_HERMES_EMAIL_TEST is defined %}email_test = {{ RUCIO_CFG_MESSAGING_HERMES_EMAIL_TEST }}{% endif %}

[hermes]
{% if RUCIO_CFG_MESSAGING_HERMES2_ELASTIC_ENDPOINT is defined %}elastic_endpoint = {{ RUCIO_CFG_MESSAGING_HERMES2_ELASTIC_ENDPOINT }}{% endif %}
{% if RUCIO_CFG_MESSAGING_HERMES2_INFLUXDB_ENDPOINT is defined %}influxdb_endpoint = {{ RUCIO_CFG_MESSAGING_HERMES2_INFLUXDB_ENDPOINT }}{% endif %}

[tracer-kronos]
brokers= {{ RUCIO_CFG_TRACER_KRONOS_BROKERS | default('atlas-test-mb.cern.ch') }}
port= {{ RUCIO_CFG_TRACER_KRONOS_PORT | default('61013') }}
Expand Down

0 comments on commit 4b977cc

Please sign in to comment.