summaryrefslogtreecommitdiffstats
path: root/plugins/reception-plugins/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-04-16Upgrade distribution to 2.0.6 version3.0.2-ONAP2.0.6casablancaPamela Dragosh1-1/+1
For Casablanca Maintenance Release 3.0.2 - keystore upgrade. Issue-ID: POLICY-1649 Change-Id: Ia51512dc90c8ddf57742f8fa74f5215dc782bd73 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-03-20Update version for release2.0.5Pamela Dragosh1-1/+1
Need to bump the version of this for maintenance release. This new release simply removes bad license in the JUnit tests so functionally all is the same. Also bringing the latest policy/engine which has fixes in it. Change-Id: Ie5d8fbfb3ca68e2193d49525f252d3d6a58fd1b9 Issue-ID: POLICY-1607 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-01-10Move to 2.0.4-SNAPSHOT version2.0.4Jorge Hernandez1-1/+1
Change-Id: Ic0870fd89bdc303d8e9c95aaa49db79e320fe12d Issue-ID: POLICY-1390 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2018-11-15Update version to 2.0.3-SNAPSHOT3.0.0-ONAP2.0.3liamfallon1-1/+1
Change-Id: Ifd9c18586d22c6a84997adf2d20a943df371504a Issue-ID: POLICY-1262 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-10-31Step version for Casablanca supportliamfallon1-3/+2
Issue-ID: POLICY-1233 Change-Id: Iebf0b77a9b87543ebe99d6a6eab0939bd276931c Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-10-25Fix refering to snapshot in policy/distribution2.0.1ramverma1-1/+1
Issue-ID: POLICY-1213 Change-Id: I7262a00ec35549e63127f8a3730ca8aa75da09aa Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-09-13Adding code for dynamically generate PolicesliboNet1-1/+1
* Update sdc tosca version to 1.4.1 * Define the objects to represents the policy used by OOF/Mutlicloud/AAI etc * Integration into the distribution framework to update PdpxPolicy and add new File PolicyDecoderCsarPdpx to do decoder from CSAR * Add two Test case including 2 VNFs, each VNF maps to 1 policy, so to generate 2 polices * use @SerializedName make the variable name different with that in the out json field Change-Id: Icc7175082063db8a245bbe576085cdf5a4b51adc Issue-ID: POLICY-927 Signed-off-by: liboNet <libo.zhu@intel.com>
2018-08-24Fix sonar and checkstyle issues in distributionramverma1-5/+0
* Fixing all check style issues. * Fixing all sonar issues. * Adding maven check style plugin to fail at warning level. Change-Id: I791b8feef39a3a0c3e1e250efea7b6e78208bf07 Issue-ID: POLICY-1035 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-08-14Initial moduel structure for SDC handlingliboNet1-0/+21
This submission defines the initial module structure for this handling and add the IConfiguration implementation and test code, use the json format as the configuration. rename the class name to sensible one with PSSD prefix. remove static variable to make it possible for more than one subscription to SDC. improve the validate func to validate each mandatory parameters and check the int parameter's value Change-Id: I3106ad9d4535b1251eae064e803805b92378f6f1 Issue-ID: POLICY-956 Signed-off-by: liboNet <libo.zhu@intel.com>
2018-08-02Create interfaces for Policy Distributionmmis1-0/+40
Created interfaces and some skeletal implementations. Implememtations to be further developed in subsequent stories Change-Id: If55be78e34c8783451cb9aa755a563bc0850e569 Issue-ID: POLICY-1029 Signed-off-by: mmis <michael.morris@ericsson.com>