diff options
author | Ritu Sood <Ritu.Sood@intel.com> | 2020-02-29 01:38:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-29 01:38:30 +0000 |
commit | 7b566f2875230e15f79a6549b17240e767cc98f1 (patch) | |
tree | d80dda39fb38f1085ebcd0569c920f668f87657e /docs/kud_architecture.rst | |
parent | 0fd6ec7e4956b03858d3d4351dcda37662b63d1d (diff) | |
parent | 7e4e51d0355b6854795700209534d1566c85600f (diff) |
Merge "Updating Readme to reflect accurate setup instructions"
Diffstat (limited to 'docs/kud_architecture.rst')
-rw-r--r-- | docs/kud_architecture.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/kud_architecture.rst b/docs/kud_architecture.rst index f56b72a5..2f724410 100644 --- a/docs/kud_architecture.rst +++ b/docs/kud_architecture.rst @@ -17,8 +17,8 @@ This document explains the different components of the Kubernetes Reference Deployment project and how they can be configured to modify its default behaviour. -Vagranfile -########## +Vagrantfile +########### This file describes how the Virtual Machines are going to be configured and the scripts and arguments used during their @@ -127,7 +127,7 @@ setup.sh ######## This bash script is used for the installation and configuration of -dependencies required for the usage of the KRD via Virtual Machines. +dependencies required for the usage of the KUD via Virtual Machines. Some of this dependencies are: - `Vagrant <https://www.vagrantup.com/>`_, @@ -138,7 +138,7 @@ and installed in the host machine. .. code-block:: bash - ./setup.sh -p libvirt + sudo ./setup.sh -p libvirt Vagrant uses VirtualBox as default Virtualization provider. It's possible to modify this behavior using the global enviroment variable |