Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project_onboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Peter Hartman
project_onboard
Commits
1d40e883
Commit
1d40e883
authored
3 years ago
by
Peter Hartman
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit
parent
f237b45c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+7
-7
7 additions, 7 deletions
.gitignore
onboard.py
+27
-27
27 additions, 27 deletions
onboard.py
with
34 additions
and
34 deletions
.gitignore
+
7
−
7
View file @
1d40e883
/.idea/.gitignore
/.idea/misc.xml
/.idea/modules.xml
/.idea/inspectionProfiles/profiles_settings.xml
/.idea/inspectionProfiles/Project_Default.xml
/.idea/project_onboard.iml
/.idea/vcs.xml
/.idea/.gitignore
/.idea/misc.xml
/.idea/modules.xml
/.idea/inspectionProfiles/profiles_settings.xml
/.idea/inspectionProfiles/Project_Default.xml
/.idea/project_onboard.iml
/.idea/vcs.xml
This diff is collapsed.
Click to expand it.
onboard.py
+
27
−
27
View file @
1d40e883
#/usr/bin/python
"""
This is the project on-boarding script for Taiga
It
'
s purpose is to perform the tasks necessary to put a new project into Taiga
Service ticket: https://jira.ncsa.illinois.edu/browse/SVC-3145
Tasks:
1) Creation of directory
2) Set quota
3) Assign owner:group
4) Ensure owner:group exists
6) assign certain dirs to MDTs
"""
import
click
@click.group
()
def
validate
():
pass
if
__name__
==
'
__main__
'
:
#/usr/bin/python
"""
This is the project on-boarding script for Taiga
It
'
s purpose is to perform the tasks necessary to put a new project into Taiga
Service ticket: https://jira.ncsa.illinois.edu/browse/SVC-3145
Tasks:
1) Creation of directory
2) Set quota
3) Assign owner:group
4) Ensure owner:group exists
6) assign certain dirs to MDTs
"""
import
click
@click.group
()
def
validate
():
pass
if
__name__
==
'
__main__
'
:
validate
()
\ No newline at end of file
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