Skip to content
Snippets Groups Projects
Commit 1d40e883 authored by Peter Hartman's avatar Peter Hartman
Browse files

Initial commit

parent f237b45c
No related branches found
No related tags found
No related merge requests found
/.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
#/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
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