Revisited KDU augment to follow previous structure in old IM
Change-Id: I37d5d4de757e25d64b446deb9e84630b42dbd8eb
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/models/augments/configuration.yang b/models/augments/configuration.yang
index 94a226d..8120c5a 100644
--- a/models/augments/configuration.yang
+++ b/models/augments/configuration.yang
@@ -28,9 +28,6 @@
prefix day1-2;
}
- import kdu {
- prefix kdu;
- }
grouping extended-vnf-configuration {
leaf vnf-configuration-id {
description
@@ -51,42 +48,11 @@
}
}
- grouping extended-kdu-configuration {
- list kdu-profile {
- key "name";
-
- leaf name {
- description
- "Reference to the KDU";
- type leafref {
- path "/vnfd:vnfd/kdu:kdu/kdu:name";
- }
- }
-
- leaf kdu-configuration-id {
- description
- "Reference to the KDU configuration to use in this DF";
- type leafref {
- 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";
- }
- }
- }
- }
-
augment "/vnfd:vnfd/vnfd:df" {
uses extended-vnf-configuration;
- uses extended-kdu-configuration;
}
augment "/vnfd:vnfd/vnfd:df/vnfd:vdu-profile" {
uses extended-vdu-configuration;
}
-}
\ No newline at end of file
+}