- Mar 15, 2022
-
-
Radu Carpa authored
Directly calling exec with escaped argument obviously was wrong, RUCIO_DAEMON_ARGS was passed as a single argument.
-
- Mar 09, 2022
-
- Mar 04, 2022
-
-
Radu Carpa authored
This will ensure that signals sent to containers are correctly delivered to rucio. Otherwise, bash masks the signals and kubernetes has to sigkill containers to end their execution.
-
- Mar 03, 2022
-
-
Mario Lassnig authored
switch fts client to python3
-
- Mar 02, 2022
-
-
Mario Lassnig authored
-
- Feb 28, 2022
-
-
Mario Lassnig authored
Fix error log path for logshow command
-
Rizart Dona authored
-
- Feb 25, 2022
-
-
Eric Vaandering authored
Generated 2048 bit proxies for FTS
-
- Feb 23, 2022
-
-
Eric Vaandering authored
-
- Feb 17, 2022
-
-
Radu Carpa authored
-
Radu Carpa authored
the recent rucio code creates it automatically if needed. However, the old LTS releases don't do it. This results in failed github pipelines for LTS releases.
-
- Feb 15, 2022
-
-
rcarpa authored
Servers & Dev: expose prometheus metrics
-
Radu Carpa authored
- Feb 09, 2022
-
-
Radu Carpa authored
https://github.com/rucio/rucio/pull/5158 Introduced the possibility to collect metrics from servers. This commit allows to expose those metrics. I use a separate apache port for servers containers, but expose them on the /metrics path in the dev container.
-
- Feb 04, 2022
-
-
Martin Barisits authored
Add gridsite libraries to server container. Closes #162
-
- Jan 31, 2022
-
-
Brandon White authored
-
- Jan 20, 2022
-
- Jan 18, 2022
-
-
Radu Carpa authored
avoid multiple levels of if/else which are difficult to follow
-
rcarpa authored
run memcached in server container
-
Radu Carpa authored
-
- Jan 12, 2022
-
-
Radu Carpa authored
- Nov 23, 2021
-
- Nov 17, 2021
-
-
Radu Carpa authored
The behavior was tested already with daemons. The associated script was bundled into the main rucio installation. For daemons, only change the script path and remove old script. In all other containers, rework the whole behavior to get rid of static template generation.
-
- Nov 12, 2021
-
-
Martin Barisits authored
Adding argcomplete to client pip
-
- Nov 11, 2021
-
-
Yan Grange authored
Fixing #169
-
- Nov 09, 2021
-
-
Martin Barisits authored
docker auto-build fixes
-
- Nov 08, 2021
-
-
maany authored
-
- Nov 02, 2021
- Nov 01, 2021
-
-
maany authored
-
- Oct 27, 2021
-
-
Martin Barisits authored
servers: add core/default_mail_from to rucio.cfg template
-
Martin Barisits authored
rucio-daemons: add script to generate rucio.cfg. rucio/helm-charts#65
-
Martin Barisits authored
Control server log directory same as UI container
-
Martin Barisits authored
fix rucio-fs build errors
-
Radu Carpa authored
-
Radu Carpa authored
Instead of using a jinja-template which is fed with env variables, add a python script which can merge multiple config sources (files, or env) into a combined rucio.cfg. By default, the behavior is almost unchanged. Only difference: Env variables which were not referenced in the jinja template but were set by kubernetes will now be merged into the config (were ignored before). Example, on atlas deployment, the following additional config values will appear [core] default_mail_from = ... geoip_licence_key = ... which are set in flux, but not referenced in the rucio.cfg.j2
-