Commit 852c7ecb authored by Yuya Kuno's avatar Yuya Kuno
Browse files

Replace etsi_nfv_sol001_vnfd_types.yaml

parent 2044d7ae
Loading
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
tosca_definitions_version: tosca_simple_yaml_1_3
description: ETSI NFV SOL 001 vnfd types definitions version 5.3.2
description: ETSI NFV SOL 001 vnfd types definitions version 5.4.1
metadata:
  template_name: etsi_nfv_sol001_vnfd_types
  template_author: ETSI_NFV
  template_version: 5.3.2
  template_version: 5.4.1

imports:
   - etsi_nfv_sol001_common_types.yaml
@@ -782,7 +782,9 @@ data_types:
     properties:
       algorithm:
         type: string
         description: Describes the algorithm used to obtain the checksum value
         description: >
           Describes the algorithm used to obtain the checksum value
           - Note: it is not recommended to use sha-224 as it offers weak security.
         required: true
         constraints:
           - valid_values: [sha-224, sha-256, sha-384, sha-512 ]
@@ -1252,7 +1254,7 @@ data_types:
          - greater_or_equal: 0
      supported_min_keylength:
        type: integer
        description: Min key length can be supported this VNF or VDU. Default value is 2048 bits for RSA based algorithm. Otherwise default value is 256 bits.
        description: Min key length can be supported this VNF or VDU. Default value is 3072 bits for RSA based algorithm. Otherwise default value is 256 bits.
        required: false
        constraints:
          - greater_or_equal: 0