[RIFT 16147] Make yang change for not implemented error, also show in-progress for... 45/1545/2
authorsinhan <nandan.sinha@riftio.com>
Mon, 10 Apr 2017 21:11:38 +0000 (21:11 +0000)
committervelandy <rajesh.velandy@riftio.com>
Mon, 10 Apr 2017 21:26:48 +0000 (22:26 +0100)
Signed-off-by: sinhan <nandan.sinha@riftio.com>
rwlaunchpad/plugins/rwpkgmgr/rift/tasklets/rwpkgmgr/downloader/copy.py
rwlaunchpad/plugins/yang/rw-pkg-mgmt.tailf.yang

index fa3dd3e..b1f11ec 100644 (file)
@@ -123,6 +123,8 @@ class PackageFileCopier:
         Copy directory tree to destination descriptor folder.  
 
         """
+        self.copy_progress()
+
         store = self.proxy._get_store(self.package_type)
         src_path = store._get_package_dir(self.src_package_id)
         self.src_package = store.get_package(self.src_package_id) 
index 13136c9..1086af9 100644 (file)
@@ -39,6 +39,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;
   }