summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-bpmn-infra
AgeCommit message (Collapse)AuthorFilesLines
2020-08-29update bpmn oof config to have correct configurationRamesh Parthasarathy1-0/+5
Macro Workflow fails in AssignVnfBB in step HomingBB for missing oof client configuration. It is being addressed here. Issue-ID: SO-3193 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: Idadfa075b33ed68b11edbdce02be3b0192173d42
2020-07-07bump the SO versionseshukm1-1/+1
Issue-ID: SO-3022 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Idc5107ef640f760acbc285c7e74a2371f54c2431
2020-05-31bump the so version to 1.6.3seshukm1-1/+1
Issue-ID: SO-2821 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I0195408a29283c8fa3fe84ae72d616e1822bd3aa
2020-05-26[so][msb] Update MSB url to match with its certificateKonrad Bańka1-1/+1
Change tested on so-openstack-adapter but it should impact each subcomponent the same way. Issue-ID: MSB-467 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I3f2ffef25b614701b23aeb9b248db24eee671188 (cherry picked from commit 9755aadf7f86d65db50c3193b984c8f76536c54f)
2020-05-20add nssmf adpter endpoint and so infra endpoint, update the oof endpointhetengjiao1-1/+5
Issue-ID: SO-2921 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I28524030291cac3b5e4b04221ee23b8354872d73 (cherry picked from commit d24e56cf8b21b7ccab8305977b558ae0d2740ff2)
2020-05-11bump the SO release version 1.6.1seshukm1-1/+1
Issue-ID: SO-2818 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I99506f2bfb4aa9944dda9a23f6fbe0d66a60cb37
2020-04-03Merge "[SO] Correct connection configuration to sdnc"Krzysztof Opasiak2-1/+4
2020-04-02Bump chart versionSylvain Desbureaux1-1/+1
Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8ad82dfdf48b56c38c0e85d640b18cc13c8d9e67
2020-04-01[SO] Correct connection configuration to sdncKonrad Bańka2-1/+4
Issue-ID: INT-1511 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I1e44830206c9e1124952078584a769869caa6ffb
2020-04-01Bump SO version to 1.6.0seshukm1-1/+1
Issue-ID: SO-2519 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ib340900d834f1b74b1ca936dc5c2de96d3c6ad96 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-03-31[SO] Onboard ONAP CA during init phaseSylvain Desbureaux2-3/+10
Workaround for retrieving ONAP root CA and keeping SO container being run by no root user. Issue-ID: SO-2730 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib1b48c0a6fcca359a780640b8c705e75fd78dc1a
2020-03-28[SO] Use common secret template in soKrzysztof Opasiak1-2/+2
Generate passwords for: - so_user - so_admin and distribute them to all SO subcharts. mariadb-galera root password is taken as a reference to existing secret (shared mariadb instance) or also generated if local cluster is used. Three other DB users also have generated passwords but they are not distributed outside of so-mariadb as they were never used. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ic4af5c9b12b00d2a52d2597e3fe1161d0d1a9f20
2020-03-25[SO] Use faster version of common secret templateKrzysztof Opasiak2-5/+5
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I4975939da127f596d4a78cf8e144b8f71e72194e
2020-03-09Merge "[SO] Support LCM API of SDNC"Sylvain Desbureaux1-0/+9
2020-03-05Merge "readd so filebeat sidecar ELK endpoint"Sylvain Desbureaux2-0/+35
2020-03-05[SO] Support LCM API of SDNCEnbo Wang1-0/+9
Issue-ID: SO-2588 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I809336bcc7528e4196ddb59a9c25939fd891b502
2020-03-02[SO] Use common secret template in so-bpmn-infraKrzysztof Opasiak3-17/+47
Use common secrete template in so-bpmn-infra component. For now passwords are stil hardcoded but this will be removed in further commits. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I828d6a5713cf023d72ab22ea758e78e91d1944b9
2020-02-25readd so filebeat sidecar ELK endpointsunilb2-0/+35
Issue-ID: SO-1110 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: Ic468a1b28d681d14e862f4405890d996b42660f6
2020-02-07These OOM changes are related AAF IntegrationRamesh Parthasarathy3-23/+33
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-13/+13
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
2019-11-08VNFM-adapter health check failingMichaelMorris1-1/+1
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-09-02Merge "Add OOM update so-bpmn-infra's Override.yaml file"Alexis de Talhouët1-1/+1
2019-08-23SO datasource config updatesarada prasad sahoo1-0/+8
SO datasource config update as per new Hikari library changes in SO Issue-ID: OOM-1970 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I84ca506936c332775fd20f604e6f553f94a4dc74 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
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-07-01Add OOM update so-bpmn-infra's Override.yaml fileBonkur, Venkat (vb8416)1-1/+1
Remove an additional character 'g' in so-bpmn-infra override.yaml kubernetes/so/charts/so-bpmn-infra/resources/config/overrides/override.yaml Issue-ID: SO-2041 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: I69221c4cd47118730b3831b4c42fe6aabae29c7f
2019-06-14add retry parameters to allow SO to retry ConfigDeployVnfBBAbdelmuhaimen Seaudi1-0/+3
Issue-ID: OOM-1930 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Ib14a238f312ac1686f5934e76e7ecda596e3cb8f
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-31Update SO default OOF endpoint to httpsMarcus G K Williams1-1/+1
Issue-ID: SO-1871 Change-Id: I9ff6ffc656ff31a93e6853368397fe0e2bd76f29 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
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-21Add org.onap.so.cloud-ownerElena Kuleshov1-0/+4
Add org.onap.so.cloud-owner Issue-ID: SO-1869 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: I2725e79a1730645f025cb354cb3db60553fb482c
2019-05-10update cds bueprint nameeeginux1-1/+1
Update cds blueprint name to grpc service name Issue-ID: SO-1855 Change-Id: I079246cae3ba8471fffa95dbb11091cd53a94168 Signed-off-by: eeginux <henry.xie@est.tech>
2019-05-08Update/Fix CDS propertyeeginux1-1/+2
Add timeout property, and fix blueprint processor service name Issue-ID: SO-1856 SO-1855 Change-Id: I658ff843295828ef0344b777965bef98f5e82df2 Signed-off-by: eeginux <henry.xie@est.tech>
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-23Merge "SO Rolling upgrade using helm hooks"Mike Elliott2-6/+4
2019-04-23Update SO image version in OOMYang Xu1-1/+1
Change-Id: I192a22ce93991e70cb9a6b2777530953c8913358 Issue-ID: INT-1042 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-04-19SO Rolling upgrade using helm hooksMahendra Raghuwanshi2-6/+4
Issue-ID: OOM-1772 Change-Id: If206ae7cc2f4273889376e1bb3fa77bacfaae3cc Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-03-26Added vnfm adapter url and auth propertywaqas.ikram1-0/+5
Change-Id: I144795fbb3e082043e99314e9df2c8ac58f34f52 Issue-ID: SO-1621 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-03-10Merge "Fix Passwords"Borislav Glozman1-2/+1
2019-03-07Fix PasswordsSmokowski, Steve (ss835w)1-2/+1
Change-Id: Ib729d79dd2790f9191f055158403e6aa3814d64b Issue-ID: SO-1599 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-03-05Add CDS client propertiesAlexis de Talhouët1-0/+4
Change-Id: Iaa184554134467885b0e43ffadc29c14315a1520 Issue-ID: SO-1483 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2019-03-01updated encrypted passwords with configRamesh Parthasarathy1-4/+4
The config files have been updated with encrypted passwords using latest algorithm Change-Id: I6b931d106a3706ea76bb8477398bd838162849a2 Issue-ID: SO-1515 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-02-22Removed apih, bpmn, requestdb and sdc datasourceRamesh Parthasarathy1-10/+0
The config files for apih, bpmn, requestdb and sdc have been removed of their data sources to address container errors we face with so pods and removed space in openstack override.yaml. Change-Id: I004e4455042d7e909361150831e55048816120c2 Issue-ID: SO-1515 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-02-10Update Chart version for Dublin ReleaseMike Elliott1-1/+1
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release. In addition the requirement.yaml files have been updated to allow for chart versions that include timestamp suffix. A following on patch will take care of changes to the OOM Makefiles to support injection of the timestamp versions. Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb Issue-ID: OOM-1642 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2019-01-21Updated bpmn sdc and sdnc config filesRamesh Parthasarathy1-1/+9
the config files for bpmn, openstack, requestdb, sdc, sdnc and apihandler have been updated Change-Id: Ic8425f0ecd6f90cd8b656afbb510063c7a486cef Issue-ID: SO-1399 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-11-27vfc adapter url correctionYulian Han1-1/+1
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064413 Issue-ID: SO-1249 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>