aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-vnfm-adapter
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07These OOM changes are related AAF IntegrationRamesh Parthasarathy3-6/+26
Here we have the ability to optionally disable AAF integration. A global variable global.security.aaf.enabled=true will turn on AAF security. with global.security.aaf.enabled=false it will use spring.security to ensure backward compatibilty. updated based on review comments Issue-ID: SO-2452 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: Ia83622ad681cfd122ee906ccd1654b10b5e31fe4
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak3-6/+6
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: Ia8cead50d305adb00eef666d0a1ace74479b5183
2020-01-15Update SO-VNFM-Adapter override.yaml for ETSIrope2521-0/+8
Change-Id: I6b99ccf9bd50d2ec50693df9d4122417b22bcf7a Issue-ID: SO-2575 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-11-26Add ingress configuration for so-monitoringLucjan Bryndza2-1/+8
Add ingress configuration file for so-monitoring component. Ingress configuration can be changed in onap-all.yaml Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: I122e52fc1ed9db78bb0249715e8cd25a9d6318a3 Issue-ID: OOM-1508
2019-11-08VNFM-adapter health check failingMichaelMorris1-2/+12
Configured the VNFM adapter to support https as is being used by the health check request Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SO-2517 Change-Id: I2076a02788c2f74b90939a9e3684f917079cf7b2
2019-10-14bump the SO version to 1.5.3seshukm1-1/+1
Issue-ID: SO-2328 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I694a53807d071e3ff14c4f013ec43a33af95f2ec
2019-09-12bump the SO release versionseshukm1-1/+1
Issue-ID: SO-2310 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I3a0b5a0ac58c14c42940e2af032e816493af0497
2019-09-02update the release version of SO 1.5.1seshukm1-1/+1
Issue-ID: SO-2223 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I978a79f2232505e42ff470aab53614d13fa629f7
2019-08-13update the release version of SOseshukm1-1/+1
Issue-ID: SO-2223 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic7f6f13640f209ec1898249e4172885098661b82
2019-07-11Moving Helm Chart version for El AltoMike Elliott1-1/+1
Updating all helm chart versions to 5.0.0 for the El Alto release. Merge will be co-ordinated with the merge of a separate aai/oom patch. Please do not merge until this coordination has completed. Issue-ID: OOM-1980 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I31daaebeacea33565f13affd2fa28fb15fe948ba
2019-06-12Update SO version to 1.4.4subhash kumar singh1-1/+1
Update SO version to 1.4.4. Issue-ID: SO-2010 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> Change-Id: I05689eeb56bd255f2b1bf8a479aad6043c587838
2019-06-06bump the SO version to 1.4.3seshukm1-1/+1
Issue-ID: SO-1991 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I640f1b2173f4daac748a81f964c723fc9e2a2043
2019-05-31bump the SO version to 1.4.2seshukm1-1/+1
Issue-ID: SO-1929 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I0d409a8e714122b021660ed2fe6c8bcbd217aae6
2019-05-06bump the SO version in the oomseshukm1-1/+1
Issue-ID: SO-1851 Change-Id: Ibd0ea11e4995e836f0e0a582e7a2e4a00129ff7d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-04-25Fixed issue found in integration testingMichaelMorris1-1/+1
Change-Id: I50e55e1323f2fe336ae1e2cfe2c0bfa6263c8068 Issue-ID: SO-1814 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-19SO Rolling upgrade using helm hooksMahendra Raghuwanshi1-1/+1
Issue-ID: OOM-1772 Change-Id: If206ae7cc2f4273889376e1bb3fa77bacfaae3cc Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-04-10Updated properties for VNFM adpaterMichaelMorris1-0/+7
Change-Id: Idc32f87f5df6b2e90a897674b87f89ff1884bbae Issue-ID: SO-1623 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-03-29Added properties to so vnfm adapterMichaelMorris1-0/+5
Issue-ID: SO-1622 Change-Id: Ifbd58c37ad0a824744d83a51ecd19e3d30ca0303 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-03-17Add helm chart for SO VNFM adapterMichaelMorris6-0/+281
Issue-ID: SO-1620 Change-Id: I1a18c0f27c18325d378c77576b1ab97bebfe710c Signed-off-by: MichaelMorris <michael.morris@est.tech>