kaihlavi [Tue, 23 Apr 2019 08:33:34 +0000 (11:33 +0300)]
 
Fix pair of typos
Change-Id: I5336392a0bad7be5d61670f2f11e2e9739d67473
Issue-ID: DOC-442
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Sébastien Determe [Tue, 23 Apr 2019 08:24:54 +0000 (08:24 +0000)]
 
Update git submodules
* Update docs/submodules/clamp.git from branch 'master'
  to 
f9433d61033f65e9ed1f685d1e0db99b077bb7e1
  - Merge "Fixed generic Sonar issue in the clamp project"
  - Fixed generic Sonar issue in the clamp project
    Fixed Sonar issue:
    - name convection for static field in AuthorizationController
    - optimize condition flow in AuthorizationController
    - remove not used import in BlueprintParserMappingConfiguration
    - remove not used field in AuthorizationController, SdcControllersConfiguration, CldsService
    - add private constructor to the AwtUtils
    - change redundant EnableAutoConfiguration annotation to SpringBootApplication annotation
    - remove duplications of code in the CldsDao
    Change-Id: I49d8be9ec44b5930f76bace0fc9d8cf61ee000f5
    Issue-ID: CLAMP-346
    Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Sébastien Determe [Tue, 23 Apr 2019 08:14:12 +0000 (08:14 +0000)]
 
Update git submodules
* Update docs/submodules/clamp.git from branch 'master'
  to 
6848923d2ce67b445dc21cbbdbcfb3463b2fe2ee
  - Merge "Fixed Sonar issues in the onap.clamp.clds.client packages"
  - Fixed Sonar issues in the onap.clamp.clds.client packages
    Fixed Sonar issues:
     - change the HasMap to more optimized(in this case) EnumMap in GuardPolicyAttributesConstructor
     - remove no necessary casting in the TcaRequestFormatter
     - remove not used value in the DcaeDispatcherServices
    Additionally correct javadoc in PolicyClient.
    Change-Id: I6435fe093248073fee9749366e98d5720a8fe375
    Issue-ID: CLAMP-346
    Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Vidyashree Rama [Mon, 22 Apr 2019 04:10:50 +0000 (09:40 +0530)]
 
Update git submodules
* Update docs/submodules/clamp.git from branch 'master'
  to 
5c37ec59dcc9f4dbb6baa3434ba5986d86ff7152
  - Fix Checkstyle issues
    Fix Checkstyle issues
    Issue-ID: CLAMP-328
    Change-Id: Ic03e0a00094a5de8b592ecd3ce3b9ae0ecdb59f8
    Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
Parshad Patel [Mon, 22 Apr 2019 04:09:58 +0000 (13:09 +0900)]
 
Update git submodules
* Update docs/submodules/vid.git from branch 'master'
  to 
73e90ce42013fbd2ee87477a2cd8c72eb234df3d
  - Fix sonar issues in vid
    Fix A "NullPointerException" could be thrown issue
    Fix Either log or rethrow this exception issue
    Issue-ID: VID-464
    Change-Id: I92fc200bf019fc335dde8a27b50e36cefffda440
    Signed-off-by: Parshad Patel <pars.patel@samsung.com>
Parshad Patel [Fri, 19 Apr 2019 06:46:20 +0000 (15:46 +0900)]
 
Update git submodules
* Update docs/submodules/vid.git from branch 'master'
  to 
f2dc71a2443c29c00da7750230015d6555e86b1f
  - Fix sonar issue in vid-app-common
    Fix Constructor has 8 parameters, which is greater than 7 authorized issue
    Issue-ID: VID-464
    Change-Id: If3311351746f4a4890ab73e844decd34486a324f
    Signed-off-by: Parshad Patel <pars.patel@samsung.com>
zm330 [Tue, 23 Apr 2019 02:46:53 +0000 (10:46 +0800)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
458cc8d407f27bc360f9d7c93164bae6b764947f
  - add vnfcInstanceGroup sequence
    Issue-ID: SO-1393
    Change-Id: Ife3b71dcfa543a693564779da44800f1dd8486e9
    Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Kanagaraj Manickam [Tue, 23 Apr 2019 04:42:37 +0000 (04:42 +0000)]
 
Update git submodules
* Update docs/submodules/cli.git from branch 'master'
  to 
513a83a0505d9c659e8abedfc1716c3ac8b06f00
  - Merge "Change env in Policy basic login"
  - Change env in Policy basic login
    Change the default value of 'Environment' to 'TEST'
    Change-Id: I22ab0cf8746a610e461a0f9fe6530e3546c408c7
    Issue-ID: CLI-154
    Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Brian Freeman [Tue, 23 Apr 2019 03:04:34 +0000 (22:04 -0500)]
 
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
  to 
c0e930f0795c5ea439d48fa6de2acc6b32ffb1d7
  - Fix dictionary merge
    Previous version was overwriting Demo key with last preload_data.json structure
    instead of a merge. Have to iterate over keys
    Issue-ID: INT-1038
    Change-Id: Ia15428b3aae7cbc681a96d50656d278b5ef07b42
    Signed-off-by: Brian Freeman <bf1936@att.com>
Fu Jinhua [Tue, 23 Apr 2019 03:43:12 +0000 (03:43 +0000)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 
f0ec19865c368c8748737a555ec26966e0bf50c0
  - Merge "move scale NS test json from code to indepandent file"
  - move scale NS test json from code to indepandent file
    move scale NS test json from code to indepandent file
    Change-Id: I632570fcc5047ff8999316ca6b323e24deb998d1
    Issue-ID: VFC-1241
    Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Bin Yang [Tue, 23 Apr 2019 02:03:08 +0000 (02:03 +0000)]
 
Update git submodules
* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 
89d99a3ee089eceecd093d30e83aee8afa4466d6
  - Merge "Add plugin to the folder names"
  - Add plugin to the folder names
    Make the folder name as k8splugin in keeping
    with the repository name and other references.
    Issue-ID: MULTICLOUD-581
    Change-Id: Ida36877d0aa4ce156c11bdce9b91cb06f6aee8f9
    Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Bin Yang [Tue, 23 Apr 2019 02:02:41 +0000 (02:02 +0000)]
 
Update git submodules
* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 
a767721c447a624cebdec811795475fd5345b9ff
  - Merge "Move configuration into config files"
  - Move configuration into config files
    Move k8splugin configuration into config files
    instead of using environment variables.
    Issue-ID: MULTICLOUD-579
    Change-Id: I7b76d5a14d24f002a8db484097a31fb5e908b6f8
    Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Bin Yang [Tue, 23 Apr 2019 02:02:25 +0000 (02:02 +0000)]
 
Update git submodules
* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 
ce36e99a466993bdbbfba8a235db52e565da3340
  - Merge "Updating Multus to v3.3-tp"
  - Updating Multus to v3.3-tp
    Multus team created a tech preview for
    Virtlet issue. Moving KUD to that release.
    Change-Id: Ib8ed563306594ed87d69140505f45dbd666353dc
    Signed-off-by: Ritu Sood <ritu.sood@intel.com>
    Issue-ID: MULTICLOUD-578
guochuyicmri [Mon, 22 Apr 2019 09:59:28 +0000 (17:59 +0800)]
 
Update git submodules
* Update docs/submodules/usecase-ui.git from branch 'master'
  to 
8aff6d8cbc022cbe4db09cabe096f463aa98b00d
  - Fix instance instantiation for CCVPN
    Change-Id: Id5eb0fddea24772d8231e78c6bdc903cb3d80877
    Issue-ID: USECASEUI-220
    Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Fu Jinhua [Tue, 23 Apr 2019 00:25:25 +0000 (00:25 +0000)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 
afec7261d3afb79c171da2d3ef421eb5163e8939
  - Merge "move instantiate NS test json from code to indepandent file"
  - move instantiate NS test json from code to indepandent file
    move instantiate NS test json from code to indepandent file
    Change-Id: I8820ba622e23778187a0da135c1207e33f6998a3
    Issue-ID: VFC-1241
    Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Patrick Brady [Mon, 22 Apr 2019 20:12:14 +0000 (13:12 -0700)]
 
Update git submodules
* Update docs/submodules/appc.git from branch 'master'
  to 
38a4d515a8414e83a3724bccbb5ab83cd50d7df9
  - Escape quotes in json strings
    The JSONObject parser strips all text of backslash escape characters, even if it is
    treaing the object as a string and not a series of json keys. If a string contains a
    json object within it, the removal of these escape characters causes problems. Adding
    the JSONObject.quote method on all strings to automatically add escape characters to
    any strings which contain characters requiring escapes.
    Change-Id: Ifac68844dd132971ba35803f1b9c03a5372bd500
    Signed-off-by: Patrick Brady <patrick.brady@att.com>
    Issue-ID: APPC-1576
Brian Freeman [Mon, 22 Apr 2019 15:41:59 +0000 (10:41 -0500)]
 
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
  to 
4d7e44933519920d73054b33a5aa30a228cbc0ae
  - Support dynamic preload and second vnf site
    Second VNF site for keystone V3 testing as well
    Issue-ID: INT-1038
    Change-Id: I007a62a2bdb986a05658af1c67d6f3fd399b1a1a
    Signed-off-by: Brian Freeman <bf1936@att.com>
Jerry Flood [Mon, 22 Apr 2019 16:01:23 +0000 (12:01 -0400)]
 
Update git submodules
* Update docs/submodules/optf/cmso.git from branch 'master'
  to 
990a5833020c8b01f059c7e5f6405c0076eeed05
  - Include ticket/topology jacoco
    Include optimizer validation test cases
    Issue-ID: OPTFRA-474
    Change-Id: I1ddd40b7148703a38b0840afd58f3fb667f2bf00
    Signed-off-by: Jerry Flood <jflood@att.com>
Jorge Hernandez [Mon, 22 Apr 2019 17:38:54 +0000 (17:38 +0000)]
 
Update git submodules
* Update docs/submodules/policy/apex-pdp.git from branch 'master'
  to 
ca558cfb1ea47de081527771af47abb37a8cd964
  - Merge "ONAP BBS:  Apex Nomadic ONT bug fixes"
  - ONAP BBS:  Apex Nomadic ONT bug fixes
    Issue-ID: DCAEGEN2-1237
    Change-Id: I739f8e55113793f5cd4d3b70e0a1296d775bb414
    Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
econwar [Thu, 18 Apr 2019 13:21:38 +0000 (13:21 +0000)]
 
Update git submodules
* Update docs/submodules/integration.git from branch 'master'
  to 
ca2b87e4a1e01d1184b0793ea98ddd5385dec6a6
  - Update DR image versions
    Change-Id: I3b6600e01d0c8250e1b716c8abee4a0faf25470b
    Issue-ID: DMAAP-1143
    Signed-off-by: econwar <conor.ward@est.tech>
Instrumental [Mon, 22 Apr 2019 16:01:35 +0000 (11:01 -0500)]
 
Update git submodules
* Update docs/submodules/aaf/authz.git from branch 'master'
  to 
50a914885f4aa2828e257663d8de0aa64c156cee
  - CSIT version variance handling
    Issue-ID: AAF-816
    Change-Id: I0f4b53825b9c94ff5016fcfcf928150fbf2ab175
    Signed-off-by: Instrumental <jonathan.gathman@att.com>
Sai Gandham [Mon, 22 Apr 2019 14:20:02 +0000 (14:20 +0000)]
 
Update git submodules
* Update docs/submodules/aaf/authz.git from branch 'master'
  to 
0b648042185abc799f4d0847fdd344f2c7006010
  - Merge "Update CSIT for non SNAPSHOT"
  - Update CSIT for non SNAPSHOT
    Issue-ID: AAF-785
    Change-Id: I837464266186c14932182e2fb0d3a04fa20b3951
    Signed-off-by: Instrumental <jonathan.gathman@att.com>
Instrumental [Mon, 22 Apr 2019 13:05:31 +0000 (08:05 -0500)]
 
Update git submodules
* Update docs/submodules/aaf/authz.git from branch 'master'
  to 
31b7870db8df63ee9b9fdde7d5b64f66da31108f
  - Update init data for dmaap-bc
    Issue-ID: AAF-813
    Change-Id: I55529f046d2b4b0e5007c6d68ada5ad293ebba96
    Signed-off-by: Instrumental <jonathan.gathman@att.com>
Steve Smokowski [Mon, 22 Apr 2019 13:35:31 +0000 (13:35 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
be61cb67952b83ebac6f16b84cd5d94ebd638bad
  - Merge "Status message for create vf module event audit"
  - Status message for create vf module event audit
    Added appc to application-test due to new dependency in openstack
    Updated exception class to inject mock into class for junits.
    Added error handling support for when create audit fails.
    Added error handling for when create audit fails and added test
    Updated test schema file to create table and added field.
    Updated pom file to relfect typo in change made.
    Updated locaton of pojos for audit code
    Updated test schema file to create table and added field.
    Updated pom file to relfect typo in change made.
    Comitting files that i forgot to stage from previous commit
    Updated locaton of pojos for audit code
    Additional fixes including vnfcname and null check
    Fixed bug in delete audit failure check and reverted gateway change.
    Change-Id: I993ce377dd6407960a65b4940d83d8162b24633c
    Issue-ID: SO-1792
    Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Alexis de Talhouët [Mon, 22 Apr 2019 13:00:24 +0000 (09:00 -0400)]
 
Update git submodules
* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 
f332e6ecd2c0a9f26451f977c941f03ed8ab84dc
  - Remove proxy docker buildArg
    Attempt to fix build error
    Change-Id: Ie13e47f2adc6652b4f38ae57dfa594787dfa6eb1
    Issue-ID: CCCSDK-125
    Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Vikas Varma [Mon, 22 Apr 2019 12:51:59 +0000 (12:51 +0000)]
 
Update git submodules
* Update docs/submodules/optf/osdf.git from branch 'master'
  to 
153223d6c985aba266df11243a0c112cb33377e8
  - Merge "Insert tosca models for policy model uploading"
  - Insert tosca models for policy model uploading
    - Insert the tosca models that can be recognized by Policy
    Framework inside another new folder.
    - Add the path for models inside the osdf config in order to
    avoid changes in future in case there's a change of path.
    Change-Id: Ifff83a630bc48b7a3fff4aa17323910e6adedb0d
    Issue-ID: OPTFRA-415
    Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Arielk [Sun, 21 Apr 2019 13:07:44 +0000 (16:07 +0300)]
 
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
  to 
c21ba95e56f70ba9fbe0daa3ac4b413424b323eb
  - bug fixes to operation screen and External workflowartifact completion
    Change-Id: I9d71385d6e29e1736a24f9d84581e465187e9f26
    Issue-ID: SDC-2249
    Signed-off-by: Arielk <Ariel.Kenan@amdocs.com>
yunlong ying [Mon, 22 Apr 2019 11:53:07 +0000 (11:53 +0000)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 
87b3e72e8d151bdaa9147fd73b919a5b4b06592f
  - Merge "move heal test json from code to indepandent file"
  - move heal test json from code to indepandent file
    move heal test json from code to indepandent file
    Change-Id: Iee81fd50c326054d51571698231759b5e2849730
    Issue-ID: VFC-1241
    Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
shrek2000 [Mon, 22 Apr 2019 05:07:24 +0000 (08:07 +0300)]
 
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
  to 
caa3ce9b5538a7ff2e72ae4f1afe3e903ae09c8a
  - Fix property name regex
    Error message number is invalid
    Issue-ID: SDC-2243
    Change-Id: Ib3eb658fa2c97a34cb4c1c4fd20aa9ad1084e677
    Signed-off-by: shrek2000 <orenkle@amdocs.com>
Fu Jinhua [Mon, 22 Apr 2019 08:33:08 +0000 (08:33 +0000)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 
dff817b2353e54abb28f7807e6e352923b3ac1dd
  - Merge "move json from code to indepandent file"
  - move json from code to indepandent file
    move json from code to indepandent file
    Change-Id: I0d343339f10a26ee007b612129d310becc210d0e
    Issue-ID: VFC-1241
    Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Tomasz Golabek [Fri, 5 Apr 2019 12:46:13 +0000 (14:46 +0200)]
 
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
  to 
5ed13032ff4803aa27cd1f1986ba34037be9c479
  - Some unit tests for catalog-be
    Code coverage for some classes from catalog-be increased.
    Some refactor made if needed.
    Change-Id: I1b292cfbe4b0d2aa4fbe22871da3228aa434b823
    Issue-ID: SDC-2220
    Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Kanagaraj Manickam [Mon, 22 Apr 2019 06:19:53 +0000 (06:19 +0000)]
 
Update git submodules
* Update docs/submodules/cli.git from branch 'master'
  to 
e0380fa55ac963f938b418db7a430bf9fb9c8cf7
  - Merge "policy push fix"
  - policy push fix
    Issue-ID: CLI-154
    Change-Id: I14e2255e0106551e02c3d10c6179cc2a97d7deed
    Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Kanagaraj Manickam [Mon, 22 Apr 2019 06:19:28 +0000 (06:19 +0000)]
 
Update git submodules
* Update docs/submodules/cli.git from branch 'master'
  to 
f5000a74bdf4b433594c4a8f925516573b081c72
  - Merge "Fix return code for delete catalog vnf"
  - Fix return code for delete catalog vnf
    Change-Id: Id24574907de4248151b74b1c710b7a8d4b84e56a
    Issue-ID: CLI-149
    Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Kanagaraj Manickam [Mon, 22 Apr 2019 06:19:10 +0000 (06:19 +0000)]
 
Update git submodules
* Update docs/submodules/cli.git from branch 'master'
  to 
863418bedb6bb7e8e8fd8c85412132dd65ecb4b5
  - Merge "Update SDC service model commands"
  - Update SDC service model commands
    -Fix service-model-list to print out correct uuid
    -Add command to print resource module name
    Change-Id: Iab57a27d24356f32f2b7345c526201409935b7f6
    Issue-ID: CLI-161
    Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Itohan Ukponmwan [Fri, 19 Apr 2019 16:59:27 +0000 (16:59 +0000)]
 
Update git submodules
* Update docs/submodules/cli.git from branch 'master'
  to 
2b2f0520e9abbea858ca305f43f17a75165042f2
  - Command to list owning entities
    Change-Id: I2504eab49e1cc5356420a0534dccbd5bcb8b1fd2
    Issue-ID: CLI-162
    Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
fujinhua [Mon, 22 Apr 2019 03:24:30 +0000 (11:24 +0800)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git from branch 'master'
  to 
1b4498ef13c935ff94e7d4520bd3dbd0fe71ee81
  - Fix docker sh grammar error
    Change-Id: I9f90aba5404dbb59bb7f69627e7cad3f99680451
    Issue-ID: VFC-1307
    Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
fujinhua [Mon, 22 Apr 2019 02:55:57 +0000 (10:55 +0800)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git from branch 'master'
  to 
4a1f5405dce269e3587579b616e28a3a0736da2e
  - update assembly for ztevnfmdriver
    Change-Id: If21f71231201e1ffa58743a86d6dfb47e1909f73
    Issue-ID: VFC-1307
    Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Fu Jinhua [Mon, 22 Apr 2019 02:44:46 +0000 (02:44 +0000)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 
90662f422e118d17cbe8714a32747532514922da
  - Merge "remove const not used"
  - remove const not used
    remove const not used
    Change-Id: I18b42ec65b76bddb34a316ef8204a89433ae17a2
    Issue-ID: VFC-1241
    Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Sudhakar Reddy [Wed, 17 Apr 2019 11:09:50 +0000 (11:09 +0000)]
 
Update git submodules
* Update docs/submodules/multicloud/azure.git from branch 'master'
  to 
2fbd078605c199e49118037747325e833318ef51
  - Docker image footprint optimization
    Change-Id: Ia5820eb95a26c29de0baefba3291336554b4a9de
    Signed-off-by: Sudhakar Reddy <Sudhakar.Reddy@amdocs.com>
    Issue-ID: MULTICLOUD-534
fujinhua [Mon, 22 Apr 2019 02:16:48 +0000 (10:16 +0800)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git from branch 'master'
  to 
6aface507b6496f867744a6aa24c2abeaa798728
  - add ssl support for ztevnfmdriver
    Change-Id: I3abb73a3bf9756950008173aa9f29f285fd7db43
    Issue-ID: VFC-1307
    Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
fujinhua [Mon, 22 Apr 2019 02:05:28 +0000 (10:05 +0800)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git from branch 'master'
  to 
62615575b2b7919b1eab11ad2f1a3039da43e413
  - Update dockerfile for ztevnfmdriver
    Change-Id: I0c919fef933e664d21f7c986ba5ba0bf84ea4de5
    Issue-ID: VFC-1307
    Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
fujinhua [Mon, 22 Apr 2019 01:43:03 +0000 (09:43 +0800)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git from branch 'master'
  to 
d534b34f13785ea712ec35434ac68e3abcd5e705
  - Add uwsgi support for ztevnfmdriver
    Change-Id: Ia9d48e73ac4b4270684e3134be944527d286173c
    Issue-ID: VFC-1307
    Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Kevin Scaggs [Fri, 19 Apr 2019 20:52:55 +0000 (15:52 -0500)]
 
Update git submodules
* Update docs/submodules/modeling/modelspec.git from branch 'master'
  to 
4c9735f80c983573c08c708307e1d03c84140d6a
  - Updates to License
    Made some refinements to license - still very much a work in progress -
    not ready for review.
    Issue-ID: MODELING-104
    Change-Id: Idb334b4abf37d4c47147ebf62a72d4a5e8c4523a
    Signed-off-by: Kevin Scaggs <ks0567@att.com>
Kevin Scaggs [Fri, 19 Apr 2019 20:50:56 +0000 (15:50 -0500)]
 
Update git submodules
* Update docs/submodules/modeling/modelspec.git from branch 'master'
  to 
8b6d33819ce636d4dfa26f5a1d4515410b1ce045
  - Completed Party Refinements
    Made further updates to Party model (see WIKI Post)
    Issue-ID: MODELING-104
    Change-Id: Ia8d63392ec78105b5a2ba49d45637a0ce7867ac4
    Signed-off-by: Kevin Scaggs <ks0567@att.com>
Kevin Scaggs [Fri, 19 Apr 2019 20:49:51 +0000 (15:49 -0500)]
 
Update git submodules
* Update docs/submodules/modeling/modelspec.git from branch 'master'
  to 
67cb688780547428c9d34ecce76343ffce611434
  - Updates to Business Interaction
    Made further updates to Business Interaction (see WIKI Post)
    Issue-ID: MODELING-104
    Change-Id: I5d8f994e2f26134f15e8a4fe5fc09673f6419360
    Signed-off-by: Kevin Scaggs <ks0567@att.com>
fujinhua [Mon, 22 Apr 2019 01:01:23 +0000 (09:01 +0800)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 
bede22c1f69f78000c382cfd9a0d562af7f30ca7
  - Add execute right to docker sh
    Change-Id: I8af4f0351dc212a71743a48e7c6dce9ed41714d7
    Issue-ID: VFC-1307
    Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Seshu Kumar M [Sun, 21 Apr 2019 17:38:05 +0000 (17:38 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
efa8de7e27bf355586e51a18008d8c6727d1e743
  - Merge "Add existing vnf customization for service"
  - Add existing vnf customization for service
    Add existing vnf customiation for service if they are exit in db.
    Otherwise vnf_resource_customization_to_service will hold only
    last process VF while parsing.
    Change-Id: I52ea9dec58630e61eae88e7c9325aa37d64c00d6
    Issue-ID: SO-1805
    Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Seshu Kumar M [Sun, 21 Apr 2019 17:30:37 +0000 (17:30 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
08e14dc13657fa700a5f89b8cab3f7199a071c15
  - Merge "Substitute string literal with constant"
  - Substitute string literal with constant
    Substitute string literal with constant SO client sdnc classes
    Issue-ID: SO-1490
    Change-Id: Iada1dedfb27ec75946ba5bad23547a2fd8c4ae39
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sun, 21 Apr 2019 17:27:27 +0000 (17:27 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
720deec8b23c150515ef39d2176b411a625e9e51
  - Merge "Move String literal to left-hand side of equals"
  - Move String literal to left-hand side of equals
    Move String literal to left-hand side of equals SniroValidator class
    Issue-ID: SO-1490
    Change-Id: Ib9d1ba94908f92cc46cf5a8177e3808327398600
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sun, 21 Apr 2019 17:22:43 +0000 (17:22 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
32bea69accd129c893d50a6896152ca806db0112
  - Merge "Remove unused import,replace type specification"
  - Remove unused import,replace type specification
    Remove unused logger,replace type specification sniro beans classes
    Issue-ID: SO-1490
    Change-Id: I02602de39507e80227336a4964a7a9a9c8cbfb85
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sun, 21 Apr 2019 17:19:45 +0000 (17:19 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
4e8dc31bc33bb44cb488a4c2b7d9c173db4f3a3e
  - Merge "Replace type specification,Remove unused import"
  - Replace type specification,Remove unused import
    Replace type specification,Remove unused import sniro beans
    Issue-ID: SO-1490
    Change-Id: Ic7d96ccc79db3cee839cc230dd69121ab6796e88
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sun, 21 Apr 2019 17:13:29 +0000 (17:13 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
81d98b8aeb793ace664a30283df03821bea1930a
  - Merge "Remove import,variable,shift constructor call"
  - Remove import,variable,shift constructor call
    Remove unused import,variable,shift constructor call MsoVnfPluginAdapterImpl class
    Issue-ID: SO-1490
    Change-Id: I1d722d7157ccbb9366dfe0ae60529c40615bb8e3
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sun, 21 Apr 2019 17:00:38 +0000 (17:00 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
7fbb90dfacc3034432df073faa094a6f4747c210
  - Merge "Replace String literal with constant"
  - Replace String literal with constant
    Replace String literal with a constant VnfAdapterNotify_Service class
    Issue-ID: SO-1490
    Change-Id: Iebcfb6254fce98cc09e772389629bba2af169194
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sun, 21 Apr 2019 16:58:21 +0000 (16:58 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
20a4e8a943a3b776b89d78e05fff78561cc6b142
  - Merge "Reallocate Constructor call"
  - Reallocate Constructor call
    Reallocate Constructor call api handler common Constants class
    Issue-ID: SO-1490
    Change-Id: I07ec6ca98019860105361f622a792abdf726f30b
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sun, 21 Apr 2019 16:56:46 +0000 (16:56 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
9b11ba0c48d2c9440675f0794be36e50f7f8ff0b
  - Merge "Replace String literal with a constant"
  - Replace String literal with a constant
    Replace String literal with a constant MsoVnfCloudifyAdapterImpl class
    Issue-ID: SO-1490
    Change-Id: I89599391fba99a6e979bd19d6e86684c8691ec8b
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sun, 21 Apr 2019 16:55:39 +0000 (16:55 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
82a2e630ef2426295b0d756612875b77df67273a
  - Merge "Remove unused logger"
  - Remove unused logger
    Remove unused logger client orchestration classes
    Issue-ID: SO-1490
    Change-Id: Ic36e7a33e35f28cc202614c3eee2dd1945f1aefe
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sun, 21 Apr 2019 16:54:03 +0000 (16:54 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
4049a6c66aad5cfe02a9787366592be32673d37a
  - Merge "Move Constructor call"
  - Move Constructor call
    Move Constructor call CamundaResponse class
    Issue-ID: SO-1490
    Change-Id: I60d31c31dff8a27319a0e85624c4d7b1eeeca032
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sun, 21 Apr 2019 16:52:13 +0000 (16:52 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
26929350f3839fd47ed6a40e4ebf4507147e130b
  - Merge "Shift Constructor call"
  - Shift Constructor call
    Shift Constructor call CamundaResponse class
    Issue-ID: SO-1490
    Change-Id: Ie4105120b0ddc50281149c65b0186b89d4570359
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Sun, 21 Apr 2019 10:33:08 +0000 (16:03 +0530)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
a401cbcaf2f9a47c9f749ce5bca7b6a041f44c82
  - Define String Literal,use in place constant
    Define String Literal,use in place constant InfraActiveRequestsRepositoryImpl
    Issue-ID: SO-1490
    Change-Id: I5310726dee33fda3e79ddcfdc8c077c0ef648e4b
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
talio [Sun, 21 Apr 2019 09:43:15 +0000 (12:43 +0300)]
 
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
  to 
521000b2278eaf9fb1e57533e523014da1900098
  - Fix property name regex
    property name should contain only letters, numbers and / or underscores
    Change-Id: Ic6b8d627a30f5f157bed1617a8af819b66352136
    Issue-ID: SDC-2243
    Signed-off-by: talio <tali.orenbach@amdocs.com>
Jerry Flood [Sat, 20 Apr 2019 11:14:30 +0000 (07:14 -0400)]
 
Update git submodules
* Update docs/submodules/optf/cmso.git from branch 'master'
  to 
fafd5a1c3764ba9561aa951fe843dd4bf68c88c8
  - Resolve failsafe plugin naming convention
    updated IT*.java naming to It*.java
    Issue-ID: OPTFRA-474
    Change-Id: If96776af5b10fe712a5b72138af9d65b67bb271e
    Signed-off-by: Jerry Flood <jflood@att.com>
Shankaranarayanan Puzhavakath Narayanan [Sat, 20 Apr 2019 17:03:04 +0000 (17:03 +0000)]
 
Update git submodules
* Update docs/submodules/optf/osdf.git from branch 'master'
  to 
9eadcba0fa858a031f6269fc127c9dc738bb7d8b
  - Merge "Traffic Distributtion support added"
  - Traffic Distributtion support added
    * New local polcies for vFW TD use case
    * Fixed encoding for conductor_request template and parameters
      section modified to accept all requestParameters
    * Conductor request can have many attributes in the
      'attributes' section - all that are defined in the vnf policy file
    * Conductor request can have many request parameters in the
      'requestParameters' section. The parameters come from QueryPolicies.
      Before list of suppoted parameters was hardcoded
    * Optional 'unique' parameter added to the placementDemand section.
      It is already supported by conductor for all inventory types
    * Improved debug logs for local policies
    * Unit tests added for expanded request format
    Change-Id: I41f219c366a3a77881c7096e64a6272edbada23b
    Issue-ID: OPTFRA-443
    Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Pamela Dragosh [Fri, 19 Apr 2019 14:27:49 +0000 (10:27 -0400)]
 
Update git submodules
* Update docs/submodules/policy/engine.git from branch 'master'
  to 
c0358db3ac257a91364691654fe82f1b1a4f8bab
  - Upgrade tomcat to 9.0.16
    Removes security vulnerability.
    Issue-ID: POLICY-1662
    Change-Id: I6a90716af561d227265a83c820b1668a99ab1a30
    Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Tomasz Golabek [Thu, 11 Apr 2019 09:47:50 +0000 (11:47 +0200)]
 
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
  to 
04aecc5c84e2b2f4c59ec86850d6bcd25d3bc912
  - Fix for jupiter tests execution.
    Currently mvn-surefire-plugin doesnt execute junit5 tests.
    Purpose of this merge request is to resolve the problem.
    Change-Id: Idb63483c87b1137b21beabed9d24bbff6f01cf53
    Issue-ID: SDC-2094
    Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Seshu Kumar M [Sat, 20 Apr 2019 07:35:48 +0000 (07:35 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
0a355f91e1da586f70450329d8620b823d59b9e5
  - Merge "Remove unused imports, logger"
  - Remove unused imports, logger
    Remove unused imports, logger client orchestration classes
    Issue-ID: SO-1490
    Change-Id: Id594765483cd46f2c73562c621ca637eba133476
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 07:35:03 +0000 (07:35 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
f12e1d7d2675ede7e72805bd0248792833b090d6
  - Merge "Added constant for maxElapsedTime"
  - Added constant for maxElapsedTime
    Added constant for maxElapsedTime DmaapConsumer.java
    Issue-ID: SO-1490
    Change-Id: Ifed2ea57eb4cfb42fc7a34ebf7bfd2c8954b05b0
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 07:34:04 +0000 (07:34 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
97718b1953962f7f4a9c4b656fc0a06ced1b667a
  - Merge "Remove logger, unused import"
  - Remove logger, unused import
    Remove logger, unused import client orchestration classes
    Issue-ID: SO-1490
    Change-Id: I76edd3a0aaafdbe54a632cfea419c8593275cc3d
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
yunlong ying [Sat, 20 Apr 2019 07:23:02 +0000 (07:23 +0000)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 
8d3880c002ecd8f513932a207f3f16c44c14c3ec
  - Merge "put duplicate str to variable"
  - put duplicate str to variable
    Change-Id: I13b91ee1772645fedefa45263f37fa560fd211aa
    Issue-ID: VFC-1307
    Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
yunlong ying [Sat, 20 Apr 2019 07:12:33 +0000 (07:12 +0000)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 
cfdc5b543b2a05c8a6169c4cc6eb05dbb68d5f35
  - Merge "refactor subscribtion biz code"
  - refactor subscribtion biz code
    refactor subscribtion biz code
    Change-Id: I1f8ab80cfcdc49ce3051eae55dbc3130dd5be81a
    Issue-ID: VFC-1241
    Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
fujinhua [Sat, 20 Apr 2019 06:29:51 +0000 (14:29 +0800)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 
04a4d8bb654af066ce5c7b67107a5906bd06417a
  - speed up ut run time for nslcm
    Change-Id: I048853260b7aa26683e23e3f7d8a8835670dd34b
    Issue-ID: INT-1015
    Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Seshu Kumar M [Sat, 20 Apr 2019 06:55:14 +0000 (06:55 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
ada50f0cecb672fb729e213129a45891fba02967
  - Merge "Change variable name to match regex"
  - Change variable name to match regex
    Change variable name to match regex AAIServiceInstanceResources
    Issue-ID: SO-1490
    Change-Id: Ifd0179788d4d3d024e352629f0921e5771065570
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 06:54:17 +0000 (06:54 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
3ff2eec067145ba82870f277d8413315a84fecca
  - Merge "change modifier order,remove unused import"
  - change modifier order,remove unused import
    change modifier order,remove unused import SImpleUri class
    Issue-ID: SO-1490
    Change-Id: I3b4e0a690e4842539fd3dba0385fc5a5e9812bd5
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 06:52:33 +0000 (06:52 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
11a1f5125102aaff36ff5034346da137b10886dc
  - Merge "Substitute String Literal with Constant"
  - Substitute String Literal with Constant
    Substitute String Literals with Constant MsoVnfCloudifyAdapterImpl class
    Issue-ID: SO-1490
    Change-Id: I5b8340049a85a5405f158cac2518c571b74bc440
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 06:51:54 +0000 (06:51 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
a606609968f186f15f6a37d4c81d8254407f7f42
  - Merge "Replace String Literal with a Constant"
  - Replace String Literal with a Constant
    Replace String Literals with Constant MsoVnfAdapterAsyncImpl class
    Issue-ID: SO-1490
    Change-Id: Iaf8519e6ec216bf8e79e56e76856019b50371616
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 06:51:28 +0000 (06:51 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
89b10492876c34072ecbc87b8e7afa8589d4dcea
  - Merge "Replace String Literals with Constant"
  - Replace String Literals with Constant
    Replace String Literals with Constant NetworkAdapterRest class
    Issue-ID: SO-1490
    Change-Id: I2b8aa59b971da7af1b1abda0fd137f55d3a32284
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 06:50:20 +0000 (06:50 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
075fe6b0c3cfc19223748a66450e10d28754fdf3
  - Merge "Change variable name to match regex,remove logger"
  - Change variable name to match regex,remove logger
    Change variable name to match regex,remove logger AAIVfModuleResources
    Issue-ID: SO-1490
    Change-Id: I4f79977324bf9572c58faf99d3c9209da42f2f20
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 06:40:34 +0000 (06:40 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
e6e3b798b3d8b8827749e9d578f8be1282761dbf
  - Merge "Add SO update config file -application.yaml file"
  - Add SO update config file -application.yaml file
    Added Dublin - update the catalog-db-adapter -application.yaml file
    Remove the below line for flyway so that repeatable scripts are run.
     repeatableSqlMigrationPrefix: RATT
    Issue-ID: SO-1804
    Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
    Change-Id: I2329289e863f32e0e048b8bcc5cfa71d38f407a6
Seshu Kumar M [Sat, 20 Apr 2019 06:38:17 +0000 (06:38 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
fa43775ab277f30f9403c69535cfa4e0be0b4f6e
  - Merge "Move String literal to left-hand side of equals"
  - Move String literal to left-hand side of equals
    Move String literal to left-hand side of equals DSLNodeKey class
    Issue-ID: SO-1490
    Change-Id: Ie8b1b12aaf38bbb0f1f37a56f375ab4c002d6407
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 06:33:52 +0000 (06:33 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
37a15ac835736a3aa057f602ad4aa39b32b4dab7
  - Merge "change modifier order,replacce type specification"
  - change modifier order,replacce type specification
    change modifier order,replacce type specification Body.java
    Issue-ID: SO-1490
    Change-Id: Ia3fc26f924c9a991eb8415aa5939d2757540b0de
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 06:32:26 +0000 (06:32 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
b72390681e48bcec222b789d9b19c18cf5295178
  - Merge "Shift String literal to left-hand side of equals"
  - Shift String literal to left-hand side of equals
    Shift String literal to left-hand side of equals DSLNodeKey class
    Issue-ID: SO-1490
    Change-Id: If9c15394876e8e662fc10501c90382861dfbced9
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 06:27:36 +0000 (06:27 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
89fe06caf3148393fb7f1e2f78e786c7074f7c7a
  - Merge "Replace type specification"
  - Replace type specification
    Replace type specification sdno beans and openpojo rules classes
    Issue-ID: SO-1490
    Change-Id: I0076da23e467e178159b404335d3990a9adf301f
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 06:25:48 +0000 (06:25 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
3af7b807717cdcd79cc0cf4e46c8c089413001f9
  - Merge "Replace type spec, shift modifier order"
  - Replace type spec, shift modifier order
    Replace type spec, shift modifier order RequestHealthDiagnostic class
    Issue-ID: SO-1490
    Change-Id: I3255e164ebd839200e836de85764276e32d1cb48
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Sat, 20 Apr 2019 06:25:22 +0000 (06:25 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
9a0e720f13381e61c29866f31ef1782f44663c8b
  - Merge "Shift modifier order, Replace type spec"
  - Shift modifier order, Replace type spec
    Shift modifier order, Replace type spec sdno beans classes
    Issue-ID: SO-1490
    Change-Id: Ie1190d668fcb7d491dce7982b0b9393ca4d76b17
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
fujinhua [Sat, 20 Apr 2019 03:14:59 +0000 (11:14 +0800)]
 
Update git submodules
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
  to 
9f82fb824b2d539892b8b50643e5881eda006cdc
  - Fix query subscription bugs
    Change-Id: I35564a4eb5683d8b5654051d93cc17a690f52027
    Issue-ID: VFC-1306
    Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Jerry Flood [Fri, 19 Apr 2019 18:11:27 +0000 (14:11 -0400)]
 
Update git submodules
* Update docs/submodules/optf/cmso.git from branch 'master'
  to 
266e8659ec80d22eaff56a7306fcef33c3e8b190
  - Update license to not be javadoc
    Issue-ID: OPTFRA-466
    Change-Id: Ic3b665edccd81efeaacdb9b032d3bd5fc7a8154c
    Signed-off-by: Jerry Flood <jflood@att.com>
Marcus Williams [Fri, 19 Apr 2019 18:02:18 +0000 (18:02 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
521d4f51364fc21c7aa2b2bfc8cf4c0244d7146b
  - Merge "update the SO version"
  - update the SO version
    Issue-ID: SO-1802
    Change-Id: I953de8728b7bf873ad929633e28ce7e1e73eabc2
    Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Seshu Kumar M [Fri, 19 Apr 2019 16:40:25 +0000 (16:40 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
ba5d6d7ebb12f21011611d081868e41157b583d0
  - Merge "move constructor calling after variable declare"
  - move constructor calling after variable declare
    move constructor call after variable declaration HeatBridgeUtils
    Issue-ID: SO-1490
    Change-Id: Ieea4b037f1fbd001eae49f55aa073d1d4eab7379
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Jerry Flood [Fri, 19 Apr 2019 11:09:34 +0000 (07:09 -0400)]
 
Update git submodules
* Update docs/submodules/optf/cmso.git from branch 'master'
  to 
9407eccc5c8347c7c92d2f25590d8867213107aa
  - Rename classes to avoid duplicates
    Copy jacoco exec files for upload to sonar
    Handle ending midnight in time window
    Issue-ID: OPTFRA-474
    Change-Id: Id5df25e404a08e039537e4eb987838835ee12f11
    Signed-off-by: Jerry Flood <jflood@att.com>
Seshu Kumar M [Fri, 19 Apr 2019 16:38:19 +0000 (16:38 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
65684e31a2c1770893d255a6a5f36652f1e9cbd9
  - Merge "Build platform/cpu-agnostic SO container images on Arm platform"
  - Build platform/cpu-agnostic SO container images on Arm platform
    Change-Id: Ifafbf5db2eaa6c31d7332697bf650633bfc307ea
    Signed-off-by: Bin Lu <bin.lu@arm.com>
    Issue-ID: INT-548
Seshu Kumar M [Fri, 19 Apr 2019 16:15:41 +0000 (16:15 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
3e04b724468731c53f9d3df599c91e7120dccd6c
  - Merge "Add String constant for duplicate literals"
  - Add String constant for duplicate literals
    Added String constant for duplicate literals MsoVnfAdapterImpl class
    Issue-ID: SO-1490
    Change-Id: I1dba65ee9f7c5a01f34f0ca51191325eb6805ef5
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Fri, 19 Apr 2019 16:14:37 +0000 (16:14 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
02796dd5d5e4e6068d3e3067b9e86a590fa634bb
  - Merge "Replace String Literal with Constant"
  - Replace String Literal with Constant
    Replace String Literal with Constant MsoNetworkAdapterAsyncImpl class
    Issue-ID: SO-1490
    Change-Id: I906efda71f380c495bc4b6988a0d8f6c57d2983e
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Seshu Kumar M [Fri, 19 Apr 2019 16:13:54 +0000 (16:13 +0000)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
20f8f9f4df0aaee63df846c65c6b7e1797b5061c
  - Merge "change modifiers order and method name"
  - change modifiers order and method name
    change modifiers order and method name VnfAdapterNotify_Service class
    Issue-ID: SO-1490
    Change-Id: I6b3e44ae5959ebdd1161c0375423a9e4a1b7990a
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Sindhuri.A [Fri, 19 Apr 2019 14:54:48 +0000 (20:24 +0530)]
 
Update git submodules
* Update docs/submodules/so.git from branch 'master'
  to 
c7e770dc01aa94402c3acd175806f76806dc0cb5
  - move constructor call after variable declaration
    move constructor call after variable declaration HeatBridgeConstants
    Issue-ID: SO-1490
    Change-Id: I568c4c724b2d80a3d14bbb9765a7dba0f37b780d
    Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
Samuli Silvius [Fri, 19 Apr 2019 15:48:20 +0000 (15:48 +0000)]
 
Update git submodules
* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 
e307e97ba9c0163b34d91d55cfca51c63848fd83
  - Merge "Optimize test for 'resource-data' role"
  - Optimize test for 'resource-data' role
    Moved 'file' package installation from Molecule's
    'prepare' stage to Dockerfile to shorten the test
    invocation.
    Change-Id: Icbb805c54a4fd42003d0cde037fa56208bd6008a
    Issue-ID: OOM-1809
    Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Alexis de Talhouët [Fri, 19 Apr 2019 15:47:07 +0000 (15:47 +0000)]
 
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
  to 
70b07469dada287b97c41c4eda6c18f514a3f5a6
  - Merge "Switch policy/api rest port from cluster to node"
  - Switch policy/api rest port from cluster to node
    Change-Id: I6748018f19d1af27974dd5926447adac66a5a835
    Issue-ID: POLICY-1663
    Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Marco Platania [Thu, 18 Apr 2019 21:26:43 +0000 (17:26 -0400)]
 
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
  to 
0cbc25ed376325f5acac51d94fc1c9a84afdac05
  - Update VNF script version in Robot
    Change-Id: I19a8b3ffbe63fc5cbfee6da9b2bd073d09727bb6
    Issue-ID: INT-853
    Signed-off-by: Marco Platania <platania@research.att.com>
Samuli Silvius [Fri, 19 Apr 2019 15:46:18 +0000 (15:46 +0000)]
 
Update git submodules
* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 
37f8f68fd83cc062cc57b72a0da580f186b5152b
  - Merge "Add fix for Molecule Docker"
  - Add fix for Molecule Docker
    Molecule Docker was not running when built by the root user
    Issue-ID: OOM-1808
    Change-Id: I27c3ecb6d5670ac1c447acba688b25e10d5a5a4d
    Signed-off-by: Mateusz Pilat <m.pilat@partner.samsung.com>
Samuli Silvius [Fri, 19 Apr 2019 15:45:26 +0000 (15:45 +0000)]
 
Update git submodules
* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 
e11f4703cec659b1966c306373bf31b5088c64ac
  - Merge "Sanitize Molecule code for 'nfs' role"
  - Sanitize Molecule code for 'nfs' role
    Cleaning up of nfs mounts should only happen
    on clients, not on server itself.
    Explicit declaration of 'cleanup' stage playbook
    not needed as it's in the default location.
    Change-Id: I54e00220048f01160c15fc9631ae62586596114c
    Issue-ID: OOM-1809
    Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Tomáš Levora [Wed, 17 Apr 2019 12:59:58 +0000 (14:59 +0200)]
 
Update git submodules
* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to 
8fa8e04dddee9254f9044bfb0b2763e33e0bdee4
  - Reducing number of NPMs in list
    Reducing list of NPMs needed for offline deployment based on download
    stats from Nexus repository from running environment
    Issue-ID: OOM-1709
    Change-Id: I402c4802210a63ed90ab97f7bcbfe79852b7e92e
    Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Dan Timoney [Fri, 19 Apr 2019 13:46:04 +0000 (13:46 +0000)]
 
Update git submodules
* Update docs/submodules/sdnc/oam.git from branch 'master'
  to 
7abc384133b055fa56b8c9f33ff52255b18afbf7
  - Merge "Fixed get-vf-module-lanport-param DG with proper input param"
  - Fixed get-vf-module-lanport-param DG with proper input param
    input parameter is updated with vf-module-request-input which
    is copied in parent lan-port-create DG
    Change-Id: Ia472883fb8cb166dfd7cd3315d1f46f0ce073cf1
    Issue-ID: SDNC-659
    Signed-off-by: Prakash.E <prakash.e@huawei.com>