Age | Commit message (Collapse) | Author | Files | Lines |
|
Several changes are including in this patch:
- certInitializer support (POLICY-2615, REQ-361)
- renamed policy objects to start with "policy-"
prefix (POLICY-1000)
- add resources section to components that did not
have or had it incorrectly set up rendering null
(POLICY-2502)
- Removal of legacy policy-engine components (POLICY-2743)
- Miscellaneous refactoring of charts (POLICY-2745)
- update pdp legacy reference to policy-xacml-pdp from
pdp (legacy)
Issue-ID: POLICY-2615
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I8b6984a663bbb14d331a366ec02b6dd38755cde7
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
|
|
Issue-ID: OOM-2462
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: Ieda79c0c1109823bef82b714dc7b97b3a84a31c2
|
|
This patch remove hardcoded healthcheck credentials and trustStorePassword
from policy-apex-pdp.
Issue-ID: OOM-2342
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
Change-Id: Ie8800830919479b87d7a71dfafe934bb95839ede
|
|
ONAP is too big to be deployed using helm install so we need to
use a custom helm plugin helm deploy. This script deloys onap
component by component instead of deploying evrything at
once. Unfortunately this script also modifies the helm release by
appending component name to it.
As a result of this behavior our objects are called for example:
onap-mariadb-galera-mariadb-galera-0
instead of just being called onap-mariadb-galera-0.
This patch simplifies this naming convention by replacing all direct
usages of .Release.Name with common.release macro which strips the
component specific part from the release name.
Issue-ID: OOM-2275
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
|
|
Change-Id: Ic73ad605ac3aca689221afed258eb3673398e425
Issue-ID: POLICY-2308
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
|
|
Issue-ID: POLICY-2064
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I5d9c6b8ea7e13b43b900f07d394b0bc5fb4b0c9f
|
|
Issue-ID: POLICY-1953
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I8172897520bd970d447d66e8d7d4734508d1ece7
|
|
Adding configuration files and changes to support onap policy framework
PDP-A.
Change-Id: I4ccbb172185f7abbf6392f790de9411e45697100
Issue-ID: POLICY-1632
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
|
|
Issue-ID: OOM-1145
Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
|
|
/home/apexuser/config/config.json was being created as a directory rather
than a file
Also updated parameter class names in config file to match new names of
the classes
Issue-ID: POLICY-1124
Change-Id: I19a683bd722ba3767400f95e2a112cacf1dbe7cb
Signed-off-by: mmis <michael.morris@ericsson.com>
|
|
Issue-ID: OOM-1158
Change-Id: I862d88df1ffddaf2f1cfd2b37c44f24118984f3b
Signed-off-by: vaibhavjayas <vaibhav.jayas@amdocs.com>
|
|
Adding helm chart to deploy the newly created apex-pdp docker image
Issue-ID: POLICY-866
Change-Id: I20d488880ff5198624796f3d3d67431305d374e2
Signed-off-by: mmis <michael.morris@ericsson.com>
|