Add documentation for ACM
[policy/parent.git] / docs / clamp / acm / files / acm-nodetemplates.yaml
1 topology_template:
2   node_templates:
3     org.onap.k8s.acm.K8SAutomationCompositionParticipant:
4       version: 2.3.4
5       type: org.onap.policy.clamp.acm.Participant
6       type_version: 1.0.1
7       description: Participant for K8S
8       properties:
9         provider: ONAP
10     onap.policy.clamp.ac.element.K8S_AutomationCompositionElement:
11       # Helm chart parameters for the microservice
12       version: 1.2.3
13       type: org.onap.policy.clamp.acm.K8SMicroserviceAutomationCompositionElement
14       type_version: 1.0.0
15       description: Automation composition element for the K8S microservice for AC Element Starter
16       properties:
17         provider: ONAP
18         startPhase: 0
19         uninitializedToPassiveTimeout: 300
20         podStatusCheckInterval: 30
21     org.onap.policy.clamp.acm.HttpParticipant:
22       version: 2.3.4
23       type: org.onap.policy.clamp.acm.Participant
24       type_version: 1.0.1
25       description: Participant for Http requests
26       properties:
27         provider: ONAP
28     onap.policy.clamp.ac.element.Http_AutomationCompositionElement:
29       # Http config for AC Element microservice.
30       version: 1.2.3
31       type: org.onap.policy.clamp.acm.HttpAutomationCompositionElement
32       type_version: 1.0.0
33       description: Automation composition element for the http requests of AC Element Starter microservice
34       properties:
35         provider: ONAP
36         uninitializedToPassiveTimeout: 300
37         startPhase: 1
38
39     onap.policy.clamp.ac.element.AutomationCompositionDefinition:
40       version: 1.2.3
41       type: org.onap.policy.clamp.acm.AutomationComposition
42       type_version: 1.0.1
43       description: Automation composition for Demo
44       properties:
45         provider: ONAP
46         elements:
47           - name: onap.policy.clamp.ac.element.K8S_AutomationCompositionElement
48             version: 1.2.3
49           - name: onap.policy.clamp.ac.element.Http_AutomationCompositionElement
50             version: 1.2.3