Skip to content

Commit

Permalink
Merge pull request #77 from tbeerman/add_receiver_nonssl_params
Browse files Browse the repository at this point in the history
add rucio.cfg parameters for nonssl conveyor-receiver
  • Loading branch information
tbeerman authored May 15, 2020
2 parents 2229851 + beda37b commit 99c8010
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 @@ -70,6 +70,10 @@ ssl_cert_file = {{ RUCIO_CFG_MESSAGING_FTS3_SSL_CERT_FILE | default('/etc/grid-s
destination = {{ RUCIO_CFG_MESSAGING_FTS3_DESTINATION | default('/topic/transfer.fts_monitoring_queue_state') }}
brokers = {{ RUCIO_CFG_MESSAGING_FTS3_BROKERS | default('dashb-test-mb.cern.ch') }}
voname = {{ RUCIO_CFG_MESSAGING_FTS3_VONAME | default('atlas') }}
{% if RUCIO_CFG_MESSAGING_FTS3_USE_SSL is defined %}use_ssl = {{ RUCIO_CFG_MESSAGING_FTS3_USE_SSL }}{% endif %}
{% if RUCIO_CFG_MESSAGING_FTS3_NONSSL_PORT is defined %}nonssl_port = {{ RUCIO_CFG_MESSAGING_FTS3_NONSSL_PORT }}{% endif %}
{% if RUCIO_CFG_MESSAGING_FTS3_USERNAME is defined %}username = {{ RUCIO_CFG_MESSAGING_FTS3_USERNAME }}{% endif %}
{% if RUCIO_CFG_MESSAGING_FTS3_PASSWORD is defined %}password = {{ RUCIO_CFG_MESSAGING_FTS3_PASSWORD }}{% endif %}

[messaging-hermes]
{% if RUCIO_CFG_MESSAGING_HERMES_USERNAME is defined %}username = {{ RUCIO_CFG_MESSAGING_HERMES_USERNAME }}{% endif %}
Expand Down

0 comments on commit 99c8010

Please sign in to comment.