Versions Compared

Key

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

...

[unit : (latency - ms) ;  (expDataRate - Mbps) ;  (survivalTime - ms) ;  (jitter - micro sec) ;   (connDensity - /km2) ;  (trafficDensity - Tbps/km2)]


ATTRIBUTE POLICY:

...

languagejs
titleAfFINITY POLICY
linenumberstrue


JSON Viewer
width600
height700
{
   "service":"attributePolicy",
   "policyName":"OSDF_FRANKFURT.AttributePolicy_vNS_1",
   "description":"Attribute Policy for Network Slicing (NS)",
   "templateVersion":"OpenSource.version.1",
   "version":"OpenSource.version.1",
   "priority":"1",
   "riskType":"test",
   "riskLevel":"3",
   "guard":"False",
   "content":{
      "identity":"urllc_attribute",
      "policyScope":[
         "URLLC"
      ],
      "policyType":"attribute",
      "resources":[
         "URLLC"
      ],
      "attributeProperties":{
         "serviceProfile":{
            "latency":{
               "lte":"10 ms"
            },
            "reliability":{
               "gte":"99.999"
            }
         }
      }
   }
}

VNF POLICY:


JSON Viewer
width600
height700
{
   "service":"vnfPolicy",
   "policyName":"OSDF_FRANKFURT.vnfPolicy_URLLC",
   "description":"vnfPolicy",
   "templateVersion":"OpenSource.version.1",
   "version":"test1",
   "priority":"6",
   "riskType":"test",
   "riskLevel":"3",
   "guard":"False",
   "content":{
      "identity":"urllc_prop",
      "policyScope":[
         "URLLC"
      ],
      "policyType":"vnfPolicy",
      "resources":[
         "URLLC"
      ],
      "applicableResources":"any",
      "vnfProperties":[
         {
            "inventoryProvider":"aai",
            "inventoryType":"service",
            "customerId":"5G-customer",
            "orchestrationStatus":"ACTIVE",
            "equipmentRole":""
         }
      ]
   }
}


OPTIMIZATION POLICY

JSON Viewer
width600
height700

OSDF - HAS:

JSON Viewer
width600
height700

VNF POLICY:

...

languagejs
titleVFW VNF POLICY
linenumberstrue

OSDF - HAS:

Code Block
languagejs
titleOSDF - HAS
linenumberstrue
{
    "name": "urllc_sample",
    "files": {},
    "limit": 10,
	"num_solution": 5,
    "timeout": 1200,
    "template": {
        "homing_template_version": "2018-02-01",
        "demands": {
            "URLLC": [{
                "inventory_provider": "aai",
                "inventory_type": "service",
                "region": "RegionOne",
                "attributes": {
                    "provorchestration-status": "ACTIVE",
                    "global-customer-id": "Demonstration5G-customer",
                    "model-invariant-idmodelInvariantId": "1dc4fcc4fda3c1e8-08957653-4b764acd-812680ef-34ebfe875859f5755c1d3859",
 				       			"model-version-id"modelVersionId": "b99f698ca6906768-130a1cae-41414e78-82c9acd1-dbabaed7581dd753ac61f3e8"
                }
            }]
        },
        "constraints": {
        	"service_profile_attr": {
          		"type": "attribute",
			    "demands": ["URLLC"],
			    "properties": {
					"evaluate":{
						"latency": {"{lte" : 410 ms}"
						"reliability": {"{gte" : 99.999}"
					}
			    }
          }
        }
    }
}