Age | Commit message (Collapse) | Author | Files | Lines |
|
Issue-ID: OOM-2051
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I78da9c8786642531ce57475869eaeb6c21fd0376
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
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
|
|
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
|
|
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
|
|
Issue-ID: OOM-2051
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I4975939da127f596d4a78cf8e144b8f71e72194e
|
|
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
|
|
|
|
Underscore configuration should be true
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Issue-ID: PORTAL-806
Change-Id: I88b840e4b8ccd6c635c835ded6e783843aabc10c
|
|
Issue-ID: DCAEGEN2-2107
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: I92f2fec827d02c4cb677869a05853eec59dc40fa
|
|
|
|
* 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>
|
|
|
|
From security reasons disable of plain http.
Change-Id: I1374fc5f0b34f5b938c692e2bbcd2689f4efee88
Issue-ID: DCAEGEN2-2143
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
|
|
* 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
|
|
|
|
Change-Id: I12ad57dff925485a48ce512c9e6c3531dc99deec
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: OOM-2332
|
|
|
|
Change-Id: Id8626c02f4c8bf3e1da406920169c0ed6bee457f
Issue-ID: SDC-2798
Signed-off-by: MichaelMorris <michael.morris@est.tech>
|
|
Issue-ID: PORTAL-848
Change-Id: Ica17e60ec7497cf6d310a664c2e414455f8d1ef4
Signed-off-by: statta <statta@research.att.com>
|
|
|
|
|
|
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>
|
|
|
|
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
|
|
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>
|
|
Update SDNC config to eliminate unnecessary node ports.
Issue-ID: SDNC-1120
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia5666fd02baa7383cc484a2e9a770907d81af128
|
|
Issue-ID: MULTICLOUD-1036
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I3c1d23417f721dd50ed2255dfdf3ee83e7d11fa7
|
|
Issue-ID: MULTICLOUD-1036
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I81161664e257fc4d5c459ee6255ffa5e3f4371c7
|
|
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
|
|
|
|
|
|
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
|
|
_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>
|
|
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
|
|
Issue-ID: OOM-2337
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: Iec54c9446cba54d6327659a06fade5ebaf537b3b
|
|
HTTPS matching 2.0.5."
|
|
|
|
matching 2.0.5.
Issue-ID: USECASEUI-412
Change-Id: I8afe4fef1da62e6c40a9b19c2699135b9b0055a3
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
|
|
|