Skip to content

Commit b1632fa

Browse files
committed
remove unsupported/unneeded DOCKER_MTU option
1 parent 0e57c41 commit b1632fa

File tree

5 files changed

+0
-34
lines changed

5 files changed

+0
-34
lines changed

molecule/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ Then to run tests, e.g.::
4545
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`
4646
MOLECULE_IMAGE=rockylinux:8.6 molecule test --all
4747

48-
**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.
49-
5048
During development you may want to:
5149

5250
- See some debugging information by prepending:

molecule/test12/molecule.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ platforms:
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
17-
docker_networks:
18-
- name: net1
19-
driver_options:
20-
com.docker.network.driver.mtu: ${DOCKER_MTU:-1500} # 1500 is docker default
2117
- name: testohpc-compute-0
2218
image: ${MOLECULE_IMAGE}
2319
pre_build_image: true

molecule/test14/molecule.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ platforms:
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
17-
docker_networks:
18-
- name: net1
19-
driver_options:
20-
com.docker.network.driver.mtu: ${DOCKER_MTU:-1500} # 1500 is docker default
2117
- name: testohpc-compute-0
2218
image: ${MOLECULE_IMAGE}
2319
pre_build_image: true
@@ -30,10 +26,6 @@ platforms:
3026
volumes:
3127
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3228
network: net1
33-
docker_networks:
34-
- name: net1
35-
driver_options:
36-
com.docker.network.driver.mtu: ${DOCKER_MTU:-1500} # 1500 is docker default
3729
- name: testohpc-compute-1
3830
image: ${MOLECULE_IMAGE}
3931
pre_build_image: true
@@ -46,10 +38,6 @@ platforms:
4638
volumes:
4739
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4840
network: net1
49-
docker_networks:
50-
- name: net1
51-
driver_options:
52-
com.docker.network.driver.mtu: ${DOCKER_MTU:-1500} # 1500 is docker default
5341
provisioner:
5442
name: ansible
5543
verifier:

molecule/test5/molecule.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ platforms:
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
17-
docker_networks:
18-
- name: net1
19-
driver_options:
20-
com.docker.network.driver.mtu: ${DOCKER_MTU:-1500} # 1500 is docker default
2117
- name: testohpc-compute-0
2218
image: ${MOLECULE_IMAGE}
2319
pre_build_image: true
@@ -30,10 +26,6 @@ platforms:
3026
volumes:
3127
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3228
network: net1
33-
docker_networks:
34-
- name: net1
35-
driver_options:
36-
com.docker.network.driver.mtu: ${DOCKER_MTU:-1500} # 1500 is docker default
3729
- name: testohpc-compute-1
3830
image: ${MOLECULE_IMAGE}
3931
pre_build_image: true
@@ -46,10 +38,6 @@ platforms:
4638
volumes:
4739
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4840
network: net1
49-
docker_networks:
50-
- name: net1
51-
driver_options:
52-
com.docker.network.driver.mtu: ${DOCKER_MTU:-1500} # 1500 is docker default
5341
provisioner:
5442
name: ansible
5543
verifier:

molecule/test6/molecule.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ platforms:
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
17-
docker_networks:
18-
- name: net1
19-
driver_options:
20-
com.docker.network.driver.mtu: ${DOCKER_MTU:-1500} # 1500 is docker default
2117
provisioner:
2218
name: ansible
2319
inventory:

0 commit comments

Comments
 (0)