doc.git
4 years agoUpdate git submodules
Bin Yang [Wed, 25 Sep 2019 03:45:51 +0000 (03:45 +0000)]
Update git submodules

* Update docs/submodules/multicloud/framework.git from branch 'master'
  to 1a3b097f8d06be3683a7540610a1540246393215
  - Release Note for R5

    Including additional information under Multicloud plugin
    for Kubernetes release notes.

    Issue-ID: MULTICLOUD-814
Signed-off-by: Bin Yang <Bin.Yang@windriver.com>
    Change-Id: I172b8712409a9b9a1cee1779bcff08307f3f94ef

4 years agoUpdate git submodules
Patrick Brady [Tue, 24 Sep 2019 22:10:28 +0000 (15:10 -0700)]
Update git submodules

* Update docs/submodules/appc/deployment.git from branch 'master'
  to b808f26ac274e302eb1b165288358d75b667539d
  - Change to appc release 1.6.4

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

4 years agoUpdate git submodules
Patrick Brady [Tue, 24 Sep 2019 22:10:09 +0000 (15:10 -0700)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 8cc74187fc5669a8d8207bcf4f2aca64f5aeba80
  - Add 1.6.4 release file

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

4 years agoUpdate git submodules
weinstock, alan [Tue, 24 Sep 2019 21:57:35 +0000 (21:57 +0000)]
Update git submodules

* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
  to 4c580f0458c40d27f4393cf46e462c5afcab1963
  - [VNFRQTS] Sec 6. ECOMP VNF Mod - add corner cases

    Issue-ID: VNFRQTS-732
Signed-off-by: weinstock, alan <aw2574@att.com>
    Change-Id: I1dbfb33b25e03120b70968a4e3f273f7643c1143
Signed-off-by: weinstock, alan <aw2574@att.com>
4 years agoUpdate git submodules
Singal, Kapil (ks220y) [Tue, 24 Sep 2019 20:48:12 +0000 (16:48 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 054b1d80f19d27fb8766bf70339ec5b7a351ac2e
  - AbstractComponentFunction Payload API

    Adding new API's in AbstractComponentFunction to pull payload

    Issue-ID: CCSDK-1752
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
    Change-Id: I6db5ea12d24765d3775c6c81d7cbbefcd1708ca1

4 years agoUpdate git submodules
yangyan [Tue, 24 Sep 2019 20:26:42 +0000 (04:26 +0800)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 43fdf7b1938877fec2a10022a533c0491b6e8c95
  - add terminate and del function to hpy_automation scripts

    Change-Id: Ie669261bde3723d892706d3d767c08b325afc3e0
    Issue-ID: INT-1239
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoUpdate git submodules
Timoney, Dan (dt5972) [Tue, 24 Sep 2019 20:10:20 +0000 (16:10 -0400)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to 21f5a09fef993bfc4c539d914243de2839c88b7d
  - Update release notes

    Add release notes for El Alto release

    Change-Id: I0a40033a586f6695a60cfab8fc739d70e2062b87
    Issue-ID: SDNC-909
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoUpdate git submodules
Singal, Kapil (ks220y) [Tue, 24 Sep 2019 19:01:43 +0000 (15:01 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to e0e2aa06217ea5299e720e97f4275197551b3e68
  - Refactoring ResourceAssignmentUtils

    Changing isNull condition to isNullOrEmpty to make sure Empty value doesn't get assigned to resource

    Issue-ID: CCSDK-1748
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
    Change-Id: I0744537c7ddec80f20ffd7e6545b947439f63743

4 years agoUpdate git submodules
anushadasari [Tue, 24 Sep 2019 17:43:42 +0000 (23:13 +0530)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 0b6ca2b05ca0896ad4f9b2f4943b1fa9292e8dfb
  - Add "@Override" annotation above method signature.

    Using the @Override annotation is useful for two reasons :
    It elicits a warning from the compiler if the annotated method doesn't actually override anything, as in the case of a misspelling.
    It improves the readability of the source code by making it obvious that methods are overridden.

    Issue-ID: VID-612
    Change-Id: Ic628b85f7a3e4c08712c88298fa4620ecddce0cc
Signed-off-by: anushadasari <danush10@in.ibm.com>
  - Add a semicolon at the end of this statement.

    In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.

    Issue-ID: VID-607
    Change-Id: I27deafe5e97d71be4b5b6501f3cda0a19769123b
Signed-off-by: anushadasari <danush10@in.ibm.com>
  - Add a semicolon at the end of this statement.

    In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.

    Issue-ID: VID-607
    Change-Id: Ibf05db5e76be01c78cfac8196fcf4bb09dfa7709
Signed-off-by: anushadasari <danush10@in.ibm.com>
  - Add a semicolon at the end of this statement.

    In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.

    Issue-ID: VID-607
    Change-Id: Id3fd3e7baea856e8aab4c5c7c509a6c00bb44ced
Signed-off-by: anushadasari <danush10@in.ibm.com>
  - Add a semicolon at the end of this statement.

    In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.

    Issue-ID: VID-607
    Change-Id: I45637083e88ac2e1c4cb27519a3116f2f5f792e8
Signed-off-by: anushadasari <danush10@in.ibm.com>
  - Add a semicolon at the end of this statement.

    In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.

    Issue-ID: VID-607
    Change-Id: I2adee2c4d945cde39d796106fa6540d875b25219
Signed-off-by: anushadasari <danush10@in.ibm.com>
  - Add a semicolon at the end of this statement.

    In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line

    Issue-ID: VID-607
    Change-Id: I6798e2fbf4439e5336e1af734aa762449454f04f
Signed-off-by: anushadasari <danush10@in.ibm.com>
  - Add a semicolon at the end of this statement.

    In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.

    Issue-ID: VID-607
    Change-Id: I74a97be12bc5a110c4afd7f2d3eaf51b0ae707c8
Signed-off-by: anushadasari <danush10@in.ibm.com>
  - Add a semicolon at the end of this statement.

    In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line

    Issue-ID: VID-607
    Change-Id: I351d26cab21fffe5925dd6bc64691166e5c3ea3d
Signed-off-by: anushadasari <danush10@in.ibm.com>
  - Add a semicolon at the end of this statement.

    In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.

    Issue-ID: VID-607
    Change-Id: I1fd965413585256c09e61c2a19b0651800e65eab
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoUpdate git submodules
Ramesh Parthasarathy [Tue, 24 Sep 2019 17:26:08 +0000 (10:26 -0700)]
Update git submodules

* Update docs/submodules/so/libs.git from branch 'master'
  to e0b745eb060db35bb3da1a24ee778b622da9295b
  - Addressed the error in retrieving subnets

    Addressed the error in retrieving subnets
    with SO Libs repository openstack SDK project

    Issue-ID: SO-2361
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
    Change-Id: If54a8097ca16a266b075d3e5bfcf09157947087d

4 years agoUpdate git submodules
Kiran Kamineni [Tue, 24 Sep 2019 16:39:54 +0000 (16:39 +0000)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 16db48000b2be090c533dc89bf8cf711077e811d
  - Merge "Add helm chart for Istio Policies"
  - Add helm chart for Istio Policies

    Issue-ID: MULTICLOUD-789
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
    Change-Id: I16d1c1df0e9d8955040c78f5e67e1dd50e761040

4 years agoUpdate git submodules
Kiran Kamineni [Tue, 24 Sep 2019 16:39:20 +0000 (16:39 +0000)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 4b6111129d534938db10df8ede56ac2a44ce49dd
  - Merge "Helm chart for multicloud-k8s connectivity"
  - Helm chart for multicloud-k8s connectivity

    This patch has ISTIO components required to
    expose the multicloud-k8s application outside
    the servicemesh

    Issue-ID: MULTICLOUD-787

Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
    Change-Id: I4805520666ec653e9845432b85afdc1ce0ef1db9

4 years agoUpdate git submodules
Taka Cho [Tue, 24 Sep 2019 16:14:10 +0000 (12:14 -0400)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to b69312bc935cbc6c2997a2a4ee24204ded9ebb29
  - replaced by tosca.datatype.version

    consolidate to tosca.datatype.version

    Issue-ID: APPC-736
    Change-Id: Ic0bf2c8743d4b299fc135d53323fffbcd6b7c531
Signed-off-by: Taka Cho <takamune.cho@att.com>
4 years agoUpdate git submodules
Patrick Brady [Tue, 24 Sep 2019 15:49:09 +0000 (08:49 -0700)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 12094d52d537c43c2d8d4d875dd84ba1ec7e8c7a
  - Set appc parent 2.6.2

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

4 years agoUpdate git submodules
Seshu Kumar M [Tue, 24 Sep 2019 14:36:09 +0000 (14:36 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 96231b3365d378a86b71d93b8a7d64aef8be531c
  - Merge "Prevent reading twice from ResponseEntity stream, since this caused IOErrors."
  - Prevent reading twice from ResponseEntity stream, since this caused IOErrors.

    Also moving empty response checks to parseJsonToGelAllPnfCorrelationId

    Issue-ID: SO-2349
Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
    Change-Id: I316856d56106a1ae715812628695406f4147765d
Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
4 years agoUpdate git submodules
Shabanov, Marina (ms656r) [Tue, 24 Sep 2019 13:15:04 +0000 (16:15 +0300)]
Update git submodules

* Update docs/submodules/sdc/sdc-tosca.git from branch 'master'
  to 401d395aa68626a4b5bcadd92490da82559f6431
  - Return Input list from getEntity API

    Issue-ID: SDC-2559
Signed-off-by: Shabanov, Marina (ms656r) <ms656r@intl.att.com>
    Change-Id: I104b83748a1b789a9fe749a38a1b940b00f52e3c

4 years agoUpdate git submodules
Steve Smokowski [Tue, 24 Sep 2019 11:52:32 +0000 (11:52 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 1cba9f989d964aeb716a0f5746a6485996d3e7f8
  - Merge "VNFM adapter relationship handling improvements"
  - VNFM adapter relationship handling improvements

    Change-Id: I8fd7af559448b9cdd6fab4bedd8ec001f196a200
    Issue-ID: SO-2352
Signed-off-by: MichaelMorris <michael.morris@est.tech>
4 years agoUpdate git submodules
Ittay Stern [Tue, 24 Sep 2019 10:39:48 +0000 (10:39 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to bbc6dd03b17fc5cdb2305a281f94835e1d9d9929
  - Merge "Encoding path segments on reduced custom query"
  - Encoding path segments on reduced custom query

    Need to URL-encode the path segments when sending URL in the custom queries to A&AI
    Issue-ID: VID-596

Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com>
    Change-Id: Ie551cccfc1a8c627984185324a59c18f13200e91

4 years agoUpdate git submodules
Ittay Stern [Tue, 24 Sep 2019 10:39:34 +0000 (10:39 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 61d60cacd54706760a633cd058cce1c8b15e6da4
  - Merge "Take more Change-management Selenium screenshots"
  - Take more Change-management Selenium screenshots

    Issue-ID: VID-397

    Change-Id: I9b925068346dd3ebb6665a83b0a1b7876193c2ff
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Amichai Hemli [Tue, 24 Sep 2019 09:56:16 +0000 (09:56 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to d0d6771000f3a0cceaa0d11a8b6a575608b10f8f
  - Merge "Add memory to Cypress"
  - Add memory to Cypress

    Fixing error: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed -
    JavaScript heap out of memory

    Change-Id: Ifa12f3c39bdf29c3211a3c75bcc17876a2af5b85
    Issue-ID: VID-647
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Wojciech Sliwka [Tue, 24 Sep 2019 09:04:13 +0000 (09:04 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 5f7bd08676754cd28ed761365651c578854e25a1
  - Merge "Add mso configuration tests"
  - Add mso configuration tests

    Issue-ID: VID-470
    Change-Id: I2eeb3780ffe161c8616fb72573d4ce4916edc9ee
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
4 years agoUpdate git submodules
Ittay Stern [Tue, 24 Sep 2019 08:27:36 +0000 (08:27 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to e95e60f446e7752ae808144757585b4b94dc7f53
  - Merge "change management new filter tests"
  - change management new filter tests

    Issue-ID: VID-596
    Change-Id: I591da151bb27a46c217edec552e7c9c670a96aaa
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
4 years agoUpdate git submodules
Ittay Stern [Tue, 24 Sep 2019 08:11:01 +0000 (08:11 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 607af7badab5f694a0689cb9d359d543c9275809
  - Merge "Add a position field to BaseResource"
  - Add a position field to BaseResource

    Issue-ID: VID-646
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
    Change-Id: Id1f84dadd31840cf9fa3cdbc7afd7da727a22c7f

4 years agoUpdate git submodules
Ittay Stern [Tue, 24 Sep 2019 04:04:10 +0000 (04:04 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to e5922e48d5ef9a2cbf19693135e11b5b7747a04f
  - Merge "AaiController tests"
  - AaiController tests

    added new unit tests to AaiControllerTest

    Issue-ID: VID-649
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
    Change-Id: Ib16f31487e09e0dfdd0813e2a16def620e166be2

4 years agoUpdate git submodules
cyuamber [Tue, 24 Sep 2019 02:16:54 +0000 (10:16 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to f85d806d492f0e629f1ff07bd120947022790317
  - style:optimize model style of ccvpn page

    Change-Id: I851d2763467dc51ee8f807492a6c1812cf4a9412
    Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
cyuamber [Tue, 24 Sep 2019 02:15:57 +0000 (10:15 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 1cf0677e3ca99b67cfcdd11ecc9614437cda1d83
  - style:optimize sytle of ccvpn detail page

    Change-Id: Ib303a259313410e7eb41dc84850bef5ff2a487af
    Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Marcus Williams [Mon, 23 Sep 2019 22:11:27 +0000 (22:11 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 0c8e7966a2d1c54fd298d161d2e36604175f62ef
  - Merge "Fix default homing"
  - Fix default homing

    Issue-ID: SO-2307
    Change-Id: Iee2562c6f38a440006d3a6108ce6f6fd6dbedcf6
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
4 years agoUpdate git submodules
Singal, Kapil (ks220y) [Mon, 23 Sep 2019 21:18:48 +0000 (17:18 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 7acab9f8a2f0da70ecdbf8d7850134fcbbbf46c2
  - Refactoring ResourceAssignmentUtils

    Refactoring ResourceAssignmentUtils parseResponseNodeForPrimitiveTypes API to remove cyclic value assignments

    Issue-ID: CCSDK-1748
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
    Change-Id: I27b5a7d3ed2df38cf4e3e44686aec094ebdb5f25

4 years agoUpdate git submodules
Timoney, Dan (dt5972) [Mon, 23 Sep 2019 19:47:06 +0000 (15:47 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'master'
  to a9e5b3db65c2c55d72c644544db2ce4b5c2e2d4b
  - Update release notes

    Fixed versions in docker table

    Change-Id: I4e23bf8c129fc29ebbdb6a8d8c3d0272abc4d9eb
    Issue-ID: CCSDK-1701
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoUpdate git submodules
Brendan Tschaen [Mon, 23 Sep 2019 17:47:47 +0000 (17:47 +0000)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to c8adfc5ea25d6ffd45edd5213195ce0c4568b57f
  - Merge "Test case for deadlock detection"
  - Test case for deadlock detection

    Issue-ID: MUSIC-502
Signed-off-by: Martella, Arthur <arthur.martella.1@att.com>
    Change-Id: I270298c464df020869bd3779e2858dc43c27e69a

4 years agoUpdate git submodules
Brian Freeman [Mon, 23 Sep 2019 16:11:37 +0000 (16:11 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 92299a31899fb4509175cc1c1b7c504938e22cfd
  - Merge "Update POMBA images to 1.5.1"
  - Update POMBA images to 1.5.1

    Issue-ID: LOG-1120
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
    Change-Id: Ie4621751739a3bab67f6ad928aa124d8328a4455

4 years agoUpdate git submodules
Brian Freeman [Mon, 23 Sep 2019 15:46:14 +0000 (15:46 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 45f44b7ad5a8180ce313ef8e3eeb0322b165b822
  - Merge "Update CCSDK/SDNC versions for RC0"
  - Update CCSDK/SDNC versions for RC0

    Update CCSDK version to RCO (0.6.3) and update SDNC
    version to RC0 (1.7.3)

    Change-Id: I4af5684ecacd2cf8134a4db51684fb95b488d536
    Issue-ID: SDNC-917
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoUpdate git submodules
Tschaen, Brendan [Mon, 23 Sep 2019 14:56:10 +0000 (10:56 -0400)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to cca9a44dfd587b2dbac873b24b98620160356d9b
  - El Alto Release Notes

    Change-Id: I6703f52383d9901cb1e08b5ce92fb6e66b454cfa
    Issue-ID: MUSIC-496
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
4 years agoUpdate git submodules
Sara Weiss [Mon, 23 Sep 2019 14:46:11 +0000 (17:46 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to e59d8d560376a34e0eab902a673b5b3c3add5b0d
  - add 'cloud region' optional field to change management

    Issue-ID: VID-596

    Change-Id: Ieb89980f7e802fe2508950a0e1a23188145fd85e
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
4 years agoUpdate git submodules
Smokowski, Kevin (ks6305) [Mon, 23 Sep 2019 14:18:25 +0000 (14:18 +0000)]
Update git submodules

* Update docs/submodules/logging-analytics.git from branch 'master'
  to b313283ddae4d435d6a96b4dd1e33f74c22ca2ad
  - PayloadLoggingClientFilter bugfix

    log response body in PayloadLoggingClientFilter

    Issue-ID: LOG-1146
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
    Change-Id: I17a96f40577ba709d7f623209cdd19143dc8f1ec

4 years agoUpdate git submodules
Borislav Glozman [Mon, 23 Sep 2019 12:07:29 +0000 (12:07 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 68527ef5b695e6354472596738cedd51a97f96bc
  - Merge "Update multicloud broker and openstack version"
  - Update multicloud broker and openstack version

    Change-Id: I0054f1b90372ecd60de49e0c9cbd42e0f7a0cb40
    Issue-ID: MULTICLOUD-809
Signed-off-by: Bin Yang <bin.yang@windriver.com>
4 years agoUpdate git submodules
Borislav Glozman [Mon, 23 Sep 2019 12:03:50 +0000 (12:03 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 488ef7702fde0b9e149a2e37323321cb6545f7c6
  - Merge "Update vfc release version to oom"
  - Update vfc release version to oom

    Change-Id: Ib3390afb9c1e154d9cadf9d7dc7707b35d37a8fe
    Issue-ID: VFC-1494
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoUpdate git submodules
Borislav Glozman [Mon, 23 Sep 2019 12:03:39 +0000 (12:03 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 7ffb638869330486ac81190267b1346b01038f9e
  - Merge "Add msb environment to oom"
  - Add msb environment to oom

    Change-Id: I9c1321955c59b6f29c454aced0c00f713f5384ea
    Issue-ID: VFC-1467
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoUpdate git submodules
Ittay Stern [Mon, 23 Sep 2019 11:11:53 +0000 (14:11 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 9a2cd4170c33326dc6a0829675fa4cef231efdd9
  - Change-management: provide and use scheduler's fields through vm.scheduleWorkflow()

    In addition, show error message when no Portal-frame. Use the dumped
    data to revive ChangeManagementTest tests by capturing the error's
    payload.

    Issue-ID: VID-397

    Change-Id: I978bf537c43b0e3933e82c761c60cd067ab2cf27
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Chuyi Guo [Mon, 23 Sep 2019 07:04:50 +0000 (07:04 +0000)]
Update git submodules

* Update docs/submodules/modeling/modelspec.git from branch 'master'
  to 3b9450eaa3ee824e558b40c50d7821185a0c51fd
  - Merge changes If11641ab,I98c6e11a

    * changes:
      Slight update to common
      Finalization License Model Draft

  - Slight update to common

    slight updates to common - related to license and slight update explore
    to ParameterGroup

    Issue-ID: MODELING-104

    Change-Id: If11641ab8f8e618a085e6d3421cc946ba1f6149d
Signed-off-by: Kevin Scaggs <ks0567@att.com>
  - Finalization License Model Draft

    Final updates to draft of license model - ready for review.

    Issue-ID: MODELING-104

    Change-Id: I98c6e11aeb927a098246c3a10c58b25d8b6a18a7
Signed-off-by: Kevin Scaggs <ks0567@att.com>
4 years agoUpdate git submodules
Saryu Shah [Mon, 23 Sep 2019 06:23:27 +0000 (06:23 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 350a0b59a37c353de8f34a301603d3f8bdb992dd
  - Updates to el alto release notes.

    Removed POLICY-1825 from list as that will be done post el alto.

    Issue-ID: POLICY-2094

Signed-off-by: Saryu Shah <ss3917@att.com>
    Change-Id: Ia9e427aca7b8ca1332614ac2669853bfc04b4648

4 years agoUpdate git submodules
jhh [Mon, 23 Sep 2019 02:26:01 +0000 (21:26 -0500)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 8534fea88e181c5ac2a0c35ace33e8a818e80d61
  - Disable AAF for PDP-D telemetry API

    As AAF cadi libraries and Aether libraries (transitively
    brought in by drools kie-ci functionality seem
    to interfere with each other, AAF is disabled.

    There is no side effects to disable AAF for this API
    as it is not an external API (it is used for diagnostics
    only).

    The nexus value change is cosmetic, not really used.

    Issue-ID: POLICY-2109
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
    Change-Id: I2ccb3b0f08a4d3020e58ca83bd89d2f614a51dca

4 years agoUpdate git submodules
Jerry Flood [Sun, 22 Sep 2019 20:26:25 +0000 (16:26 -0400)]
Update git submodules

* Update docs/submodules/optf/cmso.git from branch 'master'
  to 65655f00562ab842192ec278d77bdc8d343abe39
  - Re-factor AAF interface to omit cadi

    Issue-ID: OPTFRA-593
    Change-Id: I84c70e7e0830799d9b856f0931f8e79c27127f76
Signed-off-by: Jerry Flood <jflood@att.com>
4 years agoUpdate git submodules
Ittay Stern [Sun, 22 Sep 2019 18:17:09 +0000 (21:17 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 5a824bbfbe95afd3b1fbaae8c029a8b4c5ad5401
  - Remove injections from filter, as filter is not Spring-controlled

    Change-Id: Iecb4d6fbb79c5920d088fe536e6622690f8f881e
    Issue-ID: VID-253
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Amichai Hemli [Sun, 22 Sep 2019 15:10:39 +0000 (15:10 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 15eeb03b12f2c8afd34c38ffad9f2d3a30e4af23
  - Merge "Modified CM old json to include ModelVer and removed VFM out of it. Modified CM tests to use the new preset and term it over feature flag"
  - Modified CM old json to include ModelVer and removed VFM out of it.
    Modified CM tests to use the new preset and term it over feature flag

    Issue-ID: VID-596
Signed-off-by: as221v <as221v@intl.att.com>
Signed-off-by: Amir Skalka <amir.skalka@intl.att.com>
    Change-Id: I801c2f6ee19eabbb6d52e7f27e89df29389137d9

4 years agoUpdate git submodules
Amichai Hemli [Sun, 22 Sep 2019 14:46:44 +0000 (14:46 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to f2495b796538e6e86f5ea482c2908887615e05d0
  - Merge "Use x-onap-requestid header in filter's API test"
  - Use x-onap-requestid header in filter's API test

    Issue-ID: VID-253

    Change-Id: I2412a27e32f006588241cd46d06fab28c5779581
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Amichai Hemli [Sun, 22 Sep 2019 14:46:27 +0000 (14:46 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 94f5a7e46486024a3b59fcbcbbcf09a04a46c930
  - Merge "Let request-id value derive from alternative request-headers"
  - Let request-id value derive from alternative request-headers

    Issue-ID: VID-253

    Change-Id: Icae6caf5f720da0c7587f62380d1783669e69d9f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Amichai Hemli [Sun, 22 Sep 2019 14:45:17 +0000 (14:45 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to f218636cc2c7ca337d6e23f24fc282bbbacd79f1
  - Merge "Rename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId methods"
  - Rename PromiseRequestIdFilter, extract isWrapNeeded and incomingRequestId methods

    Change-Id: Idb39f7d5e723598e34e737522c4f73d8de3df93c
    Issue-ID: VID-253
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Dan Timoney [Sat, 21 Sep 2019 12:11:32 +0000 (12:11 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'master'
  to 75f58808ddb9b6bd0f3a859d692d87f3183ccfa8
  - Merge "Update release notes"
  - Update release notes

    Update version in release notes

    Change-Id: I449e3f8bd725bc6d4fc668bfadfd685f9b442169
    Issue-ID: CCSDK-1701
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoUpdate git submodules
yxpoke [Sat, 21 Sep 2019 04:05:42 +0000 (12:05 +0800)]
Update git submodules

* Update docs/submodules/modeling/modelspec.git from branch 'master'
  to 8493c685f4ed0fad24cd3407fa8f2c55a17688fe
  - update release note and documentation

    Issue-ID: MODELING-228
Signed-off-by: yxpoke <yangxu5@huawei.com>
    Change-Id: I26655f5ba79c5fb912ebc4816b613ae787b73cca

4 years agoUpdate git submodules
guochuyicmri [Sat, 21 Sep 2019 02:16:03 +0000 (10:16 +0800)]
Update git submodules

* Update docs/submodules/modeling/modelspec.git from branch 'master'
  to 165697c6474109869863a40771f3eb007f74c957
  - Service KPI monitoring model

    Add a diagram for service KPI monitoring, and a very begining work for
    NST and NSST.

    Issue-ID: MODELING-104

    Change-Id: I8ac69cc4928ca1a042f072c4b3844f396f93fc68
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
4 years agoUpdate git submodules
deng yuanhong [Sat, 21 Sep 2019 01:05:21 +0000 (01:05 +0000)]
Update git submodules

* Update docs/submodules/modeling/etsicatalog.git from branch 'master'
  to 9ec0fc3a923179d97c1610f44641b7a43c306b8f
  - Revert "update port of server"

    This reverts commit b65c162d99d51cc4c209a82dbfc9ece13ff7e81a.

    Issue-ID: MODELING-222
    Change-Id: I957b9a9e09884f6aa20d6bc6b6c7f72dd62f8e33
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
4 years agoUpdate git submodules
Jessica Wagantall [Fri, 20 Sep 2019 21:25:22 +0000 (14:25 -0700)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'master'
  to 5562eb0023bb43a39eb549ee04b8025de4a1244f
  - Release image ccsdk-distribution

    Release version: 0.6.3-STAGING-20190919T203958Z
    as 0.6.3

    Issue-ID: CCSDK-1701
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I5a9f68e77cf8a680442827fb983c345cc49314a8

4 years agoUpdate git submodules
Jessica Wagantall [Fri, 20 Sep 2019 21:24:49 +0000 (14:24 -0700)]
Update git submodules

* Update docs/submodules/ccsdk/apps.git from branch 'master'
  to 08409f0df6ba46e2e2b8ac4886c6727b4169c6f6
  - Release image ccsdk-apps-ms-neng

    Release version: 0.6.3-STAGING-20190919161046
    as 0.6.3

    Issue-ID: CCSDK-1701
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I256838d1ba03cdcb60792fc42c8be4c8dc271fac

4 years agoUpdate git submodules
Jessica Wagantall [Fri, 20 Sep 2019 21:24:18 +0000 (14:24 -0700)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to a869fe0dd29de8a4fb2c30336a9d5abdb7d1d476
  - Release images for ccsdk-cds

    Release version: 0.6.3-STAGING-20190919T124725Z
    as 0.6.3

    Issue-ID: CCSDK-1701
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: Ie20d141a8352bea63cadc01c5fbb3cb090d45280

4 years agoUpdate git submodules
su622b [Fri, 20 Sep 2019 16:01:33 +0000 (12:01 -0400)]
Update git submodules

* Update docs/submodules/dmaap/messagerouter/messageservice.git from branch 'master'
  to 681bcde4445437de3b0d826c3e8e4af6231a174b
  - add ElAlto Release notes

    Issue-ID: DMAAP-1305
    Change-Id: I2770e1efce4e077d5e365243e8bfe735a09b5646
Signed-off-by: su622b <su622b@att.com>
4 years agoUpdate git submodules
Flood, Jerry (jf9860) [Fri, 20 Sep 2019 15:48:48 +0000 (11:48 -0400)]
Update git submodules

* Update docs/submodules/optf/cmso.git from branch 'master'
  to 08ea9123fbe26f0d677ecdd438aea773ddd8e857
  - Update the version to 2.1.1 for el alto

    Issue-ID: OPTFRA-580
    Change-Id: Idc01a16b997aa2a85ab358c23b36e32f795dfc4f
Signed-off-by: Flood, Jerry (jf9860) <jf9860@att.com>
4 years agoUpdate git submodules
Steve Smokowski [Fri, 20 Sep 2019 15:22:05 +0000 (15:22 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 7e070b202cd8a109e7254854a23de33f91dc0522
  - Merge "Exception string in checkRelationshipRelatedTo"
  - Exception string in checkRelationshipRelatedTo

    Exception string in checkRelationshipRelatedTo not being returned
    properly. Added a new exception - UnassignNetworkException.
    Added a new unit test to test the exception case as per review comment.
    Updated UnassignNetworkBBTest.java file to fix the formatting errors.
    Updated unit test , removed setVariable, it wasn't needed to do as it
    was performed in the actual method call.
    Updated pom.xmp  file to fix the formatting errors.
    Updated pom.xml file to fix the formatting errors.

    Issue-ID: SO-2346
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: I617dfbcb07d6080598a3ef8138aad5c7008dcee2

4 years agoUpdate git submodules
Plummer, Brittany [Fri, 20 Sep 2019 15:21:49 +0000 (11:21 -0400)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to a2fd007e4d1b03f7258d71fa86658510ff2f1790
  - update logging to match onap logging library

    Updated to use changes added to logging library in ONAP
    Updated RestClient to set mdc rather than extend filter
    Updated filter removal to include new spring filter
    Updated to exclude filter causing failure in catdb
    Excluded filter causing failures in requestdb
    Updated requestdbatt to exclude filter
    Updated check for spring filters to fix failing tests

    Issue-ID: SO-2353
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: Idb081a0f5527690f9dc41c7914a2d721f9022aea

4 years agoUpdate git submodules
yangyan [Fri, 20 Sep 2019 14:04:15 +0000 (22:04 +0800)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 50fce384f46a6d961e8062abcffeca717edab725
  - fix the typo error of hpy_automation scripts

    Change-Id: I27b43d63042bdb46f1ff362335a26bf6726674a0
    Issue-ID: INT-1239
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoUpdate git submodules
Brian Freeman [Fri, 20 Sep 2019 14:01:01 +0000 (09:01 -0500)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to e8aa3f05cfbf878a7499000aca1257058c4e5d85
  - SDNC SSL port, BRG category, DEBUG

    Issue-ID: INT-1265
    Change-Id: I4ea7bf282b7d8aad58645784317dea9edf373cff
Signed-off-by: Brian Freeman <bf1936@att.com>
4 years agoUpdate git submodules
Singal, Kapil (ks220y) [Fri, 20 Sep 2019 12:45:34 +0000 (08:45 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to e4a0eef7b713551e075f71b00ff20f2448492c59
  - Refactoring Resource Resolution Component

    Use Case:
    ----------
    Input Value (IV): It can be API Input Value or API Default value

    If a Resource is marked as Input
        -> pick IV

    If a Resource is marked as other than Input
        -> pick IV
        -> if IV is not present then resolve it as per DataDictionary Definition

    ** Return Error if Resource is not resolved using assert : ResourceAssignmentUtils.assertTemplateKeyValueNotNull

    Issue-ID: CCSDK-1746
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
    Change-Id: Ia3aaaa36d0e32b0b468f016d57ed5d2c4ddf6a32

4 years agoUpdate git submodules
dyh [Fri, 20 Sep 2019 12:35:38 +0000 (20:35 +0800)]
Update git submodules

* Update docs/submodules/modeling/etsicatalog.git from branch 'master'
  to b65c162d99d51cc4c209a82dbfc9ece13ff7e81a
  - update port of server

    Change-Id: Ice454b626d4c291a2835652e459157c2b8b84a9a
    Issue-ID: MODELING-222
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
4 years agoUpdate git submodules
Saryu Shah [Fri, 20 Sep 2019 12:11:59 +0000 (12:11 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to ad44df2b7f2ab14801e48664a3b3114e41a3331e
  - El Alto Release Notes

    El Alto Release Notes

    Issue-ID: POLICY-2094

Signed-off-by: Saryu Shah <ss3917@att.com>
    Change-Id: I233c044084ea73f5bfaa3f85a5b9f805b12f862f

4 years agoUpdate git submodules
Jim Hahn [Fri, 20 Sep 2019 12:05:04 +0000 (08:05 -0400)]
Update git submodules

* Update docs/submodules/policy/engine.git from branch 'master'
  to 90fdade571a1dd5875ea4fc10957d00f108a6464
  - Use snapshot version of models in policy/engine

    Change-Id: I7c8ba1ed700a6a0c9e9017a19ab80ef510719bf4
    Issue-ID: POLICY-2065
Signed-off-by: Jim Hahn <jrh3@att.com>
4 years agoUpdate git submodules
Tao Shen [Fri, 20 Sep 2019 10:41:13 +0000 (10:41 +0000)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 046a1ae7f6c2b761b726f14e2c5a59dee30000c4
  - Merge "style: optimize the chart style of the customer"
  - style: optimize the chart style of the customer

    Change-Id: I244a91ebc76a2978e19792f6740de887b92c4aac
    Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Tao Shen [Fri, 20 Sep 2019 10:40:10 +0000 (10:40 +0000)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 2ad362ee42f5ef93186feb3a9d33f04bcec3a532
  - Merge "feat:optimize loop call progress function for service-list page"
  - feat:optimize loop call progress function for service-list page

    Change-Id: Ibc5e91b8882ba89b6b40506734700e5462e544a6
    Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
cyuamber [Fri, 20 Sep 2019 10:39:33 +0000 (18:39 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to a711cb386553020a1348207c05ae597fcfb18212
  - feat: implement the customer page chart adaptive

    Change-Id: Ic8f4501ba3f81dc2f94734e4701cd7e1f28df43b
    Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
cyuamber [Fri, 20 Sep 2019 10:35:13 +0000 (18:35 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 371098805b90e3eebbaff181703a0e4e79e795bc
  - bug: fix problems caused by switching routes

    Change-Id: I9558b3fd6b8df089a5da47a08ee89c069b4fcb34
    Issue-ID: USECASEUI-306
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Fu Jinhua [Fri, 20 Sep 2019 09:59:42 +0000 (09:59 +0000)]
Update git submodules

* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 6d9042a3d2a95fce731e1f8afa86d9050d62f0ee
  - Merge " add ut for vnf terminate"
  -  add ut for vnf terminate

    Change-Id: I5d37e4b56e77a5f080ff17653ddb9b78f2b228ad
    Issue-ID: VFC-1489
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoUpdate git submodules
cyuamber [Fri, 20 Sep 2019 09:15:28 +0000 (17:15 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 2df65a7f82faf11f0f0a6e16c9864902a9388c89
  - docs: add user guide

    Change-Id: I1dff40c8c1bb98da5729c753ce015e48d673912c
    Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Ethan Lynn [Fri, 20 Sep 2019 07:51:33 +0000 (15:51 +0800)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 900c3831050278e12e7508d01db9063542fabde7
  - Update multicloud-vio to version 1.4.1

    Update multicloud-vio to version 1.4.1

    Change-Id: I788a58fbb86cba4f2b8b4ddac14812155e6c096e
    Issue-ID: MULTICLOUD-736
Signed-off-by: Ethan Lynn <xuanlangjian@gmail.com>
4 years agoUpdate git submodules
cyuamber [Fri, 20 Sep 2019 07:23:28 +0000 (15:23 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 8b1ee1f7fd52781df7af5e17c77521f39ae1d2ac
  - feat: optimize the code for the customer page

    Change-Id: Ic30e916f0531592194420f21cfd22b80152f0892
    Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
cyuamber [Fri, 20 Sep 2019 07:22:04 +0000 (15:22 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to ee2d1333ff4a8a233dd00bdbda7aa9f9e38061af
  - bug: prompt box repeat rendering display has been fixed

    Change-Id: I80a31b7e5f0caf97bcf9954643eff566c407b912
    Issue-ID: USECASEUI-306
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
cyuamber [Fri, 20 Sep 2019 07:20:18 +0000 (15:20 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 781aad0ded84716dce4cd88f661e33d0cea852e8
  - feat: optimize the code for the customer page

    Change-Id: I8dc434c8ab90fdf3b78b05b15e5f210980922724
    Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
cyuamber [Fri, 20 Sep 2019 07:19:13 +0000 (15:19 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to f017831acae673b55b4f9cf717ed92c8e0e667d4
  - style: optimize customer page styles

    Change-Id: I2e142b503ff9b2abc02a35fb52bdebf72658d70d
    Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
hewei-cmss [Fri, 20 Sep 2019 06:47:19 +0000 (14:47 +0800)]
Update git submodules

* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 13b56811b21c9b4995f146b4176a88ff8be6970e
  - fix query bug

    Issue-ID: VFC-1504

Signed-off-by: hewei-cmss <hewei@cmss.chinamobile.com>
    Change-Id: Icdcd174a9f3fb54806394b509998a115de737530

4 years agoUpdate git submodules
Michal Ptacek [Fri, 20 Sep 2019 06:46:36 +0000 (06:46 +0000)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to ef1aef15d17eae648f9eaf720c85d9c1f3f5e97e
  - Merge "Replace jinja for with filter expression in helm deploy call"
  - Replace jinja for with filter expression in helm deploy call

    This replaces jinja for constructions used to add helm arguments
    with jinja filter usage.

    Change-Id: Ia47635466f4a9251d1f33a42080d3538fc52587d
    Issue-ID: OOM-1911
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
4 years agoUpdate git submodules
Ittay Stern [Thu, 19 Sep 2019 23:32:48 +0000 (02:32 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 608c7c4ba8b3fa8ec22d0237a8fffc0da14cefc2
  - Release version 6.0.0

    Change-Id: I0e8bbd6d19398f5eced4e4348468ca2cd85834e0
    Issue-ID: VID-576
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Dan Timoney [Thu, 19 Sep 2019 19:51:32 +0000 (19:51 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to fb1b08d5dd94998f4b279a65b9a74604d80ee691
  - Merge "Bug-fix - CDS Processor-DB & Default Dictionary not working"
  - Bug-fix - CDS Processor-DB & Default Dictionary not working

    Issue-ID: CCSDK-1718
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
    Change-Id: Ia15f36d7732058161aa2addc9268dd647330f069

    Issue-ID: CCSDK-1717
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
    Change-Id: Ia15f36d7732058161aa2addc9268dd647330f069

4 years agoUpdate git submodules
Gathman, Jonathan (jg1555) [Thu, 19 Sep 2019 18:54:09 +0000 (13:54 -0500)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 6b7b912348ae60b2217af57749ac00a67080bf12
  - Release 2.1.16

    Issue-ID: AAF-979
    Change-Id: Ida7130dba5dc5277ebda6047453f851f343b3908
Signed-off-by: Instrumental<jonathan.gathman@att.com>
4 years agoUpdate git submodules
Yang Xu [Thu, 19 Sep 2019 18:17:12 +0000 (14:17 -0400)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 2bbe21f6da8d63a75de0711859e55ab9ea7ad559
  - Update INFO.yaml

Signed-off-by: Yang Xu <xuyang11@gmail.com>
    Issue-ID: INT-1269
    Change-Id: I9f76cdd3b53f9519017da851a59b8c7000334797

4 years agoUpdate git submodules
Pawel Wieczorek [Thu, 19 Sep 2019 17:38:22 +0000 (19:38 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 4e74a1e24e15b3db2216fb269a58cfc08e598f63
  - k8s: Validate API server certificates and keys

    This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections
    regarding master node configuration are satisfied (1.1.22, 1.1.25 -
    1.1.26 and 1.1.28).

    Issue-ID: SECCOM-235
    Change-Id: Ic61a796653dc868d20fe69c3ed508e7fa8ba52db
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
4 years agoUpdate git submodules
Pawel Wieczorek [Thu, 19 Sep 2019 17:36:52 +0000 (19:36 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 3e602597b036d29f77485f35c1f81a8cdb6f350b
  - k8s: Validate API server Certificate Authorities

    This patch verifies if CIS Kubernetes Benchmark v1.3.0 sections
    regarding master node configuration are satisfied (1.1.21, 1.1.29
    and 1.1.31).

    Issue-ID: SECCOM-235
    Change-Id: Ia2f55f6962885a7aa878c970a406189902cfab10
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
4 years agoUpdate git submodules
Dan Timoney [Thu, 19 Sep 2019 17:24:02 +0000 (17:24 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to aa15f81483337116ceee43cb6c37c52a7ed47217
  - Merge "Upgrade Kotlin  and move properties to parent."
  - Upgrade Kotlin  and move properties to parent.

    Check for Kotlin 1.3.50 upgrade and Kotlin properties moved to parent.

    Issue-ID: CCSDK-1737
Signed-off-by: Brinda Santh <bs2796@att.com>
    Change-Id: I5c88dfed5e03c49b93e4eb5f2e435b0e6a91822f

4 years agoUpdate git submodules
Brinda Santh [Thu, 19 Sep 2019 16:23:09 +0000 (12:23 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/parent.git from branch 'master'
  to b5623f7822b1741d96e1748e7b0c470a41c56edb
  - Upgrade parent Kotlin version and coroutines.

    Issue-ID: CCSDK-1737
Signed-off-by: Brinda Santh <bs2796@att.com>
    Change-Id: I46fbb32b9a3721de1d1cebcc07640d04b8f40f38

4 years agoUpdate git submodules
Dan Timoney [Thu, 19 Sep 2019 16:21:32 +0000 (16:21 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to a91ad1d135eef4ca5e827f4db9041ec8ac5bc202
  - Merge "Refactor distribution  module to application."
  - Refactor distribution  module to application.

    Change-Id: If6451215e1d1c3b1b5963bbe5c6cda1532f01ac5
    Issue-ID: CCSDK-1697
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
4 years agoUpdate git submodules
Jonathan Gathman [Thu, 19 Sep 2019 15:55:00 +0000 (15:55 +0000)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 55b71945af4ec831d70ecaab9befb3ab91207af4
  - Merge "Sonar-CachingFileAccess.java"
  - Sonar-CachingFileAccess.java

    For better readability, do not put more than one statement on a single line.

    Issue-ID: AAF-983
    Change-Id: I8f0756b70a7013aeab5b7dea5b860eb53412609b
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoUpdate git submodules
Jonathan Gathman [Thu, 19 Sep 2019 15:40:44 +0000 (15:40 +0000)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to b91f022e5c6ba0e5360e4b26c320814b07c2607d
  - Merge "Sonar-AAF_Hello.java"
  - Sonar-AAF_Hello.java

    Remove the declaration of thrown exception 'java.lang.Exception', as it cannot be thrown from method's body.

    Issue-ID: AAF-982
    Change-Id: I91d81ff24dbbf435f1f064675902beb61fa8fb06
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoUpdate git submodules
Jonathan Gathman [Thu, 19 Sep 2019 15:40:26 +0000 (15:40 +0000)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 586d2253e528ad96cbf9817a1cd440874e7bc26c
  - Merge "AAFcli.java-Merge the if statement with the existing one"
  - AAFcli.java-Merge the if statement with the existing one

    AAFcli.java-Merge the if statement with the existing one

    Issue-ID: AAF-876
    Change-Id: I5bcb2f45f8210b519ca9667b8b17e20b110ab4ff
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agoUpdate git submodules
Jonathan Gathman [Thu, 19 Sep 2019 15:40:01 +0000 (15:40 +0000)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 28fe822b2ac836ad3e75e0fa68fda29229ac4cfc
  - Merge "AAFcli.java -Extract the assignment out of this expression"
  - AAFcli.java -Extract the assignment out of this expression

    AAFcli.java -Extract the assignment out of this expression

    Issue-ID: AAF-876
    Change-Id: Idee610c4076e07619481302ee1489394521fb8ed
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agoUpdate git submodules
Jonathan Gathman [Thu, 19 Sep 2019 15:39:44 +0000 (15:39 +0000)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to d06380ed44ae90707185dce2cd2be3aef3c89104
  - Merge "CachedCredDAO .java -add the @Override annotation above method signature"
  - CachedCredDAO .java -add the @Override annotation above method signature

    CachedCredDAO .java -add the @Override annotation above method signature

    Issue-ID: AAF-876
    Change-Id: Ie0a6becc555da4eba72bd1572ecf5287e80a2fc2
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agoUpdate git submodules
Jonathan Gathman [Thu, 19 Sep 2019 15:39:23 +0000 (15:39 +0000)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to d8ea11a483d65947152a411f10de44bc4c467ba2
  - Merge " Mapper1_0.java-merge the if statement with existing one"
  -  Mapper1_0.java-merge the if statement with existing one

    Mapper1_0.java-merge the if statement with existing one

    Issue-ID: AAF-876
    Change-Id: I1d50c3337ec2d42e0b8ded17e0cd47e70665b4e6
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
4 years agoUpdate git submodules
Jonathan Gathman [Thu, 19 Sep 2019 15:38:57 +0000 (15:38 +0000)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 4fff43312d90c103a445fa3df504676771e27566
  - Merge "Sonar Fix: Cached.java"
  - Sonar Fix: Cached.java

    Fixed multiple sonar issues in this file

    Issue-ID: AAF-968
    Change-Id: Iebd3fc8dedc6e22ba4bfcd2c9943aa4c4c00a6a0
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoUpdate git submodules
Jonathan Gathman [Thu, 19 Sep 2019 15:38:17 +0000 (15:38 +0000)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to ccfb9b46b7c9f0c87b809aaa72074fca65e01ea1
  - Merge "Sonar Fix: CassDAOImpl.java"
  - Sonar Fix: CassDAOImpl.java

    Fixed sonar issues across this file

    Issue-ID: AAF-968
    Change-Id: I0d3d887906d4ad43ce376f6634c782ea77427644
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoUpdate git submodules
Jonathan Gathman [Thu, 19 Sep 2019 15:37:43 +0000 (15:37 +0000)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 32e9ace87dd4fc9dfd10edb25919e99363c1cabd
  - Merge "Sonar fix: CUI.java"
  - Sonar fix: CUI.java

    Fixed sonar issues across this file

    Issue-ID: AAF-968
    Change-Id: I2c1e40099f686c9a9275e075cc4c6af7d5e0e1f2
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
4 years agoUpdate git submodules
Jonathan Gathman [Thu, 19 Sep 2019 15:36:48 +0000 (15:36 +0000)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 1df74b36c81fb4a20927a59a2766d4752df947e8
  - Merge "Make this final field static too"
  - Make this final field static too

    Making a public constant just final as opposed to static final leads to duplicating its value for every instance of the class, uselessly increasing the amount of memory required to execute the application.

    Issue-ID: AAF-983
    Change-Id: Ibbf0ab51f83fe4e1acc3b6be11228d8063a94fea
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoUpdate git submodules
Jonathan Gathman [Thu, 19 Sep 2019 15:36:21 +0000 (15:36 +0000)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 7e2797614c4d6c6fdb07f00e62b0f9f57119985f
  - Merge "Remove declaration thrown from constructor's body."
  - Remove declaration thrown from constructor's body.

    Remove the declaration of thrown exception 'org.onap.aaf.misc.env.APIException', as it cannot be thrown from constructor's body.

    Issue-ID: AAF-982
    Change-Id: I22a4ffe16eddb82abd44caa0cce8b7bd6430d446
Signed-off-by: anushadasari <danush10@in.ibm.com>
4 years agoUpdate git submodules
Instrumental [Thu, 19 Sep 2019 15:27:46 +0000 (10:27 -0500)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 1a101ab7676e7827423f39a22808418dc29e913f
  - Update Documentation El Alto

    Issue-ID: AAF-854
    Change-Id: I4bde6629fa9b4656f20ad69853baf98e503e50c8
Signed-off-by: Instrumental <jonathan.gathman@att.com>
4 years agoUpdate git submodules
Sylvain Desbureaux [Thu, 19 Sep 2019 15:18:09 +0000 (15:18 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to f4fe4cb8cae08ed36fbd54e45092cb116a1b3d6e
  - Merge "Bump OPTF-HAS to 1.3.3"
  - Bump OPTF-HAS to 1.3.3

    Issue-ID: OPTFRA-561
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
    Change-Id: I132dcb2adaed78a97822c4fae77026eddfb51df9