diff options
Diffstat (limited to 'examples/examples-grpc/src/main/resources/tosca/ToscaTemplate.json')
-rw-r--r-- | examples/examples-grpc/src/main/resources/tosca/ToscaTemplate.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/examples-grpc/src/main/resources/tosca/ToscaTemplate.json b/examples/examples-grpc/src/main/resources/tosca/ToscaTemplate.json new file mode 100644 index 000000000..35322a61a --- /dev/null +++ b/examples/examples-grpc/src/main/resources/tosca/ToscaTemplate.json @@ -0,0 +1,16 @@ +{ + "tosca_definitions_version": "tosca_simple_yaml_1_1_0", + "topology_template": { + "policies": [ + { + "operational.gRPC": { + "type": "onap.policies.controlloop.operational.Apex", + "typeVersion": "1.0.0", + "version": "1.0.0", + "properties": { + } + } + } + ] + } +}
\ No newline at end of file |