summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai
AgeCommit message (Collapse)AuthorFilesLines
2020-02-12Update git submodulesjimmy1-0/+0
* Update kubernetes/aai from branch 'master' to 764cd8514707c1630dbfa6792b8d15953d5b9a59 - Use v1.6.4 of resources Issue-ID: AAI-2796 Change-Id: I865ce2259fe7112c60ca9ab6ab6a6222b20f0527 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2020-02-03Update git submodulesKrzysztof Opasiak1-0/+0
* Update kubernetes/aai from branch 'master' to 1c9c9bba658057f6147276fba4f84e7db9117e70 - [ONAP-wide] Replace .Release.Name with common.release 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-28Update git submodulesKrzysztof Opasiak1-0/+0
* Update kubernetes/aai from branch 'master' to f636b1cc2bf7d391dc76956e906a6f497ef1b092 - Remove space from file name 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 git submodulesForsyth, James (jf2512)1-0/+0
* Update kubernetes/aai from branch 'master' to 69f85c4ba9f621e5f5172c0dd637048fe7ef3cfd - Update charts for released containers Issue-ID: AAI-2763 Change-Id: Ie005febc51040e1dd7fffb104171ee1ee2ccdd98 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
2020-01-17Update git submodulesJames Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to c8663688eb2755ca5adc4f570c7acf76b6f9a077 - Merge "Remove the usage of uuidv4 since it was causing the deployment to change at every "helm deploy" causing AAI ha proxy pod to restart and cause AAI outage." - Remove the usage of uuidv4 since it was causing the deployment 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
2020-01-13Update git submodulesHarish Venkata Kajur1-0/+0
* Update kubernetes/aai from branch 'master' to d801a6ee395220b11bfac773c3111489282e735c - Use the frankfurt release data router image Issue-ID: AAI-2727 Change-Id: I85fc2b830156e913abc845b91348990ff2127b20 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-12-11Update git submodulesHarish Venkata Kajur1-0/+0
* Update kubernetes/aai from branch 'master' to c56543fa8c464f839cde7d80ff2023d6448e4b28 - Fix the startup issue of data router liveness 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 git submodulesHarish Venkata Kajur1-0/+0
* Update kubernetes/aai from branch 'master' to 552da2c65b6af3f6328fcc6b11af9329d5efa30a - Update the janusgraph properties for cassandra 3 Issue-ID: AAI-2731 Change-Id: Ic64ba3c97374db4f9ef0961b1e910714db49b4ae Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-12-10Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 6e20d0fb3f4dacda0c6cbccc7cf0424a21432fcf - Remove old microservices from aai chart Issue-ID: AAI-2733 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ib471d6c3e8aca7a06f18dfd6167131f1d1df0456
2019-12-06Update git submodulesSylvain Desbureaux1-0/+0
* Update kubernetes/aai from branch 'master' to 18747ec29947084c571d66f37f1a0fe85fbe4702 - Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart I've also created a PV/PVC for elasticsearch has it was hardcoded to hostPath. I've also removed hostPath for job logs (aai-traversal logs were not put into the desired hostPath) And I moved the 3 jobs of aai-graphadmin into 3 files as it's a better practice (several object in the same file can lead to unexpected behavior). Behavior is supposed to be exactly the same as before. Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I71c6cee8d7c33ef7bd39c40a43c26b377d4ceec3
2019-10-31Update git submodulesKajur, Harish (vk250x)1-0/+0
* Update kubernetes/aai from branch 'master' to 81954e51ef4c04fb08182d779f4871dfca766221 - Update schema service to use v17 to v19 Issue-ID: AAI-2607 Change-Id: Ia49109e37af5092a5394d69a69dd9ad0fb14e2d7 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-10-07Update git submodulesJames Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 1a2274dc0d8089b12a4b6feff328153dd9b26215 - Merge "[AAI-2617] Search guard is no longer available" - [AAI-2617] Search guard is no longer available Change-Id: I5cc786073ac27d3d36d05f0aa89ac5b7f1aadc02 Signed-off-by: rajeevme<rajeev.mehta@amdocs.com> Change-Id: I6b8ce9867d8b1d8108fcd7002e84f798a5b4e8e2
2019-09-28Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to d68960684392a6da61805e4161ae032549db6102 - Update to new haproxy certificate Issue-ID: AAI-2643 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iaca4ed32243b34a6d8daa7b67f094bb0d236acb9
2019-09-12Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 9d23a1c8a97d5878e2aafc871f17af007349c288 - Set champ release version Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I8b020e1aa305a84baa68f4f89f62c01b6f7a7c04
2019-09-09Update git submodulesJames Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 926a74401db06aa541ef460f9b611be4d341bf23 - Merge "Removing nodeport adding nexus prefix" - Removing nodeport adding nexus prefix Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com> Issue-ID: AAI-2596 Change-Id: Ieb3d694680c625bdd8ab1384a4997e59603cd06e
2019-09-06Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 0d9c45b3414feeef4b416e72792f5c43dc0a1687 - Update to release elalto images Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ib9939e7f84b933210c3fb3807235c1493b7197bc
2019-09-04Update git submodulesPavel Paroulek1-0/+0
* Update kubernetes/aai from branch 'master' to fde14dd1e9fec136f6ff9489dcb66ed8102ddb17 - Changing graphgraph nodeport Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com> Issue-ID: AAI-2596 Change-Id: I1259a884668c844447ca33c9c84334746db022fe
2019-09-03Update git submodulesPavel Paroulek1-0/+0
* Update kubernetes/aai from branch 'master' to 3efe1df6fdba4af4e22849bec220c8daa4a68a49 - Adding Graphgraph k8s config Issue-ID: AAI-531 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com> Change-Id: I2cb6471a0369ef8cc3f36b9988ff0df2045564a0
2019-08-16Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 55cb73cadc59537643c0fe5cb7ededadc9ff2b48 - Add misc as a volumeMount Issue-ID: AAI-2440 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ie9b90135cac72c4eadd5e727e79ff505ceaf934f
2019-08-14Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 694a9bd9fe014142a81fc03787b67de9bb1e6089 - Change AAF URL AAI_NS -> onap.org.osaaf.aaf Issue-ID: AAI-2554 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I7c560ff182f75599aaa590e65a4a5ba625b7f6b2
2019-08-09Update git submodulesKajur, Harish (vk250x)1-0/+0
* Update kubernetes/aai from branch 'master' to 8c0fcb68d8e053629fd51e52f8f3687b28e4c18d - Update aai el alto to release images Issue-ID: AAI-2578 Change-Id: Icd2573342ad971a1ba1d583690dc2dae65e02b0c Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-08-07Update git submodulesKajur, Harish (vk250x)1-0/+0
* Update kubernetes/aai from branch 'master' to df1c5a7a3d1c6f1f4b98604707d48a7d93f3fbb8 - Add the dsl timeout properties for traversal Issue-ID: AAI-2509 Change-Id: Ie45f31686259f6d5e6dcc5948003df8c0b624874 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2019-08-05Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 54668628a12b389d40853c58330977a70bd4795d - Disable non-workflow mS in helm charts Issue-ID: AAI-2558 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I06b4049b2e5c0bae734b4619abd6298a99ae2a11
2019-08-05Update git submodulesLee, Tian (tl5884)1-0/+0
* Update kubernetes/aai from branch 'master' to 9562687244f2384dd47e2da3b9c8e98f0df2d3f3 - Update self-signed certs Self signed certs for Babel and Model Loader have been regenerated with a SAN list. This is to support the upgrade of Spring Boot from 1.5.x to the latest 2.1.6. The latest version of Spring Boot will throw an SSL exception if a clients attempts SSL handshake without a cert containing a valid SAN list. Change-Id: Icdcd1d69a94e77d318857b71b2257c16832370cc Issue-ID: AAI-2540 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2019-08-01add back in aai submoduleDR695H1-0/+0
Issue-ID: TEST-182 Change-Id: I7cd16c5153e77b4eb42e8c259994b5b02dad1b38 Signed-off-by: DR695H <dr695h@att.com>
2019-07-29removing and move to subrepoDR695H1-0/+0
i accounted for all changes made here but not merged (1 pull) Issue-ID: TEST-165 Change-Id: I8e0921d1a462f9fec5f838f0618980bd91b64f95 Signed-off-by: DR695H <dr695h@att.com>
2019-07-11Update git submodulesMike Elliott1-0/+0
* Update kubernetes/aai from branch 'master' to c2d6e68b32be2bc2a421f21d23b12abdf314198c - Moving AAI Helm Chart version for El Alto Updating Helm Charts to 5.0.0 for the El Alto release. Merge will be co-ordinated with the merge of a separate oom patch https://gerrit.onap.org/r/#/c/oom/+/91274/. Please do not merge until this coordination has completed. Issue-ID: OOM-1981 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I14ef1a2a946f51cf7ea98803cb1d6ea1e0039fa6
2019-07-11Update git submodulesHarish Venkata Kajur1-0/+0
* Update kubernetes/aai from branch 'master' to 4a0fbc35268c9d6696e701c7da31dbeaeb21a722 - Update the haproxy config to support dsl Issue-ID: AAI-2509 Change-Id: I626fc5f6e5e320d3d717eaa087a0405a14abeaae Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-06-19Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 6509a172751b3c85995100e3d3a205abe73b116c - Update sparky certificate Issue-ID: AAI-2489 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I3d0f1760b71093f8fba276bba98e4709a495574e
2019-06-05Update git submodulesrenealr1-0/+0
* Update kubernetes/aai from branch 'master' to a1e0153fcc6ba67737f23fa0b14c95b0ab66d18c - update sparky config to user global aai ns update sparky to use global aai ns to align with portal configuration Issue-ID: PORTAL-596 Change-Id: Id80fe4475773e4440d95e0eac2461f7a33fe4b6d Signed-off-by: renealr <reneal.rogers@amdocs.com>
2019-05-24Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 369950a9292ed66ae33d30aed50c5527ec530004 - Set internal name per portal team Issue-ID: AAI-2411 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I82ef92ecff9f427bda4949590dee42256ed3da5c
2019-05-22Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to ff150ba67c0ec7d6c9f0b53d538be1f9f5f3cd98 - Set to internal port per portal team Issue-ID: AAI-2411 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ib73f63a2c86f13dfff611c5d789a34d46682732c
2019-05-17Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to b299e9707a869769510aa25952720a595304bedc - Use released versions of aaf sidecar Issue-ID: AAI-2403 Change-Id: I39dcd4e4b4bf324f9089485659feb3668024ca59 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-05-15Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 1bf85714ca747f446b003467754d5a3ea5b8adbe - Use released version of elastic Issue-ID: AAI-2403 Change-Id: I64f21f9a9f077985540f552faec264363b08fccf Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-05-09Update git submodulesVenkata Harish Kajur1-0/+0
* Update kubernetes/aai from branch 'master' to e67a94e6be333271c8237d6ebd5fb0f489401350 - Merge "Enable AAI to authenticate with cassandra" - Enable AAI to authenticate with cassandra Change-Id: I7de526ea6dc1f01c6aad1db005853d5f5797700d Issue-ID: OOM-1835 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-05-09Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 1b28e45136d5096ef4c07f4142c76b45224b3cf4 - Update babel version Issue-ID: AAI-2402 Change-Id: I9e76264a81938598d81f4c68728ee7e39c22621c Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-05-08Update git submodulesVenkata Harish Kajur1-0/+0
* Update kubernetes/aai from branch 'master' to 59dfc695d54cc5499cc654449dabcf82f6d63f9c - Merge "Updating port URL per portal team request" - Updating port URL per portal team request Issue-ID: AAI-2411 Change-Id: Ibd784eaa3c144ddc78d5a340a9b92219a4541451 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-05-08Update git submodulesJames Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to c7303bf88f39d68bb6638a7c5ae84580370e918f - Merge "Enable AAI to authenticate with cassandra" - Enable AAI to authenticate with cassandra Change-Id: Ib46fa0fd6f33e56556f7c4f9e244049085e4e9d2 Issue-ID: OOM-1835 Signed-off-by: mahendrr <mahendra.raghuwanshi@amdocs.com>
2019-05-06Update git submodulesJimmy Forsyth1-0/+0
* Update kubernetes/aai from branch 'master' to 459205f75a77711479daad529aa97e0de8d67b18 - Set RC0 release versions Issue-ID: AAI-2403 Change-Id: Ia25b515a7e3dbaa5bbb4be1d28fecfadeae7004b Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-05-01Update git submodulesJessica Wagantall1-0/+0
* Update kubernetes/aai from branch 'master' to dbd0483dce3b68687b2df8f218780ec75242d9f8 - Fix requirements.yaml header Missing yaml header added. Change-Id: Id7ab80d928f89544d25204489eafbcbf78b94d52 Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> - Merge "Disable stats port for haproxy" - Disable stats port for haproxy Issue-ID: AAI-2395 Change-Id: Id25a4f0a0770a62a8d1e78d0affcf210c93fbdd0 Signed-off-by: Harish Venkata Kajur <vk250x@att.com> - fix crash look backoff in data router update data router with additional config needed by the schema ingest lib Issue-ID: AAI-2369 Change-Id: I1870fa1fd3e92854b86553a394bd522429c22164 Signed-off-by: renealr <reneal.rogers@amdocs.com>
2019-04-26AAI HELM code transferJessica Wagantall320-18804/+0
- Remove kubernetes/aai code from OOM. - Add oom/aai as submodule of OOM in kubernetes/aai location. Change-Id: I7741a0cd4b0ecef174569c9450b09f2f7c211f44 Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-04-25Merge "Remove DCAE image from update"Brian Freeman3-3/+3
2019-04-24Remove DCAE image from updateYang Xu3-3/+3
Change-Id: Ifa98f8610b0a96a28f3a3ded7cb65663e9455158 Issue-ID: INT-1042 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-04-24Merge "Add Pluggable Security to Search MS"Borislav Glozman16-1/+345
2019-04-19Add Pluggable Security to Search MSJennie Jia16-1/+345
Issue-ID: AAI-2272 Change-Id: I1dfaa21a7e7de1e044812d6dd8098715d4eaa22a Signed-off-by: Jennie Jia <Jennie.Jia@amdocs.com>
2019-04-19Resolve license issues in SearchGuard configLee, Tian (tl5884)1-104/+6
Remove all comments and config sections from SearchGuard config marked as not free for commercial use. Change-Id: I9b4615ef2aa9741430349c0eda2ae9ebf96b3b7d Issue-ID: AAI-2289 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2019-04-18Merge "Update haproxy to use 1.4.0 docker"Mike Elliott1-1/+1
2019-04-17AAI Rolling upgrade using helm hooksMahendra Raghuwanshi29-774/+736
Change-Id: I81b8c7069e374e2ee789f6dd99e6cb55d98e5d28 Issue-ID: OOM-1676 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-04-12Set aai&music Cassandra readiness periodSecondsYang Xu1-1/+1
Change-Id: I585e126601dc423caba3fa2af9ca4c80de0bf699 Issue-ID: OOM-1795 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-04-11Update haproxy to use 1.4.0 dockerHarish Venkata Kajur1-1/+1
Issue-ID: AAI-2235 Change-Id: I825f238b9bf6f41ba14ccee2f6942ccd45828135 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>