Change-Id: Id9150cf15f49b600d0434cf80d4ea10b6e0dc4ab
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
}
}
}
-}
\ No newline at end of file
+}
}
}
+ 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
augment "/vnfd:vnfd/vnfd:ext-cpd/vnfd:cp-connection" {
uses extended-ext-cpd;
}
-}
\ No newline at end of file
+}