X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fclamp%2Facm%2Fdesign-impl%2Fparticipants%2Fparticipants.rst;h=67c966bd508275a0e6c473c882c5382a47db1cae;hb=19d451d0b657d7d33a126434f036d6489e1d3b89;hp=230c9888a5934d38321ff0e9bcc12abbf9ea6445;hpb=96f544440333fb59fcc45fb9f53346e2320bc9bb;p=policy%2Fparent.git diff --git a/docs/clamp/acm/design-impl/participants/participants.rst b/docs/clamp/acm/design-impl/participants/participants.rst index 230c9888..67c966bd 100644 --- a/docs/clamp/acm/design-impl/participants/participants.rst +++ b/docs/clamp/acm/design-impl/participants/participants.rst @@ -1,25 +1,25 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. _clamp-controlloop-participants: +.. _clamp-acm-participants: -Control Loop Participants -######################### +Automation Composition 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 `, which carries out common -message and state handling for Control Loop Elements in participants. The *ParticipantImpelementation* is the +:ref:`Participant Intermediary library `, 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 @@ -36,4 +36,3 @@ The detailed implementation of the CLAMP Participant ecosystem is described on t http-participant k8s-participant policy-framework-participant - participant-simulator