aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/policy/policy-distribution
AgeCommit message (Collapse)AuthorFilesLines
2020-11-12Work around docker rate limit in CSITsJim Hahn1-1/+2
CSITs are failing regularly due to download rate limits that were recently introduced on dockerhub. Modified the yaml files to download all images from nexus3 instead of dockerhub. Issue-ID: POLICY-2895 Change-Id: I3ce37a5fc65fa82ddf1124653019cb24ff73f9ee Signed-off-by: Jim Hahn <jrh3@att.com>
2020-03-20Fixing APEX and Distribution csit failures due to invalid key name in policya.sreekumar1-0/+0
When the key name doesn't match with the name field in policy, creation of policy is failing. Due to some recent changes in API and models. So, correcting the policy in this review. Change-Id: I8a57f734a25f46fef623edb078fabc2641722816 Issue-ID: POLICY-2438 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2020-03-11Fixing policy csits with the tosca version changea.sreekumar1-0/+0
Also making the apex test policy changes related to rhino migration. Change-Id: I20f6c87bf6e2208840eb62a8109f8a98d67e0327 Issue-ID: POLICY-1402 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2020-03-03CSIT fixes for frankfurt breakagea.sreekumar1-0/+0
CSITs as per the latest policy type validation changes. Drools and drools apps fixes. Removed policy-health. Change-Id: I086bf747059435e12d15e0481b00c97c20eaadc1 Issue-ID: POLICY-1402 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech> Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2020-02-03Remove content section from ToscaPolicy properties in APEXa.sreekumar1-0/+0
Currently APEX specific information is placed under properties|content in ToscaPolicy. Avoid keeping under "content" and keep the information directly under properties. Change-Id: Id322df2ae977d4901b81bb70e95ad7e55771869c Issue-ID: POLICY-2332 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2020-01-08unzip/rezip csar file from a Linux machinemrichomme2-0/+0
according to IT-18669, one of the issue to commit an INFO.yaml is due to the fact that the csar files include a CRLF causing warning then the impossibility to commit the INFO.yaml Issue-ID: INT-1386 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ibaceef6a5278f9ba3e8f36eadabc0a14435b880a
2019-10-11Remove "Restricted" info from csarsjhh2-0/+0
These are the lines removed: + Proprietary information (Restricted) + For use only by authorized individuals and not for general distribution. Issue-ID: POLICY-2107 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I1b68376ff61e16fb600dfb3656809680c92b81a7
2019-09-19Remove proprietary license added to csar by SDCramverma2-0/+0
Issue-ID: POLICY-2107 Change-Id: Ide08bad0982ea81ccd1db040f55f23db1741677b Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-09-09Updating distribution csar file with policyType as per new modela.sreekumar2-0/+0
Change-Id: I261f94ca138e55346b4b2880f0be7b8259c8f1e7 Issue-ID: POLICY-2047 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2019-08-29Change policy-distribution csit test casesa.sreekumar6-0/+219
Change policy-distribution csit test cases to support ToscaPolicyType and ToscaPolicy. Change-Id: Ic6539a2c6f3d2a5b0a4a0b66ce456512d909a320 Issue-ID: POLICY-1893 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>