Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rabbitmq_agents
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
rabbitmq_agents
Commits
37134d98
Unverified
Commit
37134d98
authored
4 years ago
by
Ravi Tripathi
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
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
!147
Merge previous default branch feat-cod-rmq into main
,
!85
kill nginx process running under user from login node
,
!78
Feat cod rmq
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dir_verify.py
+2
-1
2 additions, 1 deletion
dir_verify.py
rabbit_config.py.example
+3
-0
3 additions, 0 deletions
rabbit_config.py.example
with
5 additions
and
1 deletion
dir_verify.py
+
2
−
1
View file @
37134d98
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
rabbit_config.py.example
+
3
−
0
View file @
37134d98
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment