summaryrefslogtreecommitdiffstats
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2020-02-18Merge "Add ingress controler support to AAI"James Forsyth1-0/+1
2020-01-24[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak4-9/+9
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
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-02Add ingress controler support to AAILucjan Bryndza1-0/+1
Issue-ID: OOM-2171 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: I9afdae36aa9afd1f80f88b5bb3a15935f9335a93
2019-04-26Disable stats port for haproxyHarish Venkata Kajur2-10/+2
Issue-ID: AAI-2395 Change-Id: Id25a4f0a0770a62a8d1e78d0affcf210c93fbdd0 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-03-28Update aai_keystore and ext pemJimmy Forsyth1-0/+6
Issue-ID: AAI-2286 Change-Id: Ib2d265065ba2418ae1da98feeee8d35f7163d10f Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-02-25Merge "Fix nodeSlector and Affinity for aai charts"Borislav Glozman1-3/+3
2019-02-25Merge "OOM-1373 Add missing label release to components"Borislav Glozman1-0/+5
2019-02-22OOM-1373 Add missing label release to componentssushil masal1-0/+5
Issue-ID: OOM-1373 Change-Id: Ifc6593a7e8f8622bfec29b942c5c75cdb59c997d Signed-off-by: sushil masal <sushil.masal@amdocs.com>
2019-02-18Add the schema service helm chartsHarish Venkata Kajur1-0/+9
Issue-ID: AAI-1873 Change-Id: I414d21eb23ed20b469259d7dbdd814cde733a547 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2019-02-10Merge "Update Gizmo and Champ security config"Borislav Glozman1-1/+29
2019-01-31Update Gizmo and Champ security configLee, Tian (tl5884)1-1/+29
- Update rProxy to use AAF geo-locate endpoint rather than hard coded IP address - Update fProxy to use separate truststore - Restructure charts to reduce certificate duplication Change-Id: I1e63ceb0ebabd8bb3dfacc71dac841858279b6f1 Issue-ID: AAF-718 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
2019-01-09Moving the trustore to parent folderArul.Nambi1-0/+22
Issue-ID: OOM-1556 Change-Id: I0e6bf66ec871d4de53ebaad23426119c5f425ac9 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-12-07Fix nodeSlector and Affinity for aai chartskranthikirang1-3/+3
Indentation problem. Correctly placed nodeSelector and Affinity aligned with Contrainers in template.spec common.resources do not need indent as indent 12 already present in return value Change-Id: Ie0e84fba2f18d903fdcc8bb8f6ff06a4785c0a75 Issue-ID: OOM-1541 Signed-off-by: Kranthi Guttikonda <kranthi.guttikonda@b-yond.com> Signed-off-by: kranthikirang <kranthi.guttikonda@b-yond.com>
2018-12-04Add Pluggable Security to aai-resourcesRavi Geda2-0/+12
Note that by default this feature is turned off. To enable update the installSidecarSecurity in aai/values.yaml to true. Change-Id: If5d2be859ead2f0bd81aabb4fde749f105974bcf Issue-ID: AAF-616 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-10-23fixing clusterIP service type errorsMandeep Khinda1-1/+1
If you try and change the service type from a nodeport to a cluster IP things break. We never really exercise this code path in testing but if you want to experiment with a totally internal network environment you need to be able to turn off node ports. Issue-ID: OOM-1475 Change-Id: I1a0f4b0a4c390f3353e1611b6002b93e54bb5044 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-10-19Fix the issue widget model issueKajur, Harish (vk250x)1-1/+14
So the problem is happening intermittently because resources and traversal starts up parallel sometimes they would be ready at the same time and sometimes they are not but the HAProxy deployment needs to wait until resources, traversal and graphadmin is ready before it starts to be in the ready state. Also modifying the readiness probe to make the echo request to /aai/util/echo rather than rely on the port check to get a better indicator of haproxy readiness Issue-ID: AAI-1759 Change-Id: I847abd7fd0375da59254656f5891ed14547058ab Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-09-25Updating charts to use common resource templateMandeep Khinda1-1/+1
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19Backup Task-AAI ConfigMap Labellingtoshrajbhardwaj1-0/+20
Issue-ID: OOM-1396 Change-Id: I6eb0725e6692532dddf58913aef787845a1d2d4e Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-09-18Add resource limit for aairajeshkalai1-1/+1
Issue-ID: OOM-1147 Change-Id: I1c052b277a8372c188297a53183ea0ded74161bf Signed-off-by: rajeshkalai <rajesh.kalaiselvan@amdocs.com>
2018-09-06Add graphadmin microservice to oomKajur, Harish (vk250x)2-2/+4
Add the graphadmin charts to oom Also added the aai_schema changes to make the application model driven Update the resources traversal charts to be more user configurable Issue-ID: AAI-1545 Issue-ID: AAI-1474 Change-Id: Ie615cf3675b36a4830242a8510046c22fd95135b Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-08-30Apache2 License additiontoshrajbhardwaj3-0/+43
Issue-ID: OOM-1306 Change-Id: I1a617718006ee845d675fead74ce075c3390ac2f Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-08-14Add missing release labels to pod metadataHector Anapan-Lavalle1-0/+1
Change-Id: I0b4bda9b57b42b2853bffbebf18a81f5142ece97 Issue-ID: OOM-1319 Signed-off-by: Hector Anapan-Lavalle <ha076r@att.com>
2018-05-22Fix Incorrect AAI servicesBorislavG1-8/+8
Change-Id: If4b17c3525a75530aa6b149a6901cb0d8737a8d0 Issue-ID: OOM-1102 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-07Update the keystore for resources and traversalKajur, Harish (vk250x)1-1/+20
to use the aaf generated keystore for our apps Issue-ID: AAI-1101 Change-Id: I5a5642f86e8bb924f2c01fa685a0493abf500623 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-04-18Update from using hbase to using cassandravagrant1-18/+1
Also update resources and traversal to remove chef MK: Addressing the -1 statefulset comment Issue-ID: AAI-33 Change-Id: Ieee819703764fdda727f17d4e9be43084886828c Signed-off-by: Kajur, Harish vk250x@att.com <vk250x@att.com> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-03-27Add standardized helm chart for aaikj21-2063/+154
Issue-ID: OOM-734 Change-Id: I6b1a85017d79b92afcae44cf823ab000a10ce4be Signed-off-by: kj <keren.joseph@amdocs.com>
2018-03-17AAI parameterizationJerome Doucerain5-5/+10
added parameter for the AAI_CORE version added parameterized persisted storage location Issue-ID: OOM-734 Change-Id: Iefe3d89ae6d001754251e0f5ce2735c9a920bcd5 Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
2018-03-22License addition in all yamlsvaibhav_16dec18-0/+252
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-13AAI services registration via MSBAdrianSlavkovsky3-136/+592
Change-Id: I09cfea85672285fb96d0449af2e1535249b1c125 Issue-ID: AAI-671 Signed-off-by: AdrianSlavkovsky <adrian.slavkovsky@orange.com>
2018-03-01Run all components in one namespaceBorislavG18-119/+119
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-02-25fix AAI data-router and es mappingkerenj2-2/+2
fixed data router logs and elasticsearch data folder mapping to dockerdata-nfs Issue-ID: OOM-767 Change-Id: Ia9746fad6ae0a7283a599570e04044c9369f8d91 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2018-02-15Replica Scaling of AAI Containervaibhav_16dec9-0/+9
Issue-ID: OOM-684 Change-Id: Ic642c248b3650dd645d1f7cb1442868b51f23f56 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-02-09Merge "aai search data config alignment"Alexis de Talhouët2-9/+9
2018-02-09Merge "aai model loader config alignment"Alexis de Talhouët2-9/+9
2018-02-09Merge "aai resources and traversal config alignment"Alexis de Talhouët3-18/+18
2018-02-08aai search data config alignmentmayankg27032-9/+9
Change-Id: I690bf6863c38265c2ef10f315f0638be65211585 Issue-ID: OOM-671 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-08aai model loader config alignmentmayankg27032-9/+9
Change-Id: Ifc5db843fb45c458c2d2a9294c52201fc27f425e Issue-ID: OOM-669 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-08aai resources and traversal config alignmentmayankg27033-18/+18
Change-Id: Ib0b7a59a07e96eb79fd6ca59a5459e4e81de29e2 Issue-ID: OOM-668 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-08aai sparky be config alignmentmayankg27032-9/+9
Change-Id: I7c8f8732763a39cf0bccec9af4149736c9108ea5 Issue-ID: OOM-666 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-06Merge "config seg aai elasticsearch"Alexis de Talhouët2-4/+36
2018-02-06Merge "config seg aai data router"Alexis de Talhouët2-12/+130
2018-02-06Merge "config seg aai search data service"Alexis de Talhouët2-5/+51
2018-02-06Merge "config seg aai model loader"Alexis de Talhouët2-8/+33
2018-02-06Merge "config seg aai sparky be"Alexis de Talhouët2-5/+71
2018-02-06Merge "config seg aai resources and traversal"Alexis de Talhouët4-10/+50
2018-02-06config seg aai sparky bemayankg27032-5/+71
Change-Id: Ic322d59fe4d79e35595a72daf7842ee03954023b Issue-ID: OOM-664 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-06config seg aai model loadermayankg27032-8/+33
Change-Id: I868acb11ba195a9415d54d2a9352c120a8b76e08 Issue-ID: OOM-662 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-06config seg aai search data servicemayankg27032-5/+51
Change-Id: Ie0229756fabb37a88f46c3d6eb864531660885a8 Issue-ID: OOM-663 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-02-05config seg aai elasticsearchmayankg27032-4/+36
Change-Id: I1d734fee3e487ba7d2e346576e38aba84928928f Issue-ID: OOM-660 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>