aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf
AgeCommit message (Collapse)AuthorFilesLines
2018-04-16Update readiness-check versionBorislavG2-2/+2
Readiness check version is not sinchronized in many pods This causing deployment failures. Issue-ID: OOM-936 Change-Id: Ieef91df17836adcdf24db536440d0a1624a50591 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-11Merge "Using .values.service.name for service URL"Borislav Glozman5-8/+5
2018-04-10Using .values.service.name for service URLKiran Kamineni5-8/+5
Use .values.service.name to get the service URL prefix Using common.namepace was an error Issue-ID: AAF-162 Change-Id: I11daa933b9f3a767aea7eac512bd09f4589fcde5 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-08aaf mapping fixKeren Joseph5-0/+0
Issue-ID: OOM-888 Change-Id: I005c686239e366318f08ec3b810ca2b1d3dbda56 Signed-off-by: Keren Joseph <keren.joseph@amdocs.com>
2018-04-05Add support for secret management serviceKiran Kamineni16-7/+637
Adding Helm charts for deployment of secret management service. Adding them as a subchart under aaf. Solved the values problem by using env variable to pass values to SMS about the backend service URL Issue-ID: AAF-162 Change-Id: Iac7973fdf38281a1d1b6ccb0fbfb5c3a052ac7ae Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com> Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-03-28Add standardized helm chart for aafkj16-196/+475
AAF crashes due to "could not find or load main class org.onap.aaf.authz.service.AuthAPI" see https://jira.onap.org/browse/OOM-324 Issue-ID: OOM-732 Change-Id: I1c5f93d6e9a4d91224bfc0df2894ca7ab7d1de38 Signed-off-by: kj <keren.joseph@amdocs.com>
2018-03-22License addition in all yamlsvaibhav_16dec7-0/+98
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-07Replica scaling of Clamp and AAF conatinervaibhav_16dec3-1/+4
Issue-ID: OOM-691 Change-Id: Idea9ebc33310cbaf823163cccd6c816477661118 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-01Run all components in one namespaceBorislavG5-6/+6
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-02-22AAF - readiness image updatekerenj1-1/+1
Issue-ID: OOM-514 Change-Id: I3533bafa88341e6895132ba8fda2fb8fc4e27210 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2018-01-25AAF config seggregationvaibhav_16dec9-5/+451
Issue-ID: OOM-554 Change-Id: I24367eac50b3d46be964a6d60e24b317af376c3e Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2017-11-23Update annotations to spec for aafkiranya1-27/+16
Issue-ID: OOM-457 Change-Id: I556adf3714119d8ab8515d36303809b36cbe65f4 Signed-off-by: kiranya <kiran.yadav@amdocs.com>
2017-10-29Add option to disable specific deploymentsyuryn3-0/+8
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-10-02Added missing mount to aaf deployment yamlDusan Rozman2-2/+9
Created mount /data2/ needed for aaf Change-Id: I050579e42afce9dc29c4c7a3cfdfb05ddb4d4217 Issue-ID: OOM-331 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-09-26Added AAF containers to ONAP KubernetesDusan Rozman5-0/+142
Created the initial deployment yamls for AAF project Issue-ID: OOM-11 Change-Id: I3c60185d78e8ce5596791624086f7cf32b3c3c38 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>