X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=augments%2Fvnfd%2Falarm.yang;fp=augments%2Fvnfd%2Falarm.yang;h=0000000000000000000000000000000000000000;hp=7b6db1fc1d1f0546cc6b44bd6bfb8d32c21c0554;hb=74ed2e5c4bbedca2e7445f970b32a1710dbd1c45;hpb=cc20284c7b7b7a91b5c6277dc8e0e115458ad66b diff --git a/augments/vnfd/alarm.yang b/augments/vnfd/alarm.yang deleted file mode 100644 index 7b6db1f..0000000 --- a/augments/vnfd/alarm.yang +++ /dev/null @@ -1,70 +0,0 @@ -/* - Copyright 2020 Whitestack LLC - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied. - See the License for the specific language governing permissions and - limitations under the License. -*/ - -module alarm { - yang-version 1.1; - namespace "urn:etsi:osm:yang:augments:alarm"; - prefix "alarm"; - - import etsi-nfv-vnfd { - prefix vnfd; - } - - import common-augments { - prefix common; - } - - grouping extended-alarm { - list alarm { - key "alarm-id"; - - leaf alarm-id { - description - "This field is reserved for the identifier assigned by the VIM provider"; - - type string; - } - - - leaf vnf-monitoring-param-ref { - description - "Reference to the VNF level monitoring parameter - that is aggregated"; - type leafref { - path "/vnfd:vnfd/vnfd:df/vnfd:monitoring-parameter/vnfd:id"; - } - } - - uses common:alarm-properties; - } - - } - - augment "/vnfd:vnfd/vnfd:vdu" { - uses extended-alarm; - } -} - - - - - - - - - -