doc.git
5 years agoUpdate git submodules
Jimmy Forsyth [Tue, 12 Feb 2019 20:54:32 +0000 (15:54 -0500)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'master'
  to f07c6803a430f9b307f269b6041aac25809b14a5
  - Added additional bugs and known issue to relnotes

    Issue-ID: AAI-2090
    Change-Id: Id30a5d013a73e57ba5289b6bc801c8cc5947570a
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
5 years agoUpdate git submodules
Steve Smokowski [Wed, 13 Feb 2019 14:01:53 +0000 (14:01 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 641d9e6b68a964dc69dbec7c63f82e73b61433e2
  - Merge "Fixed possible NPE in ResourceRequestBuilder"
  - Fixed possible NPE in ResourceRequestBuilder

    According to Sonar current implementation could cause
    NullPointerException.
    Added JUnit test.

    Change-Id: I840c018bed346d85e2042c7308bdd27197f50b46
    Issue-ID: SO-1498
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
5 years agoUpdate git submodules
Steve Smokowski [Wed, 13 Feb 2019 14:01:02 +0000 (14:01 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 5b575deb4de10d9520ac7a117702e526e8872c95
  - Merge "use encrypted auth for dmaap"
  - use encrypted auth for dmaap

    remove deobfuscate as crypto is already used.
    update based on the feedback to use crypto utils to decrypt
    Re-Factor DMAAP Credentials to use encrypted auth credential

    Change-Id: I2ac5be84594d84f0f24ae554d99cef274dbb6c16
    Issue-ID: SO-1425
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate git submodules
Bharath Balasubramanian [Wed, 13 Feb 2019 13:47:17 +0000 (13:47 +0000)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to 3b8e0a333bb754117f41e7206a6706bad66829fb
  - Merge "Sonar code duplicates moved to MusicUtil.java"
  - Sonar code duplicates moved to MusicUtil.java

    Change-Id: I08e089171e94c78c8977d20aea29b0eb97f57a74
    Issue-ID: MUSIC-317
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
5 years agoUpdate git submodules
Bharath Balasubramanian [Wed, 13 Feb 2019 13:46:44 +0000 (13:46 +0000)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to adba255959405da052552d27609aa9f7a52bf49e
  - Merge "Sonar Vulnerability Fixes: CachingUtil.java"
  - Sonar Vulnerability Fixes: CachingUtil.java

    Replaced prinStackTrace with logger

    Change-Id: I5c42dd8c4f1f5add0b66b11e21b964787d5f3348
    Issue-ID: MUSIC-316
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
5 years agoUpdate git submodules
Bharath Balasubramanian [Wed, 13 Feb 2019 13:46:38 +0000 (13:46 +0000)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to 66ee14082f52e7a12940f9b54db406e1ed268e19
  - Merge "Added unit test case"
  - Added unit test case

    Added unit test case to reach min coverage limit

    Issue-ID: MUSIC-308
    Change-Id: I4b96218d977c176285abe1903bf570e3525a9ce2
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
5 years agoUpdate git submodules
Bharath Balasubramanian [Wed, 13 Feb 2019 13:46:24 +0000 (13:46 +0000)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to 5f2daee789950376b57bd21d04a74260184608b0
  - Merge "added local variable instead of using method args"
  - added local variable instead of using method args

    Added local variable sonar bug fix

    Issue-ID: MUSIC-322
    Change-Id: I73c90d2fbfea4bd91f767bbb67eb1774a75ce3f1
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
5 years agoUpdate git submodules
Bharath Balasubramanian [Wed, 13 Feb 2019 13:46:18 +0000 (13:46 +0000)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to 3e8eaf4d075ea7ca92ad9b51ed51d402269ee27a
  - Merge "Sonar vulnerability fixes in CronJobManager"
  - Sonar vulnerability fixes in CronJobManager

    Change-Id: I16133a60013cc63dd389a1aa14ddda693441570b
    Issue-ID: MUSIC-320
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
5 years agoUpdate git submodules
Bharath Balasubramanian [Wed, 13 Feb 2019 13:46:11 +0000 (13:46 +0000)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to b9b6fb0db83390c80eec5a38a051a4cf2e881293
  - Merge "Cleaning up Sonar issues in JerseyConfig"
  - Cleaning up Sonar issues in JerseyConfig

    Unnecessary imports have been removed.
    Formatting done according to ONAP and Google Java Style.

    Issue-ID: MUSIC-321
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
    Change-Id: I04ed46d1cb5daa601713e1a4ee0e024b7d1ad55d

5 years agoUpdate git submodules
Bharath Balasubramanian [Wed, 13 Feb 2019 13:46:01 +0000 (13:46 +0000)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to 787a27889cf735acb7a3e9e3815d3a1897bf77f2
  - Merge "Fix for code Vulnerability,reported by Sonar"
  - Fix for code Vulnerability,reported by Sonar

    Removed and printStackTrace and added logger

    Issue-ID: MUSIC-314
    Change-Id: Ieeb33d6e58ec469c6fb540d943bae97b703ebbda
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
5 years agoUpdate git submodules
r.bogacki [Tue, 12 Feb 2019 07:44:03 +0000 (08:44 +0100)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to 787a713e91001278a5258835aaf063cd36335d1b
  - Removed sub-expressions from RestMusicDataAPI

    Fixed critical Sonar issue related to identical sub-expressions
    on both sides of operator.
    Added more details to error logger.

    Change-Id: I421c4ac3894c08b6b174fdaeb6e68be50e024e63
    Issue-ID: MUSIC-328
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
5 years agoUpdate git submodules
Xue Gao [Wed, 13 Feb 2019 12:57:33 +0000 (12:57 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to e8cc77e09e1cc9ec5bd47560599e9d37e48700da
  - Merge "support multiple CL"
  - support multiple CL

    Support multiple CL CSAR deployment per service/vnf

    Issue-ID: CLAMP-289
    Change-Id: I6e52da07b393bffeff18e16a5afa78ef14162935
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
5 years agoUpdate git submodules
Tomasz Gwozdecki [Wed, 13 Feb 2019 08:17:27 +0000 (03:17 -0500)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to a147158a52e48ff89381f826e5b2d84bf93ae8d2
  - junits for PombaClientImpl

    -Create new test class for PombaClientImpl
    -Added new test for PombaClientImpl.verify

    Change-Id: I776df73d592a219c0aa266a8207c92c1f475f4da
    Issue-ID: VID-418
Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Tue, 12 Feb 2019 19:35:10 +0000 (14:35 -0500)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'master'
  to 268c4ba118679fa90b973ac49660d8f83eb9575b
  - Fix docker tags

    Updated docker tags to conform to ONAP standards

    Change-Id: If461ee7ea99a1966e66a03a3a970d0acef835320
    Issue-ID: CCSDK-1059
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoMerge "Add CDS to developing guide"
Rich Bennett [Wed, 13 Feb 2019 00:17:15 +0000 (00:17 +0000)]
Merge "Add CDS to developing guide"

5 years agoUpdate git submodules
Joss Armstrong [Tue, 12 Feb 2019 15:21:50 +0000 (15:21 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 5cdae4bc7e38c832028cff161979a17e25d0af80
  - Test Coverage in DmaapConsumerImpl

    Increased coverage

    Issue-ID: APPC-1415
    Change-Id: I29e2d0883914aeec652a47436c86c6ea8e5ab7a5
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
Joss Armstrong [Tue, 12 Feb 2019 17:33:13 +0000 (17:33 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 80af84927200d30a9c0deb923a24c757db0b8b83
  - Test coverage in DmaapProducerImpl

    Increased coverage to 80%

    Issue-ID: APPC-1415
    Change-Id: Ie4817c5bdf514d4fe7f68b73812bbc2383c8cbbe
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
Lathishbabu Ganesan [Mon, 11 Feb 2019 17:23:45 +0000 (12:23 -0500)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to a264d9e09fbc24add3b24746ddf628f0dcc1b7a5
  - Added unit test case for ProviderOperations

    Increased the coverage from 0% to 86%

    Issue-ID: APPC-1404
    Change-Id: Ic9fdfe59c4dc60e57bdca1a501ac99a9207eb539
Signed-off-by: Lathishbabu Ganesan <lathishbabu.ganesan@ericsson.com>
5 years agoUpdate git submodules
Chayal, Avteet (ac229e) [Tue, 12 Feb 2019 18:37:26 +0000 (18:37 +0000)]
Update git submodules

* Update docs/submodules/optf/osdf.git from branch 'master'
  to 785714bc52f66efec8044933779bd3b1f41f29c5
  - Fix to populate missing fields in request to HAS

    Populate requiredCandidates and excludedCandidates for HAS

    Issue-ID: OPTFRA-438
    Change-Id: I23702a572ce3645aa52d27e7a8d58f775349cbb8
Signed-off-by: Chayal, Avteet (ac229e) <ac229e@att.com>
5 years agoUpdate git submodules
Hagop Bozawglanian [Mon, 11 Feb 2019 23:26:46 +0000 (23:26 +0000)]
Update git submodules

* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
  to c2a92f88a7c68f14a4e40d23ded1233c20988b49
  - VNFRQTS - Link consolidation

    Issue-ID: VNFRQTS-547

    Change-Id: Idef7f28e6858d5e1f76ca4bd9862ad8eb43595e8
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
5 years agoUpdate git submodules
Hagop Bozawglanian [Mon, 11 Feb 2019 23:25:27 +0000 (23:25 +0000)]
Update git submodules

* Update docs/submodules/vnfrqts/guidelines.git from branch 'master'
  to cac04dcd02e60defd565cb9099c6365c62dc5b88
  - VNFRQTS - Link consolidation

    Issue-ID: VNFRQTS-547

    Change-Id: Ide0b1bee0d77d285ced7c430fdfd79e6598d8613
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
5 years agoUpdate git submodules
Gary Wu [Tue, 12 Feb 2019 17:57:01 +0000 (17:57 +0000)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 6766cec55f82d93e9fdc1741cc0883105e4a5b8a
  - Merge "Bump datarouter version"
  - Bump datarouter version

    Change-Id: I6ef4bb0d4e9087a3f0f289c2ef00d9b954fd4745
    Issue-ID: DMAAP-997
Signed-off-by: egernug <gerard.nugent@est.tech>
5 years agoUpdate git submodules
Lee, Tian (tl5884) [Tue, 12 Feb 2019 16:03:11 +0000 (16:03 +0000)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 6bcce04ad905fb91751847c0a5014389fb4fea49
  - Update docker manifest staging for onap/babel

    Change-Id: Ic2f35b137558211ca45f4310af682cf1e9312790
    Issue-ID: AAI-2145
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
5 years agoUpdate git submodules
aosull01 [Tue, 12 Feb 2019 15:34:05 +0000 (15:34 +0000)]
Update git submodules

* Update docs/submodules/externalapi/nbi.git from branch 'master'
  to 526d2fc3562ccafa503ce5d086a7f4da6f2f3393
  - Update documentation for Get service/{id}

    Change-Id: Iaf1ef3fe00692000122787f92c37424a9afa6ab9
    Issue-ID: EXTAPI-200
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
5 years agoUpdate git submodules
Joss Armstrong [Tue, 12 Feb 2019 11:04:19 +0000 (11:04 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to d2f77574cd61f5ceb2a03bfa2ae1c6d4e5913098
  - Test coverage in ServiceCatalogV3

    Increased coverage from 44% to 94%

    Issue-ID: APPC-1418
    Change-Id: I0e534a5bc20caaae25b28902caa58f0c5d950c31
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
Joss Armstrong [Tue, 12 Feb 2019 10:36:25 +0000 (10:36 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to cc8ae79f1986f67b113aef27878d7f958d9e2d49
  - Test coverage in ServiceCatalogv2

    Increased coverage from 57% to 91%

    Issue-ID: APPC-1418
    Change-Id: I0f2b77bdb451d973d631f4c785b65de3bb84f02f
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
Joss Armstrong [Tue, 12 Feb 2019 13:23:00 +0000 (13:23 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 2044c8e6fc9bfd697f5d28daf90c9b4c6d450ec8
  - Added test coverage for GraphExecutor

    Increased coverage to 97%

    Issue-ID: APPC-1419
    Change-Id: I3d505d53a95f4f8605041b21bf6c868b8652d7a5
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
Joss Armstrong [Tue, 12 Feb 2019 08:38:12 +0000 (08:38 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 7149e05b6a0d1d98f96ccdc3acea35d2b2b4c199
  - Test coverage in SshdDataAccessService

    Increase coverage from 45% to 93%

    Issue-ID: APPC-1416
    Change-Id: Icd9560f279b6dcd3986fcf28b16796a68b2ccb4f
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Tue, 12 Feb 2019 14:36:29 +0000 (09:36 -0500)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to 83bf86e406f5d22d1c4ab5cb94651d50ea82e25a
  - Initialize ipv4 address pool

    Update db installation script to initialize ipv4 address pool for
    VGW use case.

    Change-Id: I29553f0ef7c0d3f4a12240c8741341ce75f68432
    Issue-ID: SDNC-324
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Steve Smokowski [Tue, 12 Feb 2019 13:00:16 +0000 (13:00 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 1ffa4a397fb51acb09273e2b04b47281f7eb4840
  - Merge "Add Pagination and sorting"
  - Add Pagination and sorting

    Change-Id: I1374472395a5a2af712c5f06c756c013de08bd27
    Issue-ID: SO-1406
Signed-off-by: Andrei_Barcovschi <andrei.barcovschi@ericsson.com>
5 years agoUpdate git submodules
Ganesh Chandrasekaran [Tue, 12 Feb 2019 06:01:25 +0000 (15:01 +0900)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'master'
  to 8ba2cee45f88c64d096dbbb29e73741403f747d1
  - Base for saltstack server

    Issue-ID: CCSDK-1048
    Change-Id: Ic177428fd9fb111919f4bfbd0978464a19ac75ab
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
5 years agoUpdate git submodules
denghui02 [Tue, 12 Feb 2019 09:40:53 +0000 (17:40 +0800)]
Update git submodules

* Update docs/submodules/modeling/modelspec.git from branch 'master'
  to 2d7e35393f15e1b5e8ca394ce8859b2307aa4b51
  - add new committer for modelspec

    Issue-ID: MODELING-149

    Change-Id: Id2ada889019404791e94224abe46da00f4121d92
Signed-off-by: denghui02 <denghui12@huawei.com>
5 years agoUpdate git submodules
jjewitt58 [Mon, 11 Feb 2019 21:03:25 +0000 (13:03 -0800)]
Update git submodules

* Update docs/submodules/modeling/modelspec.git from branch 'master'
  to d621ef46b5475d9f448b9fdeb00563d5745df440
  - Papyrus weekly admin changes

    Issue-ID: MODELING-104

    Change-Id: Ib7f1e0ab732a83baa19a58e49785d7dcafbf64a5
Signed-off-by: jjewitt58 <jessie.jewitt@oamtechnologies.com>
5 years agoAdd CDS to developing guide 29/78229/2
Ezhilarasi [Mon, 11 Feb 2019 16:02:04 +0000 (18:02 +0200)]
Add CDS to developing guide

Change-Id: Ica8ea1a201a60b9d8259ff5e6c3218868fcdb7d0
Issue-ID: CCSDK-917
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
5 years agoUpdate git submodules
Tao Shen [Tue, 12 Feb 2019 07:09:18 +0000 (07:09 +0000)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to fe1c58a91464f603905d4e7a327208ed374d9829
  - Merge "Test case: performance-vnf component"
  - Test case: performance-vnf component

    Configured test bed for performance-vnf component

    Issue-ID: USECASEUI-195
    Change-Id: I5a60555d8ff2f553b4fcd862e9490ae6450fc2fe
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoUpdate git submodules
Arundathi Patil [Thu, 7 Feb 2019 03:55:59 +0000 (09:25 +0530)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to f0931c5746f58b40a7d827b63901c9b0cf925561
  - Test case: ccvpn-detail.component

    configured test bed for ccvpn-detail component

    Issue-ID: USECASEUI-195
    Change-Id: I8c4ee913336d1d57760c315f023a2b83d910a1f9
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoUpdate git submodules
Ethan Lynn [Tue, 12 Feb 2019 05:43:54 +0000 (13:43 +0800)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to c806dd199980969e95682bc923d398151c4f8a2e
  - Rollback vio image version to 1.2.1

    Set vio image version back to 1.2.1 since latest
    docker image not correctly build.

    Change-Id: Id479c972e66da3a05edb4e86f2e068246c01bf59
    Issue-ID: MULTICLOUD-480
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
5 years agoUpdate git submodules
Steve Smokowski [Mon, 11 Feb 2019 22:12:16 +0000 (22:12 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 9edafb151611bff4ede7cac785582cc9cd586006
  - Merge "Add junit tests for AdapterRestClient"
  - Add junit tests for AdapterRestClient

    Change-Id: Ieb92404710b716c40762365965852dc9a00947c2
    Issue-ID: SO-1480
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
5 years agoUpdate git submodules
Steve Smokowski [Mon, 11 Feb 2019 22:12:06 +0000 (22:12 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to e4578f5e7170d6f38c8cc82416048ee0b570f7bf
  - Merge "Fix for asdc service."
  - Fix for asdc service.

    Removed exception statements and added assert statements
    Updated to make sure duplicate config resources aren't getting added
    to the service.

    Change-Id: Ic05421711622492e09bc83d8cc126300362ea119
    Issue-ID: SO-1496
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate git submodules
Steve Smokowski [Mon, 11 Feb 2019 22:12:00 +0000 (22:12 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 11f600140860215e24dea3219966a9ce851c3f85
  - Merge "Fix unmarshalling errors"
  - Fix unmarshalling errors

    add data assertion to network update unit test
    Fix unmarshalling errors on updateNetworkResp and err

    Change-Id: Iddc13514198b3c89718b1b953a06cec6db190269
    Issue-ID: SO-1494
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate git submodules
Steve Smokowski [Mon, 11 Feb 2019 22:11:53 +0000 (22:11 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 02af455e3257176de00979e2e9ec12b46eca51d6
  - Merge "made max retries configurable via mso config"
  - made max retries configurable via mso config

    fixed an error with the wrong variable being printed
    made max retries configurable via mso config

    Change-Id: Iec6d209ec2868200ec5956e269b6a048d7619307
    Issue-ID: SO-1495
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate git submodules
Benjamin, Max (mb388a) [Mon, 11 Feb 2019 19:56:03 +0000 (14:56 -0500)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to a9ceeefef9a561937b42ed23bc5797930d5efefe
  - restructured a&ai client

    made generics a bit safer and updated groovy tests

    Change-Id: I6d7a2567cd9bf795e0cfa4914a7674a4ed5f50c4
    Issue-ID: SO-1493
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate git submodules
Sudarshan Kumar [Mon, 11 Feb 2019 12:19:55 +0000 (17:49 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 422344933185539064ba5fd0b267e88bc442c23d
  - Removed PrintStackTrace SshJcraftWrapper.java

    Removed PrintStackTrace SshJcraftWrapper.java

    Issue-ID: APPC-1399
    Change-Id: Ice16de4fd8d997643d4dea73a4ebacc75f2b2d49
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
5 years agoUpdate git submodules
Sudarshan Kumar [Mon, 11 Feb 2019 09:59:42 +0000 (15:29 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 33ffb11e62dcca65c010ae9c07b68e15687a36b5
  - Added Junit Class for SnapshotDetails.java

    Added Junit Class for SnapshotDetails.java

    Issue-ID: APPC-1372
    Change-Id: I97b15554ca81c39728f2cf4e963ec8ec4848001f
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
5 years agoUpdate git submodules
Joss Armstrong [Mon, 11 Feb 2019 18:31:34 +0000 (18:31 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to d6524736ae0061154694d3cd182c122c162bee35
  - Test coverage in ssh adapter

    Increased coverage of sshadaptersshd and sshconnection classes

    Issue-ID: APPC-1416
    Change-Id: I706f942f87d4497f35b2584c1360d571b43eba6c
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
Joss Armstrong [Mon, 11 Feb 2019 14:55:10 +0000 (14:55 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 2de3ca3f233dc739bb335cbb6f4693cfd4121e61
  - Test coverage in EventSenderDmaapImpl

    Coverage increased from 10% to 92%

    Issue-ID: APPC-1415
    Change-Id: I846a24364bda29e754fa53ed518de92bf00693e6
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
Victor Morales [Wed, 6 Feb 2019 21:21:46 +0000 (13:21 -0800)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 4b1a17def6ca8128190cf0c75d4396a48c73ca97
  - Remove external script references

    The integration_* test scripts have some references to external
    repositories that are out of the ONAP project scope. This change
    removes those references to keep everything defined in this repo.

    Change-Id: I0e829c6215efaf3cde9f5198f235b15350ac8235
Signed-off-by: Victor Morales <victor.morales@intel.com>
    Issue-ID: MULTICLOUD-301

5 years agoUpdate git submodules
Victor Morales [Wed, 6 Feb 2019 21:12:43 +0000 (13:12 -0800)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to e711aa83716d2dcca5c0129602e9dc500b281e4b
  - Add vFW scripts folder

    The bash scripts that are used for testing the Firewall ONAP use case
    are hosted in an external repo. This change includes the latest
    working version for those scripts.

    Change-Id: Ic2d371a3e715d867cb4e61e0ad13da812edeea45
Signed-off-by: Victor Morales <victor.morales@intel.com>
    Issue-ID: MULTICLOUD-301

5 years agoUpdate git submodules
Gary Wu [Mon, 11 Feb 2019 18:45:11 +0000 (18:45 +0000)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 185c54a57ff5a2bf3341e234485ef04e8990e82c
  - Merge "Update appc version manifest versions"
  - Update appc version manifest versions

    Change-Id: I473ea5af67583ceb315006e6003e48efc03fc42c
Signed-off-by: Patrick Brady <patrick.brady@att.com>
    Issue-ID: APPC-1417

5 years agoUpdate git submodules
Lovett, Trevor [Mon, 11 Feb 2019 16:17:03 +0000 (10:17 -0600)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 1d1242bdb515a5f4e4646d1a5bf63dd4c2bb7342
  - Remove Deprecated VVP from Integration

    In Dublin, the web application portion of VVP is being deprecated,
    and no longer maintained.  A command-line version will be retained
    in vvp/validation-scripts, but there will be no deployed version
    going forward.

    Change-Id: I1d72ea2d9f31d65bec04bec9015cef90dbf267aa
    Issue-ID: VVP-136
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
5 years agoUpdate git submodules
Yang Xu [Mon, 11 Feb 2019 16:25:19 +0000 (11:25 -0500)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 072f1801883ff69d528c87bc99a767bcebf27011
  - Fix prh expired image version

    Change-Id: I3dcb845145b6cbce13779908265a1e388e94449b
    Issue-ID: INT-872
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
5 years agoUpdate git submodules
Yang Xu [Mon, 11 Feb 2019 16:38:44 +0000 (16:38 +0000)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 43636b63d3876ad19d1accaa7968cb584a52f3b4
  - Merge "Update Workflow designer staging images"
  - Update Workflow designer staging images

    Change-Id: Ic081903c091ae31a6db3705f186b4c23369207c1
    Issue-ID: SDC-2114
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
5 years agoUpdate git submodules
Joss Armstrong [Mon, 11 Feb 2019 10:32:06 +0000 (10:32 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 0317d60bff52315d4e61c1bc918d5bb9d5c0247f
  - Test coverage in EncryptionToolDGWrapper

    Increased coverage from 28% to 100%

    Issue-ID: APPC-1409
    Change-Id: I8e91c3cd58feaa795be86233147553ad137b8f4e
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
Yang Xu [Sat, 9 Feb 2019 01:42:36 +0000 (20:42 -0500)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to ad5522d30e57fb4878ddc24353d53a5edff26071
  - Fix expired AAF SNAPSHOT images version

    Change-Id: I5ea69a3d75bc6654fae7aa8d8ff03d0441445787
    Issue-ID: INT-869
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
5 years agoUpdate git submodules
kanagaraj Manickam k00365106 [Tue, 22 Jan 2019 10:50:11 +0000 (16:20 +0530)]
Update git submodules

* Update docs/submodules/vnfsdk/model.git from branch 'master'
  to 3897b79ea5c5e5531e5ee07e7670c4f4735a0b46
  - Update the VTP architecture

    Issue-ID: VNFSDK-352

    Change-Id: I41c00677e2bbe665b3de429e42f7029d3fa98606
Signed-off-by: kanagaraj Manickam k00365106 <kanagaraj.Manickam@huawei.com>
5 years agoUpdate git submodules
pkaras [Wed, 23 Jan 2019 07:11:00 +0000 (08:11 +0100)]
Update git submodules

* Update docs/submodules/cli.git from branch 'master'
  to d472c436379f3644a625a66749585eda9a1d08d1
  - Junits for OnapCommandUtils class

    Change-Id: Ic39b09408cf4eab586e15ee51020c6168ffdffda
    Issue-ID: CLI-128
Signed-off-by: piotr.karas <piotr.karas@nokia.com>
5 years agoUpdate git submodules
Instrumental [Sun, 10 Feb 2019 15:54:15 +0000 (09:54 -0600)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to b24f7e097f17761a5c1b02c4dbfe6ee7d78836dd
  - Add Cred Reporting Mailer

    Issue-ID: AAF-740,AAF-753,AAF-754
    Change-Id: If2efc6ffbfa9897581ea00eb148fa61d793b058e
Signed-off-by: Instrumental <jonathan.gathman@att.com>
5 years agoUpdate git submodules
Joss Armstrong [Mon, 11 Feb 2019 12:59:49 +0000 (12:59 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 323faa703b9eddae0c3f8a0267f4e732981a3c23
  - Test coverage for ParseAdminArtifact

    Increased coverage from 65% to 85%

    Issue-ID: APPC-1409
    Change-Id: If39c07b3edbcaad6d618e54b27483323848410fe
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
sunil unnava [Mon, 11 Feb 2019 14:18:53 +0000 (14:18 +0000)]
Update git submodules

* Update docs/submodules/dmaap/messagerouter/messageservice.git from branch 'master'
  to aed6dca2afb0bfa90b7158d5c4da001fb21ae534
  - Merge "fix typos"
  - fix typos

    Change-Id: I9b350cf713bbc89f1187887904a87a8ab30a5290
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
    Issue-ID: AAF-582

5 years agoUpdate git submodules
Joss Armstrong [Mon, 11 Feb 2019 11:37:11 +0000 (11:37 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to c99acfce1a84cb6d7f827f8585af9c01d0383b67
  - Test coverage in wrapperEncryptionTool

    Increased coverage from 0% to 81%

    Issue-ID: APPC-1409
    Change-Id: I1b4d285eff9fad8a60e855a97ff843078d628862
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
sunil unnava [Mon, 11 Feb 2019 14:14:18 +0000 (14:14 +0000)]
Update git submodules

* Update docs/submodules/dmaap/messagerouter/messageservice.git from branch 'master'
  to 2d4ea011b5f22b306cea75991d08e491141e47b1
  - Merge "Junit for UpdateMirrorMaker.java"
  - Junit for UpdateMirrorMaker.java

    Junit for UpdateMirrorMaker.java

    Issue-ID: DMAAP-972
    Change-Id: I7939d254236b317804adcd131b915a99533c9a26
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
5 years agoUpdate git submodules
Joss Armstrong [Fri, 8 Feb 2019 16:29:32 +0000 (16:29 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 991d833fd7558beaf7f2f2df63deb72dabda3e8a
  - Test coverage in encryptiontool package

    Increased coverage to 100%

    Issue-ID: APPC-1409
    Change-Id: Iff09cf04cbdb1cb4f7ad640102f8885a571f5ae0
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
aosull01 [Fri, 8 Feb 2019 14:26:43 +0000 (14:26 +0000)]
Update git submodules

* Update docs/submodules/externalapi/nbi.git from branch 'master'
  to 7589723d28be3443c4108aba3e6c30629ea494c7
  - Use node query with format option

    Change-Id: Ie29472147bbbc661a5fe9419407727e84d6f8dfe
    Issue-ID: EXTAPI-199
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
5 years agoMerge "Update: Casablanca Maintenace release notes"
Rich Bennett [Mon, 11 Feb 2019 13:25:19 +0000 (13:25 +0000)]
Merge "Update: Casablanca Maintenace release notes"

5 years agoUpdate git submodules
Steve Smokowski [Mon, 11 Feb 2019 13:09:07 +0000 (13:09 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to b80f29cbbeb5ec218b0278deef872f7b5350e292
  - Merge "added license headers to various java files"
  - added license headers to various java files

    added license headers to various java files

    Change-Id: Icd93ba2943f9ab9a4298a7bf91a1b2e92f700e7a
    Issue-ID: SO-1487
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate git submodules
Steve Smokowski [Mon, 11 Feb 2019 13:08:59 +0000 (13:08 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 05d7e17c3d92a04c657fd0d99080f55ffb834e11
  - Merge "fix cvnfc bean and repository access"
  - fix cvnfc bean and repository access

    update repository id field type for
    fix cvnfc bean and repository access

    Change-Id: Ic4785387ffdbb544e649d9e7be40aed5e0ab9502
    Issue-ID: SO-1489
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate git submodules
Steve Smokowski [Mon, 11 Feb 2019 13:08:50 +0000 (13:08 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to b76ef4b76af825c185b6a9c6eccff275f6f9e31b
  - Merge "Increase long poll DMaaP timeout value to 60"
  - Increase long poll DMaaP timeout value to 60

    Corrected a JUnit to include updated timeout value.
    Increase long poll DMaaP timeout value to 60 seconds

    Change-Id: I22a6f17bc694b17b14f25c7dccd6b57d89d0c2b7
    Issue-ID: SO-1488
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate git submodules
Steve Smokowski [Mon, 11 Feb 2019 13:08:42 +0000 (13:08 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 9b0a912e6c618fe7d88ab55bd4208a4ba1bf986f
  - Merge "Remove resources that are not neutron networks"
  - Remove resources that are not neutron networks

    Remove resources that are not neutron networks

    Change-Id: Ie136895f95273e53f86201fe3b58a12fa27c8fe6
    Issue-ID: SO-1486
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate git submodules
Benjamin, Max (mb388a) [Fri, 8 Feb 2019 22:39:18 +0000 (17:39 -0500)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 69b33c5a39c11992a26678a424723dafc521db5b
  - add DSL endpoint support to A&AI Client

    add DSL endpoint support to A&AI Client

    Change-Id: I4e5772354d1d79a343bfac78b4a10ca0c00e3edf
    Issue-ID: SO-1485
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate: Casablanca Maintenace release notes 95/78195/2
Sofia Wallin [Mon, 11 Feb 2019 09:38:25 +0000 (10:38 +0100)]
Update: Casablanca Maintenace release notes

Added clarification under 'New features*

Issue-ID: DOC-385

Change-Id: Iab52d85a47b67abcb144520af00f644faf53ca5c
Signed-off-by: Sofia Wallin <sofia.wallin@est.tech>
5 years agoUpdate git submodules
Hui Deng [Mon, 11 Feb 2019 06:31:45 +0000 (06:31 +0000)]
Update git submodules

* Update docs/submodules/modeling/modelspec.git from branch 'master'
  to 9d00d57bfa1a8b3ac071e0842008c4db6b38d6ba
  - Merge "Update VNFD model to IFA011 v2.5.1"
  - Update VNFD model to IFA011 v2.5.1

    Issue-ID: MODELING-104

    Change-Id: I3047eb5d1b50d70aabd00350a6770256de53b240
Signed-off-by: jjewitt58 <jessie.jewitt@oamtechnologies.com>
5 years agoUpdate git submodules
Hui Deng [Mon, 11 Feb 2019 06:30:51 +0000 (06:30 +0000)]
Update git submodules

* Update docs/submodules/modeling/modelspec.git from branch 'master'
  to abe7c39bcad806d8c23d0ed6f9128c7a23ef8b07
  - Merge "Updates to common"
  - Updates to common

    Completed VES 7.1 draft and further updates to license.

    Issue-ID: MODELING-104

    Change-Id: I6c4b67c6534036e4fd40d015d1ac54f337b83a13
Signed-off-by: Kevin Scaggs <ks0567@att.com>
5 years agoUpdate git submodules
Hui Deng [Mon, 11 Feb 2019 06:30:27 +0000 (06:30 +0000)]
Update git submodules

* Update docs/submodules/modeling/modelspec.git from branch 'master'
  to d2b24c5c248a052f2a05e640cfa9d5429dc994e8
  - Merge "Updates to Common"
  - Updates to Common

    Updated VES to 7.1, including 3gpp domain events as well as slight
    common datatypes updates.   Also updated draft material on root class
    model.

    Issue-ID: MODELING-104

    Change-Id: I8c7b8c9555296dc9b30caadac9a56ce6fba15567
Signed-off-by: Kevin Scaggs <ks0567@att.com>
5 years agoUpdate git submodules
Avdhut Kholkar [Mon, 11 Feb 2019 04:51:27 +0000 (04:51 +0000)]
Update git submodules

* Update docs/submodules/logging-analytics.git from branch 'master'
  to 202232feac43c7b04dd311610e1a8b640af01675
  - Merge "enable kubectl del --force for rogue pods"
  - enable kubectl del --force for rogue pods

    Change-Id: Ic60262dd5b471f64bee2b1c9581edf54ab1eddd6
    Issue-ID: LOG-914
Signed-off-by: Michael O'Brien <michael@obrienlabs.org>
5 years agoUpdate git submodules
VENKATESH KUMAR [Sat, 9 Feb 2019 00:18:37 +0000 (19:18 -0500)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to f69773bd95db147bd57fc94398c63234f4e1e9ad
  - dcae container version update

    Change-Id: I78f175a7a4d1ec7f0b2d96b6f147616d2cb2969f
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
    Issue-ID: DCAEGEN2-1191
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
5 years agoUpdate git submodules
Zihmin Hoover [Thu, 7 Feb 2019 21:05:51 +0000 (16:05 -0500)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 28c931d73c4ff56a6c14025b88c5b8e9b677fee9
  - Add junit coverage to MetadataCacheFactory class

    Add more test runs to MetadataCacheFactoryTest class

    Change-Id: I52871dfb876be91bd4600390af3bfee9d356e121
    Issue-ID: APPC-1047
Signed-off-by: Zihmin Hoover <zh4590@att.com>
5 years agoMerge "Updated Casablanca Maintenance Rel Notes"
Rich Bennett [Fri, 8 Feb 2019 21:45:21 +0000 (21:45 +0000)]
Merge "Updated Casablanca Maintenance Rel Notes"

5 years agoUpdate git submodules
Joss Armstrong [Fri, 8 Feb 2019 15:38:18 +0000 (15:38 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 74cf8508ab0a778aec0a38e3786b1f17f1596385
  - Test coverage in workflow-impl

    Increased package coverage to 83%

    Issue-ID: APPC-1408
    Change-Id: I24b634ee7926bac2a196256cd20362d2f7b93b76
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Fri, 8 Feb 2019 20:20:38 +0000 (15:20 -0500)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to b211d7296c9cd2edaca9da9d17f3a42655c6cc93
  - Fix Fluorine installation

    Fluorine feature installation omitted adding SDNC features to featuresBoot

    Change-Id: I848dfe730e1dd1048c565ffc5b39ae7e601ae950
    Issue-ID: SDNC-552
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdated Casablanca Maintenance Rel Notes 47/78147/1
Manoop Talasila [Fri, 8 Feb 2019 20:10:05 +0000 (15:10 -0500)]
Updated Casablanca Maintenance Rel Notes

Issue-ID: PORTAL-399
Change-Id: If7be0969030918f408c657fea9a02d93251d14ee
Signed-off-by: Manoop Talasila <talasila@research.att.com>
5 years agoUpdate git submodules
Manoop Talasila [Fri, 8 Feb 2019 18:47:48 +0000 (13:47 -0500)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to a0c16dba6a9bfc8cc698e6dc7dd89b77029d3d94
  - Upgrade Portal dockerFiles

    To use openjdk:8-alpine rather than frolvlad/alpine-oraclejdk8:slim as it is not available anymore in docker hub.

    Issue-ID: PORTAL-518
    Change-Id: I1159065100aaba1db1cd83701be3ad66f1a0902e
Signed-off-by: Manoop Talasila <talasila@research.att.com>
5 years agoUpdate git submodules
Manoop Talasila [Fri, 8 Feb 2019 18:18:54 +0000 (18:18 +0000)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to 3d3218395011a8a7b1b1eea691362c1ee64c6d71
  - Merge "Updated Casablanca Maintenance Rel Notes"
  - Updated Casablanca Maintenance Rel Notes

    Issue-ID: PORTAL-399

    Change-Id: I3410fb228493115a6040c829eadcb3935dccaf20
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
5 years agoUpdate git submodules
George, Lina (lg941u) [Thu, 7 Feb 2019 16:33:37 +0000 (11:33 -0500)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 899c2f1520b1ec529bf6b4faef6623ea566634dd
  - Changes to config bundle for vnf level enhancement

    Issue-ID: APPC-1380
    Change-Id: Icfdc202a4763b7e708007573505e5b3be9d1454e
Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
5 years agoUpdate git submodules
Sudarshan Kumar [Fri, 8 Feb 2019 09:30:34 +0000 (15:00 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 3188cd1b2770159eca5de4fbb64a5d1c90aa803e
  - Added Junit Class for CallableConsumer.java

    Added Junit Class for CallableConsumer.java

    Issue-ID: APPC-1372
    Change-Id: I3bdf3b66cf3c54835a9bf74076c47767ed03c1b0
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
5 years agoUpdate git submodules
Modaboina, Kusumakumari (km583p) [Thu, 31 Jan 2019 01:23:22 +0000 (20:23 -0500)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 3c1eae3c0a0b3f1214eccf46c2b92591389f9090
  - ansible adapter changes for multiple ansible servs

    Issue-ID: APPC-1365
    Change-Id: Ie3d102d9efcef7ba98b1fb5920a73a6c64b01897
Signed-off-by: Modaboina, Kusumakumari (km583p) <km583p@us.att.com>
5 years agoUpdate git submodules
Joss Armstrong [Fri, 8 Feb 2019 08:38:45 +0000 (08:38 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 8501f18c560534018a839b0bbccccf071e51fa4f
  - Test coverage in transaction-recorder

    Increased coverage from 64% to 96%

    Issue-ID: APPC-1403
    Change-Id: Idbb94d5e8933ac65bfc68cec6996c5ac039e8748
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoMerge "Removing MSB and VFC from release notes"
Rich Bennett [Fri, 8 Feb 2019 15:57:44 +0000 (15:57 +0000)]
Merge "Removing MSB and VFC from release notes"

5 years agoUpdate git submodules
Joss Armstrong [Fri, 8 Feb 2019 14:37:40 +0000 (14:37 +0000)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 57102888658f02a22c0d9da7872fc7c5880366a1
  - Increase coverage in workflow.activator package

    From 32% to 85%

    Issue-ID: APPC-1408
    Change-Id: I52447e5df9fd3a6ebdb257dbba9a83013bad6f05
Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
5 years agoUpdate git submodules
Sudarshan Kumar [Fri, 8 Feb 2019 08:46:47 +0000 (14:16 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 1cfdc823953938f09640f943d76d166fd140a821
  - Junit Class Added for AuthenticationException.java

    Junit Class Added for AuthenticationException.java

    Issue-ID: APPC-1372
    Change-Id: If8473d5eef4cabb52f72c1debe84c22b99998aa5
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
5 years agoUpdate git submodules
Steve Smokowski [Fri, 8 Feb 2019 15:21:47 +0000 (15:21 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to b3bc8b2a2cde4a72fae4d8f702b9fc87f6f138f1
  - Merge "provide correct custIds"
  - provide correct custIds

    correct variable name and use bean comparison
    included object assertion in junit on catalog client
    update test name to reflect return value
    fix cvnfc query by 2 customization uuid relationships
    provide customization ids to module query input

    Change-Id: I99df11c417230e398f86554d889a40e9d157544c
    Issue-ID: SO-1466
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate git submodules
Steve Smokowski [Fri, 8 Feb 2019 15:21:39 +0000 (15:21 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 3f0d58fab3b6c7d4c1b5441de0670d4e656360cd
  - Merge "populate modelinfovfmodule from catalog db"
  - populate modelinfovfmodule from catalog db

    add in a junit test to check if all vfModules model info get populated
    populate all vf modules for the vnf not just the orchestrated

    Change-Id: Icaed88f217f61861157313a0c7e09a28fff74fdb
    Issue-ID: SO-1467
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate git submodules
Timoney, Dan (dt5972) [Fri, 8 Feb 2019 14:58:39 +0000 (09:58 -0500)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to f98a53aa8d2b35f164d1bb4d12d79c616433c9f5
  - Fix ansible startup

    Ansible server does not start up in CSIT test due to incorrect
    entrypoint in docker-compose.yml (no longer needed due to changes
    submitted by CIA team)

    Change-Id: Ib643b41128ed9f043f009053e9405c6e3f6d880c
    Issue-ID: SDNC-552
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoUpdate git submodules
Hagop Bozawglanian [Thu, 7 Feb 2019 21:30:12 +0000 (21:30 +0000)]
Update git submodules

* Update docs/submodules/vnfrqts/usecases.git from branch 'master'
  to af8806162a4bf77f92c90e71fa39dee724ab3a65
  - VNFRQTS - Use case links fix

    Issue-ID: VNFRQTS-552

    Change-Id: Ibaf903eaf8ba520749f39dd21c7a97215fcfce23
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
5 years agoUpdate git submodules
Hagop Bozawglanian [Thu, 7 Feb 2019 21:28:46 +0000 (21:28 +0000)]
Update git submodules

* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
  to 2e44e5a40ee96e93319ff4ea5b2e1d166154d129
  - VNFRQTS - Use case links fix

    Issue-ID: VNFRQTS-552

    Change-Id: I225b42c6007138e4cec27b08ab8d4e201e43aa2e
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
5 years agoUpdate git submodules
Hagop Bozawglanian [Thu, 7 Feb 2019 18:59:56 +0000 (18:59 +0000)]
Update git submodules

* Update docs/submodules/vnfrqts/testcases.git from branch 'master'
  to ece05dc96677e0b3f210117c6e17b00b87fdc1e0
  - VNFRQTS - Removing unused footnotes

    Issue-ID: VNFRQTS-551

    Change-Id: I89081c98e46e8ace2f3bdf054ffd09684b1312df
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
5 years agoUpdate git submodules
dglFromAtt [Thu, 7 Feb 2019 01:21:04 +0000 (20:21 -0500)]
Update git submodules

* Update docs/submodules/dmaap/dbcapi.git from branch 'master'
  to 695695493b86a2fe925b6db0c381288ef6b3c0c1
  - Able to disable feature for creating Topic Roles

    Patchset 2: increment version

    Change-Id: Ib7b4af0164643940bba608d743b42b350af44363
Signed-off-by: dglFromAtt <dgl@research.att.com>
    Issue-ID: DMAAP-1027
Signed-off-by: dglFromAtt <dgl@research.att.com>
5 years agoUpdate git submodules
Benjamin, Max (mb388a) [Thu, 7 Feb 2019 22:25:53 +0000 (17:25 -0500)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 0f27e7f776cc0d26a4810b76787cf67bc18d03ab
  - mso is not updating the vip in aai for the vnf

    Update JUnits for multiple invocation argument verifications
    Implement delete mechanism for network policies and vnf adapter params
    in AAI.
    Fix a JUnit for getNetworkPolicy().
    Implement creation of network policies and setting of
    openstack-provided params for vf module in AAI
    CreateNetworkPolicies in AAI functionality update
    Add the plumbing for create network policy in AAI.
    Enable VnfAdapterBB to return fqdn and management ip info

    Change-Id: Id34fe088846a52dbafaf3e7c754bebada05f1bf1
    Issue-ID: SO-1478
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
5 years agoUpdate git submodules
Instrumental [Fri, 8 Feb 2019 00:53:11 +0000 (18:53 -0600)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 39596f5b6d2c67d8c2b357243ecfb2dd6d746796
  - Minor fixes starting from Scratch

    Issue-ID: AAF-698
    Change-Id: Ie279c11f9f385e9cb179cbe3e16de35cbfa33ecf
Signed-off-by: Instrumental <jonathan.gathman@att.com>
5 years agoUpdate git submodules
Instrumental [Thu, 7 Feb 2019 22:36:56 +0000 (16:36 -0600)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 27afb0201ce717c25d8ffcc50f8b4972fc98f5c5
  - Refine properties for non-root

    Issue-ID: AAF-698
    Change-Id: I266f0e36842fb506dbb3e412e12eedf64e24418a
Signed-off-by: Instrumental <jonathan.gathman@att.com>
5 years agoUpdate git submodules
ramverma [Thu, 7 Feb 2019 12:02:07 +0000 (12:02 +0000)]
Update git submodules

* Update docs/submodules/policy/distribution.git from branch 'master'
  to 48a745734533d42e2d9e7b9d04d08cbe8ee1b62c
  - Fix docker build in policy/distribution

    policyLoger.properties file was removed as part of moving to slf4j
    for logging. But the assembly.xml file was still refering to it. Since
    the file was not there the /bin directory was missing from the
    created package. Resulting in docker builds failing.

    Change-Id: Ia800c949d180d592aa0adb6cf61773b37329be48
    Issue-ID: POLICY-1346
Signed-off-by: ramverma <ram.krishna.verma@est.tech>