summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-03-25[DCAEMOD] Use faster version of common secret templateKrzysztof Opasiak6-8/+9
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I0b497c942fed2d7f2e218b3879117ac272828d73
2020-03-25VID: Update to version 6.0.4 (Frankfurt RC3)Ittay Stern1-1/+1
This build handle DB password special characters Issue-ID: VID-786 Issue-ID: VID-779 Change-Id: I48f3da564d1ea9314cb779021438241dd6113ba1 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-25Merge "Disable plain HTTP on production interface of HV-VES"Morgan Richomme1-1/+2
2020-03-25Merge "[SO] Use common secret template in so-vfc-adapter"Krzysztof Opasiak3-16/+44
2020-03-25Merge "[SO] Use common secret template in so-request-db-adapter"Krzysztof Opasiak3-16/+44
2020-03-25Merge "[SO] Use common secret template in so-openstack-adapter"Krzysztof Opasiak3-16/+44
2020-03-25Merge "[SO] Use common secret template in so-monitoring"Krzysztof Opasiak3-19/+45
2020-03-25Merge "[SO] Use faster version of common secret template"Krzysztof Opasiak6-14/+14
2020-03-25Merge "[COMMON] Optimize common secret template"Krzysztof Opasiak17-31/+263
2020-03-25Merge "Fix wrong underscore configuration"Sylvain Desbureaux1-1/+1
2020-03-25Merge "update ves collector version from 1.5.3 to 1.5.4"Sylvain Desbureaux1-1/+1
2020-03-25[SO] Use common secret template in so-vfc-adapterKrzysztof Opasiak3-16/+44
Use common secret template in so-vfc-adapter 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: I276e0814775ac68efe9df2f4d1ef5f919d3bef0f
2020-03-25[SO] Use common secret template in so-request-db-adapterKrzysztof Opasiak3-16/+44
Use common secret template in so-request-db-adapter 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: I7231ac14d1f19d27c11c980e446a4809fae5dadd
2020-03-25[SO] Use common secret template in so-openstack-adapterKrzysztof Opasiak3-16/+44
Use common secret template in so-openstack-adapter 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: Id01fcc655768bfe965b4d731f99ba3921d90ddd5
2020-03-25[SO] Use common secret template in so-monitoringKrzysztof Opasiak3-19/+45
Use common secret template in so-monitoring 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: Iff0ae7e14924d5e4e3484e509a7a4962f623e487
2020-03-25[SO] Use faster version of common secret templateKrzysztof Opasiak6-14/+14
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I4975939da127f596d4a78cf8e144b8f71e72194e
2020-03-25[COMMON] Optimize common secret templateKrzysztof Opasiak17-31/+263
It turned out that our current implementation of common secret template is really heavy which makes onap linitng extremely long. To improve the situation let's introduce some results caching instead of processing templates over and over. For now we cannot simply replace common secret template because in mariadb-init we generate list of secrets on the fly so we will need to revisit this fragment later. Whole series of patches managed to reduce ONAP linting time to 40 mins. Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Id2e743147afa37290df19b73feee67621f13f67c
2020-03-24Merge "[DMAAP DR] Fix PV,PVC error"Krzysztof Opasiak1-1/+1
2020-03-24Fix wrong underscore configurationLucjan Bryndza1-1/+1
Underscore configuration should be true Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Issue-ID: PORTAL-806 Change-Id: I88b840e4b8ccd6c635c835ded6e783843aabc10c
2020-03-24update ves collector version from 1.5.3 to 1.5.4Pawel1-1/+1
Issue-ID: DCAEGEN2-2107 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I92f2fec827d02c4cb677869a05853eec59dc40fa
2020-03-24Merge "R6 updates for dcaegen2/dcaemod"Krzysztof Opasiak4-4/+22
2020-03-24Update git submodulesstatta1-0/+0
* Update kubernetes/robot from branch 'master' to ac2783f70a211de9642de744a0a1d3c3dbe920c6 - Disable HTTP Port of portal-app Issue-ID: PORTAL-848 Change-Id: I59fc05e2af2ff9429046497bd841d7ae8d0c58e8 Signed-off-by: statta <statta@research.att.com>
2020-03-24Merge "Disable HTTP Port of portal-app"Sylvain Desbureaux1-12/+0
2020-03-23Disable plain HTTP on production interface of HV-VESkjaniak1-1/+2
From security reasons disable of plain http. Change-Id: I1374fc5f0b34f5b938c692e2bbcd2689f4efee88 Issue-ID: DCAEGEN2-2143 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-03-23Update git submodulesmrichomme1-0/+0
* Update kubernetes/robot from branch 'master' to 7a19b2ef27679a176d279345693c46c99aa1371f - Adapt SNDC robot test for HTTPS Change has been done in sdnc to exclude HTTP port Healthcheck test must follow Issue-ID: SDNC-1120 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I3a88f20a67ca7d018155c5682224988407a86a8e
2020-03-23Merge "Remove catalog component from VFC"Sylvain Desbureaux11-533/+0
2020-03-23[DMAAP DR] Fix PV,PVC errorefiacor1-1/+1
Change-Id: I12ad57dff925485a48ce512c9e6c3531dc99deec Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: OOM-2332
2020-03-22Merge "Run SDC pods as non-root"Borislav Glozman21-33/+37
2020-03-22Run SDC pods as non-rootMichaelMorris21-33/+37
Change-Id: Id8626c02f4c8bf3e1da406920169c0ed6bee457f Issue-ID: SDC-2798 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2020-03-20Disable HTTP Port of portal-appstatta1-12/+0
Issue-ID: PORTAL-848 Change-Id: Ica17e60ec7497cf6d310a664c2e414455f8d1ef4 Signed-off-by: statta <statta@research.att.com>
2020-03-20Merge "Eliminate unnecessary node ports"Krzysztof Opasiak2-25/+34
2020-03-20Merge "Correct defining dicts using yaml's anchors"Krzysztof Opasiak1-5/+9
2020-03-20Remove catalog component from VFCyangyan11-533/+0
Because Modeling project has created etsicatalog repo to intent to provide common ETSI catalog service, VF-C catalog migrates to modeling can help reduce duplication of work and promote unified architecture. This has reported in Architecture meeting 2019-10-15,and also been confirmed during VF-C Frankfurt Architecture Review. So the corresponding catalog chart need also be removed Change-Id: I63172ee17d8ffcdb59ac730c05d85b9a63e4d7a0 Issue-ID: VFC-1649 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2020-03-19Merge "New VID certificate valid until: Mar 17, 2021"Krzysztof Opasiak4-1/+20
2020-03-19Correct defining dicts using yaml's anchorsKonrad Bańka1-5/+9
This commit corrects previous mistake assuming that parameter's nested content derived via "<<" operator can be overwritten with single value, while in practice, whole key would be change. For practical explanation, following entry: a: &a b: 1 c: d: 2 e: 3 x: <<: *a c: d: 10 Would yield following content: a: b: 1 c: d: 2 e: 3 x: b: 1 c: d: 10 And as we can see, "e" key is missing there. This commit correct this. Issue-ID: SDNC-1122 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I15dfe0219ee1d6bcde7d29821ed2650bc8698244
2020-03-19New VID certificate valid until: Mar 17, 2021Ittay Stern4-1/+20
Issue-ID: VID-784 Change-Id: I2393279cce83191e75730caaff1b57802857f0e9 Signed-off-by: Ittay Stern <ittay.stern@att.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-03-19Eliminate unnecessary node portsDan Timoney2-25/+34
Update SDNC config to eliminate unnecessary node ports. Issue-ID: SDNC-1120 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia5666fd02baa7383cc484a2e9a770907d81af128
2020-03-19Correct distribution addresses of SDC artifactKonrad Bańka2-4/+4
Issue-ID: MULTICLOUD-1036 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I3c1d23417f721dd50ed2255dfdf3ee83e7d11fa7
2020-03-19Correct distribution addresses of SDC artifactKonrad Bańka1-2/+2
Issue-ID: MULTICLOUD-1036 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I81161664e257fc4d5c459ee6255ffa5e3f4371c7
2020-03-18R6 updates for dcaegen2/dcaemodJack Lucas4-4/+22
Update to bootstrap container 1.12.2 Update to dashboard container 1.3.2 Update to prh 1.5.2 Make runtime-api imports configurable Issue-ID: CCSDK-2158 Issue-ID: DCAEGEN2-2088 Issue-ID: DCAEGEN2-2105 Issue-ID: DCAEGEN2-2120 Issue-ID: DCAEGEN2-2127 Issue-ID: DCAEGEN2-2128 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: Ie335fc866bc5360bbfc8200fc0e1712b64e05e1b
2020-03-18Merge "Fixed openstack credentials for calling bpmn external tasks"Krzysztof Opasiak2-0/+6
2020-03-18Merge "Enhancements for common templates"Krzysztof Opasiak4-37/+329
2020-03-18Fixed openstack credentials for calling bpmn external tasksRamesh Parthasarathy2-0/+6
when so.global.security.aaf.enabled is false, openstack should use basic credentials to call bpmn. This is being addressed in this fix Issue-ID: SO-2747 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: Ie16f6a8d94a3f099b461eefbfc478723c2a9a9c0
2020-03-18Enhancements for common templatesAlexander Dehn4-37/+329
_labels.tpl: - support of additional customized labels in common.labels, common.matchLabels, common.selectors common.templateMetadata - support of name suffix in common.resourceMetadata _name.tpl: - support of name suffix in common.name, common.fullname, common.fullnameExplicit _service.tpl - support of additional customized labels in common.serviceMetadata, common.*service - support of sessionAffinity in common.service New common template: _aafconfig - new common template to enable charts for AAF includes templates for init container, volumemounts, pvc and pv Issue-ID: SDNC-1088 Change-Id: Icbaa806608f9e1f36f0e47686668ae3632d3f2b0 Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-03-17[CDS] Use common secret tamplate for mariadb-galeraKrzysztof Opasiak6-12/+123
Use common secret template for cds-db mariadb-galera instance. Issue-ID: OOM-2263 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I4723c84f0079735abddce032ebc3b99541dabb53
2020-03-17update properties with ErrorCatalogSteve Siani3-2/+101
Issue-ID: OOM-2337 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com> Change-Id: Iec54c9446cba54d6327659a06fade5ebaf537b3b
2020-03-17Merge "Change the version number to 2.0.5, and modify the configuration of ↵Sylvain Desbureaux3-5/+6
HTTPS matching 2.0.5."
2020-03-17Merge "fix for the 30224 with the debugEnabled"Sylvain Desbureaux1-1/+2
2020-03-17Change the version number to 2.0.5, and modify the configuration of HTTPS ↵hekeguang3-5/+6
matching 2.0.5. Issue-ID: USECASEUI-412 Change-Id: I8afe4fef1da62e6c40a9b19c2699135b9b0055a3 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
2020-03-17Merge "Changes for MDONS usecase"Sylvain Desbureaux1-0/+6