Move logs and data to deployment group folder

This commit is contained in:
2024-10-10 16:20:48 +02:00
parent 7eed7bda32
commit dc6cf4dadd
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ scibec:
service_config:
file_writer:
plugin: default_NeXus_format
base_path: ./
base_path: {{ bec_deployment_group_path }}
log_writer:
base_path: ./
base_path: {{ bec_deployment_group_path }}
scilog:
env_file: ./
+2 -1
View File
@@ -1,6 +1,7 @@
---
bec_venv_name: bec_venv
bec_path: "{{ bec_deployments_path }}/{{ deployment_name }}_deployments/{{ ansible_date_time['iso8601_basic_short'] }}"
bec_deployment_group_path: "{{ bec_deployments_path }}/{{ deployment_name }}_deployments"
bec_path: "{{ bec_deployment_group_path }}/{{ ansible_date_time['iso8601_basic_short'] }}"
bec_venv_path: "{{ bec_path }}/{{ bec_venv_name }}"
bec_user_branch_name: "{{ bec_user }}_{{ ansible_date_time['iso8601_basic_short'] }}"