X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fplugins%2Fyang%2Frw-nsr.yang;h=805ed00cc5e460424b1851081e302b153ca8bd30;hb=07b439824b5eac4dc760ce56b52fbdcf5539db4c;hp=ae2c92acbb2e94b60b535e12e5bf65c23726b275;hpb=f04e0aed7b77ad8833fa18ee083b5332bdb0da20;p=osm%2FSO.git diff --git a/models/plugins/yang/rw-nsr.yang b/models/plugins/yang/rw-nsr.yang index ae2c92ac..805ed00c 100644 --- a/models/plugins/yang/rw-nsr.yang +++ b/models/plugins/yang/rw-nsr.yang @@ -64,8 +64,8 @@ module rw-nsr key "id"; description "Recent operational events for this network service. - Though the model does not impose any restrictions on the numbe of events, - the max operational events will be limited to the most recent 10"; + Though the model does not impose any restrictions on the numbe of events, + the max operational events will be limited to the most recent 10"; leaf id { description "The id of the instance"; @@ -137,9 +137,9 @@ module rw-nsr by multiple cloud accounts when that becomes available."; type string; } - + list vnf-cloud-account-map { - description + description "Mapping VNF to Cloud Account where VNF will be instantiated"; key "member-vnf-index-ref"; @@ -178,13 +178,13 @@ module rw-nsr } list vl-cloud-account-map { - description + description "Mapping VL to Cloud Account where VL will be instantiated"; key "vld-id-ref"; leaf vld-id-ref { - description + description "A reference to a vld. leafref path ../../nsd/vld/id"; type string; @@ -218,7 +218,7 @@ module rw-nsr augment /nsr:start-network-service/nsr:input{ uses rw-ns-instance-config; - } + } augment /nsr:ns-instance-opdata/nsr:nsr { uses manotypes:action-param; @@ -229,7 +229,7 @@ module rw-nsr "The SDN account associted with the cloud account using which an NS was instantiated."; type leafref { - path "/rw-sdn:sdn-account/rw-sdn:name"; + path "/rw-sdn:sdn/rw-sdn:account/rw-sdn:name"; } } @@ -438,7 +438,7 @@ module rw-nsr notification nsm-notification { description "Notification for NSM Events. - The timestamp of this event is automatically expressed + The timestamp of this event is automatically expressed in human readble format - 1970-01-01T00:00:00Z"; leaf event {