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 hostNetwork mode is an easy solution to allow those tests to succeed.
Edited by Patrick Bartels

Merge request reports

Loading