diff options
author | lapentafd <francesco.lapenta@est.tech> | 2022-04-12 11:23:22 +0100 |
---|---|---|
committer | lapentafd <francesco.lapenta@est.tech> | 2022-04-12 12:17:54 +0100 |
commit | 45ce655d0a7a1568e3518bc968f968a41688f99d (patch) | |
tree | cb952120e4bbef766e296969834f77963f389333 /docs/development/devtools/clamp-smoke.rst | |
parent | 4236d55e6df1c17318995a65ad0a6e9411462456 (diff) |
Fix typos in policy docs devtools
Update images names, that were not displaying
Issue-ID: POLICY-3941
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Change-Id: I85115478f285028ad02644614bee9c0f7f178206
Diffstat (limited to 'docs/development/devtools/clamp-smoke.rst')
-rw-r--r-- | docs/development/devtools/clamp-smoke.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/development/devtools/clamp-smoke.rst b/docs/development/devtools/clamp-smoke.rst index 80f8c3b7..478ba8eb 100644 --- a/docs/development/devtools/clamp-smoke.rst +++ b/docs/development/devtools/clamp-smoke.rst @@ -22,7 +22,7 @@ This article assumes that: * You have copied the settings.xml from oparent to *~/.m2/* directory * You have added settings to access the ONAP Nexus to your M2 configuration, see `Maven Settings Example <https://wiki.onap.org/display/DW/Setting+Up+Your+Development+Environment>`_ (bottom of the linked page) -The procedure documented in this article has been verified using Unbuntu 20.04 LTS VM. +The procedure documented in this article has been verified using Ubuntu 20.04 LTS VM. Cloning CLAMP automation composition and all dependency ******************************************************* @@ -204,7 +204,7 @@ Running a MariaDb Instance Assuming you have successfully built the codebase using the instructions above. There are two requirements for the Clamp automation composition component to run, one of them is a running MariaDb database instance. The easiest way to do this is to run the docker image locally. -An sql such as the one below can be used to build the SQL initialization. Create the *mariadb.sql* file in the directory *~/git*. +A sql such as the one below can be used to build the SQL initialization. Create the *mariadb.sql* file in the directory *~/git*. .. code-block:: SQL @@ -411,4 +411,4 @@ Run the following docker composition: command: /bin/sh -c "pip install --no-cache-dir requests && pip install --no-cache-dir simplejson && python -u /script/third_party_proxy.py -v true --port 8085 --root /thirdparty --proxyaddress third-party-proxy:8085" -Run DMaaP simulator, and than run CLAMP Acm using java. +Run DMaaP simulator, and then run CLAMP Acm using java. |