openstack-helm-images/doc/source/openvswitch.rst

679 B

OpenvSwitch container image

This container builds a small image with OpenvSwitch for use with OpenStack-Helm.

Manual build

Debian

Here are the instructions for building the default Debian image:

../../openvswitch/build.sh

Alternatively, this step can be performed by running the script directly:

./openvswitch/build.sh

openSUSE Leap 15

To build an openSUSE leap 15 image, you can export varibles before running the build script:

DISTRO=suse_15 ./openvswitch/build.sh