Simple strategy to allow address pairs for virtual IP
[osm/IM.git] / models / yang / mano-types.yang
index f54a5e9..eb38ec2 100644 (file)
@@ -379,6 +379,15 @@ module mano-types
                   ";
                 type string;
               }
+              leaf helm-version {
+                description
+                  "Helm version to use for this helm-chart, v3 by default";
+                type enumeration {
+                  enum v2;
+                  enum v3;
+                }
+                default v3;
+              }
             }
           }
           leaf metric-service {