SOL006 augment: KDU support for helm v3
[osm/IM.git] / models / augments / kdu.yang
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
+}