aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-bpmn-infra
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-11-24use config value instead hard code of urlYulian Han1-0/+10
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064411 Issue-ID: SO-1249 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-11-21Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit a7c98ae0fabb0a94fbdc030e6f7c519439923045. Change-Id: Idb73aa4f05a948b7e1d70723cc6a52b8fd6f0517 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-09Merge "SO BPMN topic correction for DMAAP"Alexis de Talhouët1-1/+1
2018-11-09SO BPMN topic correction for DMAAPkrzysztof kuzmicki1-1/+1
Issue-ID: SO-1191 Change-Id: I2690d98688a3e446f31ca4a0e54dd632ee1999ce Signed-off-by: krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com>
2018-11-09mso.workflow.sdnc.replication.delay is missingRob Daugherty1-0/+3
Change-Id: I662975212a7cb7ad4ca3a9f624b7cf9972f88290 Signed-off-by: Rob Daugherty <rd472p@att.com> Issue-ID: SO-1198
2018-11-08Merge "Set message endpoint param for vCPE SNIRO"Borislav Glozman1-0/+3
2018-11-07Set message endpoint param for vCPE SNIROYang Xu1-0/+3
The parameter is needed as SNIRO callback uri Change-Id: I94f02c97fe32996da09f94c92cff7cf4bc784806 Issue-ID: OOM-1515 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2018-11-06Fix AAI auth in SOAlexis de Talhouët1-1/+1
Encrypted aai@aai.onap.org:demo123456! Change-Id: Iff556876d7e45d9c885f943b54fb581758564c2a Issue-ID: SO-1172 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-11-05Fix APPC client topic configMarco Platania1-2/+1
Change-Id: Ib6bb37ff73de67ca8c311a6c724d60b9260cecc9 Issue-ID: SO-1175 Signed-off-by: Marco Platania <platania@research.att.com>
2018-10-25add pnf configurationLukasz Muszkieta1-1/+13
Change-Id: Ic9d83e2919bd1f937fdca07d8982bd5e694c4dbe Issue-ID: SO-1102 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-10-24Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit db8a0273b6d9110ba7d1aa01b84666dab83b89d9. Change-Id: I94878829add2033b98b82a06e4bb097b72648faa Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>