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

testing new names replacing m3 with cicd

Former-commit-id: 5d4eb411
parent fb364be9
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
......
--- ---
domain: massive.org.au domain: cicd.test.au
smtp_smarthost: smtp.monash.edu.au smtp_smarthost: smtp.monash.edu.au
--- ---
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