Skip to content
Snippets Groups Projects
Commit 0f65770e authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

renaming slurm cluster to cicd

parent b3d921f1
No related branches found
No related tags found
3 merge requests!310Gpu2,!308Youshallnotchanged,!304Gpu
......@@ -12,7 +12,7 @@
gather_facts: false
tasks:
- name: Create a parent account
command: ./sacctmgr -i add account parentAccount cluster=m3 Description="Test parent account" Organization="Monash"
command: ./sacctmgr -i add account parentAccount cluster=cicd Description="Test parent account" Organization="Monash"
args:
chdir: '/opt/slurm-latest/bin'
become: true
......@@ -20,7 +20,7 @@
failed_when: result.rc != 0 and result.stdout != " Nothing new added."
- name: Create a project associated with a given parent
command: ./sacctmgr -i add account testProject parent=parentAccount cluster=m3 Organization="Monash"
command: ./sacctmgr -i add account testProject parent=parentAccount cluster=cicd Organization="Monash"
args:
chdir: '/opt/slurm-latest/bin'
become: true
......@@ -28,7 +28,7 @@
failed_when: result.rc != 0 and result.stdout != " Nothing new added."
- name: Create a user and associate them with a project
command: ./sacctmgr -i create user hpctest cluster=m3 account=testProject partition=batch
command: ./sacctmgr -i create user hpctest cluster=cicd account=testProject partition=batch
args:
chdir: '/opt/slurm-latest/bin'
become: true
......
---
desktopNodeList:
- { name : 'DesktopNodes', interface : 'eth0' }
clustername: "m3"
projectname: "m3"
clustername: "cicd"
projectname: "cicd"
slurm_version: 19.05.4
munge_version: 0.5.13
nhc_version: 1.4.2
......
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