aboutsummaryrefslogtreecommitdiffstats
path: root/docs/clamp/acm/design-impl/participants/participants.rst
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2022-04-05 09:00:02 +0100
committerWayne Dunican <wayne.dunican@est.tech>2022-04-06 09:09:05 +0100
commitc41c413b49a908cdf7e899d0a59fb92509d0eaea (patch)
tree6c9e52daf990090e4fd0d4784b769626b5524a45 /docs/clamp/acm/design-impl/participants/participants.rst
parentff7586274ade4d8d6b58a5115cf5eb43a5d6dc63 (diff)
Update participant documentation
Issue-ID: POLICY-4061 Change-Id: If22d8c14d82c34a407fb3394118aa327feabf7a3 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
Diffstat (limited to 'docs/clamp/acm/design-impl/participants/participants.rst')
-rw-r--r--docs/clamp/acm/design-impl/participants/participants.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/clamp/acm/design-impl/participants/participants.rst b/docs/clamp/acm/design-impl/participants/participants.rst
index 230c9888..15aee04d 100644
--- a/docs/clamp/acm/design-impl/participants/participants.rst
+++ b/docs/clamp/acm/design-impl/participants/participants.rst
@@ -5,21 +5,21 @@
Control Loop Participants
#########################
-A Participant is a component that acts as a bridge between the CLAMP COntrol Loop runtime and components such as
-the Policy Framework, DCAE, or a Kubernetes cluster that are taking part in control loops. It listens
+A Participant is a component that acts as a bridge between the CLAMP Automation Composition Management runtime and components such as
+the Policy Framework, DCAE, or a Kubernetes cluster that are taking part in automation composition management. It listens
to DMaaP to receive messages from the CLAMP runtime and performs operations towards components that
-are taking part in control loops. A participant has a Control Loop Element for each control loop in
+are taking part in acms. A participant has an Automation Composition Management Element for each automation composition in
which it is taking part.
The implementation of a participant may use a common
-:ref:`Participant Intermediary library <clamp-controlloop-participant-intermediary>`, which carries out common
-message and state handling for Control Loop Elements in participants. The *ParticipantImpelementation* is the
+:ref:`Participant Intermediary library <clamp-acm-participant-intermediary>`, which carries out common
+message and state handling for Automation Composition Elements in participants. The *ParticipantImpelementation* is the
component specific implementation of a participant, which is specifically developed for each component that
-wishes to take part in control loops.
+wishes to take part in automation composition management.
.. image:: ../../images/participants/participants.png
-The figure above shows participants for various components that may take part in control loops.
+The figure above shows participants for various components that may take part in automation composition management.
.. note:: The figure above is for illustration. Not all the participants mentioned above
have realizations in ONAP. Some of the participants in the figure above represent