Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/vid.git from branch 'master'
to 1e9288436bcfedeb57efaeef18e4c985466e9af5
- Merge "moving certs from docker image to mounted catalog"
- moving certs from docker image to mounted catalog
Removing certificates from dockerfile and adding mounted volume in docker-compose, this is connected with oom commit https://gerrit.onap.org/r/c/oom/+/92888
Issue-ID: VID-494
Change-Id: Ibf52542344ecf79fb947858329f37018731d2270
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 62a129a703f540835d74086ba475c81ef8f88705
- Merge "Bump VID version to 5.0.1"
- Bump VID version to 5.0.1
Issue-ID: VID-494
Change-Id: I0564a6ac162b82211733525133c6e1dadf1541c0
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 84183d258ee93a28e0f43e0ac65ed61e2bf3f069
- Correct link in info.yaml removal entry
Change-Id: I112a9130260627e96b01ff31a67b0c7aaa2fee14
Issue-ID: VID-502
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 5957a80435aebf3d684b97e9e28e73e89fb2f9ac
- 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: VID-568
Change-Id: Id89534f4fbd326ebcbe12857bce7e2d69bf73dfd
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to fa7374fa4e05f2a9bb8fe0ac85fb43a8c61c20a0
- tests - rename csar file names for alignment with code
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I5313de573f8077e3ddcea565c0d056c2cb5857a5
|
|
* Update docs/submodules/vid.git from branch 'master'
to 29ca338bd8db61a4dbf1547e9ae740bd4a7186ab
- Merge "Change out-of-the-box config to work on dev's environment"
- Change out-of-the-box config to work on dev's environment
1) Fill-up system.properties's missing fields, and same for
system_template.properties.
This modifies some SO endpoints, most significantly --
mso.restapi.vnf.instance is now
/serviceInstantiation/v7/serviceInstances/<service_instance_id>/vnfs
instead of
/serviceInstances/v6/<service_instance_id>/vnfs
2) Configure endpoint's to a local simulator's location:
* ecomp_rest_url in portal.properties
* mso.server.url, aai.server.url in system.properties
* asdc.client.rest.host in asdc.properties
3) Added always-on getSessionSlotCheckInterval in simulator.
Issue-ID: VID-564
Change-Id: Icc7bdc83ed65df3415a4b0f36f98291775909f49
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to eee375dc2f2a12ed2633e35557320f94844bcc89
- Merge "Upgrade pom files"
- Upgrade pom files
versions:use-latest-releases
Issue-ID: VID-512
Change-Id: I3bdc7ff06717776e4f15316cca623e8025066495
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 50ced1c69f4d5f6d06379450ea745f6ee146e7ab
- catch any Throwable when failed to register to simulator
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I553f8bf1fa657ce792ef690db95471de6f3658b3
|
|
* Update docs/submodules/vid.git from branch 'master'
to c939ac9eba0dba965fd0e61839676d8906ffeeeb
- Sonar Fix - ResourceType.java- Added field 'final' to the static variable
Fixed Sonar issues across the file
Issue-ID: VID-547
Change-Id: I1daa62cf2e30f5b0dbe142c7ea183f93fd7fb48f
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 2cdc93337249b83615858c18191731e4d1f5f0e2
- Merge "return this expression instead of assigning it to the temporary variable"
- return this expression instead of assigning it to the temporary variable
Issue-ID: VID-561
Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 473004576a53390a6eb57329012a724e7146383d
- Merge "Remove declaration of thrown exception"
- Remove declaration of thrown exception
Remove the declaration of thrown exception 'org.onap.vid.aai.exceptions.HttpClientBuilderException' which is a runtime exception.
Issue-ID: VID-559
Change-Id: I8fe8c29e3aa1d4b0b35522931057efa260c60206
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to ffec9b06034bd548d8fa136bd85d271565e845cd
- Merge "Remove useless trailing whitespace"
- Remove useless trailing whitespace
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: VID-565
Change-Id: If5647e94ea897bf42761a689d036a7229b34a500
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to ec3a49a1218046e53e5a93e15570525f877a5e1a
- Merge "Move this variable to comply with Java Code Conventions"
- Move this variable to comply with Java Code Conventions
Issue-ID: VID-561
Change-Id: I1c59d863eb93537177e84a3a10fed0862189191c
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 51640f9c931aa052dd01a0cd24fda279ced68142
- Move this variable to comply with Java Code Conventions
Issue-ID: VID-561
Change-Id: I7d3382d43a0484dbadea4d3285a235a628d84ffc
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 25c073d46559a2a06e939e0b26bbb27d14a4ea2c
- Merge "set VID to use internally UTC timezone"
- set VID to use internally UTC timezone
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I4b062d4a7ec68e564c46a094a75739dc9ad0355b
|
|
* Update docs/submodules/vid.git from branch 'master'
to 47cc63c50442005b3ac051d4c4e3037139b7f1e5
- Merge "return MsoResponseWrapper with null body in case of null response"
- return MsoResponseWrapper with null body in case of null response
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ia05237264557634f18ed868904cc68350a312fc1
|
|
* Update docs/submodules/vid.git from branch 'master'
to b3272c142193cd37f5dae7807e713819885d102d
- Merge "use epsdk 2.5.0 in VID"
- use epsdk 2.5.0 in VID
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Id483174b283a5f1eb6160982a446ccb223606c9e
|
|
* Update docs/submodules/vid.git from branch 'master'
to ad706d09442b1b1b6d2d8cff4042867ceea6b56f
- fix test getServiceModelALaCarteInstantiation
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I0d98886837cc67164b77f3407323ac45e3e126a4
|
|
* Update docs/submodules/vid.git from branch 'master'
to 392a01601a0dc99b47b63c02659d20b1d60d87c4
- Merge "Resolving VlanTagSubInterfaceTest#createSubInterface_validPopupDataAndUI beforeTest"
- Resolving VlanTagSubInterfaceTest#createSubInterface_validPopupDataAndUI beforeTest
Issue-ID: VID-566
Signed-off-by: RachelF <rachel.fishbein@intl.att.com>
Change-Id: I623835324593d1de3db08824dffe4c167264174b
|
|
* Update docs/submodules/vid.git from branch 'master'
to c030e6c89fa35d7fee49afd34bd1190995da98f8
- Sonar Fix - Group.java
Fixed Sonar issues accross the file
Issue-ID: VID-547
Change-Id: I128b69d6ddcf8b1198ffd42530d664c92dd13cc7
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 34f413dcc03e5ca582b694463196b7e21ca72bf9
- support more resource types in ServiceModelInflator
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I80ce2b81202ea08491f65fc47390f826b2b02d20
|
|
* Update docs/submodules/vid.git from branch 'master'
to 91ae6f75df40611e09b43bdb45476ea864e8e7fd
- Merge "add default exception handling to VidRestrictedBaseController"
- add default exception handling to VidRestrictedBaseController
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ie5bac35975257ad092c75e8e7e7dfd8fefa0363e
|
|
* Update docs/submodules/vid.git from branch 'master'
to f75a21abd69e73982eb43ccfa314f8f1436dcabf
- Remove the declaration of thrown exception
Remove the declaration of thrown exception 'org.onap.vid.aai.ExceptionWithRequestInfo' which is a runtime exception.
Issue-ID: VID-559
Change-Id: I275d7323d153c70fa515af4a0417fe0910ee451d
Signed-off-by: anushadasari <danush10@in.ibm.com>
- Remove Unused Import
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: VID-563
Change-Id: Id88ce00cca08b58e0ac4beb60026c9dae5dd892e
Signed-off-by: anushadasari <danush10@in.ibm.com>
- At most one statement is allowed per line
At most one statement is allowed per line, but 2 statements were found
on this line.
For better readability, do not put more than one statement on a single line.
Issue-ID: VID-562
Change-Id: Ibdae3413af96d49ce7a39e53d3af611e237cc16b
Signed-off-by: anushadasari <danush10@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 12b7509555b1932b90ed7889d62b100557b603eb
- Merge "removing unused ViewLog Controller and jsp"
- removing unused ViewLog Controller and jsp
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I7d5cdd0091e2c67adc617894386a58a89046880e
|
|
* Update docs/submodules/vid.git from branch 'master'
to 943d158b18264860870887f7b5a78bf41036ad10
- Merge "Use lcpRegionOptionId as value in resume"
- Use lcpRegionOptionId as value in resume
Issue-ID: VID-482
Signed-off-by: Rina Roi <rina.roi@intl.att.com>
Change-Id: Ibe617ba739db8e6217362a8009dedc9bd3465239
|
|
* Update docs/submodules/vid.git from branch 'master'
to 5e1f03fab614cf3e49fb3f990fe9c0b01ae2fd1b
- fix getNetworkListTest UT
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Id28c5b3062f45c217f0bfc93e6d2a7c6333d15c4
|
|
* Update docs/submodules/vid.git from branch 'master'
to d506921fc02e398dbe27f9ba113928e9264b1bdc
- Merge changes Iede12655,I73fcc78e
* changes:
add endpoints for getVpnList and getActiveNetworkList
use cache for retrieving all subscribers list
- add endpoints for getVpnList and getActiveNetworkList
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Iede126556df337b1ab70dd76c9452f4b51e11376
- use cache for retrieving all subscribers list
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I73fcc78ebbd8ee01349ecefa924c20014ca33907
|
|
* Update docs/submodules/vid.git from branch 'master'
to 0f4ce01009431809482c3d9fb041a565279242c7
- Sonar Critical: Make dateFormat an instance variable
Change-Id: I1f275c2b4b814afc7c50e02e756312ce6923efe0
Issue-ID: VID-535
Signed-off-by: nandkumar <np00602065@techmahindra.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to f20517410a174c82115e289320296d0d78f57a28
- fix tests by adding missing preset of get subscribers from AAI
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I6dc101b76089c32b8b9d2912a070b64bf01514ec
|
|
* Update docs/submodules/vid.git from branch 'master'
to 06d5164d29793c5e82f3596b2845ac84b39f44a8
- Sonar Fix- RoleGenaratorServiceImpl.java- Define a constant instead of duplicating this literal
Fixed Sonar issues accross the file
Issue-ID: VID-547
Change-Id: I91dc81916fc1c7843e0f5b723cdf47153e682592
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 3ba3f77b2daa129fb2379e932cf35277e827a51b
- Merge "Sonar Fix- CommandParentData.java- Move this variable to comply with Java Code Conventions"
- Sonar Fix- CommandParentData.java- Move this variable to comply with Java Code Conventions
Fixed Sonar issues accross the file
Issue-ID: VID-547
Change-Id: I104df866f1e4e8477c954942ae69fe647028e621
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 6da0213ac4747a37a1dde8007339ccf5e88f8554
- Sonar Fix- ProbeController.java- Reorder the modifiers to comply with the Java Language Specification
Fixed Sonar issues accross the file
Issue-ID: VID-547
Change-Id: I6240ae0bc339ba43b55b8a66609935bc63705c1d
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 14cee6a0d0d1fe5eefb7ccc1eace9fc4cbd8b2eb
- Merge "handle errors in change management and tenant isolation"
- handle errors in change management and tenant isolation
use more tolerance way for parsing responses from MSO so VID can handle
error responses with html body
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I72741ec1bf636a1200e8ecbd684ab1f3b2ab332a
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 6c8df5bb52b73edf176a03c1c018be196c295c79
- Upgrade Sonar and JaCoCo plugins to latest
Issue-ID: VID-425
Change-Id: Icb74dd406411e10ea48b9bee0a94e594db7308aa
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 84d0b4b11a1ae178a6759ce423ce2bd62315ce15
- Merge "Sonar Fix- ErrorReportController.java"
- Sonar Fix- ErrorReportController.java
Fixed Sonar Issues accross the file
Issue-ID: VID-547
Change-Id: I915b2d28050a864db5c2a2e9b0ccce4061f46cfd
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to c225907a254609cace40dba93d4aaf201a5d0253
- Sonar Fix- VnfDetails.java
Fixed Sonar Issues accross the file
Issue-ID: VID-547
Change-Id: I263ce5e172b68da20d537824794a3fae4455fde4
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to cb7fe66a62e83497925bd963b49a44d5951a7482
- Sonar Fix- AaiClientInterface.java-Remove this unused import
Fixed sonar issues accross the file
Issue-ID: VID-547
Change-Id: I3305f201e404d0e4b94f8a9eba428b03812592ed
Signed-off-by: dinesha <dineshgs@in.ibm.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to ce4838cf3836facbe397b25440922320b421141a
- change management return 400 handling NPE
return 400 internal status when exception is thrown during extracting serviceInstanceId
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I97f740de0a700f503d115033980f8e8366e806e7
|
|
* Update docs/submodules/vid.git from branch 'master'
to c459c7efeafd556333c46c65fc4fe2616d3ef532
- Remove web-filter for incoming scheduler requests
authentication can be handled in a different way like using AAF
(see 48b0c6ee)
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I68c664bc6a20ce4d8722558e00985b7638fed04b
|
|
* Update docs/submodules/vid.git from branch 'master'
to e8e72260254d2399279a1497c14abafc06018037
- align backend get aicZone response fields name with the frontend expectation
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ib43b5c75ce0c841aec6e4c42bef78354ddf30493
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 1ada8b67511f29e7d530073e1a612e568ba99c90
- Merge "Resolving some tests in CreatePortMirroringConfigurationTest by merging instantiate.html ecomp+onap"
- Resolving some tests in CreatePortMirroringConfigurationTest by merging instantiate.html ecomp+onap
Issue-ID: VID-546
Signed-off-by: RachelF <rachel.fishbein@intl.att.com>
Change-Id: Icf4ffd6c2eb26cb5cf5842f9d6bfb153431d136b
|
|
* Update docs/submodules/vid.git from branch 'master'
to 1ee6b52b2053204601f3c50464f4c5b4b758e811
- Resolving testAssociatePnf
Issue-ID: VID-543
Change-Id: Ib7d12d648f399096bf8d71b98249ff4994a156fc
Signed-off-by: RachelF <rachel.fishbein@intl.att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 6126ea252a460c22e89bc8ad5ab68ec62e45fbe5
- handling cloud owner and lcp region in create port mirroring configuration
Issue-ID: VID-482
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Id7aed0f44927b27b69287f513d24552cf2afc003
|
|
* Update docs/submodules/vid.git from branch 'master'
to 95ea3bac38467090417056254ef6e4b3165e27d7
- handling legacy region in vfModule resume
Issue-ID: VID-482
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: If0cca27729e2d7313fd1836191a35d223e276070
|
|
* Update docs/submodules/vid.git from branch 'master'
to 0a078bb56030f0311081b8a24b2977d8a52e331e
- Add flag for modern UI
Issue-ID: VID-544
Change-Id: Iad79353ff9f55416d87b5bef56e38dd01357003b
Signed-off-by: Rina Roi <rina.roi@intl.att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 1c4cea59f9190c8a96bcd40233df0559ed03af2f
- fix expected cloud owner in e2e AddNetworkTest
Issue-ID: VID-482
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Ieade85fa5652f1ade8058b60ef9f9ef80af28b8c
|
|
* Update docs/submodules/vid.git from branch 'master'
to f75ace38ec02707694f11e385a26c8fed32882ea
- Handling legacy region in vfModule creation
Issue-ID: VID-482
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I2c55587d86a77eb0c6c2fa410b212efb074894e2
|
|
* Update docs/submodules/vid.git from branch 'master'
to 2f1394c149cdbb61c0ac481a7580298b1ddd0829
- Fix /version endpoint (fixup)
Issue-ID: VID-507
Change-Id: I178063887b699997a2efa8df06bcdd0e94b2a411
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to ad28fa7ab9eda390ec0d816acf9eb17b145f9cef
- Bugfix: Revert soft-delete to restore VF-module deletion
Issue-ID: VID-503
Change-Id: I2c815288140116d0c5bd4630f2688132a033a16c
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to 0d37e2c3db490fac0b7b7e53612dbf9450bb2841
- Handle A&AI Service-Tree and add tests
Issue-ID: VID-378
Change-Id: Id1b86b77732768f9b497e2fcd29ee1665381ac57
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|