summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
BorislavG [Wed, 9 May 2018 14:34:14 +0000 (14:34 +0000)]
Improve docker registry secret management
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d
Issue-ID: OOM-1064
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
Mike Elliott [Tue, 8 May 2018 18:22:13 +0000 (14:22 -0400)]
Remove AAF truststore files from configmap
Moved security-related files from the configmap to an
init container, to dramatically reduce the overall size
of the ONAP deployment configmap.
Change-Id: I5e1c176f14d2e010c69e6c1e86c487583ed18f59
Issue-ID: OOM-1061
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Gary Wu [Tue, 8 May 2018 14:21:20 +0000 (07:21 -0700)]
Sync docker image images with docker-manifest.csv
Update the docker image versions in the OOM helm charts
with the versions specified in the docker-manifest.csv
in the integration repo.
Change-Id: I38bd9e98ae1b15ed4bbc68051b8516f311aa8db0
Issue-ID: OOM-1053
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Mandeep Khinda [Tue, 8 May 2018 00:35:56 +0000 (00:35 +0000)]
fixing duplicate nodeport with SO
47 is free..
Issue-ID: OOM-930
Change-Id: I90d008bb77cfa1107f85d10c96482fe2693c400a
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Mahendra Raghuwanshi [Thu, 3 May 2018 12:15:03 +0000 (12:15 +0000)]
AAF Charts
-PS3-MK
-renaming charts to remove hyphen
-refactoring service name configuration. It wasn't quite correct
the way it was. It was taking the chart name as the service name
and not using the values.yaml from the top level chart as intended.
-Jonathan asked to name the main app service "aaf-service and cassandra
to "aaf-cass" as this is what is in the cert
-squashed https://gerrit.onap.org/r/#/c/45923/1 into this commit.
-updated robot to the latest settings
Robot tests are failing but all pods come up. I think this can be merged
and the AAF team investigate the robot health issue in a running system
-PS4-MK
-reverting sms changes and taking the latest from master
-removing repository from the global section of the aaf values.
-this was causing all images to be pulled from nexus3.onap.org
which was failing to pull images that come from docker hub.
There is supposed to be a proxy through nexus3 to dockerhub but maybe
we are missing something.
-PS5-MK
-removing nodeports from non gui related charts. There are conflicts
-PS6-Kiran
-Adding imagepullsecrets for aaf-sms-vault subchart
-updated image repository to pull from nexus3
-tested and works now and should fix the pull errors
-PS7-Kiran
-Previous patch picked up a couple of unintended changes
-Reverting them
-PS8-MK
-removing names from identities
-using https for robot test
Issue-ID: OOM-930
Change-Id: I98f40ef5af03dda73aebf12f6fa48d928915ab34
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Add Beijing CQLs into OOM
Issue-ID: AAF-114
Change-Id: I2c2d46738ba0885c41f710997d4b212b6ce4d2de
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Kiran Kamineni [Mon, 9 Apr 2018 17:14:32 +0000 (10:14 -0700)]
Adding Quorum client sub chart for sms
SMS uses vault for its backend which needs
an unseal operation to proceed.
Quorumclient provides the unseal operation
via 3 replicas that store each unseal shard
and provide it during unseal.
Issue-ID: AAF-255
Change-Id: I62db7a450e1e81aa6bfb2cc5b9da29ce99efd24b
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
BorislavG [Tue, 24 Apr 2018 07:56:27 +0000 (07:56 +0000)]
Make all services independent of helm Release.Name
Issue-ID: OOM-906
Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
BorislavG [Sun, 15 Apr 2018 11:55:39 +0000 (11:55 +0000)]
Update readiness-check version
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>
Borislav Glozman [Wed, 11 Apr 2018 08:47:08 +0000 (08:47 +0000)]
Merge "Using .values.service.name for service URL"
Kiran Kamineni [Fri, 6 Apr 2018 22:42:40 +0000 (15:42 -0700)]
Using .values.service.name for service URL
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>
Keren Joseph [Sun, 8 Apr 2018 10:20:09 +0000 (13:20 +0300)]
aaf mapping fix
Issue-ID: OOM-888
Change-Id: I005c686239e366318f08ec3b810ca2b1d3dbda56
Signed-off-by: Keren Joseph <keren.joseph@amdocs.com>
Kiran Kamineni [Wed, 21 Mar 2018 21:58:11 +0000 (14:58 -0700)]
Add support for secret management service
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>
kj [Tue, 27 Mar 2018 12:50:39 +0000 (15:50 +0300)]
Add standardized helm chart for aaf
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>
vaibhav_16dec [Thu, 22 Mar 2018 09:07:12 +0000 (09:07 +0000)]
License addition in all yamls
Issue-ID: OOM-821
Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
vaibhav_16dec [Fri, 16 Feb 2018 06:58:06 +0000 (06:58 +0000)]
Replica scaling of Clamp and AAF conatiner
Issue-ID: OOM-691
Change-Id: Idea9ebc33310cbaf823163cccd6c816477661118
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
BorislavG [Tue, 27 Feb 2018 15:04:26 +0000 (15:04 +0000)]
Run all components in one namespace
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e
Issue-ID: OOM-722
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
kerenj [Thu, 22 Feb 2018 11:25:48 +0000 (11:25 +0000)]
AAF - readiness image update
Issue-ID: OOM-514
Change-Id: I3533bafa88341e6895132ba8fda2fb8fc4e27210
Signed-off-by: kerenj <keren.joseph@amdocs.com>
vaibhav_16dec [Wed, 17 Jan 2018 12:42:39 +0000 (12:42 +0000)]
AAF config seggregation
Issue-ID: OOM-554
Change-Id: I24367eac50b3d46be964a6d60e24b317af376c3e
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
kiranya [Thu, 23 Nov 2017 07:31:19 +0000 (07:31 +0000)]
Update annotations to spec for aaf
Issue-ID: OOM-457
Change-Id: I556adf3714119d8ab8515d36303809b36cbe65f4
Signed-off-by: kiranya <kiran.yadav@amdocs.com>
yuryn [Thu, 26 Oct 2017 14:10:50 +0000 (17:10 +0300)]
Add option to disable specific deployments
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>
Dusan Rozman [Mon, 2 Oct 2017 13:55:04 +0000 (09:55 -0400)]
Added missing mount to aaf deployment yaml
Created mount /data2/ needed for aaf
Change-Id: I050579e42afce9dc29c4c7a3cfdfb05ddb4d4217
Issue-ID: OOM-331
Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
Dusan Rozman [Tue, 26 Sep 2017 20:04:12 +0000 (16:04 -0400)]
Added AAF containers to ONAP Kubernetes
Created the initial deployment yamls for AAF project
Issue-ID: OOM-11
Change-Id: I3c60185d78e8ce5596791624086f7cf32b3c3c38
Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>