summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-08-26Merge "AAI-2958 Fix data-router in crash loopback state when there is no ↵William Reehil1-3/+3
internet access"
2020-08-25Merge "Prepare upgrade to readiness containers v3.0.1"William Reehil17-23/+20
2020-08-25AAI-2958 Fix data-router in crash loopback state when there is no internet ↵Prudence Au1-3/+3
access The problem is due to the fact in the data-router-oxm.xml file was referencing spring-context-4.2.xsd but it's not part of the spring-context-<xxx>.jar. Therefore, it needs to reach out to the internet to download the internet. And in spring 5, it started to use versionless spring-context.xsd and it's part of spring-context-5.1.13.jar (which is packaged in data-router 1.6.2). The fix is to update data-router-oxm.xml to use the versionless spring-context.xsd (and it's only accessible via https). Change-Id: Icf62978b73ae097fc3bcbaf3e96a8f63706dc4fc Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: AAI-2958
2020-08-25Prepare upgrade to readiness containers v3.0.1Sylvain Desbureaux17-23/+20
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
2020-08-21Update schema service to support v20Harish Venkata Kajur6-189/+250
Issue-ID: AAI-3017 Change-Id: If46a1bfafbd2edb73cd7d3832468c06fac855911 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-08-12[AAI] Make AAI compatible with Kubernetes v1.17Grzegorz-Lis11-11/+17
Issue-ID: OOM-2445 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I68624a283b9f3e0cb3f300defefd1ff0130a0b9c
2020-07-15Ensure Non-root user is running all processeswr148d2-3/+1
Issue-ID: AAI-2822 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I7bb2900fb3521a43f883bf442aec3ff349493b03
2020-06-16Add support for PNF resourcesLukasz Muszkieta1-0/+12
Issue-ID: AAI-2853 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com> Change-Id: I43a44ed1b34d486a5329595abd66e34b4086a8fe
2020-05-12Merge "Change to released 1.6.9 schema-service"James Forsyth1-1/+1
2020-05-12Merge "Change ingress base hostname"James Forsyth1-1/+1
2020-05-07Change ingress base hostnameLucjan Bryndza1-1/+1
Issue-ID: OOM-2391 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: Ib70de55ed1cad9b2b616e80d844ffd2fc5814919 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2020-05-06Change to released 1.6.9 schema-serviceForsyth, James (jf2512)1-1/+1
Issue-ID: AAI-2593 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I73260f6a79804d46aac696eff7ff0d985093d303
2020-05-06[AAI] Fix Ingress configurationSylvain Desbureaux2-2/+2
Set SSL to redirect when backend uses HTTPS. Issue-ID: OOM-2171 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Id9e7cf211f5c180ee5901463a63535892b221d84
2020-04-27Merge "Use released 1.6.8 container"James Forsyth1-1/+1
2020-04-24Use released 1.6.8 containerJimmy Forsyth1-1/+1
Issue-ID: AAI-2883 Issue-ID: AAI-2593 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I0dd8217c2fee8596e663d65206f92bc5446f02ea
2020-04-20Merge "Update sparky-be cert"Venkata Harish Kajur2-1/+1
2020-04-15Update sparky-be certJimmy Forsyth2-1/+1
Issue-ID: AAI-2869 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I716009d91897f89c6249aa34acef6a5d8d02007b
2020-04-14Merge "Use released schema-service 1.6.7 container"Morgan Richomme1-1/+1
2020-04-10Use released schema-service 1.6.7 containerJimmy Forsyth1-1/+1
Issue-ID: AAI-2838 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Id996c09778a2209ed938cca4b64876e6221210d3
2020-04-07Set model-loader release 1.6.2Forsyth, James (jf2512)1-1/+1
Issue-ID: AAI-2580 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com> Change-Id: Ic4f6adfc052cd2a006ddfb3ee53d2c9dc98e5cae
2020-04-06Update charts with release imagesJimmy Forsyth7-8/+8
Issue-ID: AAI-2580 Change-Id: Icd5f1a1b025defcc747cafa97bd65fd764392be6 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-04-02Merge "Removed the PNF mappings from AAI-Babel cfg"James Forsyth1-13/+0
2020-04-02Removed the PNF mappings from AAI-Babel cfgdeen19851-13/+0
It comes out, that when these mappings are filled in aai-babel tosca-mappings, the Service model distribution breaks. We will need a permanent fix in Guilin release, for now, let`s remove that mapping. Change-Id: I714979d6e032a09d74ad658d82b304c7165adb96 Signed-off-by: deen1985 <damian.nowak@nokia.com> Issue-ID: AAI-2845
2020-04-02Bump chart versionSylvain Desbureaux13-24/+24
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
2020-04-01Merge "Setup data router to trust ONAP root cert"Venkata Harish Kajur1-0/+0
2020-04-01Corrected the Model Invariant UUI for PNF (remove o)deen19851-1/+1
Signed-off-by: deen1985 <damian.nowak@nokia.com> Change-Id: I707941be062ffd817570140d390b5c14506e5e1a Signed-off-by: deen1985 <damian.nowak@nokia.com> Issue-ID: AAI-2845
2020-04-01Setup data router to trust ONAP root certJimmy Forsyth1-0/+0
Issue-ID: AAI-2766 Change-Id: I44d0be5e4009e5c712c098a95e4f2fc58c497ae9 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-03-31Update dmaap certJimmy Forsyth1-0/+0
Issue-ID: AAI-2766 Change-Id: Ic87dee2d8d140ab8e58b86ed54a84ad8d690dbb3 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-03-31Merge "Update AAI certs to expiry 27 Mar 2021"James Forsyth2-53/+57
2020-03-30Update AAI certs to expiry 27 Mar 2021Jimmy Forsyth2-53/+57
Issue-ID: AAI-2821 Change-Id: I385598c62ee0f964e2c277a8b192b5bf7b50f1d1 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-03-27Add PNF to tosca mappingsForsyth, James (jf2512)1-0/+13
Issue-ID: AAI-2845 Change-Id: Iaf2474b38ea1b5a47d5dad7154fef0d0fd4beb68 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-03-26Merge "[AAI-2765]-Sparky cannot communicate with search-data-service ↵James Forsyth2-0/+0
(certificate issue)"
2020-03-26[AAI-2765]-Sparky cannot communicate with search-data-service (certificate ↵rajeevme2-0/+0
issue) Issue-ID: AAI-2765 Change-Id: I06b024d7a9a30de13e5adb2b087a83414bd1a64e Signed-off-by: rajeevme<rajeev.mehta@amdocs.com> Change-Id: I0ac22f77c445747303961fb35266194d697046df
2020-03-25Replace expiring AAF certJimmy Forsyth6-58/+60
Issue-ID: AAI-2842 Change-Id: I9c55ea4c472692bf3c335f277ff78834831c842b Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-03-10Use release resources:1.6.6Jimmy Forsyth1-1/+1
Issue-ID: AAI-2831 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I7f561576db28439572ea95131efe12f1f3e953c7
2020-03-05Merge "Update logback.xml"Venkata Harish Kajur1-261/+336
2020-03-05Update logback.xmljimmy1-261/+336
Issue-ID: AAI-2824 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I9034b283a2cd47770a30db9e1eecf3ef5ad58d47
2020-03-04Fix the graphadmin logback issueHarish Venkata Kajur3-240/+588
Issue-ID: AAI-2751 Change-Id: Icce232aab798c2c1d2a072a5cbf040403879a48b Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2020-02-28Merge "Fix MSB config section"Venkata Harish Kajur1-3/+3
2020-02-28Fix MSB config sectionjimmy1-3/+3
Issue-ID: AAI-2809 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I53bb71ce9d8989ee3d481bcf7f2db606455df1d3
2020-02-18Merge "Add ingress controler support to AAI"James Forsyth8-1/+28
2020-02-12Use v1.6.4 of resourcesjimmy1-1/+1
Issue-ID: AAI-2796 Change-Id: I865ce2259fe7112c60ca9ab6ab6a6222b20f0527 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-01-24[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak46-109/+109
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
2020-01-24Remove space from file nameKrzysztof Opasiak1-0/+0
Remove the awkward space from the file name and replace it with a dash. Issue-ID: OOM-2275 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia0d55fae839d5ef865ac53659d93cbda5ba4212a
2020-01-23Update charts for released containersForsyth, James (jf2512)6-6/+6
Issue-ID: AAI-2763 Change-Id: Ie005febc51040e1dd7fffb104171ee1ee2ccdd98 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
2020-01-17Merge "Remove the usage of uuidv4 since it was causing the deployment to ↵James Forsyth1-1/+1
change at every "helm deploy" causing AAI ha proxy pod to restart and cause AAI outage."
2020-01-10Use the frankfurt release data router imageHarish Venkata Kajur1-1/+1
Issue-ID: AAI-2727 Change-Id: I85fc2b830156e913abc845b91348990ff2127b20 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-12-16Remove the usage of uuidv4 since it was causing the deploymentSebastien Premont-Tendland1-1/+1
to change at every "helm deploy" causing AAI ha proxy pod to restart and cause AAI outage. Issue-ID: OOM-2226 Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca> Change-Id: I03aa47240251fe182ecd841a99a9b99a20c88d65
2019-12-11Fix the startup issue of data router livenessHarish Venkata Kajur1-1/+1
so that the pod does die before it even had a chance to start the application Issue-ID: AAI-2727 Change-Id: I94246883cc5b46c7e9873e70214599653514d7d8 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-12-10Update the janusgraph properties for cassandra 3Harish Venkata Kajur8-53/+48
Issue-ID: AAI-2731 Change-Id: Ic64ba3c97374db4f9ef0961b1e910714db49b4ae Signed-off-by: Harish Venkata Kajur <vk250x@att.com>