summaryrefslogtreecommitdiffstats
path: root/docs/submodules/policy
AgeCommit message (Collapse)AuthorFilesLines
2018-11-26Updated git submodulesJorge Hernandez1-0/+0
Project: policy/apex-pdp master 80540def7348e195ffacfbbc7c23e2e68e154965 Merge "Fix sonar issue cli codegen" Fix sonar issue cli codegen Modify CodeGeneratorCliEditor to use param object for sonar issue fix Add javadoc for the method addEventDecl Method. Modify meth declaration. Run formatter Issue-ID: POLICY-1251 Change-Id: I4f95e868c047f54dff9cf991e8f4f60e8954c788 Signed-off-by: kris.jinka <kris.jinka@samsung.com>
2018-11-26Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 1bf4549aff20757f3daf8678958f0d56107cd9e6 Update Architecture Add reference to labels created for two new applications ingested/added for Casablanca. Also ensure release date is correct. Correct doc8 errors Correct badd link apc-pdp Issue-ID: POLICY-1163 Change-Id: I84c17514ed0e080e4c4bebc8a3e0145bf7e93449 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-25Updated git submodulesPamela Dragosh1-0/+0
Project: policy/apex-pdp master 3688d3901ad241be26671e520da0e01e4c8089c0 Create label for architecture to ref Creating a label so other documentation in the architecture section can reference this PDP engine documentation. Issue-ID: POLICY-1163 Change-Id: Ida9caba405e36675f65843b1d49e79175634fa02 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-25Updated git submodulesPamela Dragosh1-0/+0
Project: policy/distribution master cf2a21536bd30ebb8b4544f51ad3024dae310842 Create label for architecture to ref Creating a label so architecture document can reference this new application. Issue-ID: POLICY-1163 Change-Id: Ie3cef673f179240d562dc02411d38c9dfc038252 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-23Updated git submodulesramverma1-0/+0
Project: policy/distribution master 592f9d090e4351a27aa6f283f5fb2b0b3dc7255b policy/distribution documents Change-Id: I1c3e083a9ce050ce67acd5f68d0dcf498927592a Issue-ID: POLICY-1260 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-11-22Add Policy distribution repoRich Bennett1-0/+0
Change-Id: I2262bd8d0812651f78525137750fa3cb3727e108 Issue-ID: POLICY-1260 Signed-off-by: Rich Bennett <rb2745@att.com>
2018-11-21Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 3863ba1ce0d94d816842f127d6198c2e225facfd Merge "Release notes - Known Issues" Release notes - Known Issues Release notes - Known Issues ------------------------------------------------------------- Change-Id: I0c341fac23f1644b345301d6b4a7a02995818347 Issue-ID: POLICY-1162 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-11-21Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 1f7c861c65aa8689f11196581b8ca5e79d7e4e26 Refactor Apex benchmark tests Apex performance tests are refactored and reorganised to be all in the one place and to be coherent. A test REST server that can generate events in batches is introduced and this can be configured to respond to REST calls from Apex with various batch sizes that can be varied for performance tests. Actual performance tests are added for the various executors in Apex. Change-Id: I692b41e1e4451e821a618c64dead5cc8e9685d08 Issue-ID: POLICY-812 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-11-21Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 8eeb5660ed71a76aa0dacbed3ee0ef0939c2c442 AAF documentation Change-Id: I3cab80a2305578625f550ed591135f19227a3afb Issue-ID: POLICY-1259 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com> (cherry picked from commit 367c1e79e700c30e3cfaf4dece64d3b6847bb3c2)
2018-11-20Updated git submodulesParshad Patel1-0/+0
Project: policy/apex-pdp master e8b197315437cac84872752e2ea090d8fb233941 Rename test classes in apex-pdp Make test classes name consistence under auth, model, plugins, testsuits, tools projects Issue-ID: POLICY-1263 Change-Id: I49ec9a9f5b457d6381e693de2c04ec0268ad1b02 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-11-20Updated git submodulesSaryu Shah1-0/+0
Project: policy/engine master 310794d7ea1d3ed73b5a0fbf11371fdf7af678c7 Updated policy release notes Updated policy release notes ------------------------------------------------------------- Change-Id: I234df901f4b527d79ccb79379c35833711f65097 Issue-ID: POLICY-1162 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-11-19Updated git submodulesSaryu Shah1-0/+0
Project: policy/engine master 23f33a3bdc041466473558b5ccbbc746efc3d630 Release Notes Casablanca Release Notes Casablanca ------------------------------------------------------------- Issue-ID: POLICY-1162 Change-Id: I951f118af5e28a7101c370c992a2c10dbdf32af4 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-11-19Updated git submodulesParshad Patel1-0/+0
Project: policy/apex-pdp master 62475a30ef2d425fe04df35ef2dac53c7ab5306a Rename test classes in apex-pdp Make test classes name consistence by putting 'Test' at end Issue-ID: POLICY-1263 Change-Id: I0179388d84826e698276a1995dd8173a40b5fd2b Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-11-16Updated git submodulesJim Hahn1-0/+0
Project: policy/engine master 28238bc0c12a10239564cd1d58fd07345fe1cde4 Don't run test until ws.start() completes Allocate server port via port=0 method. Replace tabs with spaces. Use logback-test to log test output only to stdout. Only wait for latch a finite amount of time. Update license date in new logback-test. Tabs => spaces in logback-test. More tabs => spaces in logback-test. Remove extra attributes from logback-test "configuration" element. Change-Id: I5608a4736c0b08d86a0687034eac6a65e3e77972 Issue-ID: POLICY-1092 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-11-16Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master da727fa247fd97a9dc5cbf010210a6dbc307bba9 Fix timing and move tests The timings on the REST test are too short and time out on ONAP Jenkins The tests of the Apex service and Apex model upgrade are not benchmark tests so are moved to Integration. Issue-ID: POLICY-1251 Change-Id: I2672d01042b33fe0cce5223005295e3b1aa26e7a Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-11-15Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 96b3da652c35313d9c18b689f5606d8d7f153fe3 Fix checkstyle warnings in AxState/Codegen Recent checkins introduced some very minor checkstyle warnings, this review fixes those. Change-Id: Ie7784ad22a748017e1647be0e23dc9d3fe100cf0 Issue-ID: POLICY-1251 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-11-15Updated git submodulesJorge Hernandez1-0/+0
Project: policy/apex-pdp master b8398930512273f8bddae59134868be52d3a76a9 Merge "Use param obj for contxt album decln" Use param obj for contxt album decln Modify code generator cli editor to use param object for the sonar issue fix Issue-ID: POLICY-1251 Change-Id: I3efbdbe2ce7c16702508b9f1f36ecbb9b1e12856 Signed-off-by: kris.jinka <kris.jinka@samsung.com>
2018-11-15Updated git submodulesJorge Hernandez1-0/+0
Project: policy/apex-pdp master 383a478c451300196db8fbcdac2ca1f1ff021913 Merge "Refactored Asynchronous tests to integration" Refactored Asynchronous tests to integration Moved the tests of asynchronous and synchronous inputs and outputs for Apex from benchmark tests to integration tests which is where they should be. Also the tests were amended to use the common integration test data. Change-Id: Id2d098b0a7d70c50dbb4547b0386cc7bcf6245a9 Issue-ID: POLICY-954 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-11-15Updated git submodulesJoshua Reich1-0/+0
Project: policy/engine master 071d1df9334aaf14b8e0d7cfbf0a2e9586f793fa Added flow diagram to clc documentation. Issue-ID: POLICY-1246 Change-Id: Iacc314242e47650087bfbcc6208b2ed92bb0e603 Signed-off-by: Joshua Reich <jreich@research.att.com>
2018-11-14Updated git submoduleskris.jinka1-0/+0
Project: policy/apex-pdp master 59f9596e12ae31d74653d77fadd6b5cebfc71273 Use param obj for policymodel AxState Define AxStateParams object for parameters input Fix sonar issue about more than 7 parameters in method Modify the builder approach as suggested in review Issue-ID: POLICY-1251 Change-Id: Ic11b8cc2a4aed5394c5450fed4f0702c4ad9eda4 Signed-off-by: kris.jinka <kris.jinka@samsung.com>
2018-11-14Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 39ddb18d9ff6879530e8711671c17a749984bdd6 Exclude itext due to license Per Portal team, we can safely exclude this dependency that has license issues. Issue-ID: POLICY-1230 Change-Id: I957ad9cfea94227d7403bfb61a45d048393944e6 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> (cherry picked from commit 08d9b84f4643af38833ebd1315665648f6f1f82d)
2018-11-12Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 32497610bd7bc721bb73f0d753fc1426bba677e2 Clean up eclipse and document warnings Parent versions in some POMs only called on the test profile were incorrect Warnings in Eclipse on POM including from outside its project are fixed Some checkstyle fixes Some javadoc warnings fixed Issue-ID: POLICY-954 Change-Id: I640bc842dc79a9fa580015abb9a76c84a7845efe Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-11-11Updated git submodulesJoshua Reich1-0/+0
Project: policy/engine master 22aab7b10a99bb35de71dfa20208d9a8340686d8 initial documentation for the CLC Issue-ID: POLICY-1246 Change-Id: I57b9b72a5e6a99e2c850c8e096cfc02598158628 Signed-off-by: Joshua Reich <jreich@research.att.com>
2018-11-08Updated git submodulesMichael Mokry1-0/+0
Project: policy/engine master edfdf57a195259f32025a28acab05d73d00fdd83 Documentation updates for PDP/PAP Testing/Debug Modified rst documents with a couple minor updates for healthcheck and logging info Made various changes from Jorge's comments and added a section for BRMSGW Change-Id: Id1dc6001700d5d84ec899810645a8ca22bec2a04 Issue-ID: POLICY-1168 Signed-off-by: Michael Mokry <michael.mokry@att.com>
2018-11-08Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master b812d8673c0fc3c524165de933bcaf621f84a7c5 Merge "Fix R3 model for OOF Policy Optimization" Fix R3 model for OOF Policy Optimization Models with duplicate keys(directives) cannot use dataOrderInfo, it's a limitation so update the data from the record which is generated after use GUI to load the model first. Change-Id: Ie01872858e3ed8728ada90ba3205075b41a74703 Issue-ID: POLICY-1236 Signed-off-by: liboNet <libo.zhu@intel.com>
2018-11-08Updated git submodulesSaryu Shah1-0/+0
Project: policy/engine master e4bdf4bdd1b88ff145c1b018f13b248dc5b74fb5 Updated index file for PDP-D Features. Updated index file for PDP-D Features. ------------------------------------------------------------- Change-Id: I310a6092ab7d760219e147d0a13d97b3c0e601fa Issue-ID: POLICY-1169 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-11-07Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 6de77ecc35e8c5333be8d35f0f46ca5679ad8127 Merge "Remove exclusion of dme" Remove exclusion of dme Since upgrading to dmaap 1.1.9, the exclusion is no longer needed. This exclusion may have been the culprit to POLICY-698's problem. Thus, removing the added dependency that was put in to resolve it. This should now clear all the javax.jms inclusions which have license issues. Issue-ID: POLICY-1229 Change-Id: Iba5e9db9576a8a8ca685e2ddfb46369ff6118cf0 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-07Updated git submodulesMichael Mokry1-0/+0
Project: policy/engine master c711715096ffc158fc8baa48fc90b147faf7f4c4 Fix issue with rendering 'identity' key in GUI Modified the java code to check dataOrderInfo format when getting data from model stored in the db table. Modified js code to check for type string when replacing 'equal-sign' with '=' in enum value list Change-Id: Iac804bc59da756f03073266703a684382d4afaff Issue-ID: POLICY-1243 Signed-off-by: Michael Mokry <michael.mokry@att.com> (cherry picked from commit 32d9ca08e62acee4239a2b02464bc332bebbaf32)
2018-11-07Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 53d8916cc60d97e2ce7ae345f8cc25f5602567da Refactor unit test data There were many copies of test policies and examples strewn through the Apex unit tests. This change cleans up the unit tests so that a single version of all example policies is used in all tests. Also added a new relative file root command line parameter to Apex to allow the root of relative paths in configuration files to be set. Apologies for the size of this review but unfortunately all of this must be done in one shot. Issue-ID: POLICY-1252 Change-Id: Ibbb18fbf18e3897a1c61301d0a65e62bc643a0e9 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-11-07Updated git submodulesMichael Mokry1-0/+0
Project: policy/engine master a85a1546bb718a7643b4dc92622cedb827082f02 Removed Objective From keyword check in parser Modified the Model parser code to allow "objective" as a field name in yaml. Change-Id: Ia3667ebc84a0bbdbbb3723bdcf0237a8f35313ee Issue-ID: POLICY-1244 Signed-off-by: Michael Mokry <michael.mokry@att.com> (cherry picked from commit 51842453b199a7c3a6785f4ab047612d50eab3b9)
2018-11-06Updated git submodulesLiam Fallon1-0/+0
Project: policy/engine master 677d872505a8b74a175023ff199b123ff2147dc8 Merge "Bypass Portal Cookbook recipes" Bypass Portal Cookbook recipes Change-Id: I3c975859518a4623def71edc0975f6bc5121362e Issue-ID: POLICY-1218 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2018-11-06Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master fe8b9e72cafa4acf31db4239593a74a5ccf89a4a Update dmaap 1.1.9 changes Upgrading policy/parent to v1.1.9 requires these code changes to occur. Issue-ID: POLICY-1229 Change-Id: I16f4bbd9ba2d46cdc3b94feba1f2e7f20d837dad Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-06Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 469a5fa29003f87900e4de2c34a0b95e50f0a5c1 Merge "Update policy cookbook documentation" Update policy cookbook documentation Change-Id: I86f99dfec5d8b402505dd5922c985e6b9e93ceb9 Issue-ID: POLICY-1167 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2018-11-06Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master e315a174c2b6774a1220dfa1fe3ef8673e5597a2 Update policy on oom documentation Change-Id: I35591855f30312ab32b9ba820b67b6bea7c93876 Issue-ID: POLICY-1170 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2018-11-05Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master aae169a565db2c049358f152900fcf8cf5bb9e17 Merge "Add section for CLC" Add section for CLC Add the area for documentation for Control Loop Coordination. Issue-ID: POLICY-1246 Change-Id: I3348159f90e95f57f3128fa39a35ff108d308c0c Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-02Updated git submodulesMichael Mokry1-0/+0
Project: policy/engine master 76088485005347db7495a735fffa650ddd479c50 Modified to make AAF configurable in policy/engine Added property to enable or disable AAF Added logic to the code to check the property and use old authentication logic to authenticate the user rather than AAF if disabled. Fixed license issue Modified cadi_truststore_password value to use proper variable Added comment to local development enviroment properties file Modified test resources to fix Junit failures Change-Id: I962895154716092c9cc0bc6c48f6419f3b5900fe Issue-ID: POLICY-1217 Signed-off-by: Michael Mokry <michael.mokry@att.com> (cherry picked from commit 6accdc2ae0340ed84a59c739bd345ced2ff323c5)
2018-11-02Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 45f5559fd72ea7cc0ed9932ee617ac19d8569769 Merge "Upgrade xacml 1.0.2" Upgrade xacml 1.0.2 This version of xacml only has license changes to the java source files. This will clear ONAP license issues. Issue-ID: POLICY-1228 Change-Id: I7496fc54e44a51f89e438adaa1ab70a1c23aa06d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-02Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master ba9fd92cf30683a01c2591d883314363998ba317 Merge "Update installation documentation" Update installation documentation Update for the repos that are for the release. Issue-ID: POLICY-1164 Change-Id: I80177628d19eef8a0d89a5f7c9e2e19ff1b699f9 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-11-01Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 9dc414a0cabc9074e87a7c9cd5c3e5ceee733e5a Upgrade Jython for security, add doc warning Upgrading Jython to use a full release version. This will probably noit remove security problem but upgrades Jython to the most popular version. A warning is added telling developers to check extra pcakages in the Jython plugin documentation. Issue-ID: POLICY-1065 Change-Id: I83275204c1905bd48dd5ea58e98dcbbd9c47195f Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-11-01Updated git submodulesliamfallon1-0/+0
Project: policy/engine master 4929b5edc2c3b204fa63429c879a6cf50ad76b8c Set new master version for Dublin Issue-ID: POLICY-1232 Change-Id: I81e2b700debd4acca52f8ed9bbf8b54d75ceca83 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-10-31Updated git submodulesliamfallon1-0/+0
Project: policy/apex-pdp master 3aa7cbec7f96dba5503757482bb604921116b6c1 Set new master version for Dublin Issue-ID: POLICY-1232 Change-Id: If43c40e9e13bd9387e2b6ee876717f8413a17e34 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
2018-10-30Updated git submodulesJorge Hernandez1-0/+0
Project: policy/engine master 4a74141f145c74d4d26a191ea30d34d331feb70e Merge "Support R3 model for OOF Policy Optimization" Support R3 model for OOF Policy Optimization I added an INSERT to the sql upgrade file for model 1.0 and delete for downgrade Change-Id: I56a0045a75fef2c2cafe6c32ab87f2c9e1c0aa5e Issue-ID: POLICY-1226 Signed-off-by: liboNet <libo.zhu@intel.com>
2018-10-30Updated git submodulesJim Hahn1-0/+0
Project: policy/engine master 205eaacc4db3e853520cc49e0f62dba407f9a2ae Remove openecomp repo from engine pom Change-Id: I5651c65d06ceacc663b985315755d6cb93cd6666 Issue-ID: POLICY-1231 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-10-26Updated git submodulesJim Hahn1-0/+0
Project: policy/engine master 01a357b4e27480844686eb83ef81809a28056e41 Fix random failures in ManualClientEndTest Don't know if this is the cause of the intermittent failures, but it could be, and it is certainly a bug: the classes manipulate data, that isn't marked volatile, from more than one thread at a time. Updated licenses. Change-Id: Ifca84cf8f915ec703a9ce8980db2475dacf97980 Issue-ID: POLICY-1092 Signed-off-by: Jim Hahn <jrh3@att.com>
2018-10-26Updated git submodulesSaryu Shah1-0/+0
Project: policy/engine master 7f961c34cd224b9d38f3549e3660b25a8aafd799 API Doc: Add examples API Doc: Add examples ------------------------------------------------------------- Change-Id: Ia219b06cdb05ef67c40c8920ea05087a0bf249d8 Issue-ID: POLICY-1219 Signed-off-by: Saryu Shah <ss3917@att.com>
2018-10-25Updated git submodulesmmis1-0/+0
Project: policy/engine master b9be194407acabc87d7e71b58430fbdd7ec4966e Upgraded Tomcat version to 8.5.34 Upgraded Tomcat to resolve security vulnerability http://mail-archives.us.apache.org/mod_mbox/www-announce/201810.mbox/<4cf697b0-db03-9eab-f2aa-54c2026d0e88@apache.org> Issue-ID: POLICY-1212 Change-Id: I05f09e3fb862ad485dee519a0014e51a0c8d9ac3 Signed-off-by: mmis <michael.morris@ericsson.com>
2018-10-25Updated git submodulesramverma1-0/+0
Project: policy/engine master d7630c4c59a2d5947d942684bbe4ce8741a8fa7b Fix refering to snapshot in policy/engine Issue-ID: POLICY-1213 Change-Id: I6666585a176b9e981976777018e4b7616e47ffc7 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-10-25Updated git submodulesramverma1-0/+0
Project: policy/apex-pdp master 79e5edea6fdbbab122e280f95cd3f2dbfc431e8b Fix refering to snapshot in policy/apex-pdp Issue-ID: POLICY-1213 Change-Id: I9187462aa470cff6ca7adc750c8a666bf8e15429 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
2018-10-24Updated git submodulesPamela Dragosh1-0/+0
Project: policy/engine master 718a13e4e135f87975260eda329699cd242077db Remove commons-upload Still a couple more places to remove it due to security violations. Unused dependency. Issue-ID: POLICY-1214 Change-Id: Ie9a4755fa912a863be58f6ddec104702e68287d4 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-10-23Updated git submodulesMichael Mokry1-0/+0
Project: policy/engine master 521e7bfeaedd68e71f22028511a3f4908cd5a606 Resolve security issues with postgresql Removed the unused dependency Change-Id: Iad55fc46a2912a297dd2ae0300fe99489c07d123 Issue-ID: POLICY-1215 Signed-off-by: Michael Mokry <michael.mokry@att.com>