diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-10-09 11:58:21 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-10-09 11:58:21 +0100 |
commit | b4f03f4d97b1181e4cd8d1feae0c5dd40ba0d17f (patch) | |
tree | e22f9014a05f4ece7d132409ae4a6c48f8d189a9 /docs/clamp/acm/acm-user-guide.rst | |
parent | e4f747f56d333dc056b5a3f6ec185a211f8163ad (diff) |
Add documentation for custom naming of TOSCA node types
Issue-ID: POLICY-4827
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: I4fef8adbb1dea1fff9054108dbca2d23bd3853a4
Diffstat (limited to 'docs/clamp/acm/acm-user-guide.rst')
-rwxr-xr-x | docs/clamp/acm/acm-user-guide.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/clamp/acm/acm-user-guide.rst b/docs/clamp/acm/acm-user-guide.rst index 6e247f7c..e14492e9 100755 --- a/docs/clamp/acm/acm-user-guide.rst +++ b/docs/clamp/acm/acm-user-guide.rst @@ -75,7 +75,8 @@ org.onap.policy.clamp.acm.AutomationCompositionElement: the ACM elements. Here we are defining various timeout properties and startPhase parameter that are common for all the AC elements. - Note: This node type value should not be changed as the ACM framework identifies the AC elements based on this type. + Note: This node type value can be customised if the user wants to change the default name. Please refer the + "Configure custom namings for TOSCA node types" section of the Automation Composition Runtime design and implementation. org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement: This node type is used to define AC elements that are associated with kubernetes operations. It is further derived from the @@ -92,7 +93,8 @@ org.onap.policy.clamp.acm.AutomationComposition: Primitive node type for defining Automation composition definitions that comprises one or more AC elements in it. The AC definition of this type will be created under the Node templates. - Note: This node type value should not be changed as the ACM framework identifies the AC definitions based on this type. + Note: This node type value can be customised if the user wants to change the default name. Please refer the + "Configure custom namings for TOSCA node types" section of the Automation Composition Runtime design and implementation. .. literalinclude:: files/acm-nodetypes.yaml :language: yaml |