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
|
|
Add ingress configuration file for so-monitoring component.
Ingress configuration can be changed in onap-all.yaml
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: I122e52fc1ed9db78bb0249715e8cd25a9d6318a3
Issue-ID: OOM-1508
|
|
If there are other inter-pod dependencies that should be
managed, please comment to let me know so they can be added.
Also addressed the missing globals section in the pods values.yaml
files and incorrect pull policy management to make them follow
the standard conventions
Change-Id: I3625f8452d90182391e1ff4af5fddfe9d0948a32
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: OOM-1472
|
|
This change is pertinent to jira issue so-1111
Catalogdb pod fails to start error Updated catalogdb override files.
updated so monitoring related files.
Change-Id: I0f68bec89557f400f69cf7684155d0795bc4b939
Issue-ID: SO-1111
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
|
|
Change-Id: I3ea5e790d05352106d28868359d556207ddbb8c5
Issue-ID: OOM-1464
Signed-off-by: Gareth Roper <gareth.roper@ericsson.com>
|
|
This subtask's aim is to create the Helm Charts for
SO-Monitoring and then adding these charts to the SO's subcharts.
Change-Id: Icb58c9ce4432c6571e656a0ca00079b1f7694ad2
Issue-ID: SO-1054
Signed-off-by: rope252 <gareth.roper@ericsson.com>
|