From efb859d2581a42ea0de4d56646e89848e722c59e Mon Sep 17 00:00:00 2001 From: mrichomme Date: Thu, 19 Mar 2020 19:02:41 +0100 Subject: fix integration doc warning Issue-ID: INT-1490 Signed-off-by: mrichomme Change-Id: I9153da660ae469c0bd3ed51cfebd912b6e4b9bf2 Signed-off-by: mrichomme --- bootstrap/codesearch/README.rst | 1 + bootstrap/vagrant-minimal-onap/README.rst | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap/codesearch/README.rst b/bootstrap/codesearch/README.rst index 78262b268..10e5b8c13 100644 --- a/bootstrap/codesearch/README.rst +++ b/bootstrap/codesearch/README.rst @@ -55,6 +55,7 @@ useful in case there are multiple providers available. (`integration/bootstrap/codesearch`). .. code-block:: sh + vagrant up --provider=libvirt This will: diff --git a/bootstrap/vagrant-minimal-onap/README.rst b/bootstrap/vagrant-minimal-onap/README.rst index 1315a00e8..8a9850d4e 100644 --- a/bootstrap/vagrant-minimal-onap/README.rst +++ b/bootstrap/vagrant-minimal-onap/README.rst @@ -29,6 +29,7 @@ Quickstart Following set of commands can be used to prepare a machine running Ubuntu 18.04 for this setup: .. code-block:: sh + sudo sed -i'.bak' 's/^#.*deb-src/deb-src/' /etc/apt/sources.list sudo apt-get update sudo apt-get build-dep vagrant ruby-libvirt @@ -113,6 +114,7 @@ useful in case there are multiple providers available. (`integration/bootstrap/vagrant-minimal-onap`). .. code-block:: sh + vagrant up --provider=libvirt @@ -123,11 +125,13 @@ Once ready (bringing up machines might initially take some time), tools for clus 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. Example: .. code-block:: sh + # Operator's machine shell kubectl -nonap get pods -- cgit 1.2.3-korg