diff options
author | 2020-06-09 15:51:45 +0300 | |
---|---|---|
committer | 2020-06-10 11:41:05 +0300 | |
commit | 0ff4d3c1eecc9f89cae953d6c3a1f56c164b9a19 (patch) | |
tree | e48fb46c9eb9fb73c0bfb3975559c004dae04e29 /policy/apex/ToscaTemplate.json | |
parent | c391088df82a68db96d24db5bf867dd540465ea5 (diff) |
Policy artifacts (Apex) for BBS use case in Frankfurt
Issue-ID: INT-1499
Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>
Change-Id: Ib40909ce11420b1d90a9c84ad66aaffbd18d487c
Diffstat (limited to 'policy/apex/ToscaTemplate.json')
-rw-r--r-- | policy/apex/ToscaTemplate.json | 16 |
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": {} + } + } + ] + } +} |