diff options
author | 2020-04-10 06:38:11 -0700 | |
---|---|---|
committer | 2020-04-17 00:07:46 -0700 | |
commit | 2754404822b496392717d260681946debecf8648 (patch) | |
tree | 92b5930025f4655e67e26b37b728526fac6e9edc /test/policy-local-files/aggregationPolicy_URLLC_1.json | |
parent | 16dec1253f5380df53ccfef97d618fbe03e7be64 (diff) |
add aggregation policy for NSI selection
made changes for other policy updates
Issue-ID: OPTFRA-730
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: I3fb4ae184cdae9181037fb059ac144070228c29f
Diffstat (limited to 'test/policy-local-files/aggregationPolicy_URLLC_1.json')
-rw-r--r-- | test/policy-local-files/aggregationPolicy_URLLC_1.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/test/policy-local-files/aggregationPolicy_URLLC_1.json b/test/policy-local-files/aggregationPolicy_URLLC_1.json new file mode 100644 index 0000000..13014c1 --- /dev/null +++ b/test/policy-local-files/aggregationPolicy_URLLC_1.json @@ -0,0 +1,37 @@ +{ + "OSDF_FRANKFURT.Aggregation_URLLC_1":{ + "type":"onap.policies.optimization.resource.AggregationPolicy", + "version":"1.0.0", + "type_version":"1.0.0", + "metadata":{ + "policy-id":"OSDF_FRANKFURT.Aggregation_URLLC_1", + "policy-version":1 + }, + "properties":{ + "scope":[ + "OSDF_FRANKFURT", + "URLLC_1" + ], + "geography": [], + "resources":[ + "URLLC_Core_1" + ], + "services":[ + "URLLC_1" + ], + "identity":"Aggregation_URLLC_1", + "applicableResources":"any", + "aggregationProperties":[ + { + "attribute":"latency", + "function":"sum", + "operator":"lte", + "threshold":{ + "get_param": "latency" + }, + "unit":"ms" + } + ] + } + } +}
\ No newline at end of file |