aboutsummaryrefslogtreecommitdiffstats
path: root/policy/apex/ToscaTemplate.json
diff options
context:
space:
mode:
Diffstat (limited to 'policy/apex/ToscaTemplate.json')
-rw-r--r--policy/apex/ToscaTemplate.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/policy/apex/ToscaTemplate.json b/policy/apex/ToscaTemplate.json
new file mode 100644
index 0000000..36b2c4e
--- /dev/null
+++ b/policy/apex/ToscaTemplate.json
@@ -0,0 +1,16 @@
+{
+ "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
+ "topology_template": {
+ "policies": [
+ {
+ "operational.onapbbs": {
+ "type": "onap.policies.controlloop.operational.Apex",
+ "type_version": "1.0.0",
+ "name": "operational.onapbbs",
+ "version": "1.0.0",
+ "properties": {}
+ }
+ }
+ ]
+ }
+}