From 9cb31b0db99964505624e0ff2f80296b1bdb7d89 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Fri, 15 Jan 2021 10:47:27 -0600 Subject: [PATCH] fix(docs): updates /etc/hosts instruction This adds documentation on modifying /etc/hosts to be able to access the exposed Jarvis services on the Vagrant box. Signed-off-by: Tin Lam Change-Id: I236441e98e71f91d4c3180f2e6482417bb4ca2ab --- doc/source/install/jarvis/vagrant.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/source/install/jarvis/vagrant.rst b/doc/source/install/jarvis/vagrant.rst index 6aac83dc..3d9d35d2 100644 --- a/doc/source/install/jarvis/vagrant.rst +++ b/doc/source/install/jarvis/vagrant.rst @@ -30,3 +30,17 @@ Jarvis AIO. .. note:: This document does not cover the installation of vagrant. Please refer to the instructions at `Vagrant's page `_. + + +Host Setup +========== + +To access the exposed Jarvis services in the Vagrant box, update the +``/etc/hosts`` file with: + +.. code:: + + 192.168.56.10 gerrit.jarvis.local harbor-core.jarvis.local harbor-notary.jarvis.local loki.jarvis.local grafana.jarvis.local + +.. note:: Replace ``jarvis.local`` with the appropriate host and domain name if + those are overwritten.