From d99a13e578e959ece4dc46814db51b0ff25c8bf4 Mon Sep 17 00:00:00 2001
From: Royer Yangali <royer.yangali@etsi.org>
Date: Mon, 21 Oct 2024 14:52:08 +0200
Subject: [PATCH] UPDATES: Updating links

---
 doc/deployment_guide/deployment_guide.md | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/doc/deployment_guide/deployment_guide.md b/doc/deployment_guide/deployment_guide.md
index 434c19d..c0308ee 100644
--- a/doc/deployment_guide/deployment_guide.md
+++ b/doc/deployment_guide/deployment_guide.md
@@ -14,7 +14,7 @@ Virtualization platforms tested are:
 - [Physical Server](#111-physical-server)
 - [Oracle Virtual Box](#112-oracle-virtual-box)
 - [VMWare Fusion](#113-vmware-fusion)
-- [OpenStack'](#114-openstack1-1-4-openstack)
+- [OpenStack](#114-openstack)
 - [Vagrant Box](#115-vagrant-box)
 
 ### **1.1.1. Physical Server**
@@ -266,7 +266,6 @@ sudo apt-get dist-upgrade -y
 
 ### **1.1.4. OpenStack**
 
-
 This section describes how to configure a VM for running ETSI TeraFlowSDN(TFS) controller using [OpenStack](https://www.openstack.org/). It has been tested with OpenStack Kolla up to Yoga version. 
 
 <h3><u>Create a Security Group in OpenStack</h3></u>
@@ -471,6 +470,7 @@ microk8s.enable community
 ```
 
 The Addons to be enabled are:
+
 - `dns`: enables resolving the pods and services by name
 - `helm3`: required to install NATS
 - `hostpath-storage`: enables providing storage for the pods (required by `registry`)
@@ -484,15 +484,14 @@ The Addons to be enabled are:
 microk8s.enable dns helm3 hostpath-storage ingress registry prometheus metrics-server linkerd
 ```
 
-__Important__: Enabling some of the addons might take few minutes.
-Do not proceed with next steps until the addons are ready.
-Otherwise, the deployment might fail.
+__Important__: Enabling some of the addons might take few minutes. Do not proceed with next steps until the addons are ready. Otherwise, the deployment might fail.
 To confirm everything is up and running:
+
 1. Periodically
-   [Check the status of Kubernetes](./1.2.-Install-MicroK8s#check-status-of-kubernetes-and-addons)
+   [Check the status of Kubernetes](#12-install-microk8s)
    until you see the addons [dns, ha-cluster, helm3, hostpath-storage, ingress, linkerd, metrics-server, prometheus, registry, storage] in the enabled block.
 2. Periodically
-   [Check Kubernetes resources](./1.2.-Install-MicroK8s#check-all-resources-in-kubernetes)
+   [Check Kubernetes resources]()
    until all pods are __Ready__ and __Running__.
 3. If it takes too long for the Pods to be ready, __we observed that rebooting the machine may help__.
 
-- 
GitLab