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
befc825e
Commit
befc825e
authored
4 years ago
by
Eesaan Atluri
Browse files
Options
Downloads
Patches
Plain Diff
Wait for the process to return before moving on.
parent
80e4ffb9
No related branches found
No related tags found
4 merge requests
!147
Merge previous default branch feat-cod-rmq into main
,
!85
kill nginx process running under user from login node
,
!51
Fix acct create wait
,
!52
Fix acct. creation and ldapsearch concurrency issue
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
get-next-uid-gid.py
+2
-0
2 additions, 0 deletions
get-next-uid-gid.py
with
2 additions
and
0 deletions
get-next-uid-gid.py
+
2
−
0
View file @
befc825e
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
import
sys
import
sys
import
json
import
json
import
ldap
import
ldap
import
time
import
logging
import
logging
import
argparse
import
argparse
import
rc_util
import
rc_util
...
@@ -36,6 +37,7 @@ def create_account(msg):
...
@@ -36,6 +37,7 @@ def create_account(msg):
if
not
args
.
dry_run
:
if
not
args
.
dry_run
:
popen
(
cmd
)
popen
(
cmd
)
time
.
sleep
(
1
)
logger
.
info
(
f
'
Bright command to create user:
{
cmd
}
'
)
logger
.
info
(
f
'
Bright command to create user:
{
cmd
}
'
)
except
Exception
:
except
Exception
:
logger
.
exception
(
"
Fatal cmsh error:
"
)
logger
.
exception
(
"
Fatal cmsh error:
"
)
...
...
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