X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fclamp%2Facm%2Fdesign-impl%2Fclamp-runtime-acm.rst;h=5b88edba516f7231550625538f9926095fe9207a;hb=4de6ac9faa4043f8a2d04c1b9f2f7f94606c6192;hp=96dbc212cc47f70f6673558bc6931b8bd9894c72;hpb=b4f03f4d97b1181e4cd8d1feae0c5dd40ba0d17f;p=policy%2Fparent.git diff --git a/docs/clamp/acm/design-impl/clamp-runtime-acm.rst b/docs/clamp/acm/design-impl/clamp-runtime-acm.rst index 96dbc212..5b88edba 100755 --- a/docs/clamp/acm/design-impl/clamp-runtime-acm.rst +++ b/docs/clamp/acm/design-impl/clamp-runtime-acm.rst @@ -211,7 +211,7 @@ Example of DEPLOY order with Http_PMSHMicroserviceAutomationCompositionElement w In that scenario the message AUTOMATION_COMPOSITION_DEPLOY has been sent two times. Configure custom namings for TOSCA node types -+++++++++++++++++++++++++++++++++++++++++++++ +********************************************* The node type of the AC element and the Automation composition can be customised as per the user requirement. These customised names can be used in the TOSCA node type definitions of AC element and composition. All the @@ -220,10 +220,10 @@ The following parameters are provided in the config file of runtime-acm for cust .. code-block:: YAML -runtime: - acmParameters: - toscaElementName: customElementType - toscaCompositionName: customCompositionType + runtime: + acmParameters: + toscaElementName: customElementType + toscaCompositionName: customCompositionType If there are no values provided for customisation, the default node types "org.onap.policy.clamp.acm.AutomationCompositionElement" and "org.onap.policy.clamp.acm.AutomationComposition" are used for the AC element and composition by the runtime-acm. @@ -232,10 +232,9 @@ onap helm chart, the following properties can be updated in the values.yaml. .. code-block:: YAML -customNaming: - toscaElementName: customElementName - toscaCompositionName: customCompositionName - + customNaming: + toscaElementName: customElementName + toscaCompositionName: customCompositionName Design of managing messages