Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/sdc.git from branch 'master'
to 9e43b160bde937c32151c8ce5a3d07701bd31924
- Fix interface types creation
Interface types creation logic was not interpreting some allowed TOSCA
entries, that, when declared, were breaking the interface type
creation. Every entry under the interface type was being considered
as an interface operation, but it is possible to have "derived_from",
"version", "metadata" and "description". Also it is not considering
the Interface Type entries "inputs", "operations" and "notifications".
Another thing is that TOSCA 1.3 changes the way operations should be
declared, deprecating the previous way. Now there should be an entry
"operations" with the operations entries under it, instead of having
the operations entries direct under the interface type. The change
allows both types, following the TOSCA rule: if operations entry is
not present, then the deprecated way is considered.
Change-Id: I13218bda60b29d19b9c5565cbfd63ae3250a78bf
Issue-ID: SDC-3075
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to d8f14691952677771e74e688d7a1dc20e14b036b
- Entry points in ToscaExportHandler for plugin use
Open the access for two methods in ToscaExportHandler so they
can be called in a CsarEntryGenerator plugin.
Change-Id: I0ee1daab348c0fc85db56428369a5ec190cb0101
Issue-ID: SDC-3083
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to f38f7e583f1d311e0fe108c09d201112bb4d135f
- Encapsulate ReportManager's failedVerticesPerTask and resultsPerVertex in Report
This commit aims to encapsulate the static fields failedVerticesPerTask and resultsPerVertex in their own class (called Report). In the short terms, any state needing to be passed around will be stored there. Unfortunately, this commit required many minor changes in functions signature (to pass the Report instance).
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: I3756d9a939cbd0f2856be72aa2bd24a3980dde49
Issue-ID: SDC-2499
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 1de7b75829b3bf0c06ee7a8b3006b0edfb239420
- Extract artifact component belonging logic
This commit extracts checkArtifactInComponent and checkArtifactInResourceInstance from ArtifactsBusinessLogic. Tests have been added along with a some utility functions designed to generate randomized test data. The former tests were deleted as they were not doing any assertions.
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: I1b27c55d064cf4e9a40cd7b152e7ea6032a09276
Issue-ID: SDC-2961
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 9f7430db214092bba954fa07fd3e72e333116cfa
- Allow global types generation
This change allows to configure which global type file will be added to the generated CSAR
Issue-ID: SDC-3021
Change-Id: I83c0c3f317c4a4e5e8dbf22cb3dbd47e63562d3a
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 802a6a4bc362353dbe9acd9f2081340e6852f41d
- Merge "Version 3.0.4 of UUI needs to be released."
- Version 3.0.4 of UUI needs to be released.
Issue-ID: USECASEUI-434
Change-Id: I050c1ebfb086e879be9a764cf9e2844b6556ec2c
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to f4ec6b416b02d4a1ac944ce009401102bfca63e3
- Merge "Refactor Policy PAP for common service template"
- Refactor Policy PAP for common service template
Issue-ID: POLICY-2514
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: I3021081f3e9d1a3cec079fdaf4595689d25571fb
|
|
* Update docs/submodules/oom.git from branch 'master'
to 57aaf2f368e4d9d057d2c58bc938db16f13a3b05
- Update git submodules
* Update kubernetes/robot from branch 'master'
to 51322d3b374588a051b4a5522fbd25ac92ffb328
- Testsuite R6 RC2 1.6.2 docker for OOM
Update testsuite version for RC2 frankfurt
Issue-ID: INT-1550
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I78bf8c3558658c11b2fb1fb96908d9209016014b
- Merge "Subject: Fix heatbridge params for Frankfurt"
- Subject: Fix heatbridge params for Frankfurt
Issue-ID: INT-1584
Signed-off-by: Marco Platania <platania@research.att.com>
Change-Id: I25c69c9e7849c2aadb1dedb611bb731685379baa
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to ab0fc3defd4ecce928f6a45615c62fe57c39bc4d
- Merge "Update Data Definitions"
- Update Data Definitions
Issue-ID: CCSDK-2382
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Ie6d9970e9148422e187f2594c9d9deee0cf01d3e
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 2fd72aef8a7a957b5bbb64de9497859c5c643ae3
- Merge "PY-executor missing AUTH_TOKEN in startup script"
- PY-executor missing AUTH_TOKEN in startup script
rev1. initially copied BASIC_AUTH
rev2. meant AUTH_TOKEN
Issue-ID: CCSDK-2386
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I6278476291d4ef892b249e35f20f43d70fd0e4a0
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to abee5037695a03ea80c2595269e613fc8756f8c0
- REST endpoint for fetching templates resolution results does not expose occurence parameter
Issue-ID: CCSDK-2384
Change-Id: I8a6abfea32c7aacade1e9b3140eeed22fa58b4a9
Signed-off-by: Serge Simard <serge@agilitae.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to ada66a7003888a1257b479f0bb12e52991bef82c
- docs: change the release version of Frankfurt
Change-Id: Id425c89786924060d6da12790d92eeb082467c8d
Issue-ID: USECASEUI-435
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to af7fd0ed77933189c1f2263e078c38e4c65f4c86
- Merge "Fix readiness-check ready.py script for stateful set"
- Fix readiness-check ready.py script for stateful set
Only check the status field readyReplicas instead of
currentReplicas and updatedReplicas. The value of currentReplicas
relates to the number of pods created with the first revision of
the stateful set. If a change is made to the stateful set and pods are restarted
then currentReplicas is no longer returned in the status.
Check JIRA for more information.
Issue-ID: OOM-2418
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
Change-Id: If5dbc892b6d807e6ca681457f9874613fce7db04
|
|
* Update docs/submodules/oom.git from branch 'master'
to 08ef91484bfcffe854148a83aa17230da22ce22f
- Merge "Increment release version for osdf & has"
- Increment release version for osdf & has
Update osdf and has configurations
Change-Id: I900ca5143fea1e5cd38d382abd5fe9b08af1a4de
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-760
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 1591ba7289f34c1c44881c169e91c3a6ceda9531
- Fix sub-attribute parsing for accessing resolved values
Added assignment-map attribute to ResourceResolutionComponent.
This attribute will hold a json object with the resolved values
for each artifact-prefix. It will enable accessing any resolved
value, using get_attribute with JsonPath.
Issue-ID: CCSDK-2389
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I3441569d9766fbd79703d2f224de448edd56dbb2
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to ef27eb4d63f1cb91de2dbc166f599043aca2609e
- Merge "InstallApp Grpc proto and server for rsync"
- InstallApp Grpc proto and server for rsync
Add the InstallApp GRPC proto file server code
to the resource synchronizer.
Issue-ID: MULTICLOUD-1005
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Change-Id: I8e586f1b878009fd4df53ef48aae6deded0f64ea
|
|
* Update docs/submodules/clamp.git from branch 'master'
to bacd489acc3d945584c2210f94225b1a2c1f6b38
- Merge "Create SVG in UI"
- Create SVG in UI
Remove the SVG generation from the backend and put it in the UI. Backend removal code + clean up of test resources
Issue-ID: CLAMP-854
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ie9d6cd20f0135b459dbc85901b9a66f65002a85c
|
|
* Update docs/submodules/dcaegen2.git from branch 'master'
to 1a06c541dddd9f14ffebc31436707e5897715e04
- [PMSH] Adding new endpoint to api docs
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I97cea22d68155d58462ab801b022890c11790587
Issue-ID: DCAEGEN2-2154
|
|
* Update docs/submodules/so.git from branch 'master'
to 616a4dd89a17312193044b59370c9f03df93762c
- Fix for NPE in Heatbridge
Null is checked for network type which can
be unknown.
Issue-ID: SO-2953
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Iccf724eed5ec7d69b70eabbcf25bfafe1e8fe12b
(cherry picked from commit 7c35f6dd4fd4b227f063036280a7f24728a198d8)
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 6909f0c827bb46180fafc9d306d500e032ae7e0b
- Revert "Java 11 migration: fixing problems on 'catalog-fe'"
This reverts commit 50906f4dcd00b0162298d1f86d72dcfc4d3caee9.
Issue-ID: SDC-3088
Change-Id: I13c48243b3a137c7e66da1ef217a0ecbbd55f216
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
|
|
* Update docs/submodules/integration.git from branch 'master'
to c1b4bda513cf2b2422389cd7f93ce40f947cc710
- Update documentation of vFW_CNF_CDS use case
Mainly description of CDS profile upload and
other smaller corrections
Issue-ID: INT-1452
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Ic0c8d7e38f14de8b3cff872921fc341b252d8d27
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 02ff02a191d18cbb54a8d24607ee7f57a5f81835
- Merge "update release note"
- update release note
add link to Frankfurt upgrade strategy
Issue-ID: CLAMP-840
Change-Id: Id66870aef41bcb7b24fb06ac760cb8fa11a3f61e
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
|
|
* Update docs/submodules/ccsdk/features.git from branch 'master'
to c2abf2b68dcd53d40762783ae713d08268a69348
- fix trustall feature for dbclient
forward property forwarding to dbclient
Issue-ID: SDNC-1200
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I43355834a65cc69a56710592521b5acc1dae6500
|
|
* Update docs/submodules/so.git from branch 'master'
to 487dc2996c12c7854f2b12d1e42e47033e8a1332
- Merge "fixed some JUnits"
- fixed some JUnits
Issue-ID: SO-2804
Change-Id: I6589ea250ee95160febd40c55cbfbf1a81782b60
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7223180206b466248afa5330640365b13d760a3d
- Merge "removed net.minidev.json from codebase"
- removed net.minidev.json from codebase
removed net.minidev.json from codebase
Issue-ID: SO-2957
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I03f89a1002b3cf052a304503cd206a979bfee6f8
|
|
* Update docs/submodules/integration.git from branch 'master'
to 90c0170b659c54dd1e3099f18473de476bbe6a09
- Fix 5G OOF duplicate reference in doc
Issue-ID: INT-1551
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I3b9f9f0b4b902d808fb0784439a81f23ad368351
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 38cf0fdbf2f27a3b046c11bbd01331e4f609819e
- Merge "Fix: Fix docker cli version mismatch"
- Fix: Fix docker cli version mismatch
Docker cli version is different than docker engine version & Improve output of verification job
Issue-ID: OOM-2415
Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com>
Change-Id: Iebf8946c4a8b3eb3abd45402d6d573e403ac9ef2
|
|
* Update docs/submodules/so.git from branch 'master'
to e386b185fd13548a43bfd258dabda4093a9254bd
- Merge "Added scriptName for deallocation of NSSI."
- Added scriptName for deallocation of NSSI.
Added scriptName for deallocation of NSSI. scriptName will be passed to NSSMF Adapter.
Issue-ID: SO-2723
Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
Change-Id: I69a5445f6ad0870b7aa855fc3ca80ac8e3cf3879
|
|
* Update docs/submodules/clamp.git from branch 'master'
to a573c0f2b362536783709770a88120b242c204fc
- Merge "add one known issue"
- add one known issue
update release note to add one known issue
Issue-ID: CLAMP-840
Change-Id: Icf970dc3473e51161e11159ad16a4ae50ff6312d
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to f7b567a253339a56724575030114e36b2db31c62
- Fix HTML layout
Looks like this repo was missing the HTML layout template
where we can call the css files.
Update name of css file in conf.py to just "ribbon"
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Id4da929ad9e3c936c12ad6f57e3b524c198d63e0
|
|
* Update docs/submodules/modeling/etsicatalog.git from branch 'master'
to 9fe3930a822fe7978ffab9838611dc61b91cc948
- update Dmaap lib
Issue-ID: MODELING-366
Change-Id: I69f86ef9a90423e33e3903dcc1be63028e1571b6
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 100f28ca0b9406b7007f03cb182075ab797e04cb
- Merge "[COMMON] Use common aaf template in elasticsearch"
- [COMMON] Use common aaf template in elasticsearch
Instead of copy-pasting code around aaf_agent usage let's use a common
template that automates this.
Issue-ID: AAF-1134
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I9b3c7aab73186c0bf1dfaa5fe21cf2f001ca8619
|
|
* Update docs/submodules/oom.git from branch 'master'
to 622bf4cb9594bc3d0e44156dd5cb2b04cc89e658
- Merge "[CONTRIB] Use proper image for netbox provision job"
- [CONTRIB] Use proper image for netbox provision job
netbox was using readiness image to run its job. This is not the
proper usage of this image and recently it started failing because
bash is no longer available in this image.
As the script does not containt bash-specific construcitons let's
change the image to curl one and just use whatever shell is there.
Issue-ID: OOM-2406
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I0cc99c6d8fe0dbe59ee982d255753d149fcdd3eb
|
|
The new internal sphinx links auto-geenrated had some impacts
on the display for some pages.
This patch correct the RST files by adding some bullet lists
guides/onap-developer/apiref/index.rst
guides/onap-provider/index.rst
guides/onap-provider/vnfvalidator.rst
Provide better description for the links
Issue-ID: DOC-619
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: I4944a294516b90fbdfa998a623104ac6a85f3fe3
|
|
* Update docs/submodules/integration.git from branch 'master'
to abd5fcf77bc6a89f424c270ae2d1658f39225e5e
- Update the clamp url
Replace the old Clamp url by the new one.
Issue-ID: CLAMP-846
Change-Id: Ic02735797c18c67741f324f873abba5fa03676a4
Signed-off-by: xuegao <xg353y@intl.att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 6294afdd6c55bf8236aefbb1c6e0b530aaf70c1c
- Read the docs improvement for 5G - PNF Pre-Onboarding and Onboarding
Issue-ID: INT-1240
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I0c30ebfa9f55be3bea51bc5542eda4b648bf5c93
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 18ae7612481c386db22fe983dedf331a29141444
- Refactor CsarUtils::WriteArtifactDefinition
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: I167a05d8fbc2085a3e25eeb5bfd6b30f0e80462e
Issue-ID: SDC-2812
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 9373e4f17236dc7496cd7dcfbbd159675e839e55
- Add ArtifactsBusinessLogic::fetchLatestComponentMetadata
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: Ibb8621a91551a2e4ffcac1145f85ed7983063d02
Issue-ID: SDC-2812
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 66a5398f95f8c60a41ffa81f46ccee95beb34822
- Work on unchecked Optional access
- extract code to static methods
- throw an explicit exception now if element not found
Issue-ID: SDC-2987
Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
Change-Id: I693bb53059b056235b567ac1f9f752a33512505a
|
|
* Update docs/submodules/modeling/etsicatalog.git from branch 'master'
to fddda96911bdb3ec9841ac71e764cb6eb8fa08d5
- rename package name
add function for sdc subscribe and notification
Issue-ID: MODELING-366
Change-Id: I61dba314a62003577eddc640325f9c5b9263b2bc
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
|
|
* Update docs/submodules/dmaap/messagerouter/messageservice.git from branch 'master'
to 777dc0870530a3755a8fb16fc95ae99cd4d8fa12
- update frankfurt release notes
Issue-ID: DMAAP-1441
Change-Id: I65722fe7eda5338bc4ea0680009244001e7451ae
Signed-off-by: su622b <su622b@att.com>
|
|
* Update docs/submodules/dmaap/buscontroller.git from branch 'master'
to cdbc5f933246b800c6bc8a2cd8c0c06a39474875
- Frankfurt style release notes for buscontroller
Issue-ID: DMAAP-1434
Signed-off-by: dglFromAtt <dgl@research.att.com>
Change-Id: I73fc31daddc4b149ca59b6e627473ef84c449294
Signed-off-by: dglFromAtt <dgl@research.att.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 56b6d5b88e4c5c8db7a6fbc8da113a7a205d44ae
- Fix the Multus Baremetal containerization testing
- interface name will be different in each Baremetal
- Multus testing good for Vagrant and AIO testing only
Issue-ID: MULTICLOUD-1037
Co-authored-by: yu marin <weifei.yu@intel.com>
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: I50786f07f0dbd9aadffda69d02597c85e2675203
|
|
* Update docs/submodules/appc.git from branch 'master'
to 6bb32d16ee3eb83a826dd1336c01fa24df891de0
- add 1.7.2 docker in release note
add 1.7.2 docker in release note
Issue-ID: APPC-1880
Change-Id: Ie071aaef09672370b050546ca846e35ce1fad3a2
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to e276ad30dc38f55e06877df8fd0d3372534c8f47
- Merge "added annotations for api's"
- added annotations for api's
Issue-ID: PORTAL-865
Change-Id: Ied1d101cb246b9e433c7cc968fa95ca4bcdbfcb5
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 40741524ce4371f6d1b0c4faef80018af405aac4
- Merge "Added enforcer maven property"
- Added enforcer maven property
Added enforcer maven property
Issue-ID: PORTAL-908
Change-Id: Ia36b91d61c564243fd558202141d35725e797c83
Signed-off-by: jz385p <jegadeesh.babu@att.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 402c6e98bfc6c881dceb65ce2756ea94834c70ef
- Bug fix for the ImagePullBackOff error in qat test
Issue-ID: MULTICLOUD-1076
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: I2b6bfb265ce5e055987788f6f28fc475a8b5b46c
|
|
* Update docs/submodules/optf/osdf.git from branch 'master'
to e0f4303201091d110a89e525b775a70e5fd69c3f
- Update index.rst
Issue-ID: OPTFRA-672
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I5ef2f06df8210e95cb2c8d12f7b413f2450fc7da
|
|
* Update docs/submodules/optf/has.git from branch 'master'
to 93c88d048be791f4112c14b5dabde825e63832d7
- Update index.rst
Issue-ID: OPTFRA-669
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Icca1689f440ae09890bbe65a3a9ee0601a787e45
|
|
* Update docs/submodules/portal.git from branch 'master'
to 91625da3bd1581c14a5d32fc67065db0116fd545
- Update Docker and Props
Issue-ID: PORTAL-911
Change-Id: I85c6a63f8f3608b53b2d28951d9bfef76bbef6d2
Signed-off-by: statta <statta@research.att.com>
|