Skip to content
Snippets Groups Projects
Unverified Commit 37134d98 authored by Ravi Tripathi's avatar Ravi Tripathi Committed by GitHub
Browse files

Merge pull request #70 from eesaanatluri/feat-param-dir-verify

Feat param dir verify
parents 3634447a f5450f49
No related branches found
No related tags found
3 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!78Feat cod rmq
......@@ -6,9 +6,10 @@ import shutil
import rc_util
from pathlib import Path
from rc_rmq import RCRMQ
import rabbit_config as rcfg
task = 'dir_verify'
dirs = ['/home', '/data/user', '/data/scratch']
dirs = rcfg.User_dirs
args = rc_util.get_args()
logger = rc_util.get_logger(args)
......
......@@ -9,6 +9,9 @@ Port = 5672
# to avoid concurrency with downstream agents
Delay = 5
# dir_verify agent config
User_dirs = ['/home', '/data/user', '/data/scratch']
# git_commit agent config
rc_users_ldap_repo_loc = "~/git/rc-users"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment