Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
titleSample Threshold Policy(Reliability)
linenumberstrue
collapsetrue
{
  "OSDF_FRANKFURT.Threshold_URLLC_Core_1": {
    "type": "onap.policies.optimization.ThresholdPolicy",
    "version": "1.0.0",
    "type_version": "1.0.0",
    "metadata": {
      "policy-id": "OSDF_FRANKFURT.Threshold_URLLC_Core_1_reliability",
      "policy-version": 1
    },
    "properties": {
      "scope": [
        "OSDF_FRANKFURT",
        "URLLC_1",
        "URLLC_Core_1"
      ],
      "resources": [
        "URLLC_Core_1"
      ],
      "services": [
        "URLLC_1"
      ],
      "identity": "Threshold_URLLC_Core_1_reliability",
      "applicableResources": "any",
      "thresholdProperty": {
            "attribute":"reliability",
            "operator":"gte",
            "threshold":99.999,
            "unit":""
      }
    }
  }
}

Note: Not yet implemented



Code Block
languagetext
titleSample Bound Optimization Policy
linenumberstrue
collapsetrue
{
    "service": "boundOptimizationPolicy",
    "policyName": "OSDF_FRANKFURT.boundOptimizationPolicy_NS_URLLC",
    "description": "boundOptimizationPolicy",
    "templateVersion": "OpenSource.version.1",
    "version": "oofFrankfurt",
    "priority": "6",
    "riskType": "test",
    "riskLevel": "3",
    "guard": "False",
    "content": {
        "identity": "urllc_across_dem",
        "policyScope": [
            "URLLC-test",
            "URLLC-Core-test",
        ],
        "policyType": "boundOptimizationPolicy",
        "resources": ["URLLC-Core-test","URLLC-Ran-test","URLLC-Trans-test"],
        "boundOptimizationProperties": [{
            "attribute":"latency",
            "constraint":"lte",
            "threshold":{
                "get_param": "latency"
            },
            "unit":"ms",
            "operationOnDemands":"sum"
        },
        {   
            "attribute":"expDataRateUL",
            "constraint":"gte",
            "threshold":{
                "get_param": "expDataRateUL"
            },
            "unit":"Mbps",
            "operationOnDemands":"min"
        }]
    }
}
Note: Not yet implemented

NSI Selection

New Candidate schema  to represent NSSI (RAN,Core,Transport)

...