Age | Commit message (Collapse) | Author | Files | Lines |
|
This reverts commit befaa5500924f9ebda0b4bf65d8d6ab5a9f0745a.
Reason for revert: Breaks the AAI HC
Change-Id: Ie401f7bdc7408ce1171bc055a3e46cb610bd52c0
|
|
This commit add STDOUT appender to root level logging.
Additionally, it approximates the logback.xml file to
ONAP Application Logging Specification v1.2
Issue-ID: OOM-2514
Signed-off-by: Dominik Mizyn <d.mizyn@partner.samsung.com>
Change-Id: Iee075bb1400fd2ab2afbc39bf87e93f269ebaf84
|
|
|
|
Readiness 3.x is a new version, not using root user and using stable
Kubernetes API.
The upgrade is not doable by just changing version as script path has
moved.
Therefore, we must upgrade everything in one shot.
As AAI is not in the same repo, it's not doable for this component.
We then change variables only for AAI so we can continue to use older
images. We'll move AAI just after the rest has been upgraded.
Issue-ID: OOM-2545
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I5afa83892043f4844afe12e61724a8d368a9f2e0
|
|
Issue-ID: AAI-3017
Change-Id: If46a1bfafbd2edb73cd7d3832468c06fac855911
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
|
|
Issue-ID: OOM-2445
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I68624a283b9f3e0cb3f300defefd1ff0130a0b9c
|
|
Issue-ID: AAI-2593
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I73260f6a79804d46aac696eff7ff0d985093d303
|
|
Issue-ID: AAI-2883
Issue-ID: AAI-2593
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I0dd8217c2fee8596e663d65206f92bc5446f02ea
|
|
Issue-ID: AAI-2838
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Id996c09778a2209ed938cca4b64876e6221210d3
|
|
Issue-ID: AAI-2580
Change-Id: Icd5f1a1b025defcc747cafa97bd65fd764392be6
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
Use 6.0.0 in preparation for Frankfurt release
Issue-ID: OOM-2320
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I7280bb53c67230afd10483ac4a9b0508e47fb06b
|
|
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: I450057f5b4a10842f09665ecccc58e4ed727cd89
|
|
Issue-ID: AAI-2763
Change-Id: Ie005febc51040e1dd7fffb104171ee1ee2ccdd98
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
|
|
Issue-ID: AAI-2607
Change-Id: Ia49109e37af5092a5394d69a69dd9ad0fb14e2d7
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ib9939e7f84b933210c3fb3807235c1493b7197bc
|
|
Issue-ID: AAI-2578
Change-Id: Icd2573342ad971a1ba1d583690dc2dae65e02b0c
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
|
|
Issue-ID: AAI-2558
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I06b4049b2e5c0bae734b4619abd6298a99ae2a11
|