Move KDU model (chart/bundle) to DF
[osm/IM.git] / augments / configuration.yang
index 1ee8273..94a226d 100644 (file)
@@ -54,6 +54,7 @@ module configuration {
     grouping extended-kdu-configuration {
         list kdu-profile {
             key "name";
+
             leaf name {
                 description
                   "Reference to the KDU";
@@ -61,6 +62,7 @@ module configuration {
                     path "/vnfd:vnfd/kdu:kdu/kdu:name";
                 }
             }
+
             leaf kdu-configuration-id {
                 description
                   "Reference to the KDU configuration to use in this DF";
@@ -68,6 +70,14 @@ module configuration {
                     path "/vnfd:vnfd/kdu:kdu-configuration/kdu:id";
                 }
             }
+
+            leaf kdu-model-id {
+                description
+                  "Reference to the KDU model to use in this DF";
+                type leafref {
+                    path "/vnfd:vnfd/kdu:kdu-model/kdu:id";
+                }
+            }
         }
     }