From ad3b015a6086dfea915e119f896803315c8f6c0c Mon Sep 17 00:00:00 2001 From: Royer Yangali <royer.yangali@etsi.org> Date: Mon, 21 Oct 2024 16:02:31 +0200 Subject: [PATCH] UPDATING: updating images links left --- doc/deployment_guide/deployment_guide.md | 14 +++++++------- doc/index.md | 6 +++--- mkdocs.yml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/deployment_guide/deployment_guide.md b/doc/deployment_guide/deployment_guide.md index 73710c7..6e20243 100644 --- a/doc/deployment_guide/deployment_guide.md +++ b/doc/deployment_guide/deployment_guide.md @@ -354,32 +354,32 @@ At Network Adapt 1, the following port-forwarding rule must be set. | - | - | - | - | - | - | | SSH | TCP | | **2222** | | 22 | - + <h3><u>Installing the OS</h3></u> For a Vagrant Box, it is generally suggested that the ISO's server version is used, as it is intended to be used via SSH, and any web GUI is expected to be forwarded to the host. - + - + - + Make sure the disk is not configured as an LVM group! - + <h3><u>Vagrant ser</h3></u> Vagrant expects by default, that in the box's OS exists the user `vagrant` with the password also being `vagrant`. - + <h3><u>SSH</h3></u> Vagrant uses SSH to connect to the boxes, so installing it now will save the hassle of doing it later. - + <h3><u>Features server snaps</h3></u> diff --git a/doc/index.md b/doc/index.md index 693d68e..f94192f 100644 --- a/doc/index.md +++ b/doc/index.md @@ -13,7 +13,7 @@ See the [Release Notes](https://labs.etsi.org/rep/tfs/controller/-/releases/v3.0 The guides and walkthroughs below make some reasonable assumptions to simplify the deployment of the TFS controller, the execution of experiments and tests, and the development of new contributions. In particular, we assume: -- A physical server or virtual machine for running the TFS controller with the following minimum specifications (check section [Configure your Machine](./1.-Deployment-Guide/1.1.-Configure-your-Machine) for additional details): +- A physical server or virtual machine for running the TFS controller with the following minimum specifications (check section [Configure your Machine](https://tfs.etsi.org/documentation/develop/deployment_guide/deployment_guide/#11-configure-your-machine) for additional details): - 4 cores / vCPUs - 8 GB of RAM (10 GB of RAM if you want to develop) - 60 GB of disk (100 GB of disk if you want to develop) @@ -28,8 +28,8 @@ Use the Wiki menu in the right side of this page to navigate through the various # Guides and Walkthroughs The following guides and walkthroughs are provided: -- [1. Deployment Guide](/1.-Deployment-Guide) -- [2. Development Guide](/2.-Development-Guide) +- [1. Deployment Guide](https://tfs.etsi.org/documentation/develop/deployment_guide/deployment_guide/) +- [2. Development Guide](https://tfs.etsi.org/documentation/develop/development_guide/development_guide/) - [3. Run Experiments](/3.-Run-Experiments) - [4. Features and Bugs](/4.-Features-and-Bugs) - [5. Supported SBIs and Network Elements](/5.-Supported-SBIs-and-Network-Elements) diff --git a/mkdocs.yml b/mkdocs.yml index f5b2fb9..1221bc1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -76,6 +76,6 @@ extra: # Page tree nav: - - Index : ./index.md + - 0. Home : ./index.md - 1. Deployment Guide: ./deployment_guide/deployment_guide.md - 2. Development Guide: ./development_guide/development_guide.md -- GitLab