Skip to content

Commit 49f403e

Browse files
committed
update umsa, include removed config option for regalaxy
1 parent 1097382 commit 49f403e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

files/nginx/warning.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Access Denied</title>
6+
<title>Server offline</title>
77
</head>
88
<body>
99
<h1>Server is down</h1>
10-
<p>Please, be patient and try to reach it in couple of minutes.</p>
10+
<p>Please be patient and reload the page in a couple of minutes. Reach us at galaxy@cesnet.cz if the problem persists.</p>
1111
<!-- <h1>Scheduled Maintenance</h1>
1212
<p>The server is undergoing scheduled maintenance. Server will be down for a couple of hours, running jobs will not be affected.</p> -->
1313
</body>

group_vars/galaxyservers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ galaxy_config:
129129
cleanup_job: onsuccess
130130
smtp_server: "{{ csnt_smtp_server }}"
131131
error_email_to: "{{ csnt_contact_email }}"
132+
allow_user_creation: false
132133
disable_local_accounts: true
133134
require_login: "{{ csnt_require_login }}"
134135
database_connection: "postgresql:///{{ galaxy_db_name }}?host=/var/run/postgresql"

host_vars/galaxy-umsa.grid.cesnet.cz/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rbd_mount_point: /rbd
33
rbd_data_dir: "{{ rbd_mount_point }}/galaxy-umsa_data"
44
galaxy_mutable_data_dir: "{{ rbd_data_dir }}"
55

6-
galaxy_commit_id: release_25.0
6+
galaxy_commit_id: release_25.1
77
galaxy_build_client: false
88

99
csnt_log_level: DEBUG

0 commit comments

Comments
 (0)