Skip to content

Commit 4716085

Browse files
committed
document host MTU issue in molecule readme
1 parent 46ee508 commit 4716085

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

molecule/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ Then to run tests, e.g.::
5252

5353
cd ansible-role-openhpc/
5454
MOLECULE_IMAGE=centos:7 molecule test --all # NB some won't work as require OpenHPC v2.x (-> CentOS 8.x) features - see `.github/workflows/ci.yml`
55-
MOLECULE_IMAGE=centos:8.2.2004 molecule test --all
56-
MOLECULE_IMAGE=centos:8.3.2011 molecule test --all
55+
MOLECULE_IMAGE=rockylinux:8.5 molecule test --all
56+
57+
**NB:** If the host network has an MTU smaller than 1500 (the docker default), check `molecule.yml` for the relevant test contains `DOCKER_MTU`, then prepend `DOCKER_MTU=<mtu>` to your command. If you have already run molecule you will need to destroy the instances and run `docker network prune` before retrying.
5758

5859
During development you may want to:
5960

0 commit comments

Comments
 (0)