Open unclejack opened 7 years ago
This issue was caused by a change in the Docker install script from get.docker.com. The previous version was allowing us to install the old versions of Docker engine (e.g. before the docker-ce change and the ab.cd versioning scheme).
The CI job which was installing Docker 1.11.2 would now install Docker 17.06 CE. I've fixed this issue temporarily by disabling the 1.11.2 job. This disabled job can be enabled again with Docker 17.06-ce.
@DivyaVavili @gkvijay @rchirakk I'll need your help to investigate and fix this issue.
Can you check it locally & see the host has ip forwarding turned on ? in this test, a container is trying to ping master ip and is failing.
@rchirakk: Sure, I'll try this out and comment here.
I've looked into this for a bit. IP forwarding is enabled on all of the netplugin VMs. The netfilter firewall and NAT rules don't seem to be the cause either.
CONTIV_DOCKER_VERSION=1.11.2 make stop start
can be used to bring up a setup which makes this test fail. I'll investigate this further.
This issue still requires attention.
The system tests fail with this error:
This failure was observed with Docker 1.11.2. It may or may not happen with a different version of Docker.