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

renaming slurm cluster to cicd

Former-commit-id: 0f65770e
parent 0c359cd5
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
gather_facts: false gather_facts: false
tasks: tasks:
- name: Create a parent account - 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: args:
chdir: '/opt/slurm-latest/bin' chdir: '/opt/slurm-latest/bin'
become: true become: true
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
failed_when: result.rc != 0 and result.stdout != " Nothing new added." failed_when: result.rc != 0 and result.stdout != " Nothing new added."
- name: Create a project associated with a given parent - 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: args:
chdir: '/opt/slurm-latest/bin' chdir: '/opt/slurm-latest/bin'
become: true become: true
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
failed_when: result.rc != 0 and result.stdout != " Nothing new added." failed_when: result.rc != 0 and result.stdout != " Nothing new added."
- name: Create a user and associate them with a project - 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: args:
chdir: '/opt/slurm-latest/bin' chdir: '/opt/slurm-latest/bin'
become: true become: true
......
--- ---
desktopNodeList: desktopNodeList:
- { name : 'DesktopNodes', interface : 'eth0' } - { name : 'DesktopNodes', interface : 'eth0' }
clustername: "m3" clustername: "cicd"
projectname: "m3" projectname: "cicd"
slurm_version: 19.05.4 slurm_version: 19.05.4
munge_version: 0.5.13 munge_version: 0.5.13
nhc_version: 1.4.2 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