Versions Compared

Key

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

...

Code Block
languagetext
titleSample Vnf Policy
linenumberstrue
collapsetrue
{
   "tosca_definitions_version":"tosca_simple_yaml_1_1_0",
   "topology_template":{
      "policies":[
         {
            "OSDF_FRANKFURT.vnfPolicy_URLLC_Core_1":{
               "type":"onap.policies.optimization.resource.VnfPolicy",
               "version":"1.0.0",
               "type_version":"1.0.0",
               "metadata":{
                  "policy-id":"OSDF_FRANKFURT.vnfPolicy_URLLC_Core_1",
                  "policy-version":1
               },
               "name":"OSDF_FRANKFURT.vnfPolicy_URLLC_Core_1",
               "properties":{
                  "scope":[
                     "OSDF_FRANKFURT",
                     "URLLC_1",
                     "URLLC_Core_1"
                  ],
                  "resources":[

                  ],
                  "services":[
                     "URLLC_1"
                  ],
                  "identity":"vnf_URLLC_Core_1",
                  "geography":[

                  ],
                  "vnfProperties":[
                     {
                        "inventoryProvider":"aai",
                        "inventoryType":"nssi",
                        "unique": "true",
                        "filtering_attributes":{
                           "service-role":"nssi",
                           "service-function":"shared",
                           "model-invariant-id":"21d57d4b-52ad-4d3c-a798-248b5bb9124a",
                           "model-version-id":"bfba363e-e39c-4bd9-a9d5-1371c28f4d22"
                        }
                     }
                  ]
               }
            }
         }
      ]
   }
}

...