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 <tin@irrational.io>
Change-Id: I236441e98e71f91d4c3180f2e6482417bb4ca2ab
This commit is contained in:
Tin Lam 2021-01-15 10:47:27 -06:00
parent 58cd12ae25
commit 9cb31b0db9

View File

@ -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 <https://www.vagrantup.com/docs/installation>`_.
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.