cloudfoundry-incubator / kubo-deployment

Contains manifests used to deploy Cloud Foundry Container Runtime
https://www.cloudfoundry.org/container-runtime/
Apache License 2.0
275 stars 114 forks source link

Smoke tests fail while showing all specs passed #377

Closed bloeys closed 5 years ago

bloeys commented 5 years ago

What happened: The smoke tests errand fails (exit code 1) if the 'apply-specs' errand has been run while all the individual tests are shown to pass. This is on release 0.27.0 on OpenStack using the default stemcell in the manifest with a single master and worker.

I also attached an image which you can view in a tab to see the last part of the log which seems to have a process timeout and shows the final result. image

What you expected to happen: Smoke tests to pass.

How to reproduce it (as minimally and precisely as possible): Deploy kubo-deployment V0.27.0 on Openstack with the default manfiest, set a static IP for the master node and the following ops files:

Then run the apply-specs and smoke-tests errands.

Environment:

staynerzone commented 5 years ago

Hey mate,

I had exactly the same "issue" and solved it by opening udp ports in the securitygroups. Without them no vxlan traffic can be done and the tests will fail with "timed out..." Hope this will help you as well.

cheers

bloeys commented 5 years ago

That actually worked! Thank you very much :)