SOL006 augment: KDU support for helm v3 07/10107/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 14 Dec 2020 15:37:31 +0000 (15:37 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 14 Dec 2020 15:37:31 +0000 (15:37 +0000)
Change-Id: Id9150cf15f49b600d0434cf80d4ea10b6e0dc4ab
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
models/augments/common-augments.yang
models/augments/kdu.yang

index 815e7f9..a3236c4 100644 (file)
@@ -674,4 +674,4 @@ module common-augments {
             }
         }
     }
-}
\ No newline at end of file
+}
index 0cad701..9e0021f 100644 (file)
@@ -84,6 +84,17 @@ module kdu {
                 }
             }
 
+            leaf kdu-model-helm-version {
+                description
+                  "Helm version to use for this helm-chart, v3 by default.";
+
+                type enumeration {
+                    enum v2;
+                    enum v3;
+                }
+                default v3;
+            }
+
             leaf kdu-model-locator {
                 description
                   "Indicates the KDU model location, either as a path to a folder in the 
@@ -162,4 +173,4 @@ module kdu {
     augment "/vnfd:vnfd/vnfd:ext-cpd/vnfd:cp-connection" {
         uses extended-ext-cpd;
     }
-}
\ No newline at end of file
+}