File tree Expand file tree Collapse file tree 6 files changed +36
-5
lines changed
galaxy-qa1.galaxy.cloud.e-infra.cz/static
galaxy-qa2.galaxy.cloud.e-infra.cz/static Expand file tree Collapse file tree 6 files changed +36
-5
lines changed Original file line number Diff line number Diff line change 116116 owner : " 999"
117117 mode : " 0400"
118118
119+ - hosts : cloudservers
120+ become : true
121+ tasks :
122+ - name : Ensure docker.json starts with {
123+ lineinfile :
124+ path : /etc/docker/daemon.json
125+ line : ' {'
126+ state : present
127+ create : yes
128+ insertafter : BOF
129+ - name : Ensure docker.json contains proper mtu
130+ lineinfile :
131+ path : /etc/docker/daemon.json
132+ line : ' "mtu": 1442,'
133+ insertafter : ' ^{.*'
134+ state : present
135+ - name : Ensure docker.json ends with }
136+ lineinfile :
137+ path : /etc/docker/daemon.json
138+ line : ' }'
139+ state : present
140+ insertbefore : EOF
141+
119142- hosts : galaxyservers
120143 become : true
121144 become_user : root
Original file line number Diff line number Diff line change 11---
22# defaults for host-specific vars
33csnt_brand : " "
4+ csnt_contact_email : " galaxy@cesnet.cz"
45csnt_short_term_storage_dir : short_term_web_storage
56csnt_enable_account_interface : true
67csnt_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 : " regalaxy@rt.cesnet.cz "
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 }}"
443444tiaas_info :
444445 owner : " Metacentrum"
445446 domain : " {{ inventory_hostname }}"
446- owner_email : " regalaxy@rt.cesnet.cz "
447+ owner_email : " {{ csnt_contact_email }} "
447448 owner_site : " https://{{ inventory_hostname }}"
448449tiaas_send_email_to_requester : true
449450tiaas_send_email_to : " {{ tiaas_info.owner_email }}"
Original file line number Diff line number Diff line change @@ -18,3 +18,10 @@ production:
1818 ansible_user : galaxy-cz
1919 galaxy-umsa.grid.cesnet.cz :
2020 ansible_user : galaxy
21+
22+ cloudservers :
23+ hosts :
24+ galaxy-qa1.galaxy.cloud.e-infra.cz :
25+ ansible_user : debian
26+ galaxy-qa2.galaxy.cloud.e-infra.cz :
27+ ansible_user : debian
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments