Add minimal Vagrant environment usage documentation 59/100259/2
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 13 Jan 2020 16:20:15 +0000 (17:20 +0100)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 13 Jan 2020 16:48:51 +0000 (17:48 +0100)
This patch also clarifies which virtual machines are created within this
Vagrant environment.

Issue-ID: ONAPARC-551
Change-Id: I2ece1bbf77b147c74f745ddfb26bf80143ac95ab
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
bootstrap/vagrant-minimal-onap/README.rst

index 21238d7..2c214a9 100644 (file)
@@ -5,7 +5,7 @@
 This directory contains a set of Vagrant scripts that will automatically set up:
 
 - Devstack,
-- RKE-based Kubernetes cluster,
+- RKE-based Kubernetes cluster (single control plane node and single worker plane node),
 - Operator's machine with configured tools (kubectl, helm).
 
 This is intended to show a beginning ONAP operator how to set up and configure an environment that
@@ -82,3 +82,16 @@ useful in case there are multiple providers available.
 
 .. code-block:: sh
    vagrant up --provider=libvirt
+
+
+Usage
+-----
+
+Once ready (bringing up machines might initially take some time), tools for cluster management will
+be available on Operator's machine. It can be accessed by executing:
+
+.. code-block:: sh
+   vagrant ssh operator
+
+Although appropriate context is set for `kubectl` on login, when interacting with the cluster the
+`onap` namespace has to be explicitly specified.