update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b second try
[osm/SO.git] / rwlaunchpad / plugins / yang / rw-pkg-mgmt.tailf.yang
index 13136c9..c5618ee 100644 (file)
@@ -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;
   }
 
@@ -39,6 +55,10 @@ module rw-pkg-mgmt-annotation
      tailf:actionpoint rw_actionpoint;
   }
 
+  tailf:annotate "/rw-pkg-mgmt:package-copy" {
+     tailf:actionpoint rw_actionpoint;
+  }
+
   tailf:annotate "/rw-pkg-mgmt:get-package-schema" {
      tailf:actionpoint rw_actionpoint;
   }