X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Fnsr.yang;fp=models%2Fplugins%2Fyang%2Fnsr.yang;h=3fdd6428bf234ec984da87581b8dee9fe24651ab;hb=18389486de1ea996c3a5ee8ab592fb38dd25d7c7;hp=b081f6a93034fed7f0416be133a76a0b78708977;hpb=54347661382b1211cf8e154f2cfdde15d04ef5b1;p=osm%2FSO.git diff --git a/models/plugins/yang/nsr.yang b/models/plugins/yang/nsr.yang index b081f6a9..3fdd6428 100644 --- a/models/plugins/yang/nsr.yang +++ b/models/plugins/yang/nsr.yang @@ -271,11 +271,7 @@ module nsr ../../../../nsd:constituent-vnfd + [nsr:id = current()/../nsd:id-ref] + /nsd:vnfd-id-ref - NOTE: An issue with confd is preventing the - use of xpath. Seems to be an issue with leafref - to leafref, whose target is in a different module. - Once that is resolved this will switched to use - leafref"; + NOTE: confd limitations prevent the use of xpath"; type yang:uuid; } @@ -869,11 +865,7 @@ module nsr ../../../../nsd:constituent-vnfd + [nsd:id = current()/../nsd:id-ref] + /nsd:vnfd-id-ref - NOTE: An issue with confd is preventing the - use of xpath. Seems to be an issue with leafref - to leafref, whose target is in a different module. - Once that is resolved this will switched to use - leafref"; + NOTE: confd limitations prevent the use of xpath"; type string; } @@ -931,12 +923,17 @@ module nsr } list parameter { + description + "List of parameters for the initial config primitive"; key "name"; leaf name { + description "Name of the intitial config parameter"; type string; } leaf value { + description "Value associated with the initial config + parameter"; type string; } } @@ -1178,11 +1175,7 @@ module nsr ../../../../nsd:constituent-vnfd + [nsd:id = current()/../nsd:id-ref] + /nsd:vnfd-id-ref - NOTE: An issue with confd is preventing the - use of xpath. Seems to be an issue with leafref - to leafref, whose target is in a different module. - Once that is resolved this will switched to use - leafref"; + NOTE: confd limitations prevent the use of xpath"; type string; }