From 60e24054a7636e84ff6f3b074ec2c66364e1c01f Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Mon, 13 Jan 2020 17:20:15 +0100 Subject: Add minimal Vagrant environment usage documentation 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 --- bootstrap/vagrant-minimal-onap/README.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/bootstrap/vagrant-minimal-onap/README.rst b/bootstrap/vagrant-minimal-onap/README.rst index 21238d732..2c214a94e 100644 --- a/bootstrap/vagrant-minimal-onap/README.rst +++ b/bootstrap/vagrant-minimal-onap/README.rst @@ -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. -- cgit 1.2.3-korg