Versions Compared

Key

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

...

OOF impacts are described in OOF_impacts_v1.0.pptx.


Table of Contents

ASSUMPTIONS

The  capability set in the template will not contain range of values


SAMPLE POLICIES:

Code Block
languagetext
titleSample VNF Policy
linenumberstrue
collapsetrue
{
    "service": "vnfPolicy",
    "policyName": "OSDF_FRANKFURT.vnfPolicy_NS_URLLC",
    "description": "vnfPolicy",
    "templateVersion": "OpenSource.version.1",
    "version": "oofFrankfurt",
    "priority": "6",
    "riskType": "test",
    "riskLevel": "3",
    "guard": "False",
    "content": {
        "identity": "slice_urllc",
        "policyScope": [
            "URLLC-test",
            "URLLC-Core-test",
        ],
        "policyType": "vnfPolicy",
        "resources": ["URLLC-Core-test"],
        "applicableResources": "any",
        "vnfProperties": [{
            "inventoryProvider": "aai",
            "serviceType": "cn",
            "inventoryType": "subnet",
            "customerId": {
                "get_param": "chosen_customer_id"
            },
            "equipmentRole": "",
            "attributes": {
                "modelVersionId": "1f43c88e-525d-11ea-8d77-2e728ce88125",
                "modelInvarianId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                "serviceType": "cn",
                "orchestrationStatus": ["active"]
            }
        },
        {
            "inventoryProvider": "generator",
            "serviceType": "cn",
            "inventoryType": "subnet",
            "customerId": {
                "get_param": "chosen_customer_id"
            },
            "equipmentRole": "",
            "attributes": {
                "modelVersionId": "1f43c88e-525d-11ea-8d77-2e728ce88125",
                "modelInvarianId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
                "serviceType": "cn",
                "latency":{"value":"","constraint":"","unit":""},
                "reliability":{"value":"","constraint":"","unit":""}
            }
        }
        ]
    }
}

...