X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Faugments%2Fconfiguration.yang;h=8120c5a6b3ed97bf19a59b9fd623148968f59dff;hp=94a226dc95a71433752d4dac263b81e6f595d9d9;hb=refs%2Ftags%2Fv9.0.0rc1;hpb=df667ef616d02098b0e2185e0056af3a0e3b3f7c 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 @@ module configuration { prefix day1-2; } - import kdu { - prefix kdu; - } grouping extended-vnf-configuration { leaf vnf-configuration-id { description @@ -51,42 +48,11 @@ module configuration { } } - 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 +}