Files
kuryr-libnetwork/doc/source/install/get_started.rst
Hongbin Lu d0cec045ca Add installation guide for kuryr-libnetwork
This patch proposes an installation guide that covers step-by-step
deployment of kuryr-libnetwork for new users of OpenStack with
sufficient Linux experience.

The instruction is to install kuryr-libnetwork from source since
there is no distro package for kuryr-libnetwork for now. This guide
covers installation in Ubunut as the first stpe. The support of
other OS is future work.

TODO: Configure the CI to publish this guide to:
https://docs.openstack.org/pike/install/

Change-Id: Id4f234068600564fa18e73aba08f6e43893456ee
2017-10-11 23:08:48 +00:00

578 B

Kuryr-libnetwork overview

Kuryr-libnetwork is Kuryr's Docker libnetwork driver that uses Neutron to provide networking services. It provides containerised images for the common Neutron plugins.

Features

  • Docker libnetwork remote driver
  • Docker libnetwork IPAM driver
  • Support both IPv4 and IPv6
  • Support for Linux Bridge, Open vSwitch, Midonet, and IOvisor port bindings
  • Support for using existing Neutron networks.
  • Support for using existing Neutron ports.
  • Support for the Docker "expose" option.