blob: afdc0a830ef6b66e206db8a1a33bcd59eb419c32 [file] [log] [blame]
jhh97e19c92020-03-22 19:37:21 -05001{
2 "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
3 "topology_template": {
4 "policies": [
5 {
6 "foo.artifact": {
7 "type": "onap.policies.native.drools.Artifact",
8 "type_version": "1.0.0",
9 "version": "1.0.0",
10 "name": "foo.artifact",
11 "metadata": {
12 "policy-id": "foo.artifact"
13 },
14 "properties": {
15 "rulesArtifact": {
16 "groupId": "org.onap.policy.drools.test",
17 "artifactId": "lifecycle",
18 "version": "1.0.0"
19 },
20 "controller": {
21 "name": "foo"
22 }
23 }
24 }
25 }
26 ]
27 }
28}