summaryrefslogtreecommitdiffstats
path: root/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json
AgeCommit message (Collapse)AuthorFilesLines
2020-07-21Remove hpa decoder from policy/distributionRam Krishna Verma1-12/+8
Issue-ID: POLICY-2477 Change-Id: Iff4158e2322724265007d5a90459c3ebf62d3fc2 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2020-03-03Remove policy/engine & apex dependency from distributionRam Krishna Verma1-41/+47
Issue-ID: POLICY-2404 Change-Id: Ia3084c55ea65a3119354079d9afd3ee35689b7d4 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2019-01-22Fix issues in policy-distributionramverma1-2/+2
1) Creating a new thread for watching directory path for new file. 2) Updating distribution statistics from FileSystemReceptionHandler. Change-Id: Ic539f2cad015f0756407fe910f309a2ea661a764 Issue-ID: POLICY-1437 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2018-11-09S3P: added FileSystemReceptionHandler pluginLianhao Lu1-0/+68
For S3P test, we need to add a new FileSystemRecpetionHandler plugin which monitors a local directory for newly come csar files. This patch added the plugin code as well as the configuration file for s3p to use. Change-Id: I8f1e65489abde15ae32c54d819bbc6e7cbdf36d0 Issue-ID: POLICY-837 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>