diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-12-19 09:19:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-19 09:19:10 +0000 |
commit | fe97f17b0eed7e192b84edfa01177a23671887be (patch) | |
tree | 214c1e2fd93aecb6a483b1b020bd5451b7b2d772 | |
parent | 718e9a52e17181d3823b75358d09fcc97734ba4d (diff) | |
parent | 9562a50cc34ca47614a86c6516aa25da0e4aa509 (diff) |
Merge "install: Ubuntu 16.xx support"
-rwxr-xr-x | docs/configguide/installation.rst | 2 | ||||
l--------- | systems/ubuntu/16.04 | 1 | ||||
l--------- | systems/ubuntu/16.10 | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/docs/configguide/installation.rst b/docs/configguide/installation.rst index 7ba64bba..7548b3f3 100755 --- a/docs/configguide/installation.rst +++ b/docs/configguide/installation.rst @@ -15,6 +15,8 @@ Supported Operating Systems * Fedora 22 * RedHat 7.2 Enterprise * Ubuntu 14.04 +* Ubuntu 16.04 +* Ubuntu 16.10 (kernel 4.8 requires DPDK 16.11 and newer) Supported vSwitches ------------------- diff --git a/systems/ubuntu/16.04 b/systems/ubuntu/16.04 new file mode 120000 index 00000000..af805b45 --- /dev/null +++ b/systems/ubuntu/16.04 @@ -0,0 +1 @@ +14.04
\ No newline at end of file diff --git a/systems/ubuntu/16.10 b/systems/ubuntu/16.10 new file mode 120000 index 00000000..d17f205b --- /dev/null +++ b/systems/ubuntu/16.10 @@ -0,0 +1 @@ +16.04
\ No newline at end of file |