aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2024-11-04 11:55:08 +0100
committerAndreas Geissler <andreas-geissler@telekom.de>2025-01-02 18:21:19 +0100
commit30ef8932eb85c665e3db41e8819eda3260b80f6d (patch)
tree376d0e4a6be104e679ad347acdd29812ed837b1a /docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst
parentee26c89abe7be30f49e922564e2e012bead25060 (diff)
[DOC] Update versions of Operators
Add new versions of infrastructure SW Add release notes for Oslo Correct linting issues in documents Issue-ID: OOM-3322 Change-Id: I5ff844a0c6ad5dadc225232d5ef3fd1c149f6fa4 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst')
-rw-r--r--docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst b/docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst
index b0deff0e2b..debca31918 100644
--- a/docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst
+++ b/docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst
@@ -10,8 +10,8 @@
OOM Developer Testing Deployment
================================
-Developing and testing changes to the existing OOM project can be done locally by setting up some additional
-tools to host the updated helm charts.
+Developing and testing changes to the existing OOM project can be done locally
+by setting up some additional tools to host the updated helm charts.
**Step 1.** Clone the OOM repository from ONAP gerrit::
@@ -31,7 +31,8 @@ tools to host the updated helm charts.
**Step 3.** Install Chartmuseum
-Chart museum is required to host the helm charts locally when deploying in a development environment::
+Chart museum is required to host the helm charts locally when deploying in a
+development environment::
> curl https://raw.githubusercontent.com/helm/chartmuseum/main/scripts/get-chartmuseum | bash
@@ -41,7 +42,8 @@ Chart museum is required to host the helm charts locally when deploying in a dev
> chartmuseum --storage local --storage-local-rootdir ~/helm3-storage -port 8879 &
-Note the port number that is listed and use it in the Helm repo add as follows::
+Note the port number that is listed and use it in the Helm repo add as
+follows::
> helm repo add local http://127.0.0.1:8879