aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/devtools/clamp-dcae.rst
diff options
context:
space:
mode:
authorlapentafd <francesco.lapenta@est.tech>2022-04-12 11:23:22 +0100
committerlapentafd <francesco.lapenta@est.tech>2022-04-12 12:17:54 +0100
commit45ce655d0a7a1568e3518bc968f968a41688f99d (patch)
treecb952120e4bbef766e296969834f77963f389333 /docs/development/devtools/clamp-dcae.rst
parent4236d55e6df1c17318995a65ad0a6e9411462456 (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-dcae.rst')
-rw-r--r--docs/development/devtools/clamp-dcae.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/development/devtools/clamp-dcae.rst b/docs/development/devtools/clamp-dcae.rst
index 2eaa8c93..aeba21fd 100644
--- a/docs/development/devtools/clamp-dcae.rst
+++ b/docs/development/devtools/clamp-dcae.rst
@@ -55,9 +55,9 @@ The test set focused on the following use cases:
Creation of the Automation Composition:
---------------------------------------
-A Automation Composition is created by commissioning a Tosca template with Automation Composition definitions and instantiating the Automation Composition with the state "UNINITIALISED".
+An Automation Composition is created by commissioning a Tosca template with Automation Composition definitions and instantiating the Automation Composition with the state "UNINITIALISED".
-- Upload a TOSCA template from the POLICY GUI. The definitions includes a kubernetes participant and control loop elements that deploys and configures a microservice in the kubernetes cluster.
+- Upload a TOSCA template from the POLICY GUI. The definitions include a kubernetes participant and control loop elements that deploys and configures a microservice in the kubernetes cluster.
Automation Composition element for kubernetes participant includes a helm chart information of DCAE microservice and the element for Http Participant includes the configuration entity for the microservice.
:download:`Sample Tosca template <tosca/pairwise-testing.yml>`
@@ -88,7 +88,7 @@ Verification:
- DCAE service PMSH is deployed in to the kubernetes cluster. PMSH pods are in RUNNING state.
`helm ls -n <namespace>` - The helm deployment of dcaegen2 service PMSH is listed.
- `kubectl get pod -n <namespace>` - The PMSH pods are deployed, up and Running.
+ `kubectl get pod -n <namespace>` - The PMSH pods are deployed, up and running.
- The subscription configuration for PMSH microservice from the TOSCA definitions are updated in the Consul server. The configuration can be verified on the Consul server UI `http://<CONSUL-SERVER_IP>/ui/#/dc1/kv/`