naming micro-service updates.
[ccsdk/apps.git] / ms / neng / src / test / sanity / policy-vnf-uuid.json
1 [
2     {
3         "config": {
4             "content": {
5                 "naming-models":[
6                    { 
7                        "naming-properties":[
8                            { "property-name" : "COMPLEX", "property-operation" : "substr(5)" },
9                            { "property-name" : "SEQUENCE", "increment-sequence":{
10                                    "max" : "zzz" , "scope" : "ENTIRETY" , "start-value" : "001" , "length" : "3",
11                                    "increment" : "1" , "sequence-type" : "alpha-numeric"}
12                            },
13                            {"property-name" : "NF_NAMING_CODE"}
14                        ],
15                        "naming-type" : "VNF",
16                        "nfRole" : "vPE",
17                        "naming-recipe" : "COMPLEX|SEQUENCE|NF_NAMING_CODE|UUID"
18                    },
19                    { 
20                        "naming-properties":[
21                            {"property-name" : "NF_NAMING_CODE"}
22                        ],
23                        "naming-type" : "VNF",
24                        "nfRole" : "VNF",
25                        "naming-recipe" : "NF_NAMING_CODE"
26                    }
27                 ]
28             }
29         },
30         "policyName": "vnf-policy-1"
31     }
32 ]
33