blob: 84a8829777ef002dd27ad037811974c41208b83d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
{
"tosca_definitions_version": "tosca_simple_yaml_1_1_0",
"topology_template": {
"policies": [
{
"onap.policies.apex.Simplecontrolloop": {
"type": "onap.policies.native.Apex",
"type_version": "1.0.0",
"name": "onap.policies.apex.Simplecontrolloop",
"version": "1.0.0",
"properties": {
"engineServiceParameters": {
"name": "MyApexEngine",
"version": "0.0.1",
"id": 45,
"instanceCount": 345,
"deploymentPort": 65522,
"policy_type_impl": {
"apexPolicyModel": {}
},
"engineParameters": {
"executorParameters": {
"JAVASCRIPT": {
"parameterClassName": "org.onap.policy.apex.service.engine.parameters.dummyclasses.SuperDooperExecutorParameters"
},
"ZOOBY": "hello"
}
}
}
}
}
}
]
}
}
|