Age | Commit message (Collapse) | Author | Files | Lines |
|
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-2045
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Idb074c7d4239be1c225f9e89f6672288fd658227
|
|
Issue-ID: POLICY-1953
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I8172897520bd970d447d66e8d7d4734508d1ece7
|
|
Updating all helm chart versions to 5.0.0 for the El Alto release.
Merge will be co-ordinated with the merge of a separate aai/oom patch.
Please do not merge until this coordination has completed.
Issue-ID: OOM-1980
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I31daaebeacea33565f13affd2fa28fb15fe948ba
|
|
Change-Id: I1d781ad6d0177d6a103986b10f39e36453516e9f
Issue-ID: POLICY-1756
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
|
|
1) Changing policy PAP & API components to start in https mode by
default.
2) Changing supportedPolicyTypes for apex to fix the ineterference between
apex & drools for legacy operational policies.
3) Changing the replicaCount of xacml to 3 so that we have enough
instances of it running to support controlloop, monitoring &
optimization PdpGroups.
Change-Id: I5271878db4c4adebc418ef63ecb09880c02082ff
Issue-ID: POLICY-1693
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
|
|
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>
|
|
Change-Id: Ib23ca0502c5d33e14509a501b5dd9b9577cfd4b8
Issue-ID: POLICY-1520
Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
|
|
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release.
In addition the requirement.yaml files have been updated to allow for
chart versions that include timestamp suffix. A following on patch will
take care of changes to the OOM Makefiles to support injection of the
timestamp versions.
Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb
Issue-ID: OOM-1642
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Added SSH client properties to Apex configuration in OOM.
Issue-ID: POLICY-1222
Change-Id: If43369c44de17b590899ad0e1c0966495c55fa26
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Released for RC2
Change-Id: I04f6873a6810f17f3bbabb310dfd4102068f684b
Issue-ID: POLICY-1229
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
Sync docker tags with the release manifest from integration
repo commit 73e35266be6609f1eb59d2de3bf819ebd3cb4a79.
Change-Id: I8e79691e9d4cf27cc20082bd2dfbf6ee3bc7eef3
Issue-ID: INT-663
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Sync docker tags with the release manifest. It is
assumed that the release manifest is the
"single source of truth" and that the versions in
the helm charts are out of date.
Change-Id: I2902e60b25f57409dd616780a626e63c92d26769
Issue-ID: INT-663
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Issue-ID: OOM-1145
Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
Adds the ability to turn them off if they are found to
cause issues
also cleaning up some whitespace
Issue-ID: OOM-1145
Change-Id: Idf0ee21f70e1bf65813b7f51ea028f2783a01cf8
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|
|
All Chart versions and requirement dependencies have been updated to 3.0 for Casablanca release.
Change-Id: Iea57e5da09ea8a8bac0a415b9a6196151cbea10b
Issue-ID: OOM-1354
Signed-off-by: Mike Elliott <mike.elliott@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>
|