X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rwlaunchpad%2Fplugins%2Fyang%2Frw-pkg-mgmt.tailf.yang;h=c5618ee13ad8606b141714fdacc084733b7b8f02;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=1086af9391db26b45e402d298c8ae9dfe056a066;hpb=93b954272755932588d01cf236912020e2332d52;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 1086af93..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,7 +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-project:project/rw-pkg-mgmt:update-jobs" { tailf:callpoint rw_callpoint; }