summaryrefslogtreecommitdiffstats
path: root/docs/release/userguide/install.rst
diff options
context:
space:
mode:
authorLaura Sofia Enriquez <lsofia.enriquez@gmail.com>2017-11-22 23:25:30 -0300
committerLaura Sofia Enriquez <lsofia.enriquez@gmail.com>2017-12-12 02:29:12 -0300
commite646e381e4973a087abb5b716485021dcc54e7d4 (patch)
tree96c981d06dbdc96dc09b248939e5d71007c21b44 /docs/release/userguide/install.rst
parent613d576521a1c1e524c3becda05a7ea5db4bc906 (diff)
Docs added to release/userguide
Docs added about: - Vagrant installation - Multus - Nginx - Ovsdpdk - Virlet Change-Id: Ib38f1239e1a4de5d87b0fe9127545a9430462d4e Signed-off-by: Laura Sofia Enriquez <lsofia.enriquez@gmail.com>
Diffstat (limited to 'docs/release/userguide/install.rst')
-rw-r--r--docs/release/userguide/install.rst32
1 files changed, 31 insertions, 1 deletions
diff --git a/docs/release/userguide/install.rst b/docs/release/userguide/install.rst
index 07d0bbd..241dd49 100644
--- a/docs/release/userguide/install.rst
+++ b/docs/release/userguide/install.rst
@@ -1,11 +1,20 @@
Installation
============
-Vagrant is installed in Ubuntu 16.04.
+This quickstart shows you how to easily install a Kubernetes cluster on VMs running with Vagrant. You can find the four projects inside `container4nfv/src/vagrant` and their documentation:
+- kubeadm_basic: weave.rst
+- kubeadm_multus: multus.rst
+- kubeadm_ovsdpdk: ovs-dpdk.rst
+- kubeadm_virtlet: virtlet.rst
+
+Vagrant is installed in Ubuntu 16.04 64bit.
vagrant is to create kubernetes cluster using kubeadm.
kubernetes installation by kubeadm can be refered to
https://kubernetes.io/docs/getting-started-guides/kubeadm.
+e release
+=========
+
Vagrant Setup
-------------
@@ -29,3 +38,24 @@ K8s Cleanup
-----------
vagrant destroy -f
+
+f release
+=========
+
+Vagrant Setup
+-------------
+1. `setup_vagrant.sh` may install all for you. The project uses vagrant with libvirt as default because of performance.
+
+```
+container4nfv/src/vagrant# ./setup_vagrant.sh
+```
+
+Consequently, we need to reboot to make libvirtd group effective.
+
+2. Deploy:
+
+To test all the projects inside `vagrant/` just run the next script:
+
+```
+container4nfv/ci# ./deploy.sh
+```