SOL005NSLifecycleManagement_def.yaml 267 KB
Newer Older
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
      name:
        description: >
          Human readable name of the monitoring parameter, as defined in the NSD.
        type: string
      performanceMetric:
        description: >
          Performance metric that is monitored. This attribute shall contain the related 
          "Measurement Name" value as defined in clause 7.2 of ETSI GS NFV-IFA 027.
        type: string

1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
  VnfMonitoringParameter:
    description: >
      This type represents a monitoring parameter that is tracked by the VNFM, for example, 
      for auto-scaling purposes. It shall comply with the provisions defined in Table 6.5.3.69-1.
    type: object
    required:
      - id
      - performanceMetric
    properties:
      id:
        description: >
          Identifier of the monitoring parameter defined in the VNFD.
1023
        $ref: "#/definitions/IdentifierInNsd"
1024
1025
1026
1027
1028
1029
      vnfdId:
        description: >
          Identifier of the VNFD.
          Shall be present in case the value differs from the vnfdId attribute of the VnfInstance (e.g. during a
          "Change current VNF package" operation or due to its final failure).
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
      name:
        description: >
          Human readable name of the monitoring parameter, as defined in the VNFD.
        type: string
      performanceMetric:
        description: >
          Performance metric that is monitored. This attribute shall contain the related 
          "Measurement Name" value as defined in clause 7.2 of ETSI GS NFV-IFA 027.
        type: string

1040
1041
1042
1043
1044
1045
1046
1047
  VnfExtCpInfo:
    description: >
      This type represents information about an external CP of a VNF. It shall comply 
      with the provisions defined in Table 6.5.3.70-1.
    type: object
    required:
      - id
      - cpdId
1048
    oneOf:
1049
1050
1051
1052
      - required:
        - associatedVnfcCpId
      - required:
        - associatedVnfVirtualLinkId
1053
1054
1055
1056
    properties:
      id:
        description: >
          Identifier of the external CP instance and the related information instance.
1057
        $ref: "#/definitions/IdentifierInVnf"
1058
1059
1060
      cpdId:
        description: >
          Identifier of the external CPD, VnfExtCpd, in the VNFD.
1061
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
      cpConfigId:
        description: >
          Identifier that references the applied "VnfExtCpConfig" entry in the "cpConfig"
          map of the "currentVnfExtCpData" in the "ExtVirtualLinkInfo" structure.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
      vnfdId:
        description: >
          Identifier of the VNFD.
          Shall be present in case the value differs from the vnfdId attribute of the
          VnfInstance (e.g. during a "Change current VNF package" operation or due to
          its final failure).
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1074
1075
1076
1077
1078
1079
      cpProtocolInfo:
        description: >
          Network protocol information for this CP.
        type: array
        minItems: 1
        items:
1080
          $ref: "#/definitions/CpProtocolInfo"
1081
1082
1083
1084
      extLinkPortId:
        description: >
          Identifier of the "extLinkPortInfo" structure inside the "extVirtualLinkInfo" 
          structure. Shall be present if the CP is associated to a link port.
1085
1086
          An external CP instance is not associated to a link port in the cases indicated
          for the “extLinkPorts” attribute in clause 6.5.3.26.
1087
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1088
1089
1090
      metadata:
        description: >
          Metadata about this external CP.
1091
        $ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
1092
1093
      associatedVnfcCpId:
        description: >
1094
1095
1096
1097
1098
1099
1100
          Identifier of the "vnfcCpInfo" structure in "VnfcResourceInfo" structure that
          represents the VNFC CP which is exposed by this external CP instance, either
          directly or via a floating IP address. Shall be present in case this CP instance
          maps to a VNFC CP.
          The attributes "associatedVnfcCpId", "associatedVipCpId" and "associatedVnfVirtualLinkId"
          are mutually exclusive. Exactly one shall be present.
        $ref: "#/definitions/IdentifierInVnf"
1101
1102
1103
      associatedVnfVirtualLinkId:
        description: >
          Identifier of the "VnfVirtualLinkResourceInfo" structure that represents 
1104
1105
1106
1107
1108
1109
1110
          the internal VL or of the "ExtManagedVirtualLinkInfo" structure that represents
          the externally-managed internal VL, which is exposed by this external CP instance.
          Shall be present in case this CP instance maps to an internal VL (including
          externally-managed internal VL).
          The attributes "associatedVnfcCpId", "associatedVipCpId" and
          "associatedVnfVirtualLinkId" are mutually exclusive. Exactly one shall be present.
        $ref: "#/definitions/IdentifierInVnf"
1111

1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
  CpGroupInfo:
    description: >
      This type represents describes a group of CPs and/or SAPs pairs associated to 
      the same position in an NFP. It shall comply with the provisions defined in 
      Table 6.5.3.71-1.
    type: object
    properties:
      cpPairInfo:
        description: >
          One or more pair(s) of ingress and egress CPs or SAPs which the NFP passes by.
          All CP or SAP pairs in a group shall be instantiated from connection point 
          descriptors or service access point descriptors referenced in the corresponding 
          NfpPositionDesc.
        type: array
        minItems: 1
        items:
          $ref: "#/definitions/CpPairInfo"
      forwardingBehaviour:
        description: >
          Identifies a rule to apply to forward traffic to the ingress CPs or SAPs of 
          the group.
          Permitted values:
          * ALL = Traffic flows shall be forwarded simultaneously to all CPs or SAPs 
          of the group.
          * LB = Traffic flows shall be forwarded to one CP or SAP of the group selected 
          based on a loadbalancing algorithm.
        type: string
        enum:
          - ALL
          - LB
      forwardingBehaviourInputParameters:
        description: >
          Provides input parameters to configure the forwarding behaviour (e.g. identifies 
          a load balancing algorithm and criteria).
        $ref: "#/definitions/ForwardingBehaviourInputParameters"

1148
  CpPairInfo:
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
    description: >
      This type represents describes a pair of ingress and egress CPs or SAPs which 
      the NFP passes by. It shall comply with the provisions defined in Table 6.5.3.72-1.
    type: object
    properties:
      vnfExtCpIds:
        description: >
          Identifier(s) of the VNF CP(s) which form the pair.
          The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates 
          that the CP or SAP is used both as an ingress and egress port at a particular 
          NFP position.
        type: array
        maxItems: 2
        items:
1163
          $ref: "#/definitions/IdentifierInVnf"
1164
1165
1166
1167
1168
1169
1170
1171
1172
      pnfExtCpIds:
        description: >
          Identifier(s) of the PNF CP(s) which form the pair.
          The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates 
          that the CP or SAP is used both as an ingress and egress port at a particular 
          NFP position.
        type: array
        maxItems: 2
        items:
1173
          $ref: "#/definitions/IdentifierInPnf"
1174
1175
1176
1177
1178
1179
1180
1181
1182
      sapIds:
        description: >
          Identifier(s) of the SAP(s) which form the pair.
          The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates 
          that the CP or SAP is used both as an ingress and egress port at a particular 
          NFP position.
        type: array
        maxItems: 2
        items:
1183
          $ref: "#/definitions/IdentifierInNs"
1184

1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
  ForwardingBehaviourInputParameters:
    description: >
      This type represents provides input parameters to configure the forwarding behaviour. 
      It shall comply with the provisions defined in Table 6.5.3.73-1.
    type: object
    properties:
      algortihmName:
        description: >
          May be included if forwarding behaviour is equal to LB. Shall not be included otherwise.
          Permitted values:
          * ROUND_ROBIN
          * LEAST_CONNECTION
          * LEAST_TRAFFIC
          * LEAST_RESPONSE_TIME
          * CHAINED_FAILOVER
          * SOURCE_IP_HASH
          * SOURCE_MAC_HASH
        type: string
        enum:
          - ROUND_ROBIN
          - LEAST_CONNECTION
          - LEAST_TRAFFIC
          - LEAST_RESPONSE_TIME
          - CHAINED_FAILOVER
          - SOURCE_IP_HASH
1210
          - SOURCE_MAC_HASH
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
      algorithmWeights:
        description: >
          Percentage of messages sent to a CP instance. May be included if applicable to 
          the algorithm.
          If applicable to the algorithm but not provided, default values determined by 
          the VIM or NFVI are expected to be used.
          Weight applies to the CP instances in the order they have been created.
        type: array
        items:
          type: integer

1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
  CpProtocolInfo:
    description: >
      This type describes the protocol layer(s) that a CP or SAP uses together with protocol-related information, like
      addresses. It shall comply with the provisions defined in Table 6.5.3.58-1.
    type: object
    required:
      - layerProtocol
      - ipOverEthernet
    properties:
      layerProtocol:
        description: >
          The identifier of layer(s) and protocol(s)
          associated to the network address information.
1235
1236
1237
1238
          Permitted values:
            - IP_OVER_ETHERNET

          See note.
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
        type: string
        enum:
          - IP_OVER_ETHERNET
      ipOverEthernet:
        description: >
          IP addresses over Ethernet to assign to the CP
          or SAP instance. Shall be present if
          layerProtocol is equal to "
          IP_OVER_ETHERNET", and shall be absent otherwise.
        $ref: "#/definitions/IpOverEthernetAddressInfo"

  IpOverEthernetAddressInfo:
1251
1252
    description: >
      This type represents information about a network address that has been assigned.
piscione's avatar
piscione committed
1253
1254
1255
1256
1257
1258
1259
1260
1261

      NOTE 1:	At least one of "macAddress" or "ipAddresses" shall be present.
      NOTE 2:	Exactly one of "addresses" or "addressRange" shall be present.
      NOTE 3:	If the Cp instance represents a subport in a trunk, "segmentationId" shall be present. Otherwise it shall not be present.
      NOTE 4:	Depending on the NFVI networking infrastructure, the "segmentationId" may indicate the actual network segment value
      (e.g. vlan Id, Vxlan segmentation id, etc.) used in the transport header of the packets or it may be an identifier
      used between the application and the NFVI networking infrastructure to identify the network sub-interface
      of the trunk port in question. In the latter case the NFVI infrastructure will map this local
      "segmentationId" to whatever "segmentationId" is actually used by the NFVI's transport technology.
1262
    type: object
1263
1264
1265
1266
1267
    anyOf:
      - required:
        - macAddress
      - required:
        - ipAddresses
1268
1269
1270
1271
    properties:
      macAddress:
        description: >
          Assigned MAC address.
piscione's avatar
piscione committed
1272
1273

          See note 1.
1274
        $ref: "#/definitions/MacAddress"
1275
1276
1277
      segmentationId:
        description: >
          Identification of the network segment to which the Cp instance connects to.
piscione's avatar
piscione committed
1278
          See note 3 and note 4.
1279
        type: string
1280
1281
1282
1283
1284
      ipAddresses:
        description: >
          Addresses assigned to the CP instance. Each entry represents IP
          addresses assigned by fixed or dynamic IP address assignment per
          subnet.
piscione's avatar
piscione committed
1285
          See note 1.
1286
1287
1288
1289
1290
        type: array
        items:
          type: object
          required:
            - type
1291
1292
1293
1294
1295
          oneOf:
            - required:
                - addresses
            - required:
                - addressRange
1296
1297
1298
1299
          properties:
            type:
              description: >
                The type of the IP addresses.
1300
1301
1302
                Permitted values:
                - IPV4
                - IPV6
1303
1304
1305
1306
1307
1308
1309
1310
              type: string
              enum:
                - IPV4
                - IPV6
            addresses:
              description: >
                Fixed addresses assigned (from the subnet defined by
                "subnetId" if provided).
piscione's avatar
piscione committed
1311
                See note 2.
1312
1313
              type: array
              items:
1314
                $ref: "#/definitions/IpAddress"
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
            isDynamic:
              description: >
                Indicates whether this set of addresses was assigned
                dynamically (true) or based on address information provided as
                input from the API consumer (false). Shall be present if
                "addresses" is present and shall be absent otherwise.
              type: boolean
            addressRange:
              description: >
                An IP address range used, e.g., in case of egress connections.
                Exactly one of "addresses" or "addressRange" shall be present.
piscione's avatar
piscione committed
1326
                See note 2.
1327
1328
1329
1330
1331
1332
1333
1334
              type: object
              required:
                - minAddress
                - maxAddress
              properties:
                minAddress:
                  description: >
                    Lowest IP address belonging to the range.
1335
                  $ref: "#/definitions/IpAddress"
1336
1337
1338
                maxAddress:
                  description: >
                    Highest IP address belonging to the range
1339
                  $ref: "#/definitions/IpAddress"
1340
1341
1342
1343
1344
1345
            subnetId:
              description: >
                Subnet defined by the identifier of the subnet resource in
                the VIM.
                In case this attribute is present, IP addresses are bound
                to that subnet.
1346
              $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVim"
Samir Medjiah's avatar
Samir Medjiah committed
1347
1348


1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
      type:
        description: >
          The type of the IP addresses
        type: string
        enum:
          - PV4
          - PV6
      addresses:
        description: >
          Fixed addresses assigned (from the subnet
          defined by "subnetId" if provided). See note.
        type: array
        items:
1362
        $ref: "#/definitions/IpAddress"
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
      isDynamic:
        description: >
          Indicates whether this set of addresses was
          assigned dynamically (true) or based on address
          information provided as input from the API
          consumer (false). Shall be present if "addresses"
          is present and shall be absent otherwise.
        type: boolean
      addressRange:
        description: >
          An IP address range used, e.g. in case of egress
          connections. See note.
        type: object
        required:
          - minAddress
          - maxAddress
        properties:
          minAddress:
            description: >
              Lowest IP address belonging to the range.
1383
            $ref: "#/definitions/IpAddress"
1384
1385
1386
          maxAddress:
            description: >
              Highest IP address belonging to the range
1387
            $ref: "#/definitions/IpAddress"
1388
1389
1390
      minAddress:
        description: >
          Lowest IP address belonging to the range
1391
        $ref: "#/definitions/IpAddress"
1392
1393
1394
      maxAddress:
        description: >
          Highest IP address belonging to the range.
1395
        $ref: "#/definitions/IpAddress"
1396
1397
1398
1399
1400
1401
      subnetId:
        description: >
          Subnet defined by the identifier of the subnet
          resource in the VIM.
          In case this attribute is present, IP addresses
          are bound to that subnet.
1402
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVim"
1403

1404
1405
1406
1407
1408
1409
1410
  ExtVirtualLinkInfo:
    type: object
    required:
      - id
      - resourceHandle
    properties:
      id:
1411
1412
1413
1414
1415
        description: >
          Identifier of the external VL and the related external VL
          information instance.
          The identifier is assigned by the NFV-MANO entity that manages this
          VL instance.
1416
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1417
1418
1419
      resourceHandle:
        description: >
          Reference to the resource realizing this VL.
1420
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ResourceHandle"
1421
1422
1423
1424
1425
1426
      extLinkPorts:
        description: >
          Link ports of this VL.
        type: array
        items:
          $ref: "#/definitions/ExtLinkPortInfo"
1427
1428
1429
1430
1431
1432
      currentVnfExtCpData:
        description: >
          Allows the API consumer to read the current CP configuration information
          for the connection of external CPs to the external virtual link, as
          specified in clause 5.5.3.2 of ETSI GS NFV-SOL 003.
        $ref: "#/definitions/VnfExtCpData"
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446

  ExtLinkPortInfo:
    description: >
      This type represents information about a link port of an external VL,
      i.e. a port providing connectivity for the VNF to an NS VL. 
    type: object
    required:
      - id
      - resourceHandle
    properties:
      id:
        description: >
          Identifier of this link port as provided by the entity that has
          created the link port.
1447
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1448
1449
1450
      resourceHandle:
        description: >
          Reference to the virtualised resource realizing this link port.
1451
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ResourceHandle"
1452
1453
1454
1455
1456
1457
      cpInstanceId:
        description: >
          Identifier of the external CP of the VNF connected to this link
          port. There shall be at most one link port associated with any
          external connection point instance. The value refers to an
          "extCpInfo" item in the VnfInstance.
1458
        $ref: "#/definitions/IdentifierInVnf"
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
      secondaryCpInstanceId:
        description: >
          Additional external CP of the VNF connected to this link port.
          If present, this attribute shall refer to a "secondary" ExtCpInfo item in the VNF instance that exposes
          a virtual IP CP instance which shares this linkport with the external CP instance referenced by the
          "cpInstanceId" attribute.
          The use cases UC#4 and UC#5 in Annex A.4 of ETSI GS NFV-IFA 007 provide examples for such a configuration.
        $ref: "#/definitions/IdentifierInVnf"
      trunkResourceId:
        description: >
          Identifier of the trunk resource in the VIM.
          Shall be present if the present link port corresponds to the parent port that the trunk resource is associated
          with.
          The value of "trunkResourceId" is scoped by the value of "vimConnectionId" in the "resourceHandle" attribute.
        $ref: "#/definitions/IdentifierInVim"
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486

  ExtManagedVirtualLinkInfo:
    type: object
    required:
      - id
      - vnfVirtualLinkDescId
    properties:
      id:
        description: >
          Identifier of the externally-managed internal VL and the related
          externally-managed VL information instance.
          The identifier is assigned by the NFV-MANO entity that manages this
          VL instance.
1487
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1488
1489
1490
1491
1492
1493
      vnfdId:
        description: >
          Identifier of the VNFD.
          Shall be present in case the value differs from the vnfdId attribute of the VnfInstance (e.g. during a
          "Change current VNF package" operation or due to its final failure).
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1494
1495
1496
      vnfVirtualLinkDescId:
        description: >
          Identifier of the VNF Virtual Link Descriptor (VLD) in the VNFD.
1497
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
1498
1499
      networkResource:
        description: >
1500
          Reference to the VirtualNetwork resource or multi-site connectivity service providing this VL.
1501
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ResourceHandle"
1502
1503
1504
1505
1506
1507
      vnfLinkPorts:
        description: >
          Link ports of this VL.
        type: array
        items:
          $ref: "#/definitions/VnfLinkPortInfo"
1508
1509
1510
1511
1512
1513
1514
1515
      extManagedMultisiteVirtualLinkId:
        description: >
          Identifier of the externally-managed multi-site VL instance. The identifier is assigned by the NFV-MANO entity
          that manages the externally managed multi-site VL instance. It shall be present when the present externally-managed
          internal VL is part of a multi-site VL, e.g., in support of multi-site VNF spanning several VIMs.
          All externally-managed internal VL instances corresponding to an internal VL created based on the same virtualLinkDescId
          shall refer to the same extManagedMultisiteVirtualLinkId.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525

  VnfLinkPortInfo:
    type: object
    required:
      - id
      - resourceHandle
    properties:
      id:
        description: >
          Identifier of this link port as provided by the entity that has created the link port.
1526
        $ref: "#/definitions/IdentifierInVnf"
1527
1528
      resourceHandle:
        description: >
1529
          Reference to the virtualised resource realizing this link port.
1530
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ResourceHandle"
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
      cpInstanceId:
        description: >
          When the link port is used for external connectivity by the VNF,
          this attribute represents the identifier of the external CP of the
          VNF to be connected to this link port.
          When the link port is used for internal connectivity in the VNF,
          this attribute represents the VNFC CP to be connected to this link
          port.
          Shall be present when the link port is used for external
          connectivity by the VNF.
          may be present if used to reference a VNFC CP instance.
          There shall be at most one link port associated with any external
          connection point instance or internal connection point
          (i.e. VNFC CP) instance.
          The value refers to an "extCpInfo" item in the VnfInstance or a
          "vnfcCpInfo" item of a "vnfcResouceInfo" item in the VnfInstance.
1547
1548
1549
1550
1551
          Either cpInstanceId with cpInstanceType set to "EXT_CP" or any combination
          of cpInstanceId with cpInstanceType set to "VNFC_CP" and vipCpInstanceId
          (i.e. one or both of them) shall be present for a VnfLinkPortInfo. In case
          both cpInstanceId with cpInstanceType set to "VNFC_CP" and vipCpInstanceId
          are present, the two different CP instances share the linkport.
1552
        $ref: "#/definitions/IdentifierInVnf"
1553
1554
1555
1556
1557
1558
1559
1560
      cpInstanceType:
        description: >
          Type of the CP instance that is identified by cpInstanceId.
          Shall be present if "cpInstanceId" is present, and shall be
          absent otherwise.
          Permitted values:
          * VNFC_CP: The link port is connected to a VNFC CP
          * EXT_CP: The link port is associated to an external CP.
1561
1562
1563
1564
1565
          Either cpInstanceId with cpInstanceType set to "EXT_CP" or any combination
          of cpInstanceId with cpInstanceType set to "VNFC_CP" and vipCpInstanceId
          (i.e. one or both of them) shall be present for a VnfLinkPortInfo. In case
          both cpInstanceId with cpInstanceType set to "VNFC_CP" and vipCpInstanceId
          are present, the two different CP instances share the linkport.
1566
1567
1568
1569
        type: string
        enum:
          - VNFC_CP
          - EXT_CP
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
      vipCpInstanceId:
        description: >
          VIP CP instance of the VNF connected to this link port. May be present.
          Either cpInstanceId with cpInstanceType set to "EXT_CP" or any combination of cpInstanceId with
          cpInstanceType set to "VNFC_CP" and vipCpInstanceId (i.e. one or both of them) shall be present
          for a VnfLinkPortInfo. In case both cpInstanceId with cpInstanceType set to "VNFC_CP" and vipCpInstanceId
          are present, the two different CP instances share the linkport.
          Annex A.4 of ETSI GS NFV-IFA 007 [19] provides examples for configurations where both vipCpInstanceId
          and vnfcCpInstanceId are present (UC#5 and UC#5-b), only vnfcCpInstanceId is present (UC#2), or only
          vipCpInstanceId is present (UC#6 and UC#6-b).
        $ref: "#/definitions/IdentifierInVnf"
      trunkResourceId:
        description: >
          Identifier of the trunk resource in the VIM.
          Shall be present if the present link port corresponds to the parent port that the trunk resource
          is associated with.
          The value of "trunkResourceId" is scoped by the value of "vimConnectionId" in the "resourceHandle" attribute.
        $ref: "#/definitions/IdentifierInVim"
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598

  MonitoringParameter:
    type: object
    required:
      - id
      - value
      - timeStamp
    properties:
      id:
        description: >
          Identifier of the monitoring parameter defined in the VNFD.
1599
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
1600
1601
1602
1603
1604
1605
1606
      name:
        description: >
          Human readable name of the monitoring parameter, as defined in the VNFD.
        type: string
      value:
        description: >
          Value of the monitoring parameter known to the VNFM (e.g. obtained
1607
          for auto-scaling purposes).
1608
1609
1610
1611
          The type of the "value" attribute (i.e. scalar, structure (Object in
          JSON), or array (of scalars, arrays or structures/Objects)) is
          assumed to be defined in an external measurement specification.
        type: object
1612
1613
1614
1615
1616
1617
      timeStamp:
        description: >
          Represents the point in time when the measurement has been performed,
          as known to the VNFM.
          Should be formatted according to ETF RFC 3339.
        type: string
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631

  VnfcResourceInfo:
    description: >
      This type represents the information on virtualised compute and storage
      resources used by a VNFC in a VNF instance.
    type: object
    required:
      - id
      - vduId
      - computeResource
    properties:
      id:
        description: >
          Identifier of this VnfcResourceInfo instance.
1632
        $ref: "#/definitions/IdentifierInVnf"
1633
1634
1635
1636
1637
1638
      vnfdId:
        description: >
          Identifier of the VNFD.
          Shall be present in case the value differs from the vnfdId attribute of the VnfInstance (e.g. during a
          "Change current VNF package" operation or due to its final failure).
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1639
1640
1641
      vduId:
        description: >
          Reference to the applicable VDU in the VNFD.
1642
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
1643
1644
1645
      computeResource:
        description: >
          Reference to the VirtualCompute resource.
1646
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ResourceHandle"
1647
1648
1649
1650
1651
1652
      storageResourceIds:
        description: >
          References to the VirtualStorage resources. The value refers to a
          VirtualStorageResourceInfo item in the VnfInstance.
        type: array
        items:
1653
          $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1654
1655
1656
1657
      reservationId:
        description: >
          The reservation identifier applicable to the resource. It shall be
          present when an applicable reservation exists.
1658
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1659
1660
1661
1662
      vnfcCpInfo:
        description: >
          CPs of the VNFC instance.
          Shall be present when that particular CP of the VNFC instance is
1663
1664
1665
1666
1667
1668
          exposed as an external CP of the VNF instance or is connected to
          an external CP of the VNF instance.
          A VNFC CP is "connected to" an external CP if the VNFC CP is
          connected to an internal VL that exposes an external CP. A VNFC
          CP is "exposed as" an external CP if it is connected directly to
          an external VL. May be present otherwise.
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
        type: array
        items:
          type: object
          required:
            - id
            - cpdId
          properties:
            id:
              description: >
                Identifier of this VNFC CP instance and the associated array
                entry.
1680
              $ref: "#/definitions/IdentifierInVnf"
1681
1682
1683
            cpdId:
              description: >
                Identifier of the VDU CPD, cpdId, in the VNFD.
1684
              $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
1685
1686
            vnfExtCpId:
              description: >
1687
1688
1689
1690
                Identifier of the related external CP. Shall be present when the VNFC CP is exposed as an external CP
                of the VNF instance or connected to an external CP of the VNF instance and shall be absent otherwise.
                A VNFC CP is "connected to" an external CP if the VNFC CP is connected to an internal VL that exposes
                an external CP. A VNFC CP is "exposed as" an external CP if it is connected directly to an external VL.
1691
              $ref: "#/definitions/IdentifierInVnf"
1692
1693
1694
            cpProtocolInfo:
              description: >
                Network protocol information for this CP.
1695
1696
                May be omitted if the VNFC CP is exposed as an external CP.
                The information can be omitted because it is already available as part of the external CP information.
1697
1698
1699
              type: array
              items:
                $ref: "#/definitions/CpProtocolInfo"
1700
1701
1702
1703
1704
1705
1706
            parentCpId:
              description: >
                Identifier of another VNFC CP instance that corresponds to the parent port of a trunk that the present VNFC
                CP instance participates in.
                Shall be provided if the present CP instance participates in a trunk as subport, and the referred VNFC
                CP instances are also present in the vnfcCpInfo attribute.
              $ref: "#/definitions/IdentifierInVnf"
1707
1708
            vnfLinkPortId:
              description: >
1709
1710
1711
                Identifier of the "vnfLinkPorts" structure in the "VnfVirtualLinkResourceInfo" or "ExtManagedVirtualLinkInfo"
                structure. Shall be present if the CP is associated to a link port on an internal VL (including
                externally-managed internal VL) of the VNF instance and shall be absent otherwise.
1712
              $ref: "#/definitions/IdentifierInVnf"
1713
1714
1715
            metadata:
              description: >
                Metadata about this CP.
1716
              $ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
1717
1718
1719
      metadata:
        description: >
          Metadata about this resource.
1720
        $ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
1721
1722

  VnfVirtualLinkResourceInfo:
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
    description: >
      This type represents the information that allows addressing a virtualised
      resource that is used by an internal VL instance in a VNF instance.
    type: object
    required:
      - id
      - vnfVirtualLinkDescId
      - networkResource
    properties:
      id:
        description: >
          Identifier of this VnfVirtualLinkResourceInfo instance.
1735
        $ref: "#/definitions/IdentifierInVnf"
1736
1737
1738
1739
1740
1741
      vnfdId:
        description: >
          Identifier of the VNFD.
          Shall be present in case the value differs from the vnfdId attribute of the VnfInstance (e.g. during a
          "Change current VNF package" operation or due to its final failure).
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1742
1743
1744
      vnfVirtualLinkDescId:
        description: >
          Identifier of the VNF Virtual Link Descriptor (VLD) in the VNFD.
1745
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
1746
1747
1748
      networkResource:
        description: >
          Reference to the VirtualNetwork resource.
1749
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ResourceHandle"
1750
1751
1752
1753
      reservationId:
        description: >
          The reservation identifier applicable to the resource. It shall be
          present when an applicable reservation exists.
1754
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
      vnfLinkPorts:
        description: >
          Links ports of this VL.
          Shall be present when the linkPort is used for external connectivity
          by the VNF (refer to VnfLinkPortInfo).
          May be present otherwise.
        type: array
        items:
          $ref: "#/definitions/VnfLinkPortInfo"
      metadata:
        description: >
          Metadata about this resource.
1767
        $ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
1768

1769
  VirtualStorageResourceInfo:
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
    description: >
      This type represents the information that allows addressing a virtualised
      resource that is used by a VNF instance.
    type: object
    required:
      - id
      - virtualStorageDescId
      - storageResource
    properties:
      id:
        description: >
          Identifier of this VirtualStorageResourceInfo instance.
1782
        $ref: "#/definitions/IdentifierInVnf"
1783
1784
1785
      virtualStorageDescId:
        description: >
          Identifier of the VirtualStorageDesc in the VNFD.
1786
        $ref: "../../definitions/SOL005_def.yaml#/definitions/IdentifierInVnfd"
1787
1788
1789
1790
1791
1792
      vnfdId:
        description: >
          Identifier of the VNFD.
          Shall be present in case the value differs from the vnfdId attribute of the VnfInstance
          (e.g. during a "Change current VNF package" operation or due to its final failure).
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1793
1794
1795
      storageResource:
        description: >
          Reference to the VirtualStorage resource.
1796
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ResourceHandle"
1797
1798
1799
1800
      reservationId:
        description: >
          The reservation identifier applicable to the resource. It shall be
          present when an applicable reservation exists.
1801
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1802
1803
1804
      metadata:
        description: >
          Metadata about this resource.
1805
        $ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
1806

1807
  NsLinkPortInfo:
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
    description: >
      This type represents information about a link port of a VL instance.
      It shall comply with the provisions defined in Table 6.5.3.55-1.
    type: object
    required:
      - id
      - resourceHandle
    properties:
      id:
        description: >
          Identifier of this link port as provided by the entity that
          has created the link port.
1820
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1821
1822
      resourceHandle:
        description: >
1823
          Identifier of the virtualised resource realizing
1824
          this link port.
1825
        $ref: "../../definitions/SOL005_def.yaml#/definitions/ResourceHandle"
1826
1827
1828
1829
1830
1831
1832
1833
      nsCpHandle:
        description: >
          Identifier of the CP/SAP instance to be connected to this
          link port. The value refers to a vnfExtCpInfo item in the
          VnfInstance, or a pnfExtCpInfo item in the PnfInfo, or a
          sapInfo item in the NS instance.
          There shall be at most one link port associated with any
          connection point instance.
Giacomo Bernini's avatar
Giacomo Bernini committed
1834
        $ref: "#/definitions/NsCpHandle"
1835

1836
  AffinityOrAntiAffinityRule:
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
    description: >
      This type describes the additional affinity or anti-affinity rule
      applicable between the VNF instances to be instantiated
      in the NS instantiation operation request or between the VNF instances
      to be instantiated in the NS instantiation
      operation request and the existing VNF instances..
    type: object
    required:
      - affinityOrAntiAffiinty
      - scope
    properties:
      vnfdId:
        description: >
          Reference to a VNFD.
          When the VNFD which is not used to instantiate VNF, it
          presents all VNF instances of this type as the subjects
          of the affinity or anti-affinity rule. The VNF instance
          which the VNFD presents is not necessary as a part of
          the NS to be instantiated.
        type: array
        items:
1858
          $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
      vnfProfileId:
        description: >
          Reference to a vnfProfile defined in the NSD.
          At least one VnfProfile which is used to instantiate VNF
          for the NS to be instantiated as the subject of the affinity
          or anti-affinity rule shall be present. When the VnfProfile
          which is not used to instantiate VNF, it presents all VNF
          instances of this type as the subjects of the affinity or
          anti-affinity rule. The VNF instance which the VnfProfile
          presents is not necessary as a part of the NS to be instantiated.
        type: array
        items:
1871
          $ref: "#/definitions/IdentifierInNsd"
1872
1873
1874
1875
1876
1877
1878
      vnfInstanceId:
        description: >
          Reference to the existing VNF instance as the subject of
          the affinity or anti-affinity rule. The existing VNF instance
          is not necessary as a part of the NS to be instantiated.
        type: array
        items:
1879
          $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
      affinityOrAntiAffiinty:
        description: >
          The type of the constraint.
          Permitted values:
          AFFINITY
          ANTI_AFFINITY.
        type: string
        enum:
          - AFFINITY
          - ANTI_AFFINITY
      scope:
        description: >
          Specifies the scope of the rule where the placement
          constraint applies.
          Permitted values:
          NFVI_POP
          ZONE
          ZONE_GROUP
          NFVI_NODE.
        type: string
        enum:
          - NFVI_POP
          - ZONE
          - ZONE_GROUP
          - NFVI_NODE
1905
1906
1907

  InstantiateNsRequest:
    type: object
piscione's avatar
piscione committed
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
    description: >
      This type represents request parameters for the "Instantiate NS" operation.

      NOTE 1: The DF of the VNF instance shall match the VNF DF present in the associated VNF Profile.
      NOTE 2:	The NS DF of each nested NS shall be one of the allowed flavours in the associated
        NSD (as referenced in the nestedNsd attribute of the NSD of the NS to be instantiated).
      NOTE 3:	The NSD of each referenced NSs (i.e. each nestedInstanceId) shall match the one of the
      nested NSD in the composite NSD.
      NOTE 4:	When the NS is deployed over several sites, the VLs of this NS will include VNs
      in each site connected over the WAN. In this case, the "wanConnectionData" provides the needed
      information required to connect each VN to the WAN. Annex E provides additional information and
      guidelines about the usage of the "wanConnectionData" attribute.
1920
    required:
1921
      - nsFlavourId
1922
1923
1924
1925
    properties:
      nsFlavourId:
        description: >
          Identifier of the NS deployment flavor to be instantiated.
1926
        $ref: "#/definitions/IdentifierInNsd"
1927
1928
      sapData:
        description: >
1929
          Create data concerning the SAPs of this NS.
1930
        type: array
1931
1932
        items:
          $ref: "#/definitions/SapData"
1933
1934
1935
1936
      addpnfData:
        description: >
          Information on the PNF(s) that are part of this NS.
        type: array
1937
1938
        items:
          $ref: "#/definitions/AddPnfData"
1939
1940
1941
1942
1943
      vnfInstanceData:
        description: >
          Specify an existing VNF instance to be used in the NS.
          If needed, the VNF Profile to be used for this VNF
          instance is also provided.
piscione's avatar
piscione committed
1944
          See note 1.
1945
        type: array
1946
        items:
1947
          $ref: "#/definitions/VnfInstanceData"
1948
      nestedNsInstanceData:
1949
1950
1951
        description: >
          Specify an existing NS instance to be used as a nested
          NS within the NS.
1952
1953
          If needed, the NS Profile to be used for this nested NS 
          instance is also provided.
piscione's avatar
piscione committed
1954
          See note 2 and note 3.
1955
        type: array
1956
        items:
1957
          $ref: "#/definitions/NestedNsInstanceData"
1958
      locationConstraints:
1959
1960
1961
1962
1963
1964
        description: >
          Defines the location constraints for the VNF to be
          instantiated as part of the NS instantiation.
          An example can be a constraint for the VNF to be in a
          specific geographic location..
        type: array
1965
1966
        items:
          $ref: "#/definitions/VnfLocationConstraint"
1967
1968
1969
1970
1971
1972
      nestedNslocationConstraints:
        description: >
          Defines the location constraints for the nested NS to be instantiated as part of the NS instantiation.
          An example can be a constraint for the nested NS to be in a specific geographic location.
        type: array
        items:
Giacomo Bernini's avatar
Giacomo Bernini committed
1973
          $ref: "#/definitions/NestedNsLocationConstraint"
1974
1975
1976
      additionalParamsForNs:
        description: >
          Allows the OSS/BSS to provide additional parameter(s)
1977
1978
1979
          at the composite NS level (as opposed to the VNF level, 
          which is covered in additionalParamsForVnf), and as 
          opposed to the nested NS level, which is covered in
1980
          additionalParamsForNestedNs.
1981
        $ref: "../../definitions/SOL005_def.yaml#/definitions/KeyValuePairs"
1982
      additionalParamsForNestedNs:
1983
1984
        description: >
          Allows the OSS/BSS to provide additional parameter(s)
1985
          per nested NS instance (as opposed to the composite NS
1986
          level, which is covered in additionalParamsForNs, and as
1987
          opposed to the VNF level, which is covered in
1988
          additionalParamsForVnf). This is for nested NS instances
1989
          that are to be created by the NFVO as part of the NS
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
          instantiation and not for existing nested NS instances that
          are referenced for reuse.
        type: array
        items:
          $ref: "#/definitions/ParamsForNestedNs"
      additionalParamsForVnf:
        description: >
          Allows the OSS/BSS to provide additional parameter(s)
          per VNF instance (as opposed to the composite NS level, 
          which is covered in additionalParamsForNs and as opposed 
          to the nested NS level, which is covered in 
For faster browsing, not all history is shown. View entire blame