Complete change 5758: change member-vnf-index from int to string to allow symbolic... 23/6023/1 v3.1 v3.1.0
authortierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 24 Apr 2018 13:13:58 +0000 (15:13 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 24 Apr 2018 13:13:58 +0000 (15:13 +0200)
Change-Id: Ib329d94a25b0231b8373b031651839e8b0b5cb6e
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
models/yang/mano-types.yang
models/yang/nsr.yang
models/yang/project-nsd.yang

index 7f50c1a..ba917c0 100644 (file)
@@ -1141,7 +1141,7 @@ module mano-types
         leaf member-vnf-index-ref {
           description
               "Reference to member-vnf within constituent-vnfds";
-          type uint64;
+          type string;
         }
 
         leaf vnfd-id-ref {
index 4f2eb73..3547866 100644 (file)
@@ -486,7 +486,7 @@ module nsr
           }
 
           leaf member-vnf-index-ref {
-            type uint64;
+            type string;
           }
           leaf vnfd-id-ref {
             description
@@ -912,7 +912,7 @@ module nsr
               leaf member-vnf-index-ref {
                 description
                    "Reference to member-vnf within constituent-vnfds";
-                type uint64;
+                type string;
               }
 
               leaf vnfd-id-ref {
@@ -1212,7 +1212,7 @@ module nsr
         leaf member-vnf-index-ref {
           description
               "Reference to member-vnf within constituent-vnfds";
-          type uint64;
+          type string;
         }
 
         leaf vnfd-id-ref {
index ae79d96..ace4102 100644 (file)
@@ -63,7 +63,7 @@ module project-nsd
           "Identifier/index for the VNFD. This separate id
            is required to ensure that multiple VNFs can be
            part of single NS";
-        type uint64;
+        type string;
       }
 
       leaf vnfd-id-ref {
@@ -97,7 +97,7 @@ module project-nsd
           "Identifier/index for the VNFD. This separate id
            is required to ensure that multiple VNFs can be
            part of single NS";
-        type uint64;
+        type string;
       }
 
       leaf vnfd-id-ref {