X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Fyang%2Frw-pkg-mgmt.tailf.yang;h=c5618ee13ad8606b141714fdacc084733b7b8f02;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=e6e50c65827cd2757c155171b9de47b30cae60da;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/yang/rw-pkg-mgmt.tailf.yang b/rwlaunchpad/plugins/yang/rw-pkg-mgmt.tailf.yang index e6e50c65..c5618ee1 100644 --- a/rwlaunchpad/plugins/yang/rw-pkg-mgmt.tailf.yang +++ b/rwlaunchpad/plugins/yang/rw-pkg-mgmt.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. @@ -31,11 +31,23 @@ module rw-pkg-mgmt-annotation prefix tailf; } - tailf:annotate "/rw-pkg-mgmt:download-jobs" { + import rw-project { + prefix "rw-project"; + } + + tailf:annotate "/rw-project:project/rw-pkg-mgmt:download-jobs" { + tailf:callpoint rw_callpoint; + } + + tailf:annotate "/rw-project:project/rw-pkg-mgmt:copy-jobs" { + tailf:callpoint rw_callpoint; + } + + tailf:annotate "/rw-project:project/rw-pkg-mgmt:create-jobs" { tailf:callpoint rw_callpoint; } - tailf:annotate "/rw-pkg-mgmt:copy-jobs" { + tailf:annotate "/rw-project:project/rw-pkg-mgmt:update-jobs" { tailf:callpoint rw_callpoint; }