vasraz [Tue, 12 May 2020 09:15:43 +0000 (10:15 +0100)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
bbdbadb2c020d284748cc41e02b642da31189cf5
- Increase test coverage - openecomp-sdc-vendor-software-product-core
Change-Id: I1af31c1f14d72fbc30a026f7ae787ae9d4b03b36
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3001
Sylvain Desbureaux [Tue, 12 May 2020 07:20:17 +0000 (07:20 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
5d30d8e17f6fc68bc2f818ad81b5cefd85ba1f00
- Merge "Fix internal uri to modifyConfig"
- Fix internal uri to modifyConfig
Issue-ID: APPC-1876
Change-Id: If958102c146b5a7b2724e5291ca0d86870ce7869
Signed-off-by: Brian Freeman <bf1936@att.com>
Morgan Richomme [Tue, 12 May 2020 06:58:09 +0000 (06:58 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
4d5d177b7970a0f6f6fede31025bc3874637a3d3
- Merge "[Tree-wide] Make chart build process predictible"
- [Tree-wide] Make chart build process predictible
ONAP is built using plain makefile rules. List of targets is generated
using wildcard function. Based on make changelog:
http://git.savannah.gnu.org/cgit/make.git/tree/NEWS
since version 3.82 wildcard is not going to sort its results which
means that charts are being processed in an arbitrary order which may
lead to build failure due to missing dependencies.
Since version 4.3 make started sorting the wildcard results once again
which may lead to build issues.
To avoid that and make our builds predictible independently from
Makefile version let's make sure that we always sort wildcard results.
Addinally let's use 'file://' instead of '@local' for charts in common
to resolve dependencies between them.
Issue-ID: OOM-2399
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Iacb02dcdbd577ce0e9ca1078dd0586d296ec9375
Sylvain Desbureaux [Tue, 12 May 2020 06:46:13 +0000 (06:46 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
af6a61e9b6ea2722e750c307fb6ffa5d3921b0c7
- Merge "[COMMON] Override truststore in aaf_agent image"
- [COMMON] Override truststore in aaf_agent image
aaf_agent image currently contains hardcoded truststores in order to
be able to connect to certman to retrieve certificate for given
component.
The goal is to remove hardcoded truststore from aaf_agent immage but
first we need to be sure that all its users are able to provide the
truststore to the pod as a configmap.
Issue-ID: AAF-1134
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ibe9de6ad7264c05aeca2af858918fc2b4d3a772b
Sylvain Desbureaux [Tue, 12 May 2020 06:45:36 +0000 (06:45 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
04d25125f8c933743f69c57494f426c31b73bf0d
- Merge "[DMAAP] Use common secret template for postgres creds"
- [DMAAP] Use common secret template for postgres creds
Passwords are still hardcoded in common postrgres chart but as soon as
we remove them they will be auto-generated.
Issue-ID: OOM-2250
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Idb34b36fe8124433f296523e6ac1a1414d8276fe
Rodrigo Lima [Tue, 12 May 2020 06:21:23 +0000 (02:21 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
f2b6c943b558fcc5161b30ac30c1010066a135ae
- Remove powermock from SecurityManagerTest
- Add new package level constructor to SecurityManager
- Remove powermock from SecurityManagerTest
Issue-ID: SDC-3054
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
Change-Id: I04c53601f31d2aad84de8f8801f6889f8b9d4260
Francis Toth [Tue, 12 May 2020 06:19:15 +0000 (02:19 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
052b66bed19c2ee0b7ef6c992ee709a1db90a73e
- Remove unused ArtifactsBusinessLogic::updateArtifactsFlowForInterfaceOperations
This commit deletes the ArtifactsBusinessLogic::updateArtifactsFlowForInterfaceOperations function as it is no longer used anywhere.
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: I1dd950930485fc83bb02c889dafc5461192accbc
Issue-ID: SDC-2812
Bartek Grzybowski [Tue, 12 May 2020 05:50:57 +0000 (22:50 -0700)]
Update git submodules
* Update docs/submodules/integration.git from branch 'master'
to
950cbadbcc2376acc44af5595c8f60b68fc26c5c
- Get the routine name to call with getattr
Each subcommand has a corresponding method in
MassPnfSim class hence it can be called directly
by it's name.
Change-Id: Id7139a5f96cceac89559bd68d89085130703f4bd
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Move CLI options processing to module level
Change-Id: Ie4c379480e2c641285507173387a770db63458f0
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Francis Toth [Tue, 12 May 2020 04:59:28 +0000 (00:59 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
7717944e41ecbb9447a56d870821b6d494e7ebe3
- Remove outputFullFilePath from ValidationConfigManager
This commit aims to extract the outputFullFilePath field from ValidationConfigManager in order to improve testability. This commit contains multiple minor modifications resulting from bubbling up the outputFullFilePath static field to where it is actually set. Most of the modifications result from changing the signature of the functions which formerly relied on ValidationConfigManager.getOutputFullFilePath.
Change-Id: I0a28e527cabe606de8af62b8dcbc4b4e70db98ed
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Issue-ID: SDC-2499
Kuralamudhan Ramakrishnan [Mon, 11 May 2020 23:46:52 +0000 (23:46 +0000)]
Update git submodules
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to
8e0c00c4c59add2fa03a67081d74cd46934d034e
- Fixing README.md for containerization installation
Issue-ID: MULTICLOUD-1068
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: I8ced72f4d9f13b9cb2305fc3778cdd65e933d778
Lukasz Rajewski [Mon, 11 May 2020 20:56:34 +0000 (22:56 +0200)]
Update git submodules
* Update docs/submodules/optf/osdf.git from branch 'master'
to
76efb65c4fffbd5b940a75c36329a2e0409be382
- Fix for remote policy filtering
Changed a way of processing policies by scope.
Before filtering was resulting with None type
access exception.
Change-Id: Ide6515b4b18a2dc7344e92b32a76d00ba48d4301
Issue-ID: OPTFRA-755
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Krzysztof Opasiak [Mon, 11 May 2020 20:55:51 +0000 (20:55 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
e598f8f97cb50fe2de947bfc7316431d265cda18
- Merge "Revise dcae bootstrap version"
- Revise dcae bootstrap version
New bootstrap released for Son-handler
blueprint updates
Change-Id: I3bf4d177a6827ff6afe36a0d2130ccdc797ac099
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2216
Issue-ID: DCAEGEN2-2200
wr148d [Mon, 11 May 2020 20:13:21 +0000 (16:13 -0400)]
Update git submodules
* Update docs/submodules/aai/event-client.git from branch 'master'
to
e3f4ea768c964f8224182f6eaf97e9cf588e1122
- Remove Tian Lee from committers and update TSC section
Issue-ID: AAI-2898
Change-Id: I86dcf9bd282fd25b1fc47597b26e43f682aee844
Signed-off-by: wr148d <wr148d@att.com>
colvert [Mon, 11 May 2020 19:25:39 +0000 (21:25 +0200)]
Update git submodules
* Update docs/submodules/integration.git from branch 'master'
to
dc5fb2cc942778dee5233077a4a2df681ff0bcab
- Update INFO.yaml
add new committers:
- Pawel Wieczorek
- Andreas Geissler
- Krzysztof Kuzmicki
Issue-ID: INT-1587
Change-Id: I30f7edd3bf6387ee6e7baa49059c884f589deee6
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Bartek Grzybowski [Mon, 11 May 2020 19:25:09 +0000 (12:25 -0700)]
Update git submodules
* Update docs/submodules/integration.git from branch 'master'
to
feb93cdb3e2e842affe1a5de171c1242b44add70
- Improve code testability
A module is created with specific class methods
to perform particular simulator services' lifecycle
operations.
Change-Id: I467360ab304a00f049bf53c3958e42f445f2d75b
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Allow importing the script as module
Improves testability (TBD)
Change-Id: I0c4845f85d14b49b4702270ffad537a19c1c7df7
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Rework input parameters handling
Main input options were turned into subcommands
for improved CLI user experience.
Input parameters handling and validation logic was
moved out of the code to argparse native facilities.
Updated the doc around script usage details.
Change-Id: Ifaa2a0e49f2a0b5b677020307dc74942c422bbe1
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Krzysztof Opasiak [Mon, 11 May 2020 19:22:57 +0000 (19:22 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
075570d5522de1dc99f6097dec8e3fd5622c08f0
- Merge "[GENERIC] follow Frankfurt AAI/Robot branches"
- [GENERIC] follow Frankfurt AAI/Robot branches
Issue-ID: OOM-2406
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I83f3a48450d1c76de9b2dcf9400f8450a5d2d689
- Merge "[POLICY] put base64 password in xacml.properties" into frankfurt
- Merge "[VNFSDK] Use common secret template for postgres credentials" into frankfurt
- [POLICY] put base64 password in xacml.properties
In addition, remove heap mem sizing for drools too
as it is properly sized according to container allocated
resources.
Issue-ID: POLICY-2547
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I4e1e5eaef1cad924ac4c86e5248230aef1fad7d8
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
(cherry picked from commit
ed6839f2fe2566741dcd49c8e59fdae519ce84b0)
- Set multicloud-k8s image to 0.6.0
Update image for Frankfurt release.
Change-Id: Idc26b081694b8d7270fea81a30d595d41b6b9240
Issue-ID: OOM-2397
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
(cherry picked from commit
0d36387da995a3e5100b4a99c3e05765ee3ed4cd)
- [VNFSDK] Use common secret template for postgres credentials
Even through we use common secret template both passwords are still
hardcoded in common postgres chart but this will be removed as a final
step just like we did for mariadb-galera.
Issue-ID: OOM-2250
Change-Id: I4ca210c99c27fbfbf74a467d72a81b2e38d8d800
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
(cherry picked from commit
79677d38adfb3de5a35c00cdb710f6325a8719a9)
wr148d [Mon, 11 May 2020 17:35:30 +0000 (13:35 -0400)]
Update git submodules
* Update docs/submodules/aai/sparky-be.git from branch 'master'
to
425e40c0e8319d55724283085dbb2ccee157f5ee
- Remove Tian Lee from committers and update TSC section
Issue-ID: AAI-2898
Change-Id: Idf2328128e941c2b40ebf36ad4c730937797cb98
Signed-off-by: wr148d <wr148d@att.com>
Sylvain Desbureaux [Mon, 11 May 2020 16:44:38 +0000 (18:44 +0200)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
9ccdc1356a3b113817fc2c6f3275f86ded64909e
- Update git submodules
* Update kubernetes/aai from branch 'master'
to
d687fd0c9efe31e93287da11e3e390984a5fb6ce
- [AAI] Fix Ingress configuration
Set SSL to redirect when backend uses HTTPS.
Issue-ID: OOM-2171
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Id9e7cf211f5c180ee5901463a63535892b221d84
Dan Timoney [Mon, 11 May 2020 16:22:59 +0000 (16:22 +0000)]
Update git submodules
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to
d1b5ebc796b9457ef47f59bec55bc51124d69eba
- Merge "Disable Filename in edit"
- Disable Filename in edit
enable editing an existing file
Issue-ID: CCSDK-2368
Issue-ID: CCSDK-2369
Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I214e9b9e1a7ee12edf1318610a4594e36ddbb393
Dan Timoney [Mon, 11 May 2020 16:22:32 +0000 (16:22 +0000)]
Update git submodules
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to
aad8261cf84e3ccf59d9494a98277ddcde2dea67
- Merge "fix pagination and create package feature"
- fix pagination and create package feature
Issue-ID: CCSDK-2320
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I8f86cf37ec31d9ee369d8514b7a7e074047d9f34
Sarah Abouzainah [Mon, 11 May 2020 16:22:06 +0000 (18:22 +0200)]
Update git submodules
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to
1eedc493708606cf7b773fee09ba271584c1d7ef
- Create New Action's Modal
Issue-ID: CCSDK-2356
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: Ib40220b793a08c2740e114946a42fb7d04edbcb6
Dan Timoney [Mon, 11 May 2020 16:21:46 +0000 (12:21 -0400)]
Update git submodules
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to
59aa88fefa93e3e05e73b28430f24504e356737e
- Fix formatting issues in RST files
Fixed issues found in sphinx-build of documentation files
Issue-ID: CCSDK-2176
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I21f8012bc38e4fb22ee31c7d29d968b5775cf669
Dan Timoney [Mon, 11 May 2020 16:21:18 +0000 (12:21 -0400)]
Update git submodules
* Update docs/submodules/ccsdk/features.git from branch 'master'
to
e8c830df7d9915cb0d9d9fe9b47c3ca2f03aeafc
- Fix formatting issues in RST files
Fixed issues found in sphinx-build of documentation files
Issue-ID: CCSDK-2176
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I4d9241958c5f84b9efae2fc7fa9ac6cf144a49c4
Dan Timoney [Mon, 11 May 2020 16:21:11 +0000 (12:21 -0400)]
Update git submodules
* Update docs/submodules/ccsdk/apps.git from branch 'master'
to
5e3c84fbed73533b485f74ce479ea4c51aafb21c
- Fix formatting issues in RST files
Fixed issues found in sphinx-build of documentation files
Change-Id: I6d221f03dfe7a917800c71ca31ac6e741509b21e
Issue-ID: CCSDK-2176
Signed-off-by: Dan Timoney <dtimoney@att.com>
Dan Timoney [Mon, 11 May 2020 16:21:03 +0000 (12:21 -0400)]
Update git submodules
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to
2b93241b3d560bb9a58439d58ac82207af30b5d8
- Upgrade nodejs version in dgbuilder install
Updated by Sheshi (sc2914@att.com) to upgrade nodejs version as part
of docker build.
Change-Id: Ia8d04466774350fda588e91e9e8f9e4b2e42b003
Issue-ID: CCSDK-2353
Signed-off-by: Dan Timoney <dtimoney@att.com>
Sébastien Determe [Mon, 11 May 2020 16:02:49 +0000 (16:02 +0000)]
Update git submodules
* Update docs/submodules/clamp.git from branch 'master'
to
5b30d88f1336e6712231335cb147993b4ac3e047
- Merge "update user guide"
- update user guide
update user guide for clamp-cds interaction
Change-Id: Iae80118713c4f097c7d84b5874e77aa738b40470
Issue-ID: CLAMP-846
Signed-off-by: Vidyashree-Huawei <vidyashree.rama@huawei.com>
Sébastien Determe [Mon, 11 May 2020 16:02:01 +0000 (16:02 +0000)]
Update git submodules
* Update docs/submodules/clamp.git from branch 'master'
to
227a511c0971793816771bd72660146831bc83ea
- Merge "Update pics"
- Update pics
Update some pics for the user guide.
Issue-ID: CLAMP-846
Change-Id: I5949448d5311a66c4a89dd4d8b97273e4ac15e05
Change-Id: I5949448d5311a66c4a89dd4d8b97273e4ac15e05
Signed-off-by: xuegao <xg353y@intl.att.com>
Sébastien Determe [Mon, 11 May 2020 16:01:42 +0000 (16:01 +0000)]
Update git submodules
* Update docs/submodules/clamp.git from branch 'master'
to
561b6e7a065ef0797c089ce8f666b0e7edddbd48
- Merge "Add unit test"
- Add unit test
Add unit tests to improve code coverage.
Issue-ID: CLAMP-844
Change-Id: I7792212d476103086e063cf8fe4a9abed1294fd6
Signed-off-by: xuegao <xg353y@intl.att.com>
Jim Hahn [Mon, 11 May 2020 14:31:09 +0000 (10:31 -0400)]
Update git submodules
* Update docs/submodules/policy/parent.git from branch 'master'
to
1cecad6605bd0750336298a60b4fc05551351371
- Document overview of new actor model
This is the overview only; any documentation for specifics actors
in subsequent reviews.
Issue-ID: POLICY-2500
Change-Id: I899e161561ffea90c93abf85731c2f62310d64f0
Signed-off-by: Jim Hahn <jrh3@att.com>
Steve Smokowski [Mon, 11 May 2020 14:08:25 +0000 (14:08 +0000)]
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to
4bbcf0d74967a5af6c2cb874d262e45694202be7
- Merge "Added to support to enabling l2 multicasting"
- Added to support to enabling l2 multicasting
updated aai dependency
Added to support to enabling l2 multicasting for lnterfaces.
Issue-ID: SO-2914
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Idf34a41777e23b7171bd09c174830a4eeeb79e4b
Steve Smokowski [Mon, 11 May 2020 14:08:18 +0000 (14:08 +0000)]
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to
1b08c1ff96623e55200305fc411a8ad03ddd16d1
- Merge "added queryImage method"
- added queryImage method
Add queryImage method to openstack utils
Issue-ID: SO-2909
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I4006dfb4a31e6cea5898f2782f4fe3f84f878212
Steve Smokowski [Mon, 11 May 2020 14:08:10 +0000 (14:08 +0000)]
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to
12a6186f7df04286b9148ca13029f72b03c7024c
- Merge "uri params now available in info object"
- uri params now available in info object
uri params now available in info object
make sure uri keys are retrieved via constants
Issue-ID: SO-2908
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ieb701c2705ecdb2365d557bc51e4f604d92ec680
Niranjana [Mon, 11 May 2020 14:08:01 +0000 (19:38 +0530)]
Update git submodules
* Update docs/submodules/dcaegen2.git from branch 'master'
to
cefff6d0c0081a08e540b9c8c36caf82eb1e3865
- Update documentation for son-handler
Issue-ID: DCAEGEN2-2216
Issue-ID: DCAEGEN2-2200
Signed-off-by: Niranjana <niranjana.y60@wipro.com>
Change-Id: I4ea8f243c25c911ee8e29377ae65199684dc7b12
Brittany Plummer (bp896r) [Mon, 11 May 2020 13:18:20 +0000 (09:18 -0400)]
Update git submodules
* Update docs/submodules/logging-analytics.git from branch 'master'
to
cd0ed1ae3993256c8d7d5d27eafe0a77c991ee2e
- Set elapsedTime for metric log
Issue-ID: LOG-1212
Change-Id: I7e53fd4c5887351b4b7f0fd8da1e4ae28cd2284a
Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
wr148d [Mon, 11 May 2020 13:14:47 +0000 (09:14 -0400)]
Update git submodules
* Update docs/submodules/aai/aai-common.git from branch 'master'
to
b25f4c9fc18c993a012347d2e7a5e920982cddf2
- Remove Tian Lee from committers and update TSC section
Issue-ID: AAI-2898
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I2b10d7e5c1d0228d99d6e6789253786027a0d0a0
Byung-Woo Jun [Mon, 11 May 2020 11:45:27 +0000 (11:45 +0000)]
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to
135396855a884fdeb3a37e59fa46da5c10a51c38
- Merge "bump the master version to 1.7.0"
- bump the master version to 1.7.0
Issue-ID: SO-2519
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I1eb7ff30466e9007deb790e73fd1b008e0828573
Byung-Woo Jun [Mon, 11 May 2020 11:42:51 +0000 (11:42 +0000)]
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to
e7682d33dd809f58ad5e0d554474f3004eb7a133
- Merge "update the SO architecture"
- update the SO architecture
Issue-ID: SO-2729
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I8d99e58ce08911bbbdb31020e93ca1a76ffcc5e9
Sylvain Desbureaux [Mon, 11 May 2020 11:37:07 +0000 (11:37 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
93160fa74abd6c0143b6b2e49be87473bb868d4a
- Merge "[DMAAP-DR] Bug fix DCAEGEN2-2217 for Frankfurt release"
- [DMAAP-DR] Bug fix DCAEGEN2-2217 for Frankfurt release
Change-Id: I8b370e77407a3497d2fe46b207668dd234a24a80
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DCAEGEN2-2217
dyh [Mon, 11 May 2020 10:34:43 +0000 (18:34 +0800)]
Update git submodules
* Update docs/submodules/modeling/etsicatalog.git from branch 'master'
to
5de5093e94852ebb63fc1d8681fa25c561ac225d
- Add release file
Issue-ID: MODELING-344
Change-Id: I8b00096b4a543d5f5f2611f05cf1e803fd1fdef6
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
osgn422w [Mon, 11 May 2020 09:28:54 +0000 (11:28 +0200)]
Update git submodules
* Update docs/submodules/clamp.git from branch 'master'
to
3c805dda56c3457dddcffba7c4bcbea27fd362dc
- remove inactive committer
remove 'Adam Krysiak' who has been inactive for the past 6months
Issue-ID: CLAMP-851
Change-Id: I8a217a9665ca07326de28753958b2d9c22bacb30
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
Neil Derraugh [Mon, 11 May 2020 08:43:28 +0000 (04:43 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
88af509e836976b545e071cfe562bf70258c6c70
- Fix security issues in SecurityUtil
- Removed hard coded key
- Specified mode and padding to address risky algorithm
Issue-ID: SDC-3017
Signed-off-by: Neil Derraugh <neil.derraugh@yoppworks.com>
Change-Id: I6c21174003fcb5669de49158d8dd6bf9907f50c6
Francis Toth [Mon, 11 May 2020 08:28:35 +0000 (04:28 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
5a5edfe3f6a304e3f856e618e66d71a258b2c44f
- Refactor CsarUtil::writeComponentInterface
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: I6a40119540c18469db44e218984b4d4b92d3f4af
Issue-ID: SDC-2812
dyh [Mon, 11 May 2020 07:28:21 +0000 (15:28 +0800)]
Update git submodules
* Update docs/submodules/modeling/etsicatalog.git from branch 'master'
to
46f8b363bb5ee0b4493ef5e05d781d6169dc8e82
- Update etsicatalog version
Issue-ID: MODELING-330
Change-Id: Ib8b0fe6a0c98298441904615575fa369bb9fac74
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Francis Toth [Mon, 11 May 2020 07:22:48 +0000 (03:22 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
ae0f64936f9798b17b313754d643977b7567af17
- Refactor ArtifactsBusinessLogic::generateToscaArtifact
This commit aims to refactor how Either is used in ArtifactsBusinessLogic::generateToscaArtifact. In order to keep the refactoring relatively small, we evalute its result at the call site.
Change-Id: I669b30b44e9c69d1b3968fd719c5340b2dff83f5
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Issue-ID: SDC-2812
Lucjan Bryndza [Mon, 11 May 2020 06:40:00 +0000 (06:40 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
5e8ad367d1dfa8637f575bd9ac65f3624e36ec0b
- Update git submodules
* Update kubernetes/robot from branch 'master'
to
1bc31c7d76408bdf2267bf72bf3b1b1e18e2367f
- Change ingress base hostname
Change ingress base hostname to recommended value
Issue-ID: OOM-2391
Change-Id: Ica5ab275ed3eac2ec6f1669fc9ca32c29a2b12e6
Morgan Richomme [Mon, 11 May 2020 06:39:30 +0000 (06:39 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
fb62b705498cfd24ead8409447f7327cfc4c5334
- Update git submodules
* Update kubernetes/robot from branch 'master'
to
c3148590e3da989daebfba6e721e7a53706dda87
- Merge "Host and port template for ingress setup"
- Host and port template for ingress setup
Depending on the ingress robot configuration
host and port template should choose ingress
host and port or direct cluster host and port
+ alternarive ingress hostname in config file
Change-Id: I04c13657f5c5cf8b5f5373897bdc551dc2efdf36
Issue-ID: OOM-2341
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Sylvain Desbureaux [Mon, 11 May 2020 06:36:46 +0000 (06:36 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
70f3fb07a0c8dfcd33513c50b81e2e561f394d0a
- Merge "Add Helm charts for CDS py-executor"
- Add Helm charts for CDS py-executor
Chart for deployment pod and service of py-executor. This chart
covers also artifact manager grpc server.
Issue-ID: OOM-2256
Change-Id: Iaf7c569ccaea4062bf16abe3c314a1b24940d4c5
Signed-off-by: Marek Szwalkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Kanagaraj Manickam [Mon, 11 May 2020 04:46:07 +0000 (04:46 +0000)]
Update git submodules
* Update docs/submodules/cli.git from branch 'master'
to
0fa052c994c900ff809d5ff32d93752190e3ff5a
- Merge changes I81537658,I653a2ed5,I1aa94f93,I500b4755,I0c379ae2
* changes:
sonar security issue fix- Make sure that using a regular expression is safe here
sonar security issue fix- Make sure that environment variables are used safely here
sonar vulnerability issue fix- Do something with the "boolean" value returned by "delete"; Enable server certificate validation on this SSL/TLS connection
sonar bug fix- conditional operation returns the same value whether the condition is "true" or "false"
sonar bug fix- Use the "equals" method if value comparison was intended
- sonar security issue fix- Make sure that using a regular expression is safe here
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
Issue-ID: CLI-270
Change-Id: I81537658a9bece901695bd5133e17efd7b3c3b92
- sonar security issue fix- Make sure that environment variables are used safely here
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
Issue-ID: CLI-270
Change-Id: I653a2ed571755796dd8df28e65f61bd221dc22ce
- sonar vulnerability issue fix- Do something with the "boolean" value returned by "delete"; Enable server certificate validation on this SSL/TLS connection
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
Issue-ID: CLI-270
Change-Id: I1aa94f93bd71beeb0b6f6758be4b0687ea8536d2
- sonar bug fix- conditional operation returns the same value whether the condition is "true" or "false"
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
Issue-ID: CLI-270
Change-Id: I500b47559bba7b8cf366f70357041c4c516b8f90
- sonar bug fix- Use the "equals" method if value comparison was intended
Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com>
Issue-ID: CLI-270
Change-Id: I0c379ae2a6798303daf676c0e741aace48e673ca
ChenjieXu [Sun, 10 May 2020 18:38:16 +0000 (02:38 +0800)]
Update git submodules
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to
1449bbe36e44315fa6e74375e7ab0607dd182344
- Integrate Openness EAA
Openness EAA provides application/service registration
and authentication. EAA is integrated by running EAA via
ONAP4K8S.
Issue-ID: MULTICLOUD-1044
Signed-off-by: ChenjieXu <chenjie.xu@intel.com>
Change-Id: I66dffc5bcfc66675f6b62672e32496ec7f71454c
uj426b [Sun, 10 May 2020 18:10:29 +0000 (14:10 -0400)]
Update git submodules
* Update docs/submodules/policy/engine.git from branch 'master'
to
39db5ecce3151ad42bc0c5433d14b2a81887a4ef
- Fix Policy import/export on gui
Issue-ID: POLICY-2545
Change-Id: I25fe8c415a0c9a9b15c97feb93c2ce3e9c975ed2
Signed-off-by: uj426b <uj426b@att.com>
Chris André [Sun, 10 May 2020 07:02:13 +0000 (03:02 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
a7bd374357e0737e419d196a16ff09a644417f97
- Refactor to remove false positives from Sonar
- change `updateResourceInstancesNames` to account for case where `preparedResource` is null
- change `findInputByName` to return an Either<InputDefinition, RuntimeException> in order to make exceptions explicit
- create `rollbackWithEither` (+ tests) to make exceptions more explicit
Issue-ID: SDC-2992
Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
Change-Id: I487994a3f9e88b0a2b14d2679c3587d85d8aa12d
Francis Toth [Sun, 10 May 2020 06:52:51 +0000 (02:52 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
2048043bb4c66efa28063fc1e591c0297850a6e6
- Refactor ArtifactsBusinessLogic::handleDelete and ArtifactsBusinessLogic::deleteArtifactByInterface
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: I89f12c70f388375ed13554edf62bf6a442c9036a
Issue-ID: SDC-2812
andre.schmid [Sun, 10 May 2020 06:40:40 +0000 (07:40 +0100)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
8e27d0fcbdf46eb2b15e0b3856a8e485a83079d4
- Allow any extension to WORKFLOW artifact type
Allow any extension to WORKFLOW artifact as it was before
the artifact type configuration change SDC-2754.
Change-Id: I6c497cd83e36fe4df0cc800b9301010c22aa79f7
Issue-ID: SDC-3019
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Rodrigo Lima [Sun, 10 May 2020 06:25:36 +0000 (02:25 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
212bd7fc47b17d954f917b66dfb9f295c99e7f12
- Remove powermock from ComponentProcessesImplTest
- Remove powermock from ComponentProcessesImplTest and add new constructor to ComponentProcessesImpl
Issue-ID: SDC-3042
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
Change-Id: I1766371a42a65d6b11c9b7b6783a312db2ed723e
Rodrigo Lima [Sun, 10 May 2020 06:25:24 +0000 (02:25 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
254a7df768167685b835b87a54d04596b570e38a
- Remove powermock from NicsImplTest
- Remove powermock from NicsImplTest and add new constructor to NicsImpl
Issue-ID: SDC-3043
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
Change-Id: Iec9343a403278f7db41d1654960c1060c3e75a99
Rodrigo Lima [Sun, 10 May 2020 06:25:15 +0000 (02:25 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
de9fa5a0053b1348b56daf4cbd1039fe8bdd956f
- Remove powermock from ImagesImplTest
- Remove powermock from ImagesImplTest and add new constructor to ImagesImpl
Issue-ID: SDC-3038
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
Change-Id: I6439a90a71d9de94c2233f8b64fed9da4860dd2e
Rodrigo Lima [Sun, 10 May 2020 06:25:04 +0000 (02:25 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
3502173f27ae1b8d43fd654c6f5ed1f25d885a1d
- Remove powermock from ComponentDependenciesImplTest
- Remove powermock from ComponentDependenciesImplTest and add new constructor to ComponentDependenciesImpl
Issue-ID: SDC-3027
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
Change-Id: I045e268230d94d4f52c4b85069eddade7678edee
Rodrigo Lima [Sun, 10 May 2020 06:24:57 +0000 (02:24 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
cdadb774cce59454fc217ac34edb9ac7130a06b2
- Remove porwermock from ComponentImplTest
- Remove power mock from ComponentImplTest
- Add new constructor to ComponentsImpl
Issue-ID: SDC-3026
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
Change-Id: I919fdb55990d813f4ac2950e3950b28e4686acbc
Rodrigo Lima [Sun, 10 May 2020 06:24:43 +0000 (02:24 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
2fcd69426559f3464840309444596a3978d5f8e6
- Remove powermock from ComponentMonitoringUploadsImplTest
- Remove powermock from ComponentMonitoringUploadsImplTest.
- Add new constructor to ComponentMonitoringUploadsImpl.
Issue-ID: SDC-3024
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
Change-Id: Ic8583db9c459c4d39258129a3b70cc108b30d7de
Francis Toth [Sun, 10 May 2020 06:24:23 +0000 (02:24 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
feb112c63e395bd682b09a43d6a03d13eb29dcd4
- Moved ArtifactsBusinessLogic::buildJsonStringForCsarVfcArtifact to JsonUtils
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: Ia3bb9fe9f97e1759e4e5b70eb5e5396ed87d716d
Issue-ID: SDC-2961
Rodrigo Lima [Sun, 10 May 2020 06:22:56 +0000 (02:22 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
4a98c7efa0e8103b4e14c1d521b7963d095495e0
- Remove powermock from ComputeImplTest
- Remove powermock from ComputeImplTest and add new constructor to ComputeImpl
Issue-ID: SDC-3046
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
Change-Id: Idf3e67c52f1d65e059bbcfcda5a477e2398b0a3e
Rodrigo Lima [Sun, 10 May 2020 06:22:12 +0000 (02:22 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
35a3b49ea659fbaf88000ba933b5f9a6b37c917d
- Remove powermock from DeploymentFlavorsImplTest
- Remove powermock from DeploymentFlavorsImplTest and add new constructor to DeploymentFlavorsImpl
Issue-ID: SDC-3050
Signed-off-by: Rodrigo Lima <rodrigo.lima@yoppworks.com>
Change-Id: Ib66937932c58c684de5e6a65fbcfb251c0b55c8e
Krzysztof Opasiak [Sat, 9 May 2020 00:11:35 +0000 (00:11 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
4c35c22ef8e1dc4e1f87b0d87460e0c1d127fb18
- Merge "[POLICY] put base64 password in xacml.properties"
- [POLICY] put base64 password in xacml.properties
In addition, remove heap mem sizing for drools too
as it is properly sized according to container allocated
resources.
Issue-ID: POLICY-2547
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I4e1e5eaef1cad924ac4c86e5248230aef1fad7d8
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Dan Timoney [Fri, 8 May 2020 20:17:41 +0000 (20:17 +0000)]
Update git submodules
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to
16ced660a671dea28fa56ffa860651d78ebb4501
- Merge "update template&mapping create view."
- update template&mapping create view.
add alert messages for success and error
Issue-ID: CCSDK-2323
Signed-off-by: AhmedEldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: Id05c73abad2342685971e2e57409b4a471f9242f
Krzysztof Opasiak [Fri, 8 May 2020 17:07:52 +0000 (17:07 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
17f4fcc2bb04d549d171292484e3c16d6da6cef2
- Merge "Set multicloud-k8s image to 0.6.0"
- Set multicloud-k8s image to 0.6.0
Update image for Frankfurt release.
Change-Id: Idc26b081694b8d7270fea81a30d595d41b6b9240
Issue-ID: OOM-2397
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
zhaoliping123 [Fri, 8 May 2020 13:30:33 +0000 (21:30 +0800)]
Update git submodules
* Update docs/submodules/integration.git from branch 'master'
to
c981fa0f1062dcebd0f2fa01aff1ff58ecb302fc
- update vCPE local case
Issue-ID: INT-1355
Change-Id: I3172f1aacebc7f226472dac1259d35c50f520473
Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com>
Pawel Wieczorek [Fri, 8 May 2020 13:28:23 +0000 (15:28 +0200)]
Update git submodules
* Update docs/submodules/integration.git from branch 'master'
to
11689da07382ec3ba3a69a2531969d8b88ab1681
- Add missing dependency for port scanning
Issue-ID: SECCOM-261
Change-Id: Id4d14cf0997310b7e039fe3f5e18ea72a4f3d71c
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
- Use correct nmap filters
Both closed and filtered ports should be droppped from scan results to
maintain compatibility with "check_for_nonssl_endpoints.sh" script.
Issue-ID: SECCOM-261
Change-Id: Ic422bebf6e46bcc42a3e5198e7702bb8b901287f
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Morgan Richomme [Fri, 8 May 2020 13:26:19 +0000 (13:26 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
111f15d0d813002f21d569010a3dd6b605a70acd
- Merge "[VNFSDK] Use common secret template for postgres credentials"
- [VNFSDK] Use common secret template for postgres credentials
Even through we use common secret template both passwords are still
hardcoded in common postgres chart but this will be removed as a final
step just like we did for mariadb-galera.
Issue-ID: OOM-2250
Change-Id: I4ca210c99c27fbfbf74a467d72a81b2e38d8d800
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
ajay_dp001 [Fri, 8 May 2020 12:29:12 +0000 (17:59 +0530)]
Update git submodules
* Update docs/submodules/sdnc/oam.git from branch 'master'
to
258c7e955896ddc5abb0589aa8a470d716e86de7
- InstallCerts.py Script Corrupt SDNC-ODL Keystore/Truststore
when Process Multiple set of Certificates.
Issue-ID: SDNC-1177
Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech>
Change-Id: If04d5722e6bb25bb98d1f962159f31743108f0f4
Pamela Dragosh [Fri, 8 May 2020 11:46:06 +0000 (11:46 +0000)]
Update git submodules
* Update docs/submodules/policy/parent.git from branch 'master'
to
1a2dd1f4e3af974c6eb27176de0a4a92838a9750
- Merge "Correcting PAP VVM image name"
- Correcting PAP VVM image name
Issue-ID: POLICY-2511
Change-Id: If4d0676d9c9eb4162298e65d9e0b3233901b7bfe
Signed-off-by: RossC <ross.carter@est.tech>
Pamela Dragosh [Fri, 8 May 2020 11:36:06 +0000 (07:36 -0400)]
Update git submodules
* Update docs/submodules/policy/parent.git from branch 'master'
to
08cc8426efb540a01e5d7c6a1b11860c3cbde86e
- Fix documentation table error
Issue-ID: POLICY-2515
Change-Id: Ia92b41ec314e7920dd1b783157b37938df03f09f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Morgan Richomme [Fri, 8 May 2020 09:50:58 +0000 (09:50 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
60d0cc8d265cf1c4cf98cf60fcded73296bc49fc
- Update git submodules
* Update kubernetes/robot from branch 'master'
to
91827be0924c4db10687474ed5db2f7c63f6568a
- Merge "[ROBOT] Fix Ingress configuration"
- [ROBOT] Fix Ingress configuration
Set SSL to redirect as backend uses HTTPS.
Issue-ID: OOM-2186
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I94cf20a016f1d1face44037d9912de774a5f338c
Aleksandra Maciaga [Fri, 8 May 2020 09:26:38 +0000 (11:26 +0200)]
Update git submodules
* Update docs/submodules/aaf/certservice.git from branch 'master'
to
0c3c68ba16c8c1953247776e48072ff7668a7b02
- Update CertService Introduction Documentation
Issue-ID: AAF-1091
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com>
Change-Id: Ica4596e08648b49782316be48769395223a15397
Francis Toth [Fri, 8 May 2020 08:08:45 +0000 (04:08 -0400)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
87fc08f6bb131248dbb861d178dd8faddb7412ba
- Refactor CsarUtil::addComponentToCache
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: Ib78be78780a97c873e710d805dd26273159d5354
Issue-ID: SDC-2812
andre.schmid [Fri, 8 May 2020 07:49:01 +0000 (08:49 +0100)]
Update git submodules
* Update docs/submodules/sdc.git from branch 'master'
to
75dd0bbc0e78c8e41de9792123fafed466f8ecbe
- Clean normatives file during mvn clean
The configuration to clean the normatives.tar.gz was incorrect,
so the file was not being cleaned up during mvn clean, which
could create an inconsistent sdc-backend-init docker image.
Change-Id: I15e3f4c49f404c147532c88c50f131cb61aea9c0
Issue-ID: SDC-3041
Signed-off-by: andre.schmid <andre.schmid@est.tech>
John J. Franey [Fri, 8 May 2020 07:24:14 +0000 (03:24 -0400)]
Update git submodules
* Update docs/submodules/aaf/authz.git from branch 'master'
to
9f2d11a8c9a8952bfc97e64418b21f26be4e51a6
- bump version for Guinin: 2.7.x
Initial version is 2.7.0-SNAPSHOT.
'7' connotes the 7th ONAP release, Guinin.
Issue-ID: AAF-1142
Signed-off-by: John J. Franey <john.franey@att.com>
Change-Id: I451a167f3f96ef54054c52f4389cceb8c467fc85
Pawel Wieczorek [Fri, 8 May 2020 07:22:19 +0000 (09:22 +0200)]
Update git submodules
* Update docs/submodules/integration.git from branch 'master'
to
7be9861d562abc762d65a4efd7cf49b493d70206
- Exclude code location from code base URL
Python method str.format allows easy templating using substitutions
identified by braces ('{' and '}'). Using two levels of nested
substitutions can be achieved by doubling braces ("{{" and "}}").
Hound configuration creator script was supposed to use two levels of
nested substitutions and still leave braced components within the
templated string for further substitution by the Hound tool. This would
require using multitude of braces which would decrease readability
significantly.
This is why code location template is appended to the code base URL at
the latest.
If there will be need for more levels of nested templates, this code
shall be further refactored to use only named fields, str.format_map()
(available in Python 3.2+) and SafeDict, e.g.
>>> class SafeDict(dict):
... def __missing__(self, key):
... return '{' + key + '}'
...
which would leave braced components within the processed template in
case given key is missing.
Issue-ID: ONAPARC-579
Change-Id: I420d076867aa891edb2a945a8cd58e168c892ac3
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Bartek Grzybowski [Fri, 8 May 2020 06:50:13 +0000 (23:50 -0700)]
Update git submodules
* Update docs/submodules/integration.git from branch 'master'
to
937fe44cefb6a749ad39e2e332881b0cf32b7cf1
- Refactor simulator instances IP setting logic
Change-Id: I5bd36b364cd033d0d468c81f345be9255e7adb85
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Fix services IP addresses naming
Use formatted string literals to make the code more
readable.
Change-Id: I712f887d73c29aacc5766052835f377a63e9eb06
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Drop superfluous variables and type casts
Change-Id: Ic8e9eab90c537584b2c771bdeb59c0b43deb992e
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Supress ANSI escape sequences when terminal not detected
This prevents obscured output when redirecting output to
a file descriptor.
Change-Id: Ie56b6f65b1d2adffc69d3f75a9c8f98c0444faa8
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Chuanyu Chen [Fri, 8 May 2020 06:10:41 +0000 (06:10 +0000)]
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to
86b2d36e3dabd2e781d7a63063680d1f2776a254
- Merge "CamundaClient not handle operationType used by Activate5GSliceServiceInstances"
- CamundaClient not handle operationType used by Activate5GSliceServiceInstances
Issue-ID: SO-2911
Change-Id: I23a7628359439adeeec9f22302f64f4441939897
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Chuanyu Chen [Fri, 8 May 2020 06:10:29 +0000 (06:10 +0000)]
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to
2799a5ba78048740e188a758d0f65ccc572293fe
- Merge "interface getServiceOperationStatus in request-db-adapter not exist"
- interface getServiceOperationStatus in request-db-adapter not exist
Issue-ID: SO-2905
Change-Id: I2f66a0efa2e0ba894c8750bdd4d302bcf8924103
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Chuanyu Chen [Fri, 8 May 2020 06:10:15 +0000 (06:10 +0000)]
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to
f5120e45dc31023ae7f9dab669622ba492a64cb5
- Merge "merge SO-2824 from frankfurt resolve problem CreateCommunicationService SST is null"
- merge SO-2824 from frankfurt resolve problem CreateCommunicationService SST is null
Issue-ID: SO-2824
Change-Id: I439f5ec11ae3b919dc98881ad2518a11c9e30bc2
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Chuanyu Chen [Fri, 8 May 2020 06:09:46 +0000 (06:09 +0000)]
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to
14c80fee36e4e054d87d2b19004f19ac24d0f6c4
- Merge "Fix serviceProfile serialize"
- Fix serviceProfile serialize
Issue-ID: SO-2368
Change-Id: Ia68bef5a1d7413fa2a6b88c79cbaa0501d8f9b57
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
(cherry picked from commit
fb6f70e61803d3634b7decb847950b733a7adfdf)
Krzysztof Opasiak [Fri, 8 May 2020 00:04:06 +0000 (00:04 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
58ceacb36847873d4a63c6fcd10475d87facdca4
- Merge "Update Docker Release version"
- Update Docker Release version
Modify Update DB script.
Issue-ID: PORTAL-900, PORTAL-894
Signed-off-by: statta <statta@research.att.com>
Change-Id: I224826ef027e38d88f035fcef64969137154fd4d
Krzysztof Opasiak [Fri, 8 May 2020 00:01:51 +0000 (00:01 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
30397707d68c56fc9c8816a9fe495d75d90124b1
- Merge "Fix name convention issue (SDC-WORKFLOW)"
- Fix name convention issue (SDC-WORKFLOW)
Related to https://gerrit.onap.org/r/c/sdc/sdc-workflow-designer/+/102754
Issue-ID: SDC-2334
Issue-ID: SDC-2335
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Id976e039a2779af6d7d95c13935da3dd3dc1141f
Steve Smokowski [Thu, 7 May 2020 21:03:16 +0000 (21:03 +0000)]
Update git submodules
* Update docs/submodules/so/libs.git from branch 'master'
to
efdc7c5697a5c3d1ccff4fe730e73cefcf694215
- Merge "Update Glance client to utilize head"
- Update Glance client to utilize head
Issue-ID: SO-2906
Change-Id: Ife2dfaa58eab1d2588aaef9b7d912102a5c65458
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Krzysztof Opasiak [Thu, 7 May 2020 19:32:49 +0000 (19:32 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
7e6bd0c1376444d020b876b84e0b3c6c15c4e9e2
- Merge "Use SDC 1.6.5 containers"
- Use SDC 1.6.5 containers
Change-Id: I0e1e7ee475b57179b8580b610d5b74cdecd59859
Issue-ID: SDC-2942
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Hesam Rahimi [Thu, 7 May 2020 18:59:51 +0000 (18:59 +0000)]
Update git submodules
* Update docs/submodules/sdnc/oam.git from branch 'master'
to
f515a8831e0036414d69d73030e871dec88180f8
- NNI-based Service creation DG bug fixes (uni, l2vpn, and underlay resources).
- This is needed for F release
Issue-ID: SDNC-1184
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: Ib35d7a70e862c6068d9e3edc10f7d80ba5764e6a
Brendan Tschaen [Thu, 7 May 2020 18:29:46 +0000 (18:29 +0000)]
Update git submodules
* Update docs/submodules/music.git from branch 'master'
to
886394400a8e64b5938fe264dc9a79856b4fd3f6
- Merge "Junit for JSONObject"
- Junit for JSONObject
Issue-ID: MUSIC-583
Change-Id: I82821820a5bdbe56a0e59ea37e9eb9eb03b3ce62
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
Brendan Tschaen [Thu, 7 May 2020 18:26:04 +0000 (18:26 +0000)]
Update git submodules
* Update docs/submodules/music.git from branch 'master'
to
f02506acb853a353037fe2c3d9d9549834a71f8b
- Merge "Junit for RowIdentifier"
- Junit for RowIdentifier
Issue-ID: MUSIC-583
Change-Id: I8e6ef8616cb87a5feb6286238ac0f8afc5f48e78
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
Brendan Tschaen [Thu, 7 May 2020 18:24:57 +0000 (18:24 +0000)]
Update git submodules
* Update docs/submodules/music.git from branch 'master'
to
2ea42461173d8d387cc49b53566b661f7adc26a5
- Merge "JUNITS for JSONDELETE class"
- JUNITS for JSONDELETE class
Issue-ID: MUSIC-583
Change-Id: I10299d8883ce1a6acbf0bf84a965bd7efa525c52
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
Lukasz Rajewski [Thu, 7 May 2020 14:28:02 +0000 (16:28 +0200)]
Update git submodules
* Update docs/submodules/integration.git from branch 'master'
to
1b6431d1928dd532271ed6a109622a7b44394c36
- Fixed vFWDT do after modifications in OOF for policy
Modified description of procedure to upload polcies
used for TD procedure and OOF.
Change-Id: I6e3760f2d2308a36388971e66280df3d3d35f224
Issue-ID: INT-1277
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
jhh [Thu, 7 May 2020 14:19:45 +0000 (09:19 -0500)]
Update git submodules
* Update docs/submodules/integration.git from branch 'master'
to
42e83a8c2a10605467c372e2aa5af025374670d7
- Add policy and sdc staging images overrides
Issue-ID: INT-1585
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia2682bc293ea403b56d3f4d27d6a1c219e6e90eb
Ittay Stern [Thu, 7 May 2020 13:07:35 +0000 (16:07 +0300)]
Update git submodules
* Update docs/submodules/vid.git from branch 'master'
to
fc0d29339279109558dbf2484d7e9fe8f2d78113
- Move some tests from group 3 to group 5
Issue-ID: VID-647
Change-Id: Ic6d97cb7a7c1ce7c47dbfd8717553b9fb1225eca
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Smokowski, Steve (ss835w) [Thu, 7 May 2020 13:03:41 +0000 (09:03 -0400)]
Update git submodules
* Update docs/submodules/so/libs.git from branch 'master'
to
a3a60330829f9a47495185c865c8078dad116ac9
- Update Glance client to utilize head
Issue-ID: SO-2906
Change-Id: Ie4d4618354a73754c0357004a34ef4b9cd99ad7d
Change-Id: Ia741f5170945e2e1c0c45c62a4c671270b173ec2
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Kanagaraj Manickam [Thu, 7 May 2020 12:54:49 +0000 (12:54 +0000)]
Update git submodules
* Update docs/submodules/cli.git from branch 'master'
to
7f3a150c231da1dcff306ec1e74517416ff3c972
- Merge "Add new policy api for Frankfurt release"
- Add new policy api for Frankfurt release
Issue-ID: CLI-269
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: I8036303cfe4e5147e66674b46ee1c5b1e12986c0
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Liam Fallon [Thu, 7 May 2020 12:17:20 +0000 (12:17 +0000)]
Update git submodules
* Update docs/submodules/policy/parent.git from branch 'master'
to
fbc5c35127f4815522a5c4df683c6f671c1d6cc6
- Merge "PAP Stability test Documentation update"
- PAP Stability test Documentation update
Issue-ID: POLICY-2454
Signed-off-by: aditya.puthuparambil <aditya.puthuparambil@est.tech>
Change-Id: I0150b99b2ab26edc3cdded0808de56b8c58af9c7
Marcin Przybysz [Thu, 7 May 2020 11:47:20 +0000 (11:47 +0000)]
Update git submodules
* Update docs/submodules/oom.git from branch 'master'
to
a2ea503f3fcc5012d5c376a3665209c38748276b
- Update git submodules
* Update kubernetes/robot from branch 'master'
to
64233373f3e5699d3cc7b154cedeb7d70826a667
- Merge "ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding fix in scrip required for Frankfurt"
- ROBOT e2e test cases improvements for csar/zip tosca package validation in VNFSDK and SDC Onbarding fix in scrip required for Frankfurt
Issue-ID: INT-1240
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I08584c00eaaa7cb84bcb055d1f7eee41d95d6019
Lukasz Muszkieta [Thu, 7 May 2020 11:25:41 +0000 (11:25 +0000)]
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to
5e67cc099f6bcade2f12bf9220bdf3682f2d06c1
- Merge "Reduce Cyclomatic Complexity"
- Reduce Cyclomatic Complexity
The Cyclomatic Complexity of this method "runAppCCommand" is 24 which is greater than 10 authorized
The type of the "payloadInfo" object should be an interface such as "Map" rather than the implementation "HashMap"
Either log or rethrow this exception
Issue-ID: SO-1841
Change-Id: I60a5fa3dea49c33e825cc36419d3b13509f36248
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
Steve Smokowski [Thu, 7 May 2020 11:19:38 +0000 (11:19 +0000)]
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to
e49f8206be943065f8f877e1f4d070ecc583866c
- Merge "updated code with parallel streams to normal"
- updated code with parallel streams to normal
updated code with parallel streams to normal streams
Issue-ID: SO-2904
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ifb9c3644b1129f593acde31b57b0bb3ec24074d2
Bonkur, Venkat [Thu, 7 May 2020 11:19:24 +0000 (07:19 -0400)]
Update git submodules
* Update docs/submodules/so.git from branch 'master'
to
35575d4a9ba1d8d7c4a987b8de31ad391b8ff71b
- construct for each platform
construct for each platform instead of whole string of platforms
related to network
formated the files
updated the test case per feedback
fixed the compilation error
Issue-ID: SO-2897
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Icc85728fb8ea973d36af863e0b60f0abbaf06219