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

testing new names replacing m3 with cicd

parent 5ae08368
No related branches found
No related tags found
2 merge requests!310Gpu2,!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
......
---
domain: massive.org.au
domain: cicd.test.au
smtp_smarthost: smtp.monash.edu.au
---
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