Make Network Slicing usecase more user friendly
[demo.git] / tutorials / 5GE2ENetworkSlicing / common / policies / bak_nssi_policies / vnf_nssi.json
diff --git a/tutorials/5GE2ENetworkSlicing/common/policies/bak_nssi_policies/vnf_nssi.json b/tutorials/5GE2ENetworkSlicing/common/policies/bak_nssi_policies/vnf_nssi.json
new file mode 100644 (file)
index 0000000..73388a3
--- /dev/null
@@ -0,0 +1,41 @@
+{
+    "vnfPolicy_{{ service_name }}": {
+        "metadata": {
+            "policy-id": "vnfPolicy_{{ service_name }}",
+            "policy-version": 1
+        },
+        "properties": {
+            "identity": "vnf_{{ service_name }}",
+            "resources": [
+                "{{ service_name }}"
+            ],
+            "scope": [
+                "OSDF_GUILIN"
+            ],
+            "services": [
+                "{{ service_name }}"
+            ],
+            "geography": [],
+            "vnfProperties": [
+                {
+                    "attributes": {
+                        "modelInvariantId": {
+                            "get_param": "model_invariant_id"
+                        },
+                        "modelVersionId": {
+                            "get_param": "model_version_id"
+                        },
+                        "service-function": "shared",
+                        "service-role": "nssi"
+                    },
+                    "inventoryProvider": "aai",
+                    "inventoryType": "nssi",
+                    "unique": "true"
+                }
+            ]
+        },
+        "type": "onap.policies.optimization.resource.VnfPolicy",
+        "type_version": "1.0.0",
+        "version": "1.0.0"
+    }
+}