doc.git
6 years agoUpdated git submodules
Jimmy Forsyth [Mon, 23 Apr 2018 13:45:26 +0000 (09:45 -0400)]
Updated git submodules

Project: aai/aai-common master 4e213a78a72803b39715d89494709dc4bbfb2e0f

Fix v12 cloud-region with esr-system-info attr

Issue-ID: AAI-1090
Change-Id: I41912a801da31736d0501705c46fb9172e1f26dc
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
6 years agoUpdated git submodules
Matthieu Geerebaert [Mon, 23 Apr 2018 14:14:55 +0000 (14:14 +0000)]
Updated git submodules

Project: externalapi/nbi master 0d31f4100b577a231649e48e02ab7d96ce8a0699

Merge "fix NPE serviceOrder"

fix NPE serviceOrder

-test when relatedParty is not passed, get generic customer

Change-Id: Iebe542354c7ddf694c8d2b8e1b4aa3e03ce823f4
Issue-ID: EXTAPI-61
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
6 years agoUpdated git submodules
Matthieu Geerebaert [Mon, 23 Apr 2018 14:14:32 +0000 (14:14 +0000)]
Updated git submodules

Project: externalapi/nbi master 71e7ffef63a2e998541a4ba68f832ec5c7dfcb5f

Merge "fix NPE on NBI serviceInventory"

fix NPE on NBI serviceInventory

- test with service without vnf

Change-Id: If92057a04e2d3263876d87a54588b4b8ca53a8d0
Issue-ID: EXTAPI-69
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
6 years agoUpdated git submodules
NicolasLaplaud [Mon, 23 Apr 2018 13:46:34 +0000 (15:46 +0200)]
Updated git submodules

Project: externalapi/nbi master 4b6f47675f737facceac44d61db9f418925cbb43

Add requestorId in SO requestInfo in NBI request

 - Add requestorId in RequestInfo class
 - Manage SOTaskProcessor to value requestorId with "NBI"

Change-Id: Ie4a0b71bd3825d8dc458b6d2912682d0f188267c
Issue-ID: EXTAPI-66
Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com>
6 years agoUpdated git submodules
Rich Tabedzki [Mon, 23 Apr 2018 13:40:27 +0000 (09:40 -0400)]
Updated git submodules

Project: ccsdk/distribution master da1bdb2ec452a93a857a3435c1c477998cc90509

Fixing trustStore issues in AAI Client

Changes made:
* updated trustore.onap.client.jks to use latest AAF certificates
* updated aaiclient.properties file

Change-Id: I0eb06766983ae128fa9304fc62e5e8596b726b02
Issue-ID: CCSDK-247
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
6 years agoUpdated git submodules
Matthieu Geerebaert [Mon, 23 Apr 2018 13:33:57 +0000 (13:33 +0000)]
Updated git submodules

Project: externalapi/nbi master d4448d2d7a388ceefee8371e5d652f18f5000d81

Merge "Fix Missing requestDetails wrapper in SO payload"

Fix Missing requestDetails wrapper in SO payload

 - Add MSOPayload class to wrap RequestDetail json in the SO Request
 - Manage the new wrapper in SoClient and SOTaskProcessor

Change-Id: Ia7843ea24375321aaab98b624538814fdff1262e
Issue-ID: EXTAPI-67
Signed-off-by: NicolasLaplaud <nicolas.laplaud@orange.com>
6 years agoUpdated git submodules
Jimmy Forsyth [Mon, 23 Apr 2018 12:39:28 +0000 (08:39 -0400)]
Updated git submodules

Project: aai/aai-common master ab420f2f65bad464885a216fdd31ee73e68b54ff

Re-add esrSystemInfoList to cloudRegion

Issue-ID: AAI-1090
Change-Id: Ic5d84689a0aa33a2ba215f9fde4af650bef2d4eb
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
6 years agoUpdated git submodules
Matthieu Geerebaert [Mon, 23 Apr 2018 13:13:46 +0000 (13:13 +0000)]
Updated git submodules

Project: externalapi/nbi master 9fcb9f78249de1e8d0bbe47044b8706faa0970d0

Merge "fix NPE serviceOrder"

fix NPE serviceOrder

-when relatedParty is not passed, get generic customer

Change-Id: I5c2c0ef7e00f660cfb52bd55e25dc82148eafebd
Issue-ID: EXTAPI-61
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
6 years agoUpdated git submodules
Matthieu Geerebaert [Mon, 23 Apr 2018 12:49:05 +0000 (12:49 +0000)]
Updated git submodules

Project: externalapi/nbi master f5ba6d31b9349027c54f24a0e0f563f0b9e58728

Merge "fix NPE on serviceInventory -service without VNF"

fix NPE on serviceInventory
-service without VNF

Change-Id: Ia61b6d63e2a35197074e7df70917d2aa6f53ee96
Issue-ID: EXTAPI-69
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
6 years agoUpdated git submodules
Matthieu Geerebaert [Mon, 23 Apr 2018 12:35:44 +0000 (12:35 +0000)]
Updated git submodules

Project: externalapi/nbi master 21550f32a8b416dacf248bdd89c8af066e6157d3

Merge "Change SO endpoints URI"

Change SO endpoints URI

Change-Id: I110ce38c3752ef1bd70fa8783f0743377f2ce6de
Issue-ID: EXTAPI-62
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
6 years agoUpdated git submodules
liamfallon [Fri, 20 Apr 2018 20:08:12 +0000 (21:08 +0100)]
Updated git submodules

Project: policy/engine master d73f9545331d390ab3975840dea8c4a48beef498

Build fails when build host running web server

If the host on which the policy engine is running a web server that
respoonds with a HTTP response on the URL "http://localhost", the build
fails because one of the tests in ONAP-XACML expects a ConnectException
on this URL. When the URL returns a valid respose the test fails causing
the buld to fail.

This fix changes the URL to "http://localhost:54287", which I guess could
also exist but is much less liekly to exist.

Change-Id: I2f80d12a80d29a9bc7b2067f35c286f01c4d9550
Issue-ID: POLICY-700
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
6 years agoUpdated git submodules
Rene Robert [Mon, 23 Apr 2018 10:14:55 +0000 (10:14 +0000)]
Updated git submodules

Project: externalapi/nbi master 75bb5d29fb3d083b7f6df56a6953da55647de0ca

add some doc directories
Issue-ID: EXTAPI-74

Change-Id: I02840afce01b1c5be2c5015b9ae753676da4d370
Signed-off-by: Rene Robert <rene.robert@orange.com>
6 years agoUpdated git submodules
Sonsino, Ofir (os0695) [Mon, 23 Apr 2018 10:55:04 +0000 (13:55 +0300)]
Updated git submodules

Project: vid master ef681076dbc8071a9784e937f97f42a504696b06

AAI Customer list is empty fix

Change-Id: I7439c6f7bb18daddc297af1d83a53d576b8914a1
Issue-ID: VID-78
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
6 years agoUpdated git submodules
Seshu Kumar M [Mon, 23 Apr 2018 11:01:07 +0000 (11:01 +0000)]
Updated git submodules

Project: so master 95ae98d77bde33f3ddffa1d321bab79781bbf4b8

Merge "Sonar Major Bug Fixing"

Sonar Major Bug Fixing

File: MsoVnfAdapterImpl.java
Sonar Link:
https://sonar.onap.org/project/issues?assigned=false&id=org.onap.so%3Aso&open=AWHCr-UwEU5FCDfKtmD4&resolved=false&rules=squid%3AS1481&severities=MAJOR
Location:
src/main/java/org/openecomp/mso/adapters/vnf/MsoVnfAdapterImpl.java
Line No:L1888

File: E2EServiceInstances.java
Sonar Link:
https://sonar.onap.org/project/issues?assigned=false&id=org.onap.so%3Aso&open=AWHCr-iMEU5FCDfKtmO-&resolved=false&rules=squid%3AS1481&severities=MAJOR
Location:
src/main/java/org/openecomp/mso/apihandlerinfra/E2EServiceInstances.java
Line No:L1326

File: MsoRequest.java
Sonar Link:
https://sonar.onap.org/project/issues?assigned=false&id=org.onap.so%3Aso&open=AWHCr-jXEU5FCDfKtmSQ&resolved=false&rules=squid%3AS1481&severities=MAJOR
Location:
src/main/java/org/openecomp/mso/apihandlerinfra/MsoRequest.java
Line No:L916

File: SdncUnderlayVpnOperationClient.java
Sonar Link:
https://sonar.onap.org/project/issues?assigned=false&id=org.onap.so%3Aso&open=AWIP10X8RGy6eclHDJ5J&resolved=false&rules=squid%3AS1481&severities=MAJOR
Location:
src/main/java/org/opencomp/mso/bpmn/infrastructure/workflow/serviceTask/SdncUnderlayVpnOperationClient.java
Line No:L70

Change-Id: Id2548cb7e9ef2a916d5adbd93fa5ded4fba6d7ab
Issue-ID: SO-582
Signed-off-by: Sumapriya <SS00493505@techmahindra.com>
6 years agoUpdated git submodules
maopeng zhang [Mon, 23 Apr 2018 10:54:08 +0000 (10:54 +0000)]
Updated git submodules

Project: so master c603622f7736b2c00cef98846d01fd606297c176

Merge "Add 'not found in AAI' for updateE2E syncresponse"

Add 'not found in AAI' for updateE2E syncresponse

add 'operaterID'  input para to call deleteE2Em

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064308
Issue-ID: SO-578
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
6 years agoUpdated git submodules
subhash kumar singh [Mon, 23 Apr 2018 10:53:03 +0000 (10:53 +0000)]
Updated git submodules

Project: cli master 9a8e8bcdf504a676cf43a825ab549e60ea3180b6

Merge changes I085974b3,Ib7f9b5e3,I16180d98,Ifaa3c464

* changes:
  Update web command console with latest image
  Update CLI shell with latest snapshot
  Update CLI home page
  Update portal CLI app image

Update web command console with latest image

Issue-ID: CLI-108

Change-Id: I085974b3d00262d75c1b00e73c1b6c051da0bfd6
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Update CLI shell with latest snapshot

Issue-ID: CLI-108

Change-Id: Ib7f9b5e30c376b283d2dfbe583bc6926e7d5fab3
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Update CLI home page

Issue-ID: CLI-108

Change-Id: I16180d988d6b4cc3032c80cecf5221fcd5f86055
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Update portal CLI app image

Issue-ID: CLI-108

Change-Id: Ifaa3c4647fb7b1dd49ed35fd50eef19602325eff
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Mon, 23 Apr 2018 06:38:26 +0000 (12:08 +0530)]
Updated git submodules

Project: cli master 72dabc9f2dd9627ba19716312c922fdc129aaa50

Fix the pnf onboarding guide

Issue-ID: CLI-107

Change-Id: I224493f57be763a2de3d39271d029043ad417abf
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Set console port to 9090

Issue-ID: CLI-107

Change-Id: I0a6b093bc58cf35db0b9fb60740fcfdb1d014b4b
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Update node type search cmds docs

Issue-ID: CLI-100

Change-Id: I196f36eacf8bdece90e8d6c22e47db3fa3628370
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Update generic serarch cli docs

Issue-ID: CLI-100

Change-Id: Ib85089cdb8f8a558648a34c6ebff169aa46c9787
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
zhangab [Mon, 23 Apr 2018 09:51:09 +0000 (17:51 +0800)]
Updated git submodules

Project: usecase-ui master 45e1f95014548aa05120d2c304b0b920b46e79e3

delete useless java code

Change-Id: I9732a97e9e3fedda48eb32c476393d8617349275
Issue-ID: USECASEUI-103
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Tue, 10 Apr 2018 11:14:49 +0000 (16:44 +0530)]
Updated git submodules

Project: cli master 09b4079f95ef21e25d5b210cc12c119a324ccf4b

Rename logical link

Issue-ID: CLI-100

Change-Id: I68d840db0a29f3720d57b745833a4a7b3afadfdd
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fix service model creation with correct host user

Issue-ID: CLI-100

Change-Id: I717c8b822c93260ed2a1b06003e6e473333cc783
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Tue, 10 Apr 2018 11:02:13 +0000 (16:32 +0530)]
Updated git submodules

Project: cli master 98419c1e93ce3c5a21048b613f854780dc0da760

Fix vf model creation with correct host username

Issue-ID: CLI-100

Change-Id: I2216d42b05d8f3fdf968c6ffd7b3cba4efb42637
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Ignore param validation for is_include=false

Issue-ID: CLI-100

Change-Id: Ie11a2b409ab71b1c74299e2de4433decc08f6289
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Remove samples validation from verification

Issue-ID: CLI-100

Change-Id: I82d6d631e736921b76c06e9e5d4ce74dce00f6c1
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add license headers and improves help for CLI cmds

Issue-ID: CLI-100

Change-Id: I43a7d310afae4a3bbda699c443e8ba1a8a283575
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
More Console details provided

Issue-ID: CLI-100

Change-Id: I7c7a122e875da1d71c07b5fc4587273f245aa837
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fix spelling in http profile

Issue-ID: CLI-100

Change-Id: I252b65fdf87b3576bb9d75e65f9d6a322c41fe42
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fix the spell errors in bejing docs

Issue-ID: CLI-100

Change-Id: If9eff26db68017f4634ab2552f98ea587fb728cb
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Improve the ONAP amsterdam docs

Issue-ID: CLI-100

Change-Id: I2cedec1993d474fa9557d83615d0568a9cdea5b2
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
maopeng zhang [Mon, 23 Apr 2018 09:12:38 +0000 (09:12 +0000)]
Updated git submodules

Project: so master 2b544715bd299ec1d45ca55f79f0e88646f8f600

Merge "Update resource UUids for resource status"

Update resource UUids for resource status

Update resource UUids for resource status

Change-Id: I37bd5f9c6a2b30695b39e78dc64ab219831a3828
Issue-ID: SO-587
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoUpdated git submodules
svishnev [Mon, 23 Apr 2018 07:10:51 +0000 (10:10 +0300)]
Updated git submodules

Project: sdc master 6553339f446abdef8acb1d9969d6ab90aebffd8e

validation btn & validation screen fix

Issue-ID: SDC-1237
Change-Id: I032476dd47817febb449c51ce8e46db8f3d395be
Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
6 years agoUpdated git submodules
Seshu Kumar M [Mon, 23 Apr 2018 08:44:47 +0000 (08:44 +0000)]
Updated git submodules

Project: so master 58dd35b739d5a141467866580b95e30aff03b4f2

Merge "Added canceling subsription to pnf-pnp workflow"

Added canceling subsription to pnf-pnp workflow

Change-Id: I0997943668b29a89565bbf83a40462a690d4a414
Issue-ID: SO-506
Signed-off-by: biniek <lukasz.biniek@nokia.com>
6 years agoUpdated git submodules
Seshu Kumar M [Mon, 23 Apr 2018 08:43:18 +0000 (08:43 +0000)]
Updated git submodules

Project: so master b38bdc6dfe05d2a233a63cf21784864fae3fb818

Merge "Sonar-Critical Bug Fixing"

Sonar-Critical Bug Fixing

File:RestfulUtil.java
Line:L85
Sonar Link:
https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL

File:E2EServiceInstances.java
Line:L263 L1059
Sonar Link:
https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL

File:OrchestrationRequests.java
Line:L343
Sonar Link:
https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL

File:ASDCConfiguration.java
Line:L286 L378
SonarLink:
https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL

File:ResourceInput.java
Line:L287
Sonar Link:
https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL

File:ResourceRecipeRequest.java
Line:L136
Sonar Link:
https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL

File:ResourceRequestBuilder.java
Line:L108 L214
Sonar Link:
https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL

File:CheckAaiForCorrelationIdDelegate.java
Line:L70
Sonar Link:
https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL

File:AbstractSdncOperationTask.java
Line:L359
Sonar Link:
https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL

File:DmaapClient.java
Line:L62
Sonar Link:
https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL

File:HasAnnotationPropertyWithValueMatcher.java
Line:L60
Sonar Link:
https://sonar.onap.org/issues?assigned=false&projectUuids=AWHCr9eDWid2ybiDeORt&resolved=false&rules=squid%3AS1166&severities=BLOCKER%2CCRITICAL

Change-Id: Ic168a118790c31850a9f32f98465be5d52b8c96f
Issue-ID: SO-581
Signed-off-by: AS00465059 <AS00465059@techmahindra.com>
6 years agoUpdated git submodules
c00149107 [Mon, 23 Apr 2018 03:37:23 +0000 (11:37 +0800)]
Updated git submodules

Project: so master 8fa2659ec0f0b94f22f5caa5d7e61048be18068c

Update response for delete e2e service

Update response for delete e2e service

Change-Id: I8cd96981e085111e55211e8a24cb3b2cebe7ef9a
Issue-ID: SO-587
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Fri, 20 Apr 2018 12:51:50 +0000 (18:21 +0530)]
Updated git submodules

Project: cli master 51b8e147e8882031d67f3af70e050e8c4f265c3b

Remove beijing entries from amsterdam cli help doc

Issue-ID: CLI-100

Change-Id: I06e5bd2c9b146c153e9dfac09b6ed1d876e79bbc
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fix open-cli title in cli help doc

Issue-ID: CLI-100

Change-Id: I56daedf3257e989da14dea241d32e94b7fecd3dc
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fails to clears interactive args list

Issue-ID: CLI-100

Change-Id: I52252ec472c4b0d3427b6a5a6f5518f8e1b9d8ac
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
Denes Nemeth [Sat, 21 Apr 2018 13:45:59 +0000 (15:45 +0200)]
Updated git submodules

Project: aai/esr-server master 0f4323b10cab6300c42fd236598bfe5668a64d44

Fix HTTP protocol used over HTTPS port

Change-Id: I24ebeb65e2cd1d0177dbd7f826d0275ce235dea7
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: MSB-195

6 years agoUpdated git submodules
Varma, Vikas (vv8305) [Sun, 22 Apr 2018 20:55:22 +0000 (16:55 -0400)]
Updated git submodules

Project: optf/osdf master 2c9200329228e1b7b6991f3cae5f775e0b06426c

Fixing the docker file to set default python exec

Change-Id: I3bd6f16b85ada4111585818a3009de75f7294665
Issue-ID: OPTFRA-221
Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
6 years agoUpdated git submodules
sheetalm [Wed, 18 Apr 2018 05:51:26 +0000 (11:21 +0530)]
Updated git submodules

Project: sdc master aafdcc2c4373806401de81ae4cc32fa4c66cabd2

ActivitySpec-Change the base images in dockerfile

Change the base images in dockerfile
Use cqlsh on alpine base image instead of onap/cqlsh.
Remove default 9042 port since this image works on 9160
Default port to 9160
Add version to jetty base image

Change-Id: I88a631174801769452551d3607fe744a831068a4
Issue-ID: SDC-1048
Signed-off-by: sheetalm <sheetal.mudholkar@amdocs.com>
6 years agoUpdated git submodules
Sonsino, Ofir (os0695) [Sun, 22 Apr 2018 16:07:03 +0000 (19:07 +0300)]
Updated git submodules

Project: vid master 09c9bb185c52e21f69ad3ad8b18c13ce8428359a

Point to SO v6

Change-Id: I79d480f40ba974de4164e62c6189278930fd7cde
Issue-ID: VID-215
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
6 years agoUpdated git submodules
Sonsino, Ofir (os0695) [Sun, 22 Apr 2018 14:51:39 +0000 (17:51 +0300)]
Updated git submodules

Project: vid master ba6de666a6bc7860cb272bc9f4357e8c0f188e85

Scale out use case

Change-Id: If0d42935185d3e4393a2607916c3046b4ebe41c6
Issue-ID: VID-188
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
6 years agoUpdated git submodules
Jack Lucas [Fri, 20 Apr 2018 18:51:34 +0000 (18:51 +0000)]
Updated git submodules

Project: oom master b92fe601439adf84e3ac8f3bb7f753c7f2c5620e

Add DCAE healthcheck

Change-Id: Icd3839ae7570547550cf9a3df3a129181f187f24
Issue-ID: DCAEGEN2-461
Signed-off-by: Jack Lucas <jflucas@research.att.com>
6 years agoUpdated git submodules
eleonorali [Tue, 17 Apr 2018 10:48:25 +0000 (13:48 +0300)]
Updated git submodules

Project: sdc master 669c984de1c9b0dcf1dcd25e62ac611e4d3ff1c3

SIROV - add parent heat name for volume

SIROV - add Low Test for Volume associated to Nested

Change-Id: I9ea70d27be7b87eb12205f8f94eaa193d22957e3
Issue-ID: SDC-996
Signed-off-by: eleonorali <eleonoral@amdocs.com>
6 years agoUpdated git submodules
ojasdubey [Thu, 19 Apr 2018 09:07:10 +0000 (14:37 +0530)]
Updated git submodules

Project: sdc master 5fbe9fa818ce9a3f254501615bb6cad8a5e5e2cb

Fixed BDD test failure due to
updated test data

Updated the order of expected test data

Change-Id: I596ffd93eab9a6357bff3d080d88e786a0997dec
Issue-ID: SDC-1110
Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
6 years agoUpdated git submodules
svishnev [Sun, 22 Apr 2018 11:14:31 +0000 (14:14 +0300)]
Updated git submodules

Project: sdc master 57c5c4ab80cde4290cac97a6eba3dc7de280538a

attachment page navigation fix

Issue-ID: SDC-1239
Change-Id: Ib597238233e9a035944b7a56a56601cdfd624ca2
Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
6 years agoUpdated git submodules
mojahidi [Tue, 10 Apr 2018 07:02:47 +0000 (12:32 +0530)]
Updated git submodules

Project: sdc master eb4b9fb0f4d3b62f3b9e2da81ebe581e7d0fc6eb

Fixed Review Comments - operation Business logic

Added interface operation Business logic and  amended validation logic

Change-Id: Ia98c625d732a31b03dec2d24504ecabb367e0582
Issue-ID: SDC-1060
Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
6 years agoUpdated git submodules
talig [Sun, 22 Apr 2018 08:04:16 +0000 (11:04 +0300)]
Updated git submodules

Project: sdc master 4182fc36985570881dba09680d4a4bbd8d946a79

List items filters flow tests

Change-Id: Id843c02e5d328a61e0c6b3e713d962e7edfa197f
Issue-ID: SDC-1213
Signed-off-by: talig <talig@amdocs.com>
6 years agoUpdated git submodules
siddharth0905 [Fri, 20 Apr 2018 06:59:22 +0000 (12:29 +0530)]
Updated git submodules

Project: sdc master 189ea57b899a346f5af26ddc88eff7a12611b560

Healing getting failed

Due to previous build changes healing was failing

Change-Id: I6acdc323399862ee37d6e206825097040dd1daf6
Issue-ID: SDC-1244
Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
6 years agoUpdated git submodules
Chuanyu Chen [Sun, 22 Apr 2018 06:22:31 +0000 (06:22 +0000)]
Updated git submodules

Project: so master f39f72df5f0953cfb681c86767d4cee773938004

Merge "UpdateAAI lost serviceInstVersion and modeluuid"

UpdateAAI lost serviceInstVersion and modeluuid

bpmn ExclusiveGateway usage bug fix

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064307
Issue-ID: SO-578
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
6 years agoUpdated git submodules
Seshu Kumar M [Sun, 22 Apr 2018 03:00:55 +0000 (03:00 +0000)]
Updated git submodules

Project: so master 54c41267ed3bf769b00875128fa5a9021411e1c1

Merge "Fix request parameter building for sdnc resource"

Fix request parameter building for sdnc resource

Fix request parameter building for sdnc resource

Change-Id: Ib87c08e31837ec9f2c10bcfe9ce7caccfb3f461e
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
6 years agoUpdated git submodules
c00149107 [Sat, 21 Apr 2018 07:40:05 +0000 (15:40 +0800)]
Updated git submodules

Project: so master 7ded7cc8a1c4282e4cc84d4f82f73491f0bf3f08

Recipe param xsd support

Recipe param xsd support

Change-Id: I561d98358a76f1007b979cdf6753d2f3b7754991
Issue-ID: SO-583
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoUpdated git submodules
Gao Weitao [Sat, 21 Apr 2018 09:10:17 +0000 (09:10 +0000)]
Updated git submodules

Project: vfc/nfvo/driver/vnfm/svnfm master 8061fe4d9ccbbd20ee18fc8c209216d776d200eb

Merge "addvnf support emsUuid"

addvnf support emsUuid

Change-Id: Ie77988a5bd10847bd45fe404c0344ac169d638bb
Issue-ID: VFC-868
Signed-off-by: liuqian <liuqian13@huawei.com>
6 years agoUpdated git submodules
Gao Weitao [Sat, 21 Apr 2018 09:10:09 +0000 (09:10 +0000)]
Updated git submodules

Project: vfc/nfvo/driver/vnfm/svnfm master ef890d3b0f4ce1068aabc2fa05d72eff9559d43d

Merge "addvnf support emsUuid"

addvnf support emsUuid

Change-Id: I0826c2c072fcb41338acafd4e181cdac320b7f88
Issue-ID: VFC-868
Signed-off-by: liuqian <liuqian13@huawei.com>
6 years agoUpdated git submodules
Gary Wu [Sat, 21 Apr 2018 04:35:44 +0000 (04:35 +0000)]
Updated git submodules

Project: integration master f56edd41357357b396b190404b34ca458f7ae917

Merge "Update APPC CSIT Nitrogen ODL release support"

Update APPC CSIT Nitrogen ODL release support

Change dgbuilder image location to remove SNAPSHOT.

Change-Id: I5a17229f5ff551494ed6b1aefd39736b3d9b3f21
Issue-ID: APPC-851
Signed-off-by: Aaron Hay <ah415j@att.com>
6 years agoUpdated git submodules
Gary Wu [Sat, 21 Apr 2018 04:35:30 +0000 (04:35 +0000)]
Updated git submodules

Project: integration master 67082adc46797be20d1d4c8ac2ed7b7206d33079

Merge "Added functional tests for unauthenticated MR"

Added functional tests for unauthenticated MR

NOTE: because these tests are all related, this commit
also addresses DMAAP-294,495, 297, 301 and 302.

Change-Id: I862f459e34517c838413728e6193e53a5ab20bc3
Signed-off-by: Dominic Lunanuova <dgl@research.att.com>
Issue-ID: DMAAP-293

6 years agoUpdated git submodules
Gary Wu [Sat, 21 Apr 2018 04:34:59 +0000 (04:34 +0000)]
Updated git submodules

Project: integration master f6a5fa3fff39f5d297c17067a5d3846b6682dd8a

Merge "Add HPA and VimFit test cases"

Add HPA and VimFit test cases

Issue-ID: OPTFRA-220

Change-Id: I58cb98817b1dfa3674e93cd97c29b6898ee843fa
Signed-off-by: Leonardo Bellini <leonardo.bellini@att.com>
6 years agoUpdated git submodules
Chuanyu Chen [Sat, 21 Apr 2018 02:47:21 +0000 (02:47 +0000)]
Updated git submodules

Project: so master 479d72f82afa3b2a84c68358f2462a5d9cb4e0e9

Merge "Replace ecomp tag with onap"

Replace ecomp tag with onap

Replace ecomp tag with onap

Change-Id: I1dd6e652eaec2597e410c53b078ce45f3100fc1e
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
6 years agoUpdated git submodules
Chuanyu Chen [Sat, 21 Apr 2018 02:47:13 +0000 (02:47 +0000)]
Updated git submodules

Project: so master 10391eb68e193f55f361537ecce12d9476f5a896

Merge "Fix input for SDNC resource creaation"

Fix input for SDNC resource creaation

Fix version id and model name.
Fix input param for sdnc resource request.

Change-Id: I6ade488aec061c9bf4dc0cd04e124896a71571be
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
6 years agoUpdated git submodules
Mike Elliott [Fri, 20 Apr 2018 22:02:57 +0000 (18:02 -0400)]
Updated git submodules

Project: oom master 3ec3a8e585388ff5a38dfecc7236f00e6d4cbba4

Revert policy keystore

See comment posted April 20th at 5:46pm under patch https://gerrit.onap.org/r/#/c/43601/
for details.

Change-Id: I5b669b02b9b5a3a95aa7040847153564807d05df
Issue-ID: POLICY-747
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agoUpdated git submodules
Ryan Young [Fri, 20 Apr 2018 20:10:38 +0000 (16:10 -0400)]
Updated git submodules

Project: appc/deployment master e0c40e9818525ba2f3c66d247960f9b6ab5f3dad

Update AAF configuration for ODL Nitrogen

Change-Id: I79455114a585f637a80be34beb9ae358dce4b9b1
Signed-off-by: Ryan Young <ry303t@att.com>
Issue-ID: APPC-404

6 years agoUpdated git submodules
Ram Koya [Fri, 20 Apr 2018 19:59:20 +0000 (19:59 +0000)]
Updated git submodules

Project: dmaap/messagerouter/messageservice master 0643517a9fd0d4d23ebef740e2b3cc18f41c9318

Merge "Proposal of new docker compose file"

Proposal of new docker compose file

Issue-ID: DMAAP-366
Change-Id: I9a7cae61d2095ce9c030ad92e6e60630d36be9b6
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
6 years agoUpdated git submodules
Mike Elliott [Fri, 20 Apr 2018 19:00:28 +0000 (19:00 +0000)]
Updated git submodules

Project: oom master 126822ffc4ab3de82450fb0db574a38cb8be41b3

Merge "Support truststore with AAF root certs"

Support truststore with AAF root certs

Change-Id: Ib7f2e9ee556dd040b097e6f47453de6e231a56c8
Issue-ID: POLICY-747
Signed-off-by: Jorge Hernandez <jh1730@att.com>
6 years agoUpdated git submodules
Mandeep Khinda [Fri, 20 Apr 2018 18:59:07 +0000 (18:59 +0000)]
Updated git submodules

Project: oom master 214d1cd3201e1778e1545bb9df03a0e447fcfd8c

Merge "Fix startODL.sh"

Fix startODL.sh

Issue-ID: SDNC-286

Change-Id: I223e97c634deac5d235701f30e755b86b13a27ad
Signed-off-by: Trevor Tait <rtait@amdocs.com>
6 years agoUpdated git submodules
Mike Elliott [Fri, 20 Apr 2018 18:26:53 +0000 (18:26 +0000)]
Updated git submodules

Project: oom master df82a596ddec19bdb16af3b1673cbf149b339573

Merge "getting portal-cassandra music to start"

getting portal-cassandra music to start

-Fixed pv/pvc problem.
-The docker image changed so that it was not chown'ng files
 coupled with the tweaks to the mount directory this fixes
 the read-only file system issue.

-The portal-cassandra container is not considered running yet by K8s though
 Port 9160 is not opened so the liveness probe will tear it down unless it is
 disabled by the person deploying the chart.

Issue-ID: OOM-900

Change-Id: I004fcb77c70db92679c10c7488594cb3000a11d9
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
6 years agoUpdated git submodules
Shankaranarayanan Puzhavakath Narayanan [Fri, 20 Apr 2018 17:22:17 +0000 (17:22 +0000)]
Updated git submodules

Project: optf/has master 016136075c9eaa351afc3fd8613233ae8a3db260

Merge "Add postman scripts for HPA mannual testing"

Add postman scripts for HPA mannual testing

Add postman scripts for HPA mannual testing on attribute "mandatory"

Change-Id: I9f4fa53891b6b7ac3275f71a4ba849f0c0bd0081
Issue-ID: OPTFRA-169
Signed-off-by: Ying Ruoyu <ruoyu.ying@intel.com>
6 years agoUpdated git submodules
Instrumental [Fri, 20 Apr 2018 16:08:24 +0000 (11:08 -0500)]
Updated git submodules

Project: aaf/authz master 720bf4dd8373c735f0d05e888da767a4d4d44031

Assembly for CMAgent

Issue-ID: AAF-256
Change-Id: I344a32aaf35b1faa8037b7e1d6f5cd22c55bbcab
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
6 years agoUpdated git submodules
Patrick Brady [Fri, 20 Apr 2018 03:35:41 +0000 (20:35 -0700)]
Updated git submodules

Project: appc/deployment master 388a3ee7b560154cabcbc791f8c6fa20df3deca4

Install ODL Host Key

Make the same change that was made in ccsdk to fix the
bug in ODL where the client cannot be accessed after a
restart.

Change-Id: Id047509172f2883338f4c6fca5bd9ca7d21d0101
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: CCSDK-241

6 years agoUpdated git submodules
Ying Ruoyu [Thu, 19 Apr 2018 11:47:07 +0000 (19:47 +0800)]
Updated git submodules

Project: optf/has master 991dff92787e78d05c66ebebe0f50caa07dac78d

Updated Postman for HPA-Conductor

Revise parameter value and add more test cases

Change-Id: I5eff8e13f7901071299f5816829de6340e09e5fb
Issue-ID: OPTFRA-169
Signed-off-by: Ying Ruoyu <ruoyu.ying@intel.com>
6 years agoUpdated git submodules
Instrumental [Fri, 20 Apr 2018 15:38:26 +0000 (10:38 -0500)]
Updated git submodules

Project: aaf/authz master 4094dee63ac8324fdc47a8b8b04d99a0227b7ba6

Add missing jar compiles

Issue-ID: AAF-256
Change-Id: Iafdfb11fca2455a0b062447a4a4bbf6b13cf11e0
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
6 years agoUpdated git submodules
xg353y [Fri, 20 Apr 2018 14:44:09 +0000 (16:44 +0200)]
Updated git submodules

Project: clamp master eb3342f16c870cedb37b27d01d37bd2d83530c25

Rollback port no.

Roll back the default port for policy, sdc and dcae

Issue-ID: CLAMP-153
Change-Id: I750def8dabd0d45eda1c68fb592259cf8cfb7cbd
Signed-off-by: xg353y <xg353y@intl.att.com>
6 years agoUpdated git submodules
Bharath Balasubramanian [Fri, 20 Apr 2018 14:55:03 +0000 (14:55 +0000)]
Updated git submodules

Project: music master 193f937a5df3cbe476428e25601d47496b629820

Merge "Pin jnr-unixsocket for Docker plugin to 0.13"

Pin jnr-unixsocket for Docker plugin to 0.13

The current verison of jnr-unixsocket is 0.12 from the Docker
plugin however in order to be able the images for ARM64, it needs
the newer version which has support for it.

There is work upstream to switch the version to 0.18[0] however
it seems that this is still pending, so we can pin it for now until
that merges.

[0]: https://github.com/fabric8io/docker-maven-plugin/pull/770

Change-Id: Ia69b1b1807e79cbc50bd12dbb7dd7f9f3d60cfc9
Issue-ID: CIMAN-154
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
6 years agoUpdated git submodules
Shashank Kumar Shankar [Thu, 29 Mar 2018 16:40:12 +0000 (09:40 -0700)]
Updated git submodules

Project: music/distributed-kv-store master 9572f152aca0945cc104576054f36950363b9dac

Add TODO comments for removing global endpoints

Change-Id: I1d4b1c15a0bf027d4ebeae4298a46a495405b15f
Issue-ID: MUSIC-55
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
6 years agoUpdated git submodules
Herb Patten [Fri, 20 Apr 2018 14:12:52 +0000 (14:12 +0000)]
Updated git submodules

Project: vnfrqts/requirements master 45a2c72575a671f64743ae4d324ad4f8ffd2c948

Merge "VNFRQTS - Fixing updates from Mngmnt"

VNFRQTS - Fixing updates from Mngmnt

Updates that were made to Chapter 7 and needed updates in Appendix.

Change-Id: I35328495f3e725dbc49c98e4a569e069eaee6314
Issue-ID: VNFRQTS-198
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
6 years agoUpdated git submodules
Bozawglanian, Hagop (hb755d) [Thu, 19 Apr 2018 20:29:59 +0000 (20:29 +0000)]
Updated git submodules

Project: vnfrqts/requirements master 0c94fec2f34cd5e2eafb3f3104fc9f70be1879c6

VNFRQTS - Update Requirements in Ch 7 to xNF

Updating the requirements to xNF to reflect what type of provider it can have.

Change-Id: I4a83414b165b420bd6d3176930ae8a8af9971e96
Issue-ID: VNFRQTS-189
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
6 years agoUpdated git submodules
Seshu Kumar M [Fri, 20 Apr 2018 13:30:39 +0000 (13:30 +0000)]
Updated git submodules

Project: so master 57ed304820f55f47294a5c9a661c2f2387faab29

Merge "Add INFO.yaml file"

Add INFO.yaml file

Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information

Change-Id: I8185b6c8733709495e189afa99e0c57a87c260b7
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoUpdated git submodules
Seshu Kumar M [Fri, 20 Apr 2018 13:29:32 +0000 (13:29 +0000)]
Updated git submodules

Project: so master 0b12b402e4eea0b404d4df9ea46006240e578e20

Merge "Update create flow for E2E service"

Update create flow for E2E service

Update create generic flow for E2E service

Change-Id: I7f5c912348ce0d0ee9035aa3a5e34979ee14b247
Issue-ID: SO-583
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoUpdated git submodules
Rene Robert [Fri, 20 Apr 2018 13:12:45 +0000 (13:12 +0000)]
Updated git submodules

Project: externalapi/nbi master c371fc9d8dd18b9cbdefeb4f2c48b67b99acde20

nbi doc update
Issue-ID: EXTAPI-74

Change-Id: Iedf3bad3ac690a3e2e2ffbb77bff6bc5aee20323
Signed-off-by: Rene Robert <rene.robert@orange.com>
6 years agoUpdated git submodules
Jimmy Forsyth [Fri, 20 Apr 2018 12:21:33 +0000 (08:21 -0400)]
Updated git submodules

Project: aai/aai-common master 126cdab82d4a42ec5b3324955f197f6832050d8a

Increment patch version in version.props

Issue-ID: AAI-1088
Change-Id: Ie7dcebb9169e51b172b1c9a56770712de8031655
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
6 years agoUpdated git submodules
Instrumental [Fri, 20 Apr 2018 12:07:26 +0000 (07:07 -0500)]
Updated git submodules

Project: aaf/authz master 80289990b4f5aa507c8bcef128509d2bd7802b8b

remove init.cql from .gitignore

Issue-ID: AAF-256
Change-Id: Ie685b4c0634b258eb57c61819b49e9b6f9af16c7
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
6 years agoUpdated git submodules
Chuanyu Chen [Fri, 20 Apr 2018 11:26:53 +0000 (11:26 +0000)]
Updated git submodules

Project: so master 65e70d784c302bff2b5c25e43a82aa8f2b52bb65

Merge "move comparemodel before syncresponse updateE2E"

move comparemodel before syncresponse updateE2E

deleteE2EServiceInstance excution param type def

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064306
Issue-ID: SO-578
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
6 years agoUpdated git submodules
Seshu Kumar M [Fri, 20 Apr 2018 10:49:13 +0000 (10:49 +0000)]
Updated git submodules

Project: so master 2077d841dcad32a9b703ab84a685fbe173dae7ed

Merge "updateE2EServiceInstance error staus conflict"

updateE2EServiceInstance error staus conflict

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064305
Issue-ID: SO-578
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
6 years agoUpdated git submodules
Seshu Kumar M [Fri, 20 Apr 2018 10:46:45 +0000 (10:46 +0000)]
Updated git submodules

Project: so master 8afda7627dc01dd51df4b04c91fe3df982d0541c

Merge "MsoVnfPluginAdapterImpl exception handler error"

MsoVnfPluginAdapterImpl exception handler error

MsoVnfPluginAdapterImpl.java

Sonar link:
https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-vnf-adapter%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fadapters%2Fvnf%2FMsoVnfPluginAdapterImpl.java

Change-Id: I432ccb11effd5b627558cadd0e082cc0bf2235a0
Issue-ID: SO-571
Signed-off-by: sanchitap <sanchita@techmahindra.com>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Thu, 12 Apr 2018 04:25:22 +0000 (09:55 +0530)]
Updated git submodules

Project: cli master b40d11e8a7fa8b966848911fe2f36adfea9161e1

License: Add header

Change-Id: I49b1ec27a4eee38fe13e37af4d666b04b731ce0f
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
License: Add header

Change-Id: I278064d11b53435a6b6c40769b6600dc4661a57a
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
Chuanyu Chen [Fri, 20 Apr 2018 08:08:47 +0000 (08:08 +0000)]
Updated git submodules

Project: so master 2423f98c6af1baa5907b4fa3b27a7ec8057a4f50

Merge "Fix Database update for SDNC resource"

Fix Database update for SDNC resource

Fix Database update for SDNC resource

Change-Id: Ia7284510f6a9e802d3f3d5520ead3d63bb1f7ba0
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
6 years agoUpdated git submodules
Chuanyu Chen [Fri, 20 Apr 2018 08:08:37 +0000 (08:08 +0000)]
Updated git submodules

Project: so master 89a67c80db98763db66bfc5af0d14518471080bc

Merge "Fix the operation id for db update"

Fix the operation id for db update

Fix the operation id for db update

Change-Id: I97cd5c1d6ed86a1a1c8a348cd7e8e741ea84d092
Issue-ID: SO-422
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
6 years agoUpdated git submodules
HuabingZhao [Fri, 20 Apr 2018 07:29:00 +0000 (07:29 +0000)]
Updated git submodules

Project: sdc/sdc-workflow-designer master e2348a5017ad445a72c629a6744ed23410042b83

Merge "Fix library CVEs in sdc-workflow-designer"

Fix library CVEs in sdc-workflow-designer

Fix additional CVEs:

libtiff5 4.0.8-5ubuntu0.1
  For CVE-2017-9117 CVE-2016-9540 CVE-2016-9539 CVE-2016-9538 CVE-2016-9537 CVE-2016-9536 CVE-2016-9535 CVE-2016-9534 CVE-2016-9533 CVE-2015-8668 CVE-2015-7554 CVE-2016-6223 CVE-2017-5563 CVE-2016-3621 CVE-2016-8331
shadow 1:4.5-1ubuntu1
  For CVE-2017-12424
perl-base 5.26.0-8ubuntu1.1
  For CVE-2015-8608 CVE-2017-12883
openssl 1.1.0g-2ubuntu3
  For CVE-2016-6303 CVE-2016-2182 CVE-2016-2177 CVE-2016-2176

Also refactored to use ubuntu apt repos instead of
manually installing from launchpad.

Change-Id: If679f90e98091fed33f6a655abe28c33d15e9a43
Issue-ID: SDC-1201
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Thu, 12 Apr 2018 04:23:19 +0000 (09:53 +0530)]
Updated git submodules

Project: cli master fdee92eaf970346501d69cf55d93fce22b72e5e6

License: Add header

Change-Id: I7d8b54c4024d0719d666f8e23dbafc19121c39d7
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
License: Add header

Change-Id: I8937a8ecb5008895a0b6a397ad925df75989ba8d
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
License: Add header

Change-Id: Idbdb5769f400d7f9e7c376d9aaeea893915fe11c
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
License: Add header

Change-Id: I7a7bf6b028d62890a0d172cf281448eb516219b5
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
License: Add header

Change-Id: I8ec6bab71fea73f8639278ddc69fccf8691ea33a
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
License: Add header

Change-Id: I795ad0a5180ba8c2b296702cdca35ff3055da786
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
License: Add header

Change-Id: I0eca2b4572b04f6323d0be75a1a0688124021719
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
License: Add header

Change-Id: I861b74e9fcaad7f08057be70b1e7ec1bc46add6a
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
License: Add header

Change-Id: I6c4554916f095b8ab2b9dca9576b661225fdcbe4
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
License: Add header

Change-Id: I9e1183b54b4760040c63a92b18df05cb1456a162
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
License: Add header

Change-Id: I29a6a061d65d7eb94ed31a5501a90430304a120a
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
Gary Wu [Fri, 20 Apr 2018 00:22:34 +0000 (17:22 -0700)]
Updated git submodules

Project: integration master ae7c76453603c74bfc035828dc9744fdd6495728

Increase wait time for larger VM to start up

Change-Id: I298fc081c66d77011be60a2ca594540e344b5fd8
Issue-ID: INT-414
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpdated git submodules
Seshu Kumar M [Fri, 20 Apr 2018 05:34:57 +0000 (05:34 +0000)]
Updated git submodules

Project: so master c463f874505d7dd46160b3bf6120b4b411682a88

Merge "Exception in AAIRestClientImpl.java"

Exception in AAIRestClientImpl.java

AAIRestClientImpl.java

Sonar link:
https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so%3Acommon%3Asrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fclient%2Faai%2FAAIRestClientImpl.java

Change-Id: I9bdcd2e389cad15119f322a3ac7f7bcc1bd2cc67
Issue-ID: SO-575
Signed-off-by: sanchitap <sanchita@techmahindra.com>
6 years agoUpdated git submodules
Seshu Kumar M [Fri, 20 Apr 2018 05:33:24 +0000 (05:33 +0000)]
Updated git submodules

Project: so master a8b9a2296b3417213f8f32406bf06be015b1cddb

Merge "UT modification for adaptes - db,sdnc"

UT modification for adaptes - db,sdnc

UT changes for mso-sdnc-adapter and mso-requests-db

Issue-ID: SO-369

Change-Id: Id201617addb3a83d7ed9773f7991907917c46129
Signed-off-by: root <arcot.sindhuri@huawei.com>
6 years agoUpdated git submodules
Mandeep Khinda [Fri, 20 Apr 2018 02:07:37 +0000 (02:07 +0000)]
Updated git submodules

Project: oom master eb47e3e157856c02b957fb3816cad29e016fa98c

Merge "Fix message router config for UUI"

Fix message router config for UUI

This is only a first step towards uui healthcheck passing in OOM.
Fixing dmaap config revealed an error on startup of the uui
server. The log is captured in the defect in Jira.

Change-Id: I796e9a404e05b64368382cbdae74375a525fc849
Issue-ID: USECASEUI-106
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agoUpdated git submodules
Mandeep Khinda [Thu, 19 Apr 2018 23:15:43 +0000 (23:15 +0000)]
Updated git submodules

Project: oom master 403c1c1851dd17f0b77386eb8422796cb46a8dae

fixing sdc health check

-Basically compared docker_run.sh from sdc master branch
 with charts/values in OOM
-disabling sdc-kb liveness until we tune the timing of it

Issue-ID: OOM-964

Change-Id: I7447eed47c919d5d64786f45e01b5f2a3bc490a0
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
6 years agoUpdated git submodules
Chuanyu Chen [Fri, 20 Apr 2018 01:50:33 +0000 (01:50 +0000)]
Updated git submodules

Project: so master ebd7de2772445e6c9a486ea801728860b88dfe43

Merge "avoid null exception"

avoid null exception

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064304
Issue-ID: SO-578
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
6 years agoUpdated git submodules
Neal Chatterley [Wed, 18 Apr 2018 18:24:50 +0000 (18:24 +0000)]
Updated git submodules

Project: oom master 15d24fd9a1865e0349173072ac6a8271f6951e24

Add LOG component robot healthcheck

fixing incorrect service names

Issue-ID: OOM-914

Change-Id: I59e0150781094c85fe335811381b627c265cda57
Signed-off-by: Neal Chatterley <nealch@amdocs.com>
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
6 years agoUpdated git submodules
Mandeep Khinda [Fri, 20 Apr 2018 00:45:59 +0000 (00:45 +0000)]
Updated git submodules

Project: oom master d4df53fa0d880934f8b4ef91d494e46ae3d0cbdb

adding vnfsdk, cli and nbi to oom robot

Issue-ID: OOM-960

Change-Id: I3e30b4cf4057ed0235bebc6ff11c8e79d66cd462
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
6 years agoUpdated git submodules
Jimmy Forsyth [Thu, 19 Apr 2018 23:33:27 +0000 (19:33 -0400)]
Updated git submodules

Project: aai/aai-common master 883e2ce42fe2607df1eabbda33cb053182b07405

Update html file to v13 version

Issue-ID: AAI-1051
Change-Id: I6a275e9c7d8d94de729821e6ff436dd261ab7947
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
6 years agoUpdated git submodules
Mandeep Khinda [Thu, 19 Apr 2018 23:41:22 +0000 (23:41 +0000)]
Updated git submodules

Project: oom master 4cb6d545d144933753535185c8c4353c4b992b3c

Merge "Fix SO healthcheck on multi-node cluster"

Fix SO healthcheck on multi-node cluster

Aligned service names (and numerous other minor fixes) with latest best practices
and standard templates.

Change-Id: I740fe299053805df60abcd6a6043031d8beda7e8
Issue-ID: OOM-909
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agoUpdated git submodules
Gary Wu [Thu, 19 Apr 2018 22:29:59 +0000 (15:29 -0700)]
Updated git submodules

Project: integration master 3998702efb2f7600b053c6dbb9aa0195e4de781b

Bump up TLAB k8s VM size

Change-Id: Ibdf03865e3656853087915109ec0f782810b3f43
Issue-ID: INT-414
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpdated git submodules
Patrick Brady [Thu, 19 Apr 2018 19:44:21 +0000 (12:44 -0700)]
Updated git submodules

Project: appc/deployment master fbeb51879131ef62b27ecfc9d5aef55c22e0ea5c

Update aaf shiro download version

Change-Id: Ic361fbd372ce9f8f6f07ce1f2c1466aacda81dd0
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: AAF-250

6 years agoUpdated git submodules
Jimmy Forsyth [Thu, 19 Apr 2018 20:02:29 +0000 (16:02 -0400)]
Updated git submodules

Project: aai/aai-common master 7e9f827af41471e51c5b910443953eb85747279e

Update swagger file and html to latest versions

Issue-ID: AAI-1051
Change-Id: I3fcced1c8672ad3a7f18be4368c8f3b3b454263a
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
6 years agoUpdated git submodules
Hima Elisetty [Thu, 19 Apr 2018 18:15:29 +0000 (14:15 -0400)]
Updated git submodules

Project: portal master 24608a9e1450c409dc3870440d29e91cc3a26bb9

Replace ecomp references

Issue-ID: PORTAL-19

Remove ecomp trademark

Change-Id: I76311f2ab10b2c0d406415ea2f922d1aad993e21
Signed-off-by: Hima Elisetty <hbindu@research.att.com>
6 years agoUpdated git submodules
dglFromAtt [Thu, 19 Apr 2018 22:06:04 +0000 (18:06 -0400)]
Updated git submodules

Project: dmaap/dbcapi master 1c6b5fa580c9b82e17b710dbc4cf9bbce57eb5bc

Fix cluster object to use http port

Change-Id: I8cf3f4caf4701be7fd95bb35f94f75592d7b4c05
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-295

6 years agoUpdated git submodules
Sai Gandham [Thu, 19 Apr 2018 18:46:02 +0000 (18:46 +0000)]
Updated git submodules

Project: aaf/authz master b0d41059f66213a51b4c19a044e17293159e5f1d

Adding shiro osgi aafrealm bundle

Adding osgi aafrealm bundle. this bundle is wrapped with
cadi shiro plugin which will use aaf custom realm in
opendaylight environment

Issue-ID: AAF-250
Change-Id: Iefd68a8825ae78e035f99fd9b42b0c6e8389b11d
Signed-off-by: Sai Gandham <sg481n@att.com>
6 years agoUpdated git submodules
Mike Elliott [Thu, 19 Apr 2018 19:01:27 +0000 (19:01 +0000)]
Updated git submodules

Project: oom master 87274bc2e86ea15b777b82be36ad029e3f94bac7

Merge "Fixes for SDNC portal pod"

Fixes for SDNC portal pod

With these changes, the SDNC Portal pod is now coming up cleanly and there
are no errors in the logs.  I was able to successfully create a user and log
in to the portal.

Change-Id: Iab3374c585a0b88844e83860d14e572e151958a6
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: OOM-881

6 years agoUpdated git submodules
Kajur, Harish (vk250x) [Thu, 19 Apr 2018 13:31:36 +0000 (09:31 -0400)]
Updated git submodules

Project: aai/aai-common master caac2b0ea280a67e5b2bc82ac368bea2c3b9b0da

Fix the spring core and netty handler issue

Issue-ID: AAI-586
Change-Id: I69efb05f9fb82ffe1a97042e493c754b55bfb269
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
6 years agoUpdated git submodules
Jim Hahn [Thu, 19 Apr 2018 15:28:41 +0000 (11:28 -0400)]
Updated git submodules

Project: policy/engine master daee922e51e60c3cad6a3cc691214a34aad9ac7f

Add license to policy-engine files

Added license to various files.
Updated XACMLPolicyScanner to work even when license comment
is added to the Policy.xml file.
Moved DOCTYPE before license in html files.
Removed license from css files, as many are generated or
come from third-party software.
Removed license from other generated files.

Change-Id: I9d98ca9f552a6eae17e80ef27fc7045cc4f27b8e
Issue-ID: POLICY-741
Signed-off-by: Jim Hahn <jrh3@att.com>
6 years agoUpdated git submodules
Jonathan Gathman [Thu, 19 Apr 2018 17:18:04 +0000 (17:18 +0000)]
Updated git submodules

Project: aaf/authz master 4fec2a6ea44a28d676dd70d25228f615c4dd47ce

Merge "Cleanup JUnits"

Cleanup JUnits

* Moved JUnits into proper packages so as to match
  other packages
* Suppressed most of the noisy output from JUnits
  in cadi-aaf
* Prepared SecurityInfo for JUnit testing

Issue-ID: AAF-128
Change-Id: Ib34658ca6da71a692336c51f1489ed167b531f77
Signed-off-by: IanHowell <ian.howell@att.com>
6 years agoUpdated git submodules
Gary Wu [Thu, 19 Apr 2018 17:17:39 +0000 (17:17 +0000)]
Updated git submodules

Project: integration master 1ae8d843450d4d7c6aca8360fcbdcb27d3f07974

Merge "Correct Robot script for ExternalAPI-NBI CSIT"

Correct Robot script for ExternalAPI-NBI CSIT

Add Testcases (thanks to Gary Wu)

Change-Id: Ide10a8fabd1b8bce1584ee03ccbc29f11e949141
Issue-ID: EXTAPI-76
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Signed-off-by: Quoc Nghia Nguyen <quocnghia.nguyen@orange.com>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpdated git submodules
varun gudisena [Thu, 19 Apr 2018 17:17:39 +0000 (17:17 +0000)]
Updated git submodules

Project: aaf/authz master 06e9aa2931545ac8e193e4404af78a83a8ba794f

Merge "Support Multiple Realms for DefaultOrg"

Support Multiple Realms for DefaultOrg

Issue-ID: AAF-254
Change-Id: I89a9b1ceaa304861debd4c7dd21879e0b1fc902a
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
6 years agoUpdated git submodules
Gary Wu [Thu, 19 Apr 2018 14:55:59 +0000 (07:55 -0700)]
Updated git submodules

Project: integration master 586e36abcc2c5fa1383b05504a21e2d1425cb41f

Increase timeout for OOM health check

Change-Id: Iaec04c20ab8d37480ec597f21cb4b4231cd3b4ec
Issue-ID: INT-403
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>