amorenoz / ovs-dbg

Scripts to help debug OVS and OVN
Apache License 2.0
22 stars 8 forks source link

ovs-offline: Alias ovn/ovs utilities if not available #103

Closed amorenoz closed 2 years ago

amorenoz commented 2 years ago

If ovs- / ovn- utilities are not available locally, alias them and use the ones shipped in the ovs-dbg container.

In order to make it work with ovn and ovs containers, we have to sligthly refactor how the directories are organized inside the container to make sure the default OVN_RUNDIR inside the container is correct.

Fixes: #72 Signed-off-by: Adrian Moreno amorenoz@redhat.com