Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/aaf/certservice.git from branch 'master'
to 3ded702865858013429dda3f3af3d134748e5df7
- Fix sonar issue KeyPairFactory
Issue-ID: AAF-1118
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I61d714f30c2f4d21b3b4c538e0d85da55b9b322c
|
|
* Update docs/submodules/so.git from branch 'master'
to 592366c73cdd32c387768678cfadc9297808844a
- Credential addition in NSSMF adapter
Bug fix
Change-Id: Iae0eb5748190449ddcc441d77a3a9529783a4b00
Issue-ID: SO-2775
Signed-off-by: jananib <janani.b@huawei.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 2af3117862681b81fb1f526bad19d3742b8dcf18
- Merge "allow LOB multi-selection for vnf -fix test"
- allow LOB multi-selection for vnf -fix test
Issue-ID: VID-785
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Change-Id: Ia5ed2ac29247047d3ed11f049557aa8441329ab7
|
|
* Update docs/submodules/appc.git from branch 'master'
to 17edc987695f10a776dd0c90a1074e20bde02f85
- Add 1.7.1 release file
Change-Id: Ia34bf119d659db4de375bf6e8aabaaf1241e9d3a
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
|
|
* Update docs/submodules/sdc.git from branch 'master'
to cb717c690420d0e9e873ac2c59de0a0ea2ca278d
- Increase test coverage
Change-Id: I7b1d4b783d2d8e41a8ff92db15d77270ba4eef80
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-2833
|
|
* Update docs/submodules/vid.git from branch 'master'
to a29c7c0207aea6bd28f30e73c8ab43225f2b91fb
- Show the VF module version on the view/edit screen
Issue-ID: VID-800
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: If4eebaeb8f0ce89121e166e0aca10895a17c6155
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 45787c2471e689e6ca63419bd31db647afe954d6
- Merge "Rework the CDS Json schema"
- Rework the CDS Json schema
Rework a bit the CDS Json schema, so that the payload info is good now
Issue-ID: CLAMP-805
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I84d543987f421e3185c2783fc6cd779302658a1f
|
|
* Update docs/submodules/oom.git from branch 'master'
to c052dc481ac1c3ba5867d6b21a6cd6b192af86fe
- Merge "[POLICY] Use common secret template in brmsgw"
- [POLICY] Use common secret template in brmsgw
Use common secret template in brmsgw module to override DB credentials
comming from policy-common
For now db creds are hardcoded but will be remove in further commits.
Issue-ID: OOM-2342
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ic15afa9d65982d0ae3a535094f1e4b5f21758c82
|
|
* Update docs/submodules/oom.git from branch 'master'
to e64814d1f47f22f362ac705be747e0552f0d4bde
- Merge "Remove all http nodeports from DCAE-DS"
- Remove all http nodeports from DCAE-DS
Issue-ID: OOM-2347
Signed-off-by: Fuss, Areli (af732p) <areli.fuss@intl.att.com>
Change-Id: I7977425c72bb4d1bc75b2781e38ccc9c254fff4c
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 99f15c6328f77649ccfc7b1b790c98385754fd6a
- Merge "Update template menu UI"
- Update template menu UI
Modify View Templates Menu to adopt changes from get template CL API
Issue-ID: CLAMP-589
Change-Id: I54d059620e91d0da70e85c62dbb932ee58dd99ab
Signed-off-by: xuegao <xg353y@intl.att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to eac393265c9e926a3e18b1d4ede82c5c442eb65a
- Merge "[SO] Onboard ONAP CA during init phase"
- [SO] Onboard ONAP CA during init phase
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
|
|
* Update docs/submodules/oom.git from branch 'master'
to bf1af5c0a0caad1830bd2f56dded7d8d7fe35b3e
- Merge "[COMMON] Allow to include filePaths as a reference to variable"
- [COMMON] Allow to include filePaths as a reference to variable
filePaths comes as a list and we didn't "fully support" passing this
variable as a reference to other variable like we do in all other
cases.
Let's fix that and allow both constructs:
secrets:
- name: construct 1
type: generic
filePaths:
- file1
- file2
- name: construct 2
type: generic
filePaths: '{{ .Values.fpaths }}'
fpaths: |
- file1
- file2
- '{{ include "templateThatGeneratesFileName" . }}
Please note the | after : in fpaths. It means that from yaml point of
view this is is a string. We need to do it this way because we pass
this to tpl function and then we need to collect a proper list from it.
Issue-ID: SO-2730
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I5a6b475366bfea4cd0995a7e530bf88cb8ad639e
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 3ac3c6aec5e551b36ad43aeff1279e6182141030
- Merge "Removing python 2 reference in BuildGuide"
- Removing python 2 reference in BuildGuide
As python 2 support ends, removing its rereferences from buildguide
Issue-ID: OOM-2345
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Change-Id: I1130fd15af21d3e5a8bb80228d4cb31b5d25e41d
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to dcc72fc82c9e892a8cdb058b3f8dba138e9e4192
- Upgrading package.py requirements
Upgrading gitpython from 2.11.1 to 3.1.0 because of incompatiblity
with actual version of gitdb2 (4.0.2)
Issue-ID: OOM-2344
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Change-Id: Ibde20ee7f842858cb26f3ed4b45cb0339093a59f
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 61f3949dd7b99ba10c40fade4405b982e40e2c2a
- R6 release notes and documentation update
Change-Id: Ieebd8c55a505d02ceef5e330d047c024f5d820db
Issue-ID: SDC-2793
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to fae75696a03ab5b45bf2ddb329344ab52b2265c5
- allow LOB multi-selection for vnf - fix cypress
Issue-ID: VID-785
Change-Id: I3a11bad5b6da532b23049ce09ea439849143e941
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to fb0f5bfaff8ba2b4897247e60a82b4ef28a5ca06
- Update git submodules
* Update kubernetes/robot from branch 'master'
to 60271b7510ea9d57ed56cd9958d1c07f5ceaf3c5
- ROBOT e2e test cases improvements for csar/zip tosca package validation - Fix permission issue
Issue-ID: INT-1240
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I255d152f2be19e5ea60831dc717e4bf01ec69435
|
|
* Update docs/submodules/oom.git from branch 'master'
to eb61b38d1008b133df27c5751b93cee83f604969
- Merge "[POLICY] Use common secret template in pdp"
- [POLICY] Use common secret template in pdp
Use common secret template in pdp module to override DB credentials
comming from policy-common.
For now db creds are hardcoded but will be remove in further commits.
Issue-ID: OOM-2342
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I7e2304a79e0c92b5e7e32170135fd59769a21899
|
|
* Update docs/submodules/oom.git from branch 'master'
to 64e622c75a90be63a55e5b87240084f0a7466633
- Merge "[POLICY] Allow to override username and password from env"
- [POLICY] Allow to override username and password from env
To avoid hardcoding password in base.conf let's allow to override DB
username and password from the environment variable.
Issue-ID: OOM-2342
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I9fc9506b3908da06d0ad221f63d0a56c783788db
|
|
* Update docs/submodules/oom.git from branch 'master'
to 39690f2a3291bb70c6d64f2bb1f4216eeafcf7ba
- Merge "[POLICY] Use common secret template in policy-xacml"
- [POLICY] Use common secret template in policy-xacml
Use common secret template in policy-xacml module instead of hardcoding db
credentials in config map.
For now db creds are hardcoded but will be remove in further commits.
Issue-ID: OOM-2342
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I3c78373d1b6cf6cdd94af03645e3d5af8704b942
|
|
* Update docs/submodules/oom.git from branch 'master'
to a9c127bbfe3e213da19ba9f5a59ed00292e6d066
- Merge "[DMAAP-DR] Bump aaf_agent image version"
- [DMAAP-DR] Bump aaf_agent image version
Change-Id: Id4e93e6f21bf1914512220e3b8e31f8e8eda71d6
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1416
|
|
* Update docs/submodules/so.git from branch 'master'
to 3b6fd6fc3739e5c0844dedde7134e5dd660c5b7f
- Merge "Add test for QueryServiceArtifact"
- Add test for QueryServiceArtifact
Issue-ID: SO-2758
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I826588d9919845aaf1d32e36b4cfa5a608b901b5
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 1eafc9448d24f5b0eda40f62566bdf93cc4f5a6e
- Merge "Rework the logs"
- Rework the logs
Rework the logs so that it's easier to debug the issues on a lab
Issue-ID: CLAMP-804
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I9cff98205c2135a759e7e6156ab39f8af8129927
|
|
* Update docs/submodules/dmaap/messagerouter/messageservice.git from branch 'master'
to 5cedc0df9a0558fd9d4772480717510b7d11a69f
- update docker-compose with frankfurt changes
Issue-ID: DMAAP-1417
Change-Id: I07dea7ac630cb72f7a561fe20e8ec9fd28bdfccd
Signed-off-by: su622b <su622b@att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 8c3d56d72b36ea3be72b6a2862f37553d9cc3776
- Merge "Added support for volume group request to"
- Added support for volume group request to
Added support for volume group request to indicate whether the volume
group existed, etc.
Issue-ID: SO-2770
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I614926ad33220734133afd84bd8d0fedc8f6e6d6
|
|
* Update docs/submodules/so.git from branch 'master'
to 46aa5031d876e715335d3c55c479aca3901f9429
- simplify fabric into add/delete steps
Implement AddFabricConfigurationBB and supporting functionality.
Add verifications for Add/Delete FabricConfigurationBBs.
Implement DeleteFabricConfigurationBB and related functionality
Issue-ID: SO-2774
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I58ad9b6155750c73b0c83fed9ca7b35a7e12b617
|
|
* Update docs/submodules/oom.git from branch 'master'
to ddd1de41d3cc17ad53048bad2c81e2fc1757a5ea
- Update git submodules
* Update kubernetes/robot from branch 'master'
to 6032bc4ef9224b37df3b9d1e9b2f3ef51902aaf8
- Merge "Add HTTPS config lighttpd"
- Add HTTPS config lighttpd
Issue-ID: REQ-231
Change-Id: I4e18eed4424414d820f3ed78dfe5b1fb959a8938
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 9373cf6d8537dec76bed33e87b897629d255e366
- Update git submodules
* Update kubernetes/robot from branch 'master'
to af54b39d9bad61bc10bf2eb5ab304819183b11f6
- ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding
Issue-ID: INT-1240
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I58fbd642057650d76a65fdd4ba08f562acb44522
|
|
* Update docs/submodules/appc.git from branch 'master'
to 6cbb73628f72e90fb8219cc7120326ef55a91653
- Change parent to release version 2.7.1
Change-Id: I87d105f7c59c0e65bc12ef5e92f708696081f7b1
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to b52ae093581298dad8885dabd2d891167ad81658
- Fix for sdc listener and reactor
Issue-ID: CCSDK-2235
Change-Id: I875f991a05cf32d565c866bea33ad27b11739d41
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
|
|
* Update docs/submodules/music.git from branch 'master'
to e3512a896259129c976695dd83e8363d08ba7c63
- Move application.properties to music-rest
Issue-ID: MUSIC-572
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Change-Id: I17d0d0f0dbea1c5944b84c7c7a97342b37606531
|
|
* Update docs/submodules/oom.git from branch 'master'
to 89d26f3bca47b58e769cca7726c18d2a41dfcb66
- Update git submodules
* Update kubernetes/aai from branch 'master'
to ed292323735ea0b366960474d15fcfa23b209d0e
- Merge "Update AAI certs to expiry 27 Mar 2021"
- Update AAI certs to expiry 27 Mar 2021
Issue-ID: AAI-2821
Change-Id: I385598c62ee0f964e2c277a8b192b5bf7b50f1d1
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 49574dbedaaaad55f2803b7e8caab4ee5aabc999
- Grant a waiver for SO 30277
As discussed during SECCOM call on 31.03.2020 SO team pushed hard to
finialize AAF integration in F but failed due to AAF issues.
Per TSC decision they should be granted a waiver as a project which
has been impacted by AAF
Issue-ID: OJSI-138
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I46028f2d3de80f5ca7dc274cf6af26000b766f32
|
|
* Update docs/submodules/so.git from branch 'master'
to bbbc6d3ff6d0126bec9cb86b0d12b401f734c839
- Merge "workflowAction refactor"
- workflowAction refactor
- extract code to private methods
Issue-ID: SO-2634
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Change-Id: Ib5b88549ff410d2e2e93f79b9040211e47f4f6f0
|
|
* Update docs/submodules/integration.git from branch 'master'
to efb859d2581a42ea0de4d56646e89848e722c59e
- fix integration doc warning
Issue-ID: INT-1490
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I9153da660ae469c0bd3ed51cfebd912b6e4b9bf2
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 73be3cb5e615c119a09d95117246a141bbb55af7
- Merge "Fix the policy_id not set"
- Fix the policy_id not set
Fix the policy_id not set by default when it's a unique blueprint, and when it contains only one microservice
Issue-ID: CLAMP-802
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Iffe35e461395940567588228ec68ea4b7ff9a409
|
|
* Update docs/submodules/aaf/certservice.git from branch 'master'
to 26d5436326c8139a5731fd913a8009ca5569be21
- Fix sonar issue KeyPairFactory
Issue-ID: AAF-1118
Signed-off-by: edyta <edyta.krukowska@nokia.com>
Change-Id: Ie9512a772c64a4217539eb80c3b31f90054fab33
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 1a94a3b92806a7a1633305130ec3b8cad06f9f4d
- Fix catalog-be unit test failure
Fixed catalog-be test failure due to missing imports
Change-Id: I91f281302a33b5b8f640100a3f1b77908ae44e7c
Issue-ID: SDC-2659
Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 8b0a6c11bb7c82411efdea28615320c1fbf24019
- Merge "use ODL aaa-app-config when AAF disabled"
- use ODL aaa-app-config when AAF disabled
picking up ODL default aaa-app-config.xml
file when AAF disabled.
Issue-ID: APPC-1855
Change-Id: Ic53156e3c24180a20c9b1be46d3d3a7824c468c9
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to c54e041577abf3ff2c46ca1b9efc06e7df42d6c3
- Merge "address known Zookeeper bugs"
- address known Zookeeper bugs
fix the issues while deleting unwanted data in zookeeper image
fix the issues while adding ACL's to the Kafka znodes
Issue-ID: DMAAP-1413
Change-Id: I6215593c99187cd786df72309cd1bd28983061ee
Signed-off-by: su622b <su622b@att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 274ee7f3c0c01b4933616bc4b9a1fcaf170bde1b
- Add Test for QueryServiceInfo
Issue-ID: SO-2758
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: Iea34f15df13cb248b33be99682e9ca13034e48ce
|
|
* Update docs/submodules/oom.git from branch 'master'
to a3d32bfd862d562347fa8dce61878f6c28866027
- Merge "[OOF] Use faster version of common secret template"
- [OOF] Use faster version of common secret template
Issue-ID: OOM-2051
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ib25f38d3fed05608adfeaf4a4ef1898cf66e12b1
|
|
* Update docs/submodules/oom.git from branch 'master'
to 306ca0e534863b7dd894e032f9b78ded61de2de5
- Revise dcae container version
dcae-bootstrap update include below blueprint updates
Tcagen2 1.0.1
VES 1.5.4
DL Handlers (Admin & Feeder)
VES Mapper, RESTConf, Heartbeat
RunTime API
Bp-gen version 1.3.1
Change-Id: I1c76d0b5eb63c65459925c7b3296629175765e71
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1891
Issue-ID: DCAEGEN2-2107
Issue-ID: DCAEGEN2-2129
Issue-ID: DCAEGEN2-2098
Issue-ID: DCAEGEN2-2041
Issue-ID: DCAEGEN2-2145
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
|
|
* Update docs/submodules/aaf/certservice.git from branch 'master'
to 88f5f147c47799078347c5dbbb94f35413fc47b6
- Fix sonar issue
Issue-ID: AAF-1118
Signed-off-by: edyta <edyta.krukowska@nokia.com>
Change-Id: I70590b305264ac5084cbf51f954db22da675f746
|
|
* Update docs/submodules/clamp.git from branch 'master'
to ab8b4df23e6e2e819ccc5aac7043de336cabc4b7
- Merge "Update docs"
- Update docs
UPdate the user guide based on the Frankfurt release.
Issue-ID: CLAMP-663
Change-Id: I3f10dbd8ccaec63de815df1977eebb71c3c398cc
Signed-off-by: xuegao <xg353y@intl.att.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to f0ed5480d8847c6b92f717b713351d70dd88cac7
- Fix blank space crash in tosca
Fix the crash that occurs when a blank space is found in the metadata section
Issue-ID: CLAMP-801
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I3d66991378bd44fbb7d19a5048091e307589677a
|
|
* Update docs/submodules/so.git from branch 'master'
to 04aa13df605e9fe05743fa53cc82e3d087a299bc
- Merge "fix for getpnfworkflows url"
- fix for getpnfworkflows url
Issue-ID: SO-2756
Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: I999d590dd76090a7aaabc84ad49030f24453485f
Signed-off-by: tragait <rahul.tyagi@est.tech>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 8a5938824366fa06d5426e14862ee61df33e6903
- Merge "[SDNC] Use faster version of common secret templates"
- [SDNC] Use faster version of common secret templates
Issue-ID: OOM-2051
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I6cf72e3d6dcd8eab5f913b86febc7a21d02c1ecb
|
|
* Update docs/submodules/oom.git from branch 'master'
to b283d79b9031efdda2ff88f4cf4959837b9feaa4
- Merge "Fix mount point for SCH tls-init container"
- Fix mount point for SCH tls-init container
Issue-ID: DCAEGEN2-2177
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I470ba4fbcb0521069eda8b3296fe303c1b3c90b5
|
|
* Update docs/submodules/oom.git from branch 'master'
to 62b927f8ac6b15387ec9828cccb51bef67298b5a
- Merge "Update CLAMP deployment for Frankfurt release (RC0)"
- Update CLAMP deployment for Frankfurt release (RC0)
Update the SQL and settings of Clamp + set the docker image to current release
Issue-ID: CLAMP-795
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Idaa4935516237221c90c4cf9141136fa1e104a02
|