File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Local installation on a RockyLinux 8.x machine looks like:
42
42
Then to run tests, e.g.::
43
43
44
44
cd ansible-role-openhpc/
45
- MOLECULE_IMAGE=rockylinux:8.8 molecule test --all
45
+ MOLECULE_IMAGE=rockylinux:8.9 molecule test --all
46
46
47
47
During development you may want to:
48
48
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ platforms:
8
8
groups :
9
9
- testohpc_login
10
10
command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
- tmpfs :
12
- - /run
13
- - /tmp
11
+ # tmpfs:
12
+ # /run: rw
13
+ # /tmp: rw
14
14
volumes :
15
15
- /sys/fs/cgroup:/sys/fs/cgroup:ro
16
16
network : net1
@@ -20,9 +20,9 @@ platforms:
20
20
groups :
21
21
- testohpc_compute
22
22
command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
23
- tmpfs :
24
- - /run
25
- - /tmp
23
+ # tmpfs:
24
+ # /run: rw
25
+ # /tmp: rw
26
26
volumes :
27
27
- /sys/fs/cgroup:/sys/fs/cgroup:ro
28
28
network : net1
@@ -32,9 +32,9 @@ platforms:
32
32
groups :
33
33
- testohpc_compute
34
34
command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
35
- tmpfs :
36
- - /run
37
- - /tmp
35
+ # tmpfs:
36
+ # /run: rw
37
+ # /tmp: rw
38
38
volumes :
39
39
- /sys/fs/cgroup:/sys/fs/cgroup:ro
40
40
network : net1
You can’t perform that action at this time.
0 commit comments