blob: e85bc79067e1ee1043880ab69911680a9b07d377 [file] [log] [blame]
BT29839cbcdac2018-08-16 21:48:07 -06001[
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"
18 },
19 {
20 "naming-properties":[
21 {"property-name" : "NF_NAMING_CODE"}
22 ],
23 "naming-type" : "sanity-1",
24 "nfRole" : "sanity-1",
25 "naming-recipe" : "NF_NAMING_CODE"
26 }
27 ]
28 }
29 },
30 "policyName": "sanity-policy-1"
31 }
32]