Skip to content

Commit 761d051

Browse files
authored
use new support email (#189)
1 parent 5d88172 commit 761d051

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

group_vars/galaxyservers.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
# defaults for host-specific vars
33
csnt_brand: ""
4+
csnt_contact_email: "[email protected]"
45
csnt_short_term_storage_dir: short_term_web_storage
56
csnt_enable_account_interface: true
67
csnt_log_level: WARNING
@@ -118,7 +119,7 @@ galaxy_config:
118119
admin_users: "{{ vault_admin_users }}"
119120
cleanup_job: onsuccess
120121
smtp_server: "rs.cesnet.cz:25"
121-
error_email_to: "[email protected]"
122+
error_email_to: "{{ csnt_contact_email }}"
122123
allow_user_creation: false
123124
require_login: true
124125
database_connection: "postgresql:///{{ galaxy_db_name }}?host=/var/run/postgresql"
@@ -443,7 +444,7 @@ tiaas_admin_pass: "{{ tiaas_password }}"
443444
tiaas_info:
444445
owner: "Metacentrum"
445446
domain: "{{ inventory_hostname }}"
446-
owner_email: "[email protected]"
447+
owner_email: "{{ csnt_contact_email }}"
447448
owner_site: "https://{{ inventory_hostname }}"
448449
tiaas_send_email_to_requester: true
449450
tiaas_send_email_to: "{{ tiaas_info.owner_email }}"

templates/galaxy-qa1.galaxy.cloud.e-infra.cz/static/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1>QA1 Test Instance</h1>
4444
class="reference">Documentation</a>
4545
for details about using this service. In case of any further
4646
questions, please contact us at
47-
<a href="mailto:regalaxy@rt.cesnet.cz" target="_blank">regalaxy@rt.cesnet.cz</a>.
47+
<a href="mailto:galaxy@cesnet.cz" target="_blank">galaxy@cesnet.cz</a>.
4848
</p>
4949
<p>Have a look at one of our <a target="_blank" href="https://training.galaxyproject.org/">trainings</a> or
5050
you can start with an interactive tour:

templates/galaxy-qa2.galaxy.cloud.e-infra.cz/static/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1>QA2 TEST</h1>
4242
class="reference">Documentation</a>
4343
for details about using this service. In case of any further
4444
questions, please contact us at
45-
<a href="mailto:regalaxy@rt.cesnet.cz" target="_blank">regalaxy@rt.cesnet.cz</a>.
45+
<a href="mailto:galaxy@cesnet.cz" target="_blank">galaxy@cesnet.cz</a>.
4646
</p>
4747
<p>You can start with an interactive tour:
4848
<div>

templates/usegalaxy.cz/static/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
class="reference">Documentation</a>
4545
for details about using this service. In case of any further
4646
questions, please contact us at
47-
<a href="mailto:regalaxy@rt.cesnet.cz" target="_blank">regalaxy@rt.cesnet.cz</a>.
47+
<a href="mailto:galaxy@cesnet.cz" target="_blank">galaxy@cesnet.cz</a>.
4848
</p>
4949
<p>Have a look at one of our <a target="_blank" href="https://training.galaxyproject.org/">trainings</a> or
5050
you can start with an interactive tour:

0 commit comments

Comments
 (0)