diff options
author | 2025-01-06 15:44:02 +0000 | |
---|---|---|
committer | 2025-01-06 15:44:02 +0000 | |
commit | 7c1a102b5ba91490e6d9e5b3d419a2f2cdc91d4b (patch) | |
tree | f8b8d0913f99840976484090150a991428b87898 /docs/sections/guides/deployment_guides/oom_dev_testing_local_deploy.rst | |
parent | 694f0cbc9985ab9719196ce0d61e8901c040673c (diff) | |
parent | 30ef8932eb85c665e3db41e8819eda3260b80f6d (diff) |
Merge "[DOC] Update versions of Operators"
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.rst | 10 |
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 |