Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 1c43244b040ba0a1581bede03a1066c79da48869
- Test case- ccvpn detail component
Fixed multpile errors in ccvpn deatail component spec file
Issue-ID: USECASEUI-280
Change-Id: If93f638d2fad9bfae9dad7f0191788afc87c48c6
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7e9581d1cab9604abdf0c3397877a100567bc33c
- Merge "update readme.md"
- update readme.md
Updated developer documentation in readme.md:
components, how to compile, format, build docker images,
images list, how to start them
Issue-ID: SO-2148
Signed-off-by: Katsiaryna Kazak <k.kazak@samsung.com>
Change-Id: Ib0e8e78af3e4497d8d9a6789c3af49f7025ba428
|
|
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
to 0f3aeb52bb79baef084a2e8d5469acc0e5819c3c
- ADD UT for ns_lcm Issue-ID: VFC-1429 Signed-off-by: zhuerlei <zhu.erlei@zte.com.cn>
Issue-ID: VFC-1429
Change-Id: I0bb67ab89b15ef5f69809d7055082c13551d53cc
Signed-off-by: erlei <zhu.erlei@zte.com.cn>
|
|
* Update docs/submodules/dmaap/dbcapi.git from branch 'master'
to 52798b1989a84fd41e461d4fc479e9a6e9d05a0d
- Tests for class MR_ClientResource
Change-Id: Iaaef84b188adc1fff87404c92a4f272649662ce7
Issue-ID: DMAAP-1246
Signed-off-by: piotr.karas <piotr.karas@nokia.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 2b0d4633f2ec61d313ea1ebfd89730eb01ab8179
- Update for Keystone V3
Issue-ID: OOM-1982
Change-Id: I919cd28934eceb5595f93bcde52879b9ce6699fd
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 961f4b1e3b91ffa3821d02ac4a57cd207e8081bb
- Merge "Fix attribute validation for complex type."
- Fix attribute validation for complex type.
Change-Id: I7a3365c4c26fd44ed0b54bff115b64c52ee7b81e
Issue-ID: CCSDK-1046
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 905f9ae5460fdf66d8923734ba0d6dba0693106a
- Merge "Fix missing capability cli models."
- Fix missing capability cli models.
Change-Id: Id5ad2f75cf27b7c09dc95a028997847098cd3d2e
Issue-ID: CCSDK-1046
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 26eea1475362cc24c46132d11f564af7c783c2be
- Merge "Renaming drools related variable"
- Renaming drools related variable
This commit is a part of refactor for policy component adjustments.
POLICY_HEALTHCHECK is not a good name for DROOLS components.
This commit is fixing that.
Change-Id: I38aa665460e0e3b87a253ce227b18eb71c1c1671
Issue-ID: TEST-168
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 692dec121aa5ea408c6170325a63b393b755fdf1
- fixing warnings from checkstyle in ui-ci
Issue-ID: SDC-2454
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I84b1c0206b7a7c5e12d40582d97411b138eebc4e
|
|
* Update docs/submodules/dmaap/datarouter.git from branch 'master'
to b10c179229cea56e36a2fb9b6f2c17baf0d83f13
- Merge "FINAL unit test covergae commit"
- FINAL unit test covergae commit
Change-Id: Ieb9e9d49931c253b89026ed4884edbdc8d6c6024
Issue-ID: DMAAP-1226
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
|
|
* Update docs/submodules/dmaap/datarouter.git from branch 'master'
to 06271b9df78dadfdab95dc2f6f853cdaa3148d9d
- Merge "Logging changes and unit tests"
- Logging changes and unit tests
Change-Id: Ic4644e7c4899b4b1261a8113679b531af1739c84
Issue-ID: DMAAP-1227
Signed-off-by: egernug <gerard.nugent@est.tech>
|
|
* Update docs/submodules/ccsdk/dashboard.git from branch 'master'
to 012a708f46586b7cdc64870fd1f5360550771fcc
- SonarFix- Removing Whitespaces
Trailing whitespaces are simply useless and should not stay in code. They may generate noise when comparing different versions of the same file.
Issue-ID: CCSDK-1516
Change-Id: Ic84d3682bb4c72062a9c33632e07760e76dcaf5f
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to d55025cb2f8c06c08676719b67a53fa48442d1e9
- Search mat card display
Create blueprint search from db matcard
Change-Id: I411035385930f5637c84426c7b32c20c219aab73
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/dashboard.git from branch 'master'
to db624f8bc59f3b1dca5822dbc26e1431a41a643c
- sonar fix- Add a semicolon at the end of this statement.
In JavaScript, the semicolon (;) is optional as a statement separator,
but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.
Issue-ID: CCSDK-1515
Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to b75aff807050009af821f2072417d8806efd56a2
- Merge "Merge workflow from vid to onap, fix workflow selenium tests"
- Merge workflow from vid to onap, fix workflow selenium tests
Issue-ID: VID-532
Change-Id: I5ae0a74d382cd31a9da1ec5b1220c5322f3abb40
Signed-off-by: RachelF <rachel.fishbein@intl.att.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 156ca46de6c9eaac3c943d2676eaa73f02dd422d
- fixing warnings from checkstyle in common-be
Issue-ID: SDC-2454
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I1ee7d055f865eef209e621ec45eba33eef69736f
|
|
* Update docs/submodules/sdc/jtosca.git from branch 'master'
to d0d5690f13b9c794044bfe6bd7ac87557dd3dcea
- Fix checkstyle violations in sdc/jtosca
Number of checkstyle violations has decreased from about 8200 to 450.
Change-Id: I31f763d7f51fa66958aab68d094280189c612417
Issue-ID: SDC-2434
Signed-off-by: michal.banka <michal.banka@nokia.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 5128f152409017604d97b1e2f711a77a4c3acdf3
- Merge "Fix delete of generic neutron network"
- Fix delete of generic neutron network
Delete of Generic Neutron network was not working.
Logic checking for association with vf-module appears to
have been reversed.
Change-Id: If541c1133322f75c70f86cd77d8bccd88b94f356
Issue-ID: SO-2082
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 09dffa6d151b046a87edcb91a46449cabc66532c
- Merge "Changing Pull Policy for vFw Helm chart"
- Changing Pull Policy for vFw Helm chart
Pull policy is "Always" because of that
VM/container images are pulled everytime
for each chart. This slows down the
deployment to several minutes in the
lab environment. Changing pull policy to
"IfNotPresent".
Change-Id: I3c01e681f010481221f1e720e6f09b317fbe9d87
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Issue-ID: MULTICLOUD-708
|
|
* Update docs/submodules/vid.git from branch 'master'
to b707a10fd93699954ce47b32b1a2e61a40f26918
- Merge "Don't double-wrap RequestDetails for (de)activateFabricConfiguration"
- Don't double-wrap RequestDetails for (de)activateFabricConfiguration
Issue-ID: VID-267
Change-Id: I215bf008442b3bdfd4e80c1ba23e6a86e9d6f52b
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 4df9a925fbd54ab5757b34c91a558371ad884e5a
- Remove dissociate button
Removed dissociate button for macro services with pnfs
Change-Id: I7e839b6d352793012b5dde1d19128decdfb4412c
Issue-ID: VID-520
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/logging-analytics.git from branch 'master'
to 4bd239981ee86d03f7393f6dd2b3e42737126489
- Introduce 1.5.0-SNAPSHOT for the El Alto release
Issue-ID: LOG-1073
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I63f6b766de0b4d37b3ce9518b1b6e342c90c372f
|
|
* Update docs/submodules/appc.git from branch 'master'
to b14db107c5dd7eadbfecde037ad68633775502de
- Prepared statements for DG services
Convert sql queries to prepared statements in other
parts of appc.
Change-Id: If29225394de2ab286e4f2f7bdd17f6af6b286576
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: OJSI-25
|
|
* Update docs/submodules/appc.git from branch 'master'
to e0bdc35d8428a574c6decc6075b8d8ef98f05d5f
- Add value of the arguments
Also apply the valueof to non svc context arguments.
The original code would always treat null arguments
as null strings. This replaces that functionality
in the prepared statements.
Change-Id: I88ab22c87b86a8f5ff41946757c40a399c37a6c3
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: OJSI-25
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to b3a6814af9ab63fa59d0233f5d2ebb032f0b1597
- update Agent for Helm
Issue-ID: AAF-904
Change-Id: I015cd19dcf95d1edfd86542750acc95447726120
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to e93b3251120e3bc8aeec497852a287a5c909d1b4
- AAPC-1655
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.
Issue-ID: APPC-1655
Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e
Signed-off-by: Dasari Anusha <danush10@in.ibm.com>
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to 93d4ad294dc08226467e4203c2044c62d32d9c1c
- AAPC-1661-remove unused import 'java.util.TimeZone'
remove unused import 'java.util.TimeZone'
Issue-ID: APPC-1661
Change-Id: I94d4c39a83fb815343fd373557a7d36b3e1213b8
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 8813ba72c340e45f586b71c9ee12382cdecec91f
- set multi-stage flag in listener to log success
set multi-stage flag in listener to log success msg
added post listener for requests db object
Issue-ID: SO-2153
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I4b27cbb69b983bd2f7c0d72c8ebb4d9c43201120
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to bc30889259ef5469140e032535331eec3c3d242b
- CDS Home menu change
Change-Id: I2db7428b81ef27c6b1004cff2d05c2320c560f74
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to cd0748e0dc1b509062b7c69a4ef11f2d354f81a7
- Merge "Major Sonar fixes in InstanceManagement"
- Major Sonar fixes in InstanceManagement
-Removed unnecessary code.
-Removed unused variables.
Issue-ID: SO-2102
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ie85cb51da959dacc80b61aa9d5bb608b4198a5fb
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to 633f50e7d81bbea7f2eca584c9ebb3e3244ecd5c
- Added required packages
Some scripts requires jar for
updatinfg aap's jar on container restart.
As aai-common image is based on jre, not sdk
it doesn't have jar. Added fastjar as a replacement.
Change-Id: Id3bda6430097f79ed2850b5c7fa6e0b64a77c903
Issue-ID: INT-1024
Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 243889b8a1f7cfe1b2f15f946d8b42eef396aaa5
- Merge "Removed not used loggers"
- Removed not used loggers
-Removed unnecessary loggers according to Sonar.
Issue-ID: SO-2102
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I05a0cc3187692fa17a6734d1c2a6be33d4b5ee34
|
|
* Update docs/submodules/so.git from branch 'master'
to 4f8e8687225ec663551786533e93ec67b607ac9e
- Merge "Major Sonar fixes in E2EServiceInstances"
- Major Sonar fixes in E2EServiceInstances
-Removed unnecessary code.
-Removed unused variables.
-Introduced constants for repeating Strings.
Issue-ID: SO-2102
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I4ac692849508178390796d149b2c3f2fddcd093b
|
|
* Update docs/submodules/so.git from branch 'master'
to b6ffa5d514cda289b1052b405067a04b2819c43e
- Merge "Major Sonar fixes"
- Major Sonar fixes
Major Sonar fixes in different classes:
-Removed unnecessary code.
-Removed unused variables.
-Removed unnecessary imports.
-Simplified diamond operators.
-Improved String comparisons in equals.
Issue-ID: SO-2102
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I279c63f8e7161d6e33d5d6a28b938c0c64e90f1f
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 55b436677e4991b5de509cf5d5d8da0f857964bb
- Add support for multiple lists in nexus blob build
Because of separated lists for onap, rke or rancher adding possibility
to pass multiple lists to build_nexus_blob.sh as parameters
Issue-ID: OOM-1890
Change-Id: Ib5aa8489b612dfd6099116695b4ccc3be49a82bd
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to d8e90311006bcb53592c48c246aa2479f807b5ae
- Merge "enhance get orchestration request"
- enhance get orchestration request
Enhance get orchestration request to include workflow step
Began working on adding call for activity name
Added call to return activity information
Updated to return last task executed
Added last task executed info to returned string
Updated mocks to fix failing unit tests
Added responses for mocks to Camunda for process and activity history
Added tests to cover taskName changes
Began adding tests to cover changes to RequestHandlerUtils
Added more unit tests for activity lookup
Updated error messages for taskName
Moved properties to application.yaml file
Added unit tests to add more coverage to task retrieval
Moved Camunda calls to CamundaRequestHandler class
Removed unused imports from RequestHandlerUtils
Fixed formatting of tests and removed handler where not used
Removed CamundaRequestHandler from JerseyConfiguration
Added retryTemplate for camunda calls
Issue-ID: SO-2142
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I09a82e3458e8f611e4bbaf3ce9ab5de36b1b060a
|
|
* Update docs/submodules/so.git from branch 'master'
to a8bfc8e0d15e5c7b96d36566314017ecbf836e43
- Merge "Update SO to handle Async VNF operations to SDNC"
- Update SO to handle Async VNF operations to SDNC
Update SO to handle Async VNF operations to SDNC
Issue-ID: SO-2141
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I20037306e9ce5b8df434511a46c0a3399e335c3d
|
|
* Update docs/submodules/so.git from branch 'master'
to 09867d8f6cfe922fc75d0b31f6376838e9f8f093
- - Converted NetworkResource to use the parser
- Converted NetworkResource to use the parser getEntity method.
- run the formatting command so that it aligns correctly.
Issue-ID: SO-2147
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Id6aa6c2967ec4014d6512851fa7dfff088946081
|
|
* Update docs/submodules/aai/aai-common.git from branch 'master'
to f0f1561ebc988c8db6d7b9d63e4713597ead14fa
- Fix missed libraries
Install missed libcurl3(libcurl.so.4 by OpenSSL)
required by embedded mongo on arm64 in some
inherited images.
Change-Id: Ie2684c42d5c6330aea553dc708817a87e4abf36b
Issue-ID: INT-1024
Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 64105bb121e99e00f7124a0e7272f4cbb08310af
- Fix typos in the scale out documentation
Change-Id: Id245450940506af726d2219c34c0033e2151c21b
Issue-ID: INT-1171
Signed-off-by: Marco Platania <platania@research.att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 06c38f1ae1e83103d615194fbaf3c55180bccb5d
- Merge "Fix for python executor unit test case failure."
- Fix for python executor unit test case failure.
Change-Id: I193e2a092ff8cefe48419031096e1336e5c84fc1
Issue-ID: CCSDK-1046
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 703266ebd4282a2a500855a2695e2ad67b1af5a4
- Merge "Clean restconf duplicate models and Implementation."
- Clean restconf duplicate models and Implementation.
Change-Id: Id439ac5ded631aac0ee7fc69846ebe9bca650bb2
Issue-ID: CCSDK-1499
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 6a949fae1d76bd133a198c54c5a616c9835527b5
- Merge "Refactor Netconf script component parent."
- Refactor Netconf script component parent.
Change-Id: Ibbec8cd5785372a89e14a86d4e6ff7f9fed4aad2
Issue-ID: CCSDK-1499
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to f8a1ad0768dde0c3babc035b173dc3b87079a7d6
- k8s: Change virtual environment utility scripts privilege requirements
This patch also extends in-file comment on scripts' requirements and
suggested usage.
Issue-ID: SECCOM-235
Change-Id: I0dddbad79fb3392ffe35c3e06d4006cd499d9923
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 07adef3d6e19737962ad63b9eae36f18ccab02bb
- k8s: Add "vagrant" user to "docker" group in virtual environment
Node customization scripts do that for "ubuntu" user only (added by
default on OpenStack images). Vagrant boxes use "vagrant" user [1]
instead.
[1] https://www.vagrantup.com/docs/boxes/base.html#quot-vagrant-quot-user
Issue-ID: SECCOM-235
Change-Id: Ic4f832aa9a37230503e3c5bd29f8ae5fcd3883db
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to b0006affdc87ac6ebcfa9bea717ea52c0967952f
- Fix for ResourceInstanceBusinessLogicTest
ConfigurationManager pre-initialized to avoid null pointer
Change-Id: I7f81ce6cd56f5e35a57f4ba9fa29f08aa17c5260
Issue-ID: SDC-2400
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
to a3e1f009032c64fb27ed6ba1997d668d36c95dbf
- VNFRQTS - Fixing Healthcheck API in Ch 7
Issue-ID: VNFRQTS-673
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Change-Id: Ib4ba1decc2828de904fd1bb81d46ad4587326a49
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 79827ecb068e1e33ce28701f5dc59b37ee309b51
- Autowired annotation for catalog-be
Injection of the properties moved to the constructors/setters replacing
field annotations.
Change-Id: I766ff67e466bec5a91db1035f29e7f919d32e0ea
Issue-ID: SDC-2400
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 8b6d4ee2ffbfb11a1f9d494b2de403aab112cf93
- Refactor ConfigurationRepositoryTest to remove the powermock.
Refactor the ConfigurationRepositoryTest to doesn't affect to other tests.
Removed powermock.
Issue-ID: SDC-2473
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Iad67cdce365fef89da8b56499d86139d6927da07
|
|
* Update docs/submodules/sdc.git from branch 'master'
to 6692cde32bc3e588cfb6bf30fd99e21a903e0444
- Fix view attachment for onboarded CSAR packages
Fixes the problem to view attachments for a onboarded CSAR package.
Every time the attachments link was clicked the process package was
being called. The package processing can only happen once, while
uploading the package. This solution changes the Attachment link
action to a view action without package processing.
Change-Id: I5bded800c060adfb8cc80a8512bc8eecf07557b8
Issue-ID: SDC-2443
Signed-off-by: andre.schmid <andre.schmid@est.tech>
|