File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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 @@ -9,8 +9,8 @@ platforms:
9
9
- testohpc_login
10
10
command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
11
tmpfs :
12
- - /run
13
- - /tmp
12
+ /run : rw
13
+ /tmp : rw
14
14
volumes :
15
15
- /sys/fs/cgroup:/sys/fs/cgroup:ro
16
16
network : net1
@@ -21,8 +21,8 @@ platforms:
21
21
- testohpc_compute
22
22
command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
23
23
tmpfs :
24
- - /run
25
- - /tmp
24
+ /run : rw
25
+ /tmp : rw
26
26
volumes :
27
27
- /sys/fs/cgroup:/sys/fs/cgroup:ro
28
28
network : net1
@@ -33,8 +33,8 @@ platforms:
33
33
- testohpc_compute
34
34
command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
35
35
tmpfs :
36
- - /run
37
- - /tmp
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