Motr  M0
config.py
Go to the documentation of this file.
1 #
2 # Copyright (c) 2020 Seagate Technology LLC and/or its Affiliates
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 # http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16 # For any questions about this software or licensing,
17 # please email opensource@seagate.com or cortx-questions@seagate.com.
18 #
19 
20 from huey import SqliteHuey
21 import os
22 
23 huey = SqliteHuey(filename='s3cluster_queue.db')
24 
25 # Cluster-specific config
26 config_dir = f'/root/perf/configs/'
27 
28 artifacts_dir = f'/var/results'
29 
30 # motr_src_dir should be defined for execute taskq framework
31 # outside motr source directory
32 motr_src_dir = '/root/perf/motr'
33 
34 # fio_test_dir = '/root/perf/fio-test'
35 
36 pack_artifacts = False