Skip to content

Commit a30faea

Browse files
committed
remove unneeded openhpc_enable.login and ohpc_slurm_services.login
1 parent ad79729 commit a30faea

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

defaults/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ openhpc_enable:
4545
ohpc_slurm_services:
4646
control: slurmctld
4747
batch: slurmd
48-
login: slurmd
4948
ohpc_release_repos:
5049
"7": "https://github.com/openhpc/ohpc/releases/download/v1.3.GA/ohpc-release-1.3-1.el7.x86_64.rpm" # ohpc v1.3 for Centos 7
5150
"8": "http://repos.openhpc.community/OpenHPC/2/CentOS_8/x86_64/ohpc-release-2-1.el8.x86_64.rpm" # ohpc v2 for Centos 8

molecule/test8/converge.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
openhpc_enable:
1010
control: "{{ inventory_hostname in groups['testohpc_control'] }}"
1111
batch: "{{ inventory_hostname in groups['testohpc_compute'] }}"
12-
login: "{{ inventory_hostname in groups['testohpc_login'] }}"
1312
runtime: true
1413
openhpc_slurm_control_host: "{{ groups['testohpc_control'] | first }}"
1514
openhpc_slurm_partitions:

molecule/test9/converge.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
openhpc_enable:
1010
control: "{{ inventory_hostname in groups['testohpc_control'] }}"
1111
batch: "{{ inventory_hostname in groups['testohpc_compute'] }}"
12-
login: "{{ inventory_hostname in groups['testohpc_login'] }}"
1312
runtime: true
1413
openhpc_slurm_control_host: "{{ groups['testohpc_control'] | first }}"
1514
openhpc_slurm_partitions:

0 commit comments

Comments
 (0)