aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/5GE2ENetworkSlicing/common/policies/bak_nsi_policies/query_nsi.json
diff options
context:
space:
mode:
authorMaciej Lisowski <m.lisowski2@partner.samsung.com>2022-02-16 15:37:35 +0100
committerMaciej Lisowski <m.lisowski2@partner.samsung.com>2022-02-21 12:45:16 +0100
commit142b5372b98ac9fbe0e8c847d90a52952e09f948 (patch)
treed0555aa547302d1fab1795747a1ba7524fad799c /tutorials/5GE2ENetworkSlicing/common/policies/bak_nsi_policies/query_nsi.json
parent554afbb5729fe19b6d978d4add1b4b7c6e34ef7a (diff)
Make Network Slicing usecase more user friendly
It was required to create a directory containing all files related to Network Slicing in order to make the usecase more user friendly. This change contains policies with already made automated scripts. Issue-ID: INT-2069 Signed-off-by: Maciej Lisowski <m.lisowski2@partner.samsung.com> Change-Id: Ia6f003a2dbff53f32a2fc0614bb646302b6d080b
Diffstat (limited to 'tutorials/5GE2ENetworkSlicing/common/policies/bak_nsi_policies/query_nsi.json')
-rw-r--r--tutorials/5GE2ENetworkSlicing/common/policies/bak_nsi_policies/query_nsi.json73
1 files changed, 73 insertions, 0 deletions
diff --git a/tutorials/5GE2ENetworkSlicing/common/policies/bak_nsi_policies/query_nsi.json b/tutorials/5GE2ENetworkSlicing/common/policies/bak_nsi_policies/query_nsi.json
new file mode 100644
index 00000000..785bff78
--- /dev/null
+++ b/tutorials/5GE2ENetworkSlicing/common/policies/bak_nsi_policies/query_nsi.json
@@ -0,0 +1,73 @@
+{
+ "queryPolicy_{{ service_name }}": {
+ "type": "onap.policies.optimization.service.QueryPolicy",
+ "version": "1.0.0",
+ "type_version": "1.0.0",
+ "metadata": {
+ "policy-id": "queryPolicy_{{ service_name }}",
+ "policy-version": 1
+ },
+ "properties": {
+ "scope": [
+ "shared,reuse",
+ "shared,create_new",
+ "non-shared"
+ ],
+ "services": [
+ "{{ service_name }}"
+ ],
+ "geography": [],
+ "identity": "queryPolicy_{{ service_name }}",
+ "queryProperties": [
+ {
+ "attribute": "latency",
+ "attribute_location": "latency"
+ },
+ {
+ "attribute": "max_number_of_ues",
+ "attribute_location": "max_number_of_ues"
+ },
+ {
+ "attribute": "s_nssai",
+ "attribute_location": "s_nssai"
+ },
+ {
+ "attribute": "activity_factor",
+ "attribute_location": "activity_factor"
+ },
+ {
+ "attribute": "resource_sharing_level",
+ "attribute_location": "resource_sharing_level"
+ },
+ {
+ "attribute": "ue_mobility_level",
+ "attribute_location": "ue_mobility_level"
+ },
+ {
+ "attribute": "sst",
+ "attribute_location": "sst"
+ },
+ {
+ "attribute": "AN_latency",
+ "attribute_location": "AN_latency"
+ },
+ {
+ "attribute": "CN_latency",
+ "attribute_location": "CN_latency"
+ },
+ {
+ "attribute": "TN_BH_latency",
+ "attribute_location": "TN_BH_latency"
+ },
+ {
+ "attribute": "model_invariant_id",
+ "attribute_location": "invariantUUID"
+ },
+ {
+ "attribute": "model_version_id",
+ "attribute_location": "UUID"
+ }
+ ]
+ }
+ }
+}