]> git.proxmox.com Git - mirror_ovs.git/commit
OVS: Containerize components
authorAliasgar Ginwala <amginwal@gmail.com>
Sat, 17 Aug 2019 07:21:45 +0000 (00:21 -0700)
committerBen Pfaff <blp@ovn.org>
Thu, 22 Aug 2019 20:19:46 +0000 (13:19 -0700)
commit6b4dc055d643735b1856f335356dbfed5c52bcde
treec2da001bfe7ba2fb0225a747b1e6d420641a0632
parentbf1f453fd26789895ae6543f7ab1945375136448
OVS: Containerize components

 1. Start OVS components in containers so that building and shipping
    of OVS components is easy.
 2. Load OVS kernel modules on host from container to avoid installing ovs
    on host.
 3. Update documentation about how to build/run ovs in docker.

Acked-by: Numan Siddique <nusiddiq@redhat.com>
Signed-off-by: aginwala <aginwala@ebay.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Documentation/intro/install/general.rst
utilities/automake.mk
utilities/docker/Makefile [new file with mode: 0644]
utilities/docker/create_ovs_db.sh [new file with mode: 0755]
utilities/docker/debian/Dockerfile [new file with mode: 0644]
utilities/docker/debian/build-kernel-modules.sh [new file with mode: 0755]
utilities/docker/ovs-override.conf [new file with mode: 0644]
utilities/docker/start-ovs [new file with mode: 0755]