aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/5GE2ENetworkSlicing/common/policies/gen_nssi_policies/vnf_nssi.json
blob: 255085ded86439a80ec455cc7fa675913ba14fea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
    "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
    "topology_template": {
        "policies": [
            {
                "vnfPolicy_EmbbCn_External": {
                    "metadata": {
                        "policy-id": "vnfPolicy_EmbbCn_External",
                        "policy-version": 1
                    },
                    "properties": {
                        "identity": "vnf_EmbbCn_External",
                        "resources": [
                            "EmbbCn_External"
                        ],
                        "scope": [
                            "OSDF_GUILIN"
                        ],
                        "services": [
                            "EmbbCn_External"
                        ],
                        "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"
                }
            }
        ]
    }
}