Allow Tempest to run in Host Network mode
Use case:
- Your Kubernetes cluster is running in IPv6 only mode
- But the OpenStack that YAOOK provides supports IPv4
- Various Tempest tests (such as the scenario tests that attempt to SSH into a VM) need IPv4 network support.
- Running those tests inside the Tempest Pod with
hostNetworkmode is an easy solution to allow those tests to succeed.
- Running those tests inside the Tempest Pod with
Edited by Patrick Bartels