From 2332afbbee5c20e7494e0720c42e8179a3b6a12b Mon Sep 17 00:00:00 2001 From: Royer Yangali <royer.yangali@etsi.org> Date: Fri, 18 Oct 2024 17:37:59 +0200 Subject: [PATCH] ADDS: adding Deploy TeraflowSDN section --- doc/deployment_guide/deployment_guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/deployment_guide/deployment_guide.md b/doc/deployment_guide/deployment_guide.md index e819077..6dd3ef9 100644 --- a/doc/deployment_guide/deployment_guide.md +++ b/doc/deployment_guide/deployment_guide.md @@ -682,6 +682,7 @@ source my_deploy.sh ``` The script performs the following steps: + - Executes script `./deploy/crdb.sh` to automate deployment of CockroachDB database used by Context component. - The script automatically checks if CockroachDB is already deployed. - If there are settings instructing to drop the database and/or redeploy CockroachDB, it does the appropriate actions to honor them as defined in previous section. -- GitLab