etsi-nfv-ns.yang 49.8 KB
Newer Older
1001
              path "deref(../virtual-link-desc-id)/../df/id";
1002
            }
1003
1004
1005
1006
1007
            description
              "Identifies a flavour within the VLD.";
            reference
              "GS NFV IFA014: Section 6.3.2.2 VirtualLinkProfile
               information element";
1008
1009
          }

1010
          uses common:local-affinity-or-anti-affinity-rule;
1011

1012
1013
1014
          list affinity-or-anti-affinity-group {
            key "id";

1015
1016
1017
1018
1019
1020
1021
1022
            description
              "Identifies an affinity or anti-affinity group the
               VLs instantiated according to the VlProfile belong
               to.";
            reference
              "GS NFV IFA014: Section 6.3.4.2 VirtualLinkProfile
               information element";

1023
1024
            leaf id {
              type leafref {
1025
                path "../../../affinity-or-anti-affinity-group/id";
1026
1027
1028
1029
1030
              }
            }
          }

          container max-bitrate-requirements {
1031
1032
1033
1034
1035
1036
            description
              "Specifies the maximum bitrate requirements for a VL
               instantiated according to this profile.";
            reference
              "GS NFV IFA014: Section 6.3.4.2 VirtualLinkProfile
               information element";
1037
            uses common:link-bitrate-requirements;
1038
1039
          }
          container min-bitrate-requirements {
1040
1041
1042
1043
1044
1045
            description
              "Specifies the minimum bitrate requirements for a VL
               instantiated according to this profile.";
            reference
              "GS NFV IFA014: Section 6.3.4.2 VirtualLinkProfile
               information element";
1046
            uses common:link-bitrate-requirements;
1047
1048
1049
1050
          }
        }

        list scaling-aspect {
1051
1052
1053
1054
1055
1056
1057
1058
          key "id";

          description
            "The scaling aspects supported by this DF of the NS.";
          reference
            "GS NFV IFA014: Section 6.3.2.2 NsDf information element";

          leaf id {
1059
            type string;
1060
1061
1062
1063
1064
1065
1066
            description
              "Identifier of this NsScalingAspect information element.
               It uniquely identifies the NS scaling aspect in an
               NSD.";
            reference
              "GS NFV IFA014: Section 6.7.2.2 NsScalingAspect
               information element";
1067
          }
1068

1069
1070
          leaf name {
            type string;
1071
1072
1073
1074
1075
1076
            description
              "Provides a human readable name of the NS scaling
               aspect.";
            reference
              "GS NFV IFA014: Section 6.7.2.2 NsScalingAspect
               information element";
1077
          }
1078

1079
1080
          leaf description {
            type string;
1081
1082
1083
1084
1085
1086
            description
              "Provides a human readable description of the NS
               scaling aspect.";
            reference
              "GS NFV IFA014: Section 6.7.2.2 NsScalingAspect
               information element";
1087
          }
1088

1089
1090
          leaf scaling-level {
            type leafref {
1091
              path "../../ns-instantiation-level/id";
1092
            }
1093
1094
1095
1096
1097
            description
              "Describes the details of an NS level.";
            reference
              "GS NFV IFA014: Section 6.7.2.2 NsScalingAspect
               information element";
1098
1099
1100
1101
1102
1103
          }
        }

        list affinity-or-anti-affinity-group {
          key "id";

1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
          description
            "Specifies affinity or anti-affinity relationship
             applicable between the VNF instances created using
             different VNFDs, the Virtual Link instances created
             using different NsVirtualLinkDescs or the nested NS
             instances created using different NSDs in the same
             affinity or anti-affinity group.";
          reference
            "GS NFV IFA014: Section 6.3.2.2 NsDf information element";

1114
1115
          leaf id {
            type string;
1116
1117
1118
1119
1120
1121
            description
              "Identifier of Identifier of this 
               AffinityOrAntiAffinityGroup information element.";
            reference
              "GS NFV IFA014: Section 6.3.5.2 AffinityOrAntiAffinity
               information element";
1122
1123
1124
1125
          }

          leaf affinity-type {
            mandatory true;
1126
            type common:affinity-type;
1127
1128
1129
1130
1131
1132
            description
              "Specifies the type of relationship that the members of
               the group have: 'affinity' or 'anti-affinity.'";
            reference
              "GS NFV IFA014: Section 6.3.5.2 AffinityOrAntiAffinity
               information element";
1133
1134
1135
1136
          }

          leaf affinity-scope {
            mandatory true;
1137
            type common:affinity-scope;
1138
1139
1140
1141
1142
1143
            description
              "Specifies the scope of the affinity or anti-affinity
               relationship e.g. a NFVI node, an NFVI PoP, etc.";
            reference
              "GS NFV IFA014: Section 6.3.5.2 AffinityOrAntiAffinity
               information element";
1144
1145
1146
          }
        }

1147
        list ns-instantiation-level {
1148
1149
          min-elements 1;
          key "id";
1150
1151
1152
1153
1154
1155
1156
1157

          description
            "Describes the details of an NS level.";
          reference
            "GS NFV IFA014: Section 6.3.2.2 NsDf information element
             GS NFV IFA014: Section 6.7.2.2 NsScaling information
             element";

1158
1159
          leaf id {
            type string;
1160
1161
1162
1163
1164
1165
            description
              "Identifier of this NsLevel information element. It
               uniquely identifies an NS level within the DF.";
            reference
              "GS NFV IFA014: Section 6.3.9.2 NsLevel information
               element";
1166
1167
1168
1169
          }

          leaf description {
            type string;
1170
1171
1172
1173
1174
            description
              "Human readable description of the NS level.";
            reference
              "GS NFV IFA014: Section 6.3.9.2 NsLevel information
               element";
1175
1176
1177
          }

          list vnf-to-level-mapping {
1178
1179
1180
1181
1182
1183
1184
1185
1186
            key "vnf-profile-id";

            description
              "Specifies the profile of the VNFs involved in this NS
               level and, for each of them, the required number of
               instances.";
            reference
              "GS NFV IFA014: Section 6.3.9.2 NsLevel information
               element";
1187

1188
            leaf vnf-profile-id {
1189
              type leafref {
1190
                path "../../../vnf-profile/id";
1191
              }
1192
1193
1194
1195
1196
1197
              description
                "Identifies the profile to be used for a VNF
                 involved in an NS level.";
              reference
                "GS NFV IFA014: Section 6.7.4.2 VnfToLevelMapping
                 information element";
1198
1199
1200
1201
1202
            }

            leaf number-of-instances {
              mandatory true;
              type uint32;
1203
1204
1205
1206
1207
1208
              description
                "Specifies the number of VNF instances required for
                 an NS level.";
              reference
                "GS NFV IFA014: Section 6.7.4.2 VnfToLevelMapping
                 information element";
1209
1210
1211
            }
          }

1212
1213
1214
1215
1216
1217
1218
1219
1220
          list virtual-link-to-level-mapping {
            key "virtual-link-profile-id";

            description
              "Specifies the profile of the VLs involved in this NS
               level and, for each of them, the needed bandwidth.";
            reference
              "GS NFV IFA014: Section 6.3.9.2 NsLevel information
               element";
1221

1222
            leaf virtual-link-profile-id {
1223
              type leafref {
1224
                path "../../../virtual-link-profile/id";
1225
              }
1226
1227
1228
1229
1230
1231
              description
                "Identifies the profile to be used for a VL involved
                 in an NS level.";
              reference
                "GS NFV IFA014: Section 6.7.5.2
                 VirtualLinkToLevelMapping information element";
1232
1233
            }

1234
            uses common:link-bitrate-requirements;
1235
1236
1237
          }

          list ns-to-level-mapping {
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
            key "ns-profile-id";

            description
              "Specifies the profile of the nested NSs involved in
               this NS level and, for each of them, the required
               number of instances.";
            reference
              "GS NFV IFA014: Section 6.3.9.2 NsLevel information
               element";

            leaf ns-profile-id {
1249
              type leafref {
1250
                path "../../../ns-profile/id";
1251
              }
1252
1253
1254
1255
1256
1257
              description
                "Identifies the profile to be used for a nested NS
                 involved in the NS level.";
              reference
                "GS NFV IFA014: Section 6.7.6.2 NsToLevel information
                 element";
1258
1259
1260
1261
1262
            }

            leaf number-of-instances {
              mandatory true;
              type uint32;
1263
1264
1265
1266
1267
1268
              description
                "Specifies the number of nested NS instances required
                 for the NS scale level.";
              reference
                "GS NFV IFA014: Section 6.7.6.2 NsToLevel information
                 element";
1269
1270
            }
          }
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286

          must "(count(vnf-to-level-mapping) + " +
            "count(virtual-link-to-level-mapping) + " +
            "count(ns-to-level-mapping)) > 0" {
            error-message "At least one attribute between " +
              "vnf-to-level-mapping, " +
              "virtual-link-to-level-mapping and " +
              "ns-to-level-mapping shall be present.";
            description
              "At least one attribute between vnfToLevelMapping,
              vlirtualLinkToLevelMapping and nsToLevelMapping shall
                be present.";
            reference
              "GS NFV IFA014: Section 6.3.9.2 NsLevel information
              element";
          }
1287
1288
1289
1290
        }

        leaf default-instantiation-level {
          type leafref {
1291
            path "../ns-instantiation-level/id";
1292
          }
1293
1294
1295
1296
1297
1298
          description
            "Identifies the NS level which represents the default NS
             instantiation level for this DF. It shall be present if
             there are multiple 'nsIinstantiationLevel' entries.";
          reference
            "GS NFV IFA014: Section 6.3.2.2 NsDf information element";
1299
1300
1301
        }

        list ns-profile {
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
          must "min-number-of-instances <= max-number-of-instances" {
            error-message
              "min-number-of-instances has to be less than or equal" +
              "max-number-of-instances.";
          }
          must "boolean(../../nested-nsd-id[.=current()/nsd-id])" {
            error-message "PNFDs in the profile has to be listed as a " +
              "dependency of the network service " +
              "descriptor.";
          }
          key "id";

          description
            "Specifies a NS Profile supported by this NS DF.";
          reference
            "GS NFV IFA014: Section 6.3.2.2 NsDf information element";

          leaf id {
            type string;
            description
              "Identifies an NS profile.";
            reference
              "GS NFV IFA014: Section 6.3.11.2 NsProfile information
               element";
          }
          leaf nsd-id {
            mandatory true;
1329
            type leafref {
1330
              path "/nfv/nsd/id";
1331
            }
1332
1333
1334
1335
1336
1337
            description
              "Identifies the NSD applicable to NS instantiated
               according to this profile.";
            reference
              "GS NFV IFA014: Section 6.3.11.2 NsProfile information
               element";
1338
          }
1339
1340
          leaf ns-df-id {
            mandatory true;
1341
            type leafref {
1342
              path "deref(../nsd-id)/../df/id";
1343
            }
1344
1345
1346
1347
1348
1349
            description
              "Identifies the applicable network service DF within
               the scope of the NSD.";
            reference
              "GS NFV IFA014: Section 6.3.11.2 NsProfile information
               element";
1350
          }
1351
1352
          leaf instantiation-level-id {
            mandatory true;
1353
            type leafref {
1354
              path "deref(../ns-df-id)/../ns-instantiation-level/id";
1355
            }
1356
1357
1358
1359
1360
1361
1362
1363
            description
              "Identifies the NS level within the referenced NS DF to
               be used in the context of the parent NS instantiation.
               If not present, the default NS instantiation level as
               declared in the referenced NSD shall be used.";
            reference
              "GS NFV IFA014: Section 6.3.11.2 NsProfile information
               element";
1364
1365
1366
1367
          }
          leaf min-number-of-instances {
            type uint16;
            mandatory true;
1368
1369
1370
1371
1372
1373
1374
            description
              "Minimum number of nested NS instances based on the
               referenced NSD that is permitted to exist for this
               NsProfile.";
            reference
              "GS NFV IFA014: Section 6.3.11.2 NsProfile information
               element";
1375
1376
1377
1378
          }
          leaf max-number-of-instances {
            type uint16;
            mandatory true;
1379
1380
1381
1382
1383
1384
1385
            description
              "Maximum number of nested NS instances based on the
               referenced NSD that is permitted to exist for this
               NsProfile.";
            reference
              "GS NFV IFA014: Section 6.3.11.2 NsProfile information
               element";
1386
          }
1387
1388

          list affinity-or-anti-affinity-group-id {
1389
1390
            key "id";

1391
1392
1393
1394
1395
1396
1397
            description
              "Identifies an affinity or anti-affinity group the NSs
               created according to this NsProfile belongs to.";
            reference
              "GS NFV IFA014: Section 6.3.11.2 NsProfile information
               element";

1398
1399
            leaf id {
              type leafref {
1400
                path "../../../affinity-or-anti-affinity-group/id";
1401
1402
1403
              }
            }
          }
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417

          list virtual-link-connectivity {
            key "virtual-link-profile-id";

            leaf virtual-link-profile-id {
              type leafref {
                path "../../../virtual-link-profile/id";
              }
              description
                "Reference an NS VL profile.";
              reference
                "GS NFV IFA014: Section 6.3.7.2, NsVirutalLinkConnectivity
                 information element.";
            }
Mahesh Jethanandani's avatar
Mahesh Jethanandani committed
1418
1419
1420
1421
1422
1423
1424
1425
1426

            list constituent-cpd-id {
              key "constituent-base-element-id";

              description
                "Describes a connection point on a VNF/PNF or a SAP
                 which connects to virtual links instantiated from
                 the profile identified in the virtualLinkProfileId
                 attribute.";
1427
              reference
Mahesh Jethanandani's avatar
Mahesh Jethanandani committed
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
                "GS NFV IFA014: Section 6.3.7
                 NsVirtualLinkConnectivity information element";

              leaf constituent-base-element-id {
                type leafref {
                  path "../../../id";
                }
                description
                  "Reference to the profile of an NS constituent.";
                reference
                  "GS NFV IFA014: Section 6.4.8
                   CpdInConstituentElement information element";
              }

              leaf constituent-cpd-id {
                type leafref {
                  path "deref(../../../nsd-id)/../nfv:sapd/nfv:id";
                }
                description
                  "A reference to the descriptor of a connection point
                   attached to one of the constituent VNFs and PNFs or to
                   the descriptor of a NS SAP.";
                reference
                  "GS NFV IFA014: Section 6.4.4.2 CpdPool information
                   element";
              }
            }
	  }
	}
1457

1458
        list dependencies {
1459
          key "id";
1460
1461
1462
1463
1464
1465
1466

          description
            "Specifies the order in which instances of the VNFs and/or
             nested NSs have to be created.";
          reference
            "GS NFV IFA014: Section 6.3.2.2 NsDf information element";

1467
1468
1469
          leaf id {
            type string;
          }
1470
          choice primary-id {
1471
1472
            leaf primary-vnf-profile {
              type leafref {
1473
                path "../../vnf-profile/vnfd-id";
1474
1475
1476
1477
              }
            }
            leaf primary-ns-profile {
              type leafref {
1478
                path "../../ns-profile/nsd-id";
1479
1480
              }
            }
1481
1482
1483
1484
1485
            description
              "References a VnfProfile or NsProfile.";
            reference
              "GS NFV IFA014: Section 6.3.12.2 Dependencies
               information element";
1486
          }
1487
          choice secondary-id {
1488
1489
            leaf secondary-vnf-profile {
              type leafref {
1490
                path "../../vnf-profile/vnfd-id";
1491
1492
1493
1494
              }
            }
            leaf secondary-ns-profile {
              type leafref {
1495
                path "../../ns-profile/nsd-id";
1496
1497
              }
            }
1498
1499
1500
1501
1502
            description
              "References a VnfProfile or NsProfile.";
            reference
              "GS NFV IFA014: Section 6.3.12.2 Dependencies
               information element";
1503
1504
          }
        }
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575

        list monitored-info {
          key "id";

          leaf id {
            type string;
          }

          container vnf-indicator-info {
            leaf vnfd-id {
              type leafref {
                path "/nfv/vnfd/id";
              }
              description
                "Identifies a VNFD.";
              reference
                "GS NFV IFA014: Section 6.2.7.2 VnfIndicatorData
                 information element";
            }
            leaf vnf-indicator {
              mandatory true;
              type leafref {
                path "deref(../vnfd-id)/../indicator/id";
              }
              description
                "Identifies a VNF indicator within the VNFD.";
              reference
                "GS NFV IFA014: Section 6.2.7.2 VnfIndicatorData
                 information element";
            }
            description
              "Uniquely identifies this VNF Indicator information
               element.";
            reference
              "GS NFV IFA014: Section 6.2.6.2 MonitoredData
               information element";
          }

          // monitoringParameter in IFA014 is defined by MonitoredData
          // whereas monitoringParameter in IFA011 is defined by
          // MonitoringParameter.
          container monitoring-parameter {
            leaf id {
              type string;
              description
                "Unique identifier of this monitoring parameter
                 information element.";
              reference
                "GS NFV IFA014: Section 6.2.8.2 MonitoringParameter
                 information element";
            }

            leaf name {
              type string;
              description
                "Human readable name of the monitoring parameter.";
              reference
                "GS NFV IFA014: Section 6.2.8.2 MonitoringParameter
                 information element";
            }

            leaf performance-metric {
              mandatory true;
              type string;
              description
                "Defines the virtualised resource-related performance
                 metric.";
              reference
                "GS NFV IFA014: Section 6.2.8.2 MonitoringParameter
                 information element";
            }
Mahesh Jethanandani's avatar
Mahesh Jethanandani committed
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585

            leaf collection-period {
              type string;
              description
                "An attribute that describes the periodicity at which
                 to collect the performance information.";
              reference
                "GS NFV IFA014: Section 6.2.8.2 MonitoringParameter
                 information element";
            }
1586
1587
          }
	}
1588
      }
1589
      uses common:security-parameters;
1590
1591
1592
    }
  }
}
For faster browsing, not all history is shown. View entire blame