Skip to content

Commit dd94728

Browse files
authored
Don't mount /opt on control node for tests (#35)
1 parent 1a23c33 commit dd94728

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ansible/adhoc/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
tasks:
1212
- import_role:
1313
name: stackhpc.slurm_openstack_tools.test
14+
# TODO: FIXME: need to fix /opt mount so that it only overrides /opt/intel and /opt/ohpc
15+
# TODO: FIXME: need to fix /opt unmount so it works

environments/common/inventory/groups

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ filebeat
6161

6262
[openhpc_tests:children]
6363
# Run post-deploy MPI-based tests using ansible/adhoc/test.yml
64-
cluster # TODO: FIXME in branch
64+
login
65+
compute
6566

6667
[selinux:children]
6768
# Define selinux status for these

0 commit comments

Comments
 (0)