aboutsummaryrefslogtreecommitdiffstats
path: root/config/pe/base.conf
AgeCommit message (Collapse)AuthorFilesLines
2020-05-06remove outdated docker compose filesTaka Cho1-42/+0
preferable using docker-compose under csit repo for policy in order to bring up local env Issue-ID: POLICY-2541 Change-Id: I2e9a7e7e1cac5642228bd048def857879e580e71 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-01-28Update the java path to openjdk 11Bilal A1-1/+1
Issue-ID: POLICY-2325 Signed-off-by: Bilal A <bilal@research.att.com> Change-Id: I6d170616e9e0b9ff0342ef5dba6816207cb73b2e
2019-04-29No fetching applications loadjhh1-1/+1
drools-pdp in docker when it sees this configuration files, it will try to execute them. Since the alpine common image has an immutable BUILD_VERSION that does not refer to the actual drools build, it will not find it. Two solutions: (a) update the scripts to look for the newly added BUILD_VERSION_DROOLS to counter the presence of that variable, or (b) remove them altogether since the control loop application being the only one that is used will have the control loop applications image cooked. Change-Id: Ie8adb4b50565601b09e1100578458e3071ee6e54 Issue-ID: POLICY-1712 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2019-04-26Use policy-pdpd-cl image for droolsjhh1-2/+2
Change-Id: I233d2da28fea73bd594ee25cba8cd5740aa9236a Issue-ID: POLICY-1664 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2019-03-07Companion changes to Alpine moveJorge Hernandez1-1/+1
Change-Id: I4b237c91b0c7e24804bc7f28af24e1600e2333f6 Issue-ID: POLICY-1551 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
2018-09-24CADI AAF changes for policy/dockerMichael Mokry1-0/+3
Added variables for cadi properties Changed property values based on comments and removed resource property Change-Id: I5d7ea2383e306c251f129625b9e9a671c2704ed5 Issue-ID: POLICY-913 Signed-off-by: Michael Mokry <mm117s@att.com>
2018-08-16default install passwords for Policy keystoresJorge Hernandez1-0/+1
Change-Id: I5402135e561477522aa23ec0551bcd24dad60120 Issue-ID: POLICY-1057 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-05-07fix PE DB transaction lock timeouts.Jorge Hernandez1-2/+2
I hope this fixes all DB related issues that are being seen by integration teams. The failOver jdbc parameters + perhaps some changes in underlying code and persistence libraries may have been causing the PAP to become useless. A thread dump shows that a significant number of threads were in timed-wait state, waiting on a lock trying to acquire a connection. In SB07, the system became useless in terms wouldn't accept any transaction. These changes to the PE provided jdbc parameters seems to be behaving in the expected way, and the expectation is that fixes the problems (behavior is good in own OOM lab). It is thought that this may perhaps solve POLICY-773, POLICY-775, POLICY-779, and perhaps POLICY-776. Change-Id: Ib2319b68b5a503f61c2cb04998c549b7b97f9f31 Issue-ID: POLICY-777 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-04-16Add missing license headersPamela Dragosh1-0/+13
I know some of these files should be removed, but let's do that in a different JIRa. Issue-ID: POLICY-741 Change-Id: Id974ff1bcfa9d34d8828e644dce337d8cdc056eb Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-03-27change logging location default for PEJorge Hernandez1-1/+1
Change-Id: I21e71cd635b32186a507f9ba9e40fc85aa413339 Issue-ID: POLICY-533 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-03-08Change default log location per logging guidelinesJorge Hernandez1-1/+1
Change-Id: Idada49011808038a195ef2c499688d0e88b301cd Issue-ID: POLICY-554 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-03-08configuration option for log locationJorge Hernandez1-0/+1
Change-Id: I083c09054916655bdbaeb50414b76f821fcd579a Issue-ID: POLICY-554 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-01-30Change keystore paswordsTemoc Rodriguez1-2/+2
Changed the keystore password on both drools and pe keystores to match the changed default given in base.conf file. Issue-ID: POLICY-520 Change-Id: Id052815f8bd84e866042eb93a1d2901d279d5115 Signed-off-by: Temoc Rodriguez <cr056n@att.com>
2017-07-31[POLICY-86] replace openecomp for policy-dockerGuo Ruijing1-2/+2
Change-Id: I4db534a29c73a3cb2d70655ee54c856b83655fb2 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-06-16[Policy-24] Updated the Database Propertiesrb71471-2/+2
Change-Id: Ifa47c65985411356ef45ce1f79525abd5d014812 Signed-off-by: rb7147 <rb7147@att.com>
2017-05-12Policy Docker pe fixesITSERVICES\rb71471-2/+0
Change-Id: I6681372eb54b79361311d294512bbf8ac8eb33e7 Signed-off-by: ITSERVICES\rb7147 <rb7147@att.com>
2017-05-09Policy 1707 Docker script changesITSERVICES\rb71471-0/+6
Change-Id: I765e2badf48d4f7554de2a6ea037289e3f76e512 Signed-off-by: ITSERVICES\rb7147 <rb7147@att.com>
2017-02-14Initial OpenECOMP policy/docker commitPamela Dragosh1-0/+20
Change-Id: Ib37c3693614ee21a78f838e63eb40319cc85bdc6 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>