Policy Models and Sample policies - NSI selection
krishna moorthy dhebeha mj
NEW POLICY TYPES
Threshold Policy Type
{
"tosca_definitions_version": "tosca_simple_yaml_1_1_0",
"policy_types": {
"onap.policies.optimization.resource.ThresholdPolicy": {
"derived_from": "onap.policies.optimization.Resource",
"version": "1.0.0",
"properties": {
"applicableResources": {
"type": "list",
"required": true,
"entry_schema": {
"type": "string",
"constraints": [
{
"valid_values": [
"any",
"all"
]
}
]
}
},
"thresholdProperties": {
"type": "list",
"required": true,
"entry_schema": {
"type": "policy.data.thresholdProperties_properties"
}
}
}
}
},
"data_types": {
"policy.data.thresholdProperties_properties": {
"derived_from": "tosca.nodes.Root",
"properties": {
"attribute": {
"type": "string",
"required": true
},
"operator": {
"type": "string",
"required": true
},
"threshold": {
"type": "float",
"required": true
},
"unit": {
"type": "string",
"required": false
}
}
}
}
}
Aggregation Policy Type
{
"tosca_definitions_version": "tosca_simple_yaml_1_1_0",
"policy_types": {
"onap.policies.optimization.resource.AggregationPolicy": {
"derived_from": "onap.policies.optimization.Resource",
"version": "1.0.0",
"properties": {
"applicableResources": {
"type": "list",
"required": true,
"entry_schema": {
"type": "string",
"constraints": [
{
"valid_values": [
"any",
"all"
]
}
]
}
},
"aggregationProperties": {
"type": "list",
"required": true,
"entry_schema": {
"type": "policy.data.aggregationProperties_properties"
}
}
}
}
},
"data_types": {
"policy.data.aggregationProperties_properties": {
"derived_from": "tosca.nodes.Root",
"properties": {
"attribute": {
"type": "string",
"required": true
},
"operator": {
"type": "string",
"required": true
},
"threshold": {
"type": "policy.data.thresh_properties",
"required": true
},
"unit": {
"type": "string",
"required": false
},
"function": {
"type": "string",
"required": true
}
}
},
"policy.data.thresh_properties":{
"derived_from": "tosca.nodes.Root"
}
}
}
SAMPLE POLICIES
Sample Threshold Policy
{
"OSDF_FRANKFURT.Threshold_URLLC_Core_1":{
"type":"onap.policies.optimization.resource.ThresholdPolicy",
"version":"1.0.0",
"type_version":"1.0.0",
"metadata":{
"policy-id":"OSDF_FRANKFURT.Threshold_URLLC_Core_1",
"policy-version":1
},
"properties":{
"scope":[
"OSDF_FRANKFURT",
"EmbbNst",
"EmbbCn"
],
"resources":[
"EmbbCn"
],
"services":[
"EmbbNst"
],
"geography":[
],
"identity":"Threshold_URLLC_Core_1",
"thresholdProperties":[
{
"attribute":"latency",
"operator":"lte",
"threshold":50,
"unit":"ms"
}
]
}
}
}
Sample Subscriber Policy
Sample Vnf Policy
Sample Query Policy
Sample Aggregation Policy
{"serverDuration": 20, "requestCorrelationId": "168940c1219747aa9f97d572032ee61c"}