X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2Fplugins%2Fyang%2Frw-config-agent.tailf.yang;h=33e3a40f85bdff651beeed1546cd37f4613d0ebd;hb=refs%2Fchanges%2F77%2F5477%2F1;hp=85f6ecaeb82b794934e0915c3c4004d9408f057d;hpb=6f07e6f33f751ab4ffe624f6037f887b243bece2;p=osm%2FSO.git diff --git a/common/plugins/yang/rw-config-agent.tailf.yang b/common/plugins/yang/rw-config-agent.tailf.yang index 85f6ecae..33e3a40f 100644 --- a/common/plugins/yang/rw-config-agent.tailf.yang +++ b/common/plugins/yang/rw-config-agent.tailf.yang @@ -1,7 +1,7 @@ /* * - * Copyright 2016 RIFT.IO Inc + * Copyright 2016-2017 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,14 +28,19 @@ module rw-config-agent-annotation } import tailf-common { - prefix tailf; + prefix tailf-common; } - tailf:annotate "/rw-config-agent:config-agent/rw-config-agent:account/rw-config-agent:connection-status" { - tailf:callpoint rw_callpoint; + import rw-project { + prefix "rw-project"; } - tailf:annotate "/rw-config-agent:update-cfg-agent-status" { - tailf:actionpoint rw_actionpoint; + tailf-common:annotate "/rw-project:project/rw-config-agent:config-agent" + + "/rw-config-agent:account/rw-config-agent:connection-status" { + tailf-common:callpoint rw_callpoint; + } + + tailf-common:annotate "/rw-config-agent:update-cfg-agent-status" { + tailf-common:actionpoint rw_actionpoint; } }