doc.git
3 years agoAdded a chapter "Verified Usecases" to add a TOC item 91/108891/6
andreasgeissler [Mon, 8 Jun 2020 12:33:24 +0000 (14:33 +0200)]
Added a chapter "Verified Usecases" to add a TOC item
Added some small descriptioni for usecases

Issue-ID: DOC-629

Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: Ic76c2d091f1d6c37371a1012dddc8a4d701dfb80

3 years agoUpdate git submodules
Brian Freeman [Tue, 9 Jun 2020 06:25:06 +0000 (01:25 -0500)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 7ba99b5dfbad80619ca9298132956ee58cb4156c
  - Update helm and kubectl versions

    Issue-ID: OOM-2331
    Change-Id: Ie97218cd7df55c6819f1bb01db52a140870f641a
Signed-off-by: Brian Freeman <bf1936@att.com>
3 years agoUpdate git submodules
Pratik Raj [Tue, 9 Jun 2020 00:09:53 +0000 (05:39 +0530)]
Update git submodules

* Update docs/submodules/appc/deployment.git from branch 'master'
  to 8b35c46769ded9fb513db4751b88aa468c721ffa
  - optimize size and time using "--no-cache-dir"

    Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages
    by pip don't cached on system . This is a best practise which make sure
    to fetch ftom repo instead of using local cached one . Further , in case
    of Docker Containers , by restricing caching , we can reduce image size.
    In term of stats , it depends upon the number of python packages
    multiplied by their respective size . e.g for heavy packages with a lot
    of dependencies it reduce a lot by don't caching pip packages.

    Further , more detail information can be found at

    https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6

    Issue-ID: APPC-1888

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
    Change-Id: I41951d327bcf6bc381fc3d6e1789c33fd205d005

3 years agoUpdate git submodules
Lorraine Welch [Mon, 8 Jun 2020 22:14:22 +0000 (18:14 -0400)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to d17fae7d8aefbd439cb8dceee2d959b20870bc1d
  - Added Work Around in Release Notes for User Mgt.

    Issue-ID: PORTAL-918

Signed-off-by: Lorraine Welch <lb2391@att.com>
    Change-Id: I2d5aa825b3629556fae2572ee01eaa2536f25443

3 years agoUpdate git submodules
Pratik Raj [Mon, 8 Jun 2020 20:23:52 +0000 (01:53 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 389393eb86e4325f3fcc7cd6b4135be2881b0baa
  - optimize size and time using "--no-cache-dir"

    Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages
    by pip don't cached on system . This is a best practise which make sure
    to fetch ftom repo instead of using local cached one . Further , in case
    of Docker Containers , by restricing caching , we can reduce image size.
    In term of stats , it depends upon the number of python packages
    multiplied by their respective size . e.g for heavy packages with a lot
    of dependencies it reduce a lot by don't caching pip packages.

    Further , more detail information can be found at

    https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6

    Issue-ID: APPC-1887

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
    Change-Id: Iaf92c95eae404706828c346ac02cf0f63c71f5e2

3 years agoUpdate git submodules
Pratik Raj [Mon, 8 Jun 2020 20:23:07 +0000 (01:53 +0530)]
Update git submodules

* Update docs/submodules/appc/deployment.git from branch 'master'
  to 9c96d16bb3d9b96467efc931684d351b64eb871a
  - Issue-ID: APPC-1882 optimization in git clone using --depth

    optimize the git clone using --depth flag in term of size of clone
    and also in term's of time taken to fetch the files and commit history
    of whole repository .

    Respective issue with Issue-ID: APPC-1882  is created at

    https://jira.onap.org/browse/APPC-1882

    More detail can be found at blog
    https://www.atlassian.com/git/tutorials/big-repositories

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
    Change-Id: Ic5e7169b23662f80f98e192355163159f42182b8

3 years agoUpdate git submodules
Rajamohan Raj [Mon, 8 Jun 2020 18:41:59 +0000 (18:41 +0000)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 82ec0fbda9ab2090fea542403221be853332e003
  - Implement Priority Based Controller list

    As part of this patch, have implemented
    a priorityQueue based contoller list which shall
    contain placement contollers and action contollers
    listed based on their priority.

    Issue-ID: MULTICLOUD-1064
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
    Change-Id: Id1beac6e3b6ec5156f64a169042d171ff28e38d6

3 years agoUpdate git submodules
Sunder Tattavarada [Mon, 8 Jun 2020 16:35:36 +0000 (16:35 +0000)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to 072c160a464ef27bf6fa16bde652e57e3218696d
  - Merge "fixes for supporting non-gui application access provisioning"
  - fixes for supporting non-gui application access provisioning

    Issue-ID: PORTAL-909

    Change-Id: I760eb93966cec6d2cf9a24f06e3424ab867b38f6
Signed-off-by: Muni Mohan Kunchi <munmohan@att.com>
3 years agoUpdate git submodules
Eric Debeau [Mon, 8 Jun 2020 15:57:56 +0000 (17:57 +0200)]
Update git submodules

* Update docs/submodules/music.git from branch 'master'
  to 56ed97dfcda37953f4bcd486b5615d53ff093a07
  - Correct bad links in release notes

    Some links are not correct towards MUSIC-573 and MUSIC-557

    Issue-ID: MUSIC-596

Signed-off-by: Eric Debeau <eric.debeau@orange.com>
    Change-Id: I10a3e9444f72f6b31a041f772898330e5d6659d9

3 years agoUpdate git submodules
Eric Debeau [Mon, 8 Jun 2020 15:55:32 +0000 (17:55 +0200)]
Update git submodules

* Update docs/submodules/externalapi/nbi.git from branch 'master'
  to 24e99d433cfde855e3e4ce06b6f7fb00f47dad52
  - Remove Postman collection

    Remove Postman collection not updated since Beijing
    Remove link towards the Postman collection

    Issue-ID: EXTAPI-451

Signed-off-by: Eric Debeau <eric.debeau@orange.com>
    Change-Id: I51f041af0797c3ba789c052677bf3665ab39c822

3 years agoUpdate git submodules
Dan Timoney [Mon, 8 Jun 2020 14:09:22 +0000 (14:09 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 7999215bcb96bfca2111014c47c9e8766936b254
  - Merge "Update css file name in conf.py"
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I07abe65dff0adef7111d35db882951b00d375c8d

3 years agoUpdate git submodules
Dan Timoney [Mon, 8 Jun 2020 13:33:41 +0000 (13:33 +0000)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to 5fc9ef84ef1261b098ec70b8ef401edf9c27e0ee
  - Merge "Update css file name in conf.py"
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I15d8343afd33d6d51273146775bc95429e465825

3 years agoUpdate git submodules
lf-jobbuilder [Mon, 8 Jun 2020 13:33:28 +0000 (06:33 -0700)]
Update git submodules

* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
  to c1dfbc118f75474b57377447442bd550dd58f1e1
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I221b3657f26645b72cc4442e7f9432be70129c57

3 years agoUpdate git submodules
Dan Timoney [Mon, 8 Jun 2020 13:32:57 +0000 (13:32 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'master'
  to 77090e8aa727a7eac54ed9671d4dff8eda06c094
  - Merge "Update css file name in conf.py"
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I9f0699d403633f1c0b2761da2cb22e33afcd0666

3 years agoUpdate git submodules
lf-jobbuilder [Mon, 8 Jun 2020 13:31:13 +0000 (06:31 -0700)]
Update git submodules

* Update docs/submodules/ccsdk/dashboard.git from branch 'master'
  to f796af3a840d0fd9319e3dfe45ef0e548cd90171
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: Ie7e475c651e34116e5da2342cada83d139c7626b

3 years agoUpdate git submodules
lf-jobbuilder [Mon, 8 Jun 2020 13:31:01 +0000 (06:31 -0700)]
Update git submodules

* Update docs/submodules/ccsdk/features.git from branch 'master'
  to ede647655880a66fc0e201523297afa90c2bb549
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I31b137466ec4eda4b6ecc940d68d40e62a1f3680

3 years agoUpdate git submodules
lf-jobbuilder [Mon, 8 Jun 2020 13:30:48 +0000 (06:30 -0700)]
Update git submodules

* Update docs/submodules/ccsdk/apps.git from branch 'master'
  to c2fac23347ee5dd3f8b6e3180a0206eb979b965e
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I6b011f0480f4542883323b6f1fb4a0043b40a76b

3 years agoUpdate git submodules
Dan Timoney [Mon, 8 Jun 2020 13:11:57 +0000 (13:11 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'master'
  to 194b52a3d1917702f79ce524c9d52267b0c6d077
  - Merge "Refactor sliapi springboot"
  - Refactor sliapi springboot

    Removed sliboot container from distribution.  This docker is now
    built in ccsdk/apps as a new microservice

    Change-Id: I7794f13af5386bf16f3fcfb97a9fc1fcb4a74ca0
    Issue-ID: CCSDK-2096
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoMerge "Update release note list"
Sofia Wallin [Mon, 8 Jun 2020 12:38:33 +0000 (12:38 +0000)]
Merge "Update release note list"

3 years agoAdd release notes anchor 86/108886/1
Dan Timoney [Mon, 8 Jun 2020 12:05:19 +0000 (08:05 -0400)]
Add release notes anchor

Add release notes anchor to release notes template

Issue-ID: DOC-631
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ie639d88421d6470ecc2b46f1e934f2920e10a4ff

3 years agoUpdate git submodules
Eric Debeau [Mon, 8 Jun 2020 11:55:10 +0000 (13:55 +0200)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'master'
  to 15b0030cd773cfea9a8aeb8abcc15e0342aeff02
  - Add _release_notes reference in Release Note RST file

    There is no reference _release_notes in the rst file
    As a result, this file can not be linked from the global Release Note page

    Issue-ID: DOC-631

Signed-off-by: Eric Debeau <eric.debeau@orange.com>
    Change-Id: I21614e349f4d3339a612c279fe5a08b82b56dda0

3 years agoUpdate git submodules
Eric Debeau [Mon, 8 Jun 2020 11:54:39 +0000 (13:54 +0200)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to fb5ea184f59174cf6ce8c66cfb5b0453c9e0771f
  - Add _release_notes reference in Release Note RST file

    There is no reference _release_notes in the rst file
    As a result, this file can not be linked from the global Release Note page

    Issue-ID: DOC-631

Signed-off-by: Eric Debeau <eric.debeau@orange.com>
    Change-Id: Ia90bdfde8fd6d804f4d59fe3f37099abc2fa3791

3 years agoUpdate release note list 85/108885/1
Eric Debeau [Mon, 8 Jun 2020 11:17:33 +0000 (13:17 +0200)]
Update release note list

Add Doucmentation projects
Remove Logging and Holmes

Issue-ID: DOC-632

Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: I81ea3457dc44c7a8e0ce0e4e4de032aa6f35c99e

3 years agoUpdate git submodules
aribeiro [Mon, 8 Jun 2020 06:56:36 +0000 (07:56 +0100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 966271e4e2601d58eb06f286a3b2921e803fa9af
  - Make Directive values Tosca compliant

    Issue-ID: SDC-3079
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
    Change-Id: Ie711c61244a4e2d68a96e2814ba2db52e067c6e4

3 years agoUpdate git submodules
Eric Debeau [Mon, 8 Jun 2020 06:10:23 +0000 (08:10 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 3286e05b7d8917702e823f85ed4cf0011b18b62c
  - Correct ReadTheDoc theme

    The current theme is different from other ONAP projects
    Corrcet conf.py to be aligned with ONAP

    Issue-ID: INT-1615

Signed-off-by: Eric Debeau <eric.debeau@orange.com>
    Change-Id: I57c7793702ca659a074f998931ec11a94fff466d

3 years agoUpdate git submodules
GuangrongFu [Mon, 8 Jun 2020 02:00:37 +0000 (10:00 +0800)]
Update git submodules

* Update docs/submodules/holmes/engine-management.git from branch 'master'
  to f7ab0e4458ddb21a56d6ab015b5aa4ec4ad30fe6
  - Update the version of openjdk8

    Change-Id: I26f164d082d7710397da79d6e439cdde57792ace
    Issue-ID: HOLMES-314
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
3 years agoUpdate git submodules
GuangrongFu [Mon, 8 Jun 2020 00:44:58 +0000 (08:44 +0800)]
Update git submodules

* Update docs/submodules/holmes/engine-management.git from branch 'master'
  to 21019dc4975b06cc801926b19f5e380c0c71a3bd
  - Update the version of openjdk8

    Change-Id: I34ee54c311f229f39c3e45e58cb0949e07c19b70
    Issue-ID: HOLMES-314
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
3 years agoUpdate git submodules
Konrad Bańka [Sun, 7 Jun 2020 16:39:58 +0000 (18:39 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 38af9cf7166b119d34fd89c10c172beede5f5b7b
  - [vFW_CNF_CDS] Fix typo in Postman collection request

    Corrects cba_name/cba_version reference in SO instantiation
    call in single vf-module by removing it (it was used only during
    development work).
    Corrects SDNC calls to use https instead of http that was turned
    off recently.
    Corrects typo in secret retrieval command.
    Updated SO Completed instantiation status response.

    Issue-ID: INT-1457
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
    Change-Id: Ib13a0d1e404e7e2f6053223f4eb4817ff99f8393

3 years agoUpdate git submodules
Borislav Glozman [Sun, 7 Jun 2020 11:51:46 +0000 (11:51 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to b821fd3b8e10698152900e916ffbd3ee1a2ccdee
  - Merge "sdnc update"
  - sdnc update

    update sdnc logging configuration

    Issue-ID: OOM-2426
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
    Change-Id: I2666ce7feca692dde700386e072ac1a69dfc6eec

3 years agoUpdate git submodules
Julien Fontaine [Sun, 7 Jun 2020 11:50:04 +0000 (07:50 -0400)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to a0aae63297e64016db2a441c23240849ebf4f2f2
  - Add property enabling the py-executor component

    Issue-ID: CCSDK-2414
Signed-off-by: Julien Fontaine <julien.fontaine@bell.ca>
    Change-Id: I9a346b740c2c6225f690fca0b6b97c9f6b8b4951

3 years agoUpdate git submodules
Steve Smokowski [Sun, 7 Jun 2020 09:26:01 +0000 (09:26 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 515be95fb12dcecf7cffb9f8fac6db853907d329
  - Merge "Add retry dependency"
  - Add retry dependency

    Add retry dependency to pom.xml

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

3 years agoUpdate git submodules
Steve Smokowski [Sun, 7 Jun 2020 09:25:54 +0000 (09:25 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 9b78caf92e4a362850a242f04871644dafc20f62
  - Merge "Add ChangeModelVnfBB and"
  - Add ChangeModelVnfBB and

    Add ChangeModelVnfBB and ChangeModelServiceInstanceBB as part of
    fallout for vfmodule replace flow
    Update to execute the ChangeModelVnfBB and ChangeModelServiceInstanceBB
    flows for fallout in vfmodule replace flow
    Update the logic to the ChangeBB  list

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

3 years agoUpdate git submodules
Plummer, Brittany [Sun, 7 Jun 2020 09:25:47 +0000 (05:25 -0400)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to a3b0c74345d2dbf981d49493ef498e28e867a144
  - mso to add validation for vf module instantiation

    Updated validator to accept action on validate
    Added VnfInServiceValidator and unit tests

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

3 years agoUpdate git submodules
Jessica Wagantall [Fri, 5 Jun 2020 21:46:23 +0000 (14:46 -0700)]
Update git submodules

* Update docs/submodules/externalapi/nbi.git from branch 'master'
  to 540ea00963f4bf7ad01819b9263a425db68e628e
  - Add _static files for docs

    .gitignore was preventing these files from being
    added. Update to not ignore the files and re-add
    them in docs folder

    Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: Ic32d3526f32b6feb1adf7f1a1e5f90df36659a40

3 years agoUpdate git submodules
Eric Multanen [Fri, 5 Jun 2020 20:51:03 +0000 (13:51 -0700)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to e80f462ab1621090dd9cf7a2c648eb168aaafa5e
  - Add grpc contextupdate client call to orchestrator

    Adds a contextupdate client function that can
    be invoked for any action or placement controller
    to process intents for that controller.

    Adds the corresponding server side handling for
    the ovnaction controller.

    Issue-ID: MULTICLOUD-1019
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
    Change-Id: Ifdfc99e522288a530735bc4c1402d45449f6d057

3 years agoUpdate git submodules
Vijay Venkatesh Kumar [Fri, 5 Jun 2020 20:18:13 +0000 (20:18 +0000)]
Update git submodules

* Update docs/submodules/dcaegen2.git from branch 'master'
  to 47e2053949bf4a490733fbe1ae2dfc5d65436c1d
  - Merge "Update css file name in conf.py"
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I2bbb525350252c28e8f6cab9848c504d7bbae630

3 years agoUpdate git submodules
Sandeep Shah [Fri, 5 Jun 2020 19:52:06 +0000 (14:52 -0500)]
Update git submodules

* Update docs/submodules/ccsdk/distribution.git from branch 'master'
  to eef9c4714984a1a162fafd0a004cd83e02f20400
  - Align requestID, subrequestID for DMAAP msgs

    Align the common header for DMAAP message received
    and published, as Policy depends upon them to
    corelate policy driven events. Updated DG's

    Issue-ID: CCSDK-2395
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
    Change-Id: I7c65d00c05ed395c6c6f89f36763ae0aefde87fb

3 years agoUpdate git submodules
Manjunath Ranganathaiah [Fri, 5 Jun 2020 18:02:03 +0000 (11:02 -0700)]
Update git submodules

* Update docs/submodules/aaf/sms.git from branch 'master'
  to 516213f563b079c982fa706aa9d97c27581e8655
  - Remove expired certs and key, use them from oom.

    Issue-ID: AAF-1159
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
    Change-Id: I658af495ce2e30e34f94bcb57bc06c335a7b724b

3 years agoUpdate git submodules
KAPIL SINGAL [Fri, 5 Jun 2020 14:56:25 +0000 (14:56 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to aec7bcff2843cfe60f946535599b49b1778dce45
  - Merge "Actions list - UI"
  - Actions list - UI

    Issue-ID: CCSDK-2411

Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
    Change-Id: I4eccc5261e4c4ae9c9a60f0c4c518129973b066d

3 years agoUpdate git submodules
Samuli Silvius [Fri, 5 Jun 2020 14:52:12 +0000 (16:52 +0200)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to bef1899ac0e9cc77e8c22feffaab95cbc923d6ba
  - Data dictionary fixes and improvements from vFW CNF demo

    During doing vFW CNF use case CBA model with CDS (See INT-1260)
    found some diff/improvements to update to CDS starter dictionary.

    Issue-ID: CCSDK-2408

Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
    Change-Id: I8e899b3ab34bcd499e917da318f589e69008dc6d

3 years agoUpdate git submodules
Bartek Grzybowski [Fri, 5 Jun 2020 13:47:18 +0000 (15:47 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to a3737ae0e71cc2658fd4a673cfa91001b03b3680
  - Support stopping sending PNF registration messages in Python module

    Change-Id: Iae7d300e6e09d152b6e7daaebd9c85ba763fc077
    Issue-ID: INT-1613
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Add test case for invalid '--count' option value

    Change-Id: Ib46c26889f01ce0cd9d90865070d5c5ac9b5d08a
    Issue-ID: INT-1613
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Drop shell wrapper for 'trigger_custom' action as well

    Change-Id: I388038656505c6937e10ba9f65d70d0e6514e17b
    Issue-ID: INT-1611
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Support triggering simulator app directly from MassPnfSim module

    Change-Id: Ice52848bedf8722aa142de74342190378ea593cd
    Issue-ID: INT-1611
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
  - Drop shell wrapper for stopping simulator instances

    Instance method is added to manage stopping simulator
    instances and ROP scripts directly in MassPnfSim class.

    Change-Id: Ic551f99c0f5f2a177b9c72daac02690b0bbded04
    Issue-ID: INT-1610
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
3 years agoUpdate git submodules
Dan Timoney [Fri, 5 Jun 2020 13:36:49 +0000 (13:36 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to f36451a9d5bcc88adb3a7f0062976cbc8ec668b1
  - Merge "Changed sli-provider dependency"
  - Changed sli-provider dependency

    Due to refactoring in sli/core, the dependency sli-provider-base
    should now be used in place of sli-provider.

    Issue-ID: CCSDK-2412
Signed-off-by: Dan Timoney <dtimoney@att.com>
    Change-Id: I35e356dd80cc355aedf74a9adb49665a1292d77c

3 years agoUpdate git submodules
Samuli Silvius [Fri, 5 Jun 2020 08:19:50 +0000 (11:19 +0300)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 7c41c16ed62fef316f6e93faeb18bec350c5fbf5
  - [vFW_CNF_CDS] UAT testing doc update

    Verified UAT testing as much as it worked for vFW_CNF_CDS.
    Spy recording was successfull technically as yaml response
    was received but looks like missing some external calls.

    UAT Verify POST call did not worked as expected results
    was not according to spy output. Or some other problems.

    Document updated accordingly.

    Issue-ID: INT-1531

Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
    Change-Id: Ic2b13048fbff47fb8d6e82f3921a9922030bc971

3 years agoUpdate git submodules
mrichomme [Fri, 5 Jun 2020 07:43:21 +0000 (09:43 +0200)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 950afcec26f87ee83041de405a79ca66a1f7d46d
  - Update doc to reference 1.6.3 RC2 frankfurt image

    - refactoring of the integration page
    - add link to s3p page
    - add a table of the repositories managed by Integration

    Issue-ID: INT-1551

Signed-off-by: mrichomme <morgan.richomme@orange.com>
    Change-Id: I36adec41f6938925561210da905d69c76cddfa8b
Signed-off-by: mrichomme <morgan.richomme@orange.com>
3 years agoUpdate git submodules
Eric Multanen [Thu, 4 Jun 2020 21:37:43 +0000 (14:37 -0700)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 8e7a20777f2100324526a34b4b6c943b512df0fb
  - Move cluster management into its own microservice

    Split out the cluster provider and cluster APIs
    and packages into a separate microservice to align
    with the architecture.

    Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
    Change-Id: I08f357b5a488004a2389b72a178ae33e101d1540

3 years agoUpdate git submodules
VENKATESH KUMAR [Thu, 4 Jun 2020 21:07:28 +0000 (17:07 -0400)]
Update git submodules

* Update docs/submodules/dcaegen2.git from branch 'master'
  to 7cac724fc70cc723c526d39eef1e8aaf4faf941b
  - fix broken links

    Change-Id: I47ad3e2f9d425a2165cb0112d58876d479cadb43
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
    Issue-ID: DCAEGEN2-2291

3 years agoUpdate git submodules
Lorraine Welch [Thu, 4 Jun 2020 18:23:01 +0000 (14:23 -0400)]
Update git submodules

* Update docs/submodules/portal.git from branch 'master'
  to 8be1cc0ab124a5d01b7787b10e527033924d631b
  - Updated Frankfurt Release Notes for Images

    Issue-ID: PORTAL-885

Signed-off-by: Lorraine Welch <lb2391@att.com>
    Change-Id: I9a72f12de91a113ed2e743a3922aed1c5b547518

3 years agoUpdate git submodules
Sébastien Determe [Thu, 4 Jun 2020 16:09:23 +0000 (16:09 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 8c7774e524e4df5105f8b3a199d368adf4937886
  - Merge "correct release note"
  - correct release note

    correct "Upgrade notes" section of Frankfurt

    Issue-ID: CLAMP-840

    Change-Id: I804846934eddcbe0577a04f6021cc62e6107e27c
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
3 years agoUpdate git submodules
xuegao [Thu, 4 Jun 2020 15:54:40 +0000 (17:54 +0200)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 715746fbd2bcb18193138d56df50b0d44da2681b
  - Remove logout

    Remove the logout option from UI.

    Issue-ID: CLAMP-860
    Change-Id: I711b8a7eaf523195f0534044efd3dd74c3f1e0be
Signed-off-by: xuegao <xg353y@intl.att.com>
3 years agoUpdate git submodules
Rupinder [Thu, 4 Jun 2020 15:29:06 +0000 (20:59 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 3baea8e7e5ac5039d27ecd2d504f4ea24034f730
  - lower code smells

    Issue-ID: APPC-1859
    Change-Id: I6d0a7563199355a446345f568415a78856c0cfa6
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
3 years agoUpdate git submodules
Dan Timoney [Thu, 4 Jun 2020 15:22:05 +0000 (11:22 -0400)]
Update git submodules

* Update docs/submodules/sdnc/oam.git from branch 'master'
  to 523bb0f096646ff70b8f9e94ac63828fe2fc3052
  - Add deprecations to release notes

    Updated release notes to indicate deprecation of SDNC portal and VNF-API

    Change-Id: I7ba72bbfb225256b8ee060d52857e680a016920a
    Issue-ID: SDNC-1231
    Issue-ID: SDNC-1232
Signed-off-by: Dan Timoney <dtimoney@att.com>
3 years agoUpdate git submodules
Boslet, Cory [Thu, 4 Jun 2020 14:54:54 +0000 (10:54 -0400)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to f239be089f523a016cf52f723638c060f899978f
  - Fixed logging and have flow error on audit

    Fixed logging and have flow error on audit failure.

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

3 years agoMerge "Remove link to Postman collections"
Andreas Geissler [Thu, 4 Jun 2020 14:12:44 +0000 (14:12 +0000)]
Merge "Remove link to Postman collections"

3 years agoUpdate git submodules
Sylvain Desbureaux [Thu, 4 Jun 2020 12:06:02 +0000 (12:06 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 83ba0bb4bfe3978f0b0ba7c251ed28fc6686c20b
  - Merge "[AAF] Add CMPv2 Cert Service"
  - [AAF] Add CMPv2 Cert Service

    This new micro service allow retrieval of certificates using CMPv2
    protocol and relay the requests to CA server (such as EJBCA provided in
    contrib folder).

    Issue-ID: AAF-1083
    Change-Id: Ib3acba3d071533ad933d043f067147e8406d8fa8
Signed-off-by: EmmettCox <emmett.cox@est.tech>
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
3 years agoUpdate git submodules
Paweł Baniewski [Thu, 4 Jun 2020 11:57:51 +0000 (11:57 +0000)]
Update git submodules

* Update docs/submodules/aaf/authz.git from branch 'master'
  to 9602ca33aef3a2a441513359b2750e9fbee11cb4
  - Merge "Update release-notes"
  - Update release-notes

    This reverts commit 067bede1a6c7fbd5dccc7302783641c4c96b33fa.

    Issue-ID: AAF-1148
    Change-Id: I0e2b167207291f0c54d03a0e888a6f426a3f6232
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
3 years agoRemove link to Postman collections 68/108768/1
Eric Debeau [Thu, 4 Jun 2020 11:57:33 +0000 (13:57 +0200)]
Remove link to Postman collections

The postman suite has not been updated for Frankfurt
There is no more repo in Integration project

Remove the link towards the Integration project
containing the Postman collections

Issue-ID: DOC-630

Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: I770184034b988772d0755dda8b1362c7134361be

3 years agoMerge "Correction of NodePort list and removed SW versions for ONAP installation...
Eric Debeau [Thu, 4 Jun 2020 11:22:16 +0000 (11:22 +0000)]
Merge "Correction of NodePort list and removed SW versions for ONAP installation Corrections after comments..."

3 years agoUpdate git submodules
sebdet [Thu, 4 Jun 2020 10:31:18 +0000 (12:31 +0200)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 76aba9965ffb62bc59f9c95ba61811448010f2cf
  - Fix js lib

    Fix js lib dur eto modal removals and re-enable the lib publish

    Issue-ID: CLAMP-854
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
    Change-Id: I131d026f03b522954e2231141b1120cf7a66ba2a

3 years agoCorrection of NodePort list and removed SW versions for ONAP installation 37/108737/2
andreasgeissler [Wed, 3 Jun 2020 14:22:37 +0000 (16:22 +0200)]
Correction of NodePort list and removed SW versions for ONAP installation
Corrections after comments...

Issue-ID: DOC-627

Signed-off-by: andreasgeissler <andreas-geissler@telekom.de>
Change-Id: I452c6862e48f0ee30644d320a70f0644b9e23469

3 years agoUpdate git submodules
Chris André [Thu, 4 Jun 2020 07:22:49 +0000 (03:22 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 116c26e1c243f26258558148e9f69e42b3787367
  - Rewrite of `certifyToscaElement` to remove NPE

    - Modularized `certifyToscaElement` in smaller, less complex methods (`handleRelationsBeforeCertifyingAndProcessClone`, `cloneToscaElementAndHandleRelations`, `handleRelationsOfNewestCertifiedToscaElementAndReturn` & `logDebugMessageAndReturnStorageOperationStatus`)
    - Removed potential NPE flagged by Sonar in `certifyToscaElement`

    Issue-ID: SDC-2966
Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
    Change-Id: Id65871cbfd611abdcc878e61c1541f01ff972828

3 years agoUpdate git submodules
Ittay Stern [Thu, 4 Jun 2020 06:35:48 +0000 (09:35 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 60e246814415ee1daf838db78aff8afd53ce46f5
  - test COMPLETED_AND_PAUSED should have correct menu items

    Issue-ID: VID-821

    Change-Id: I8d5301a9534345d83b06f33a9d2daca45a613922
Signed-off-by: Ittay Stern <ittay.stern@att.com>
3 years agoUpdate git submodules
mrichomme [Thu, 4 Jun 2020 06:33:14 +0000 (08:33 +0200)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 1884ba91333caea194da7aaac0af2afcc9b43a83
  - Update git submodules

    * Update kubernetes/robot from branch 'master'
      to 7ee95b4c8f667dd0506499db17688473309cd91e
      - bump testsuite 1.6.3 for frankfurt RC2

        the delta with 1.6.2 includes minor fixes for
        - 5gbulkpm
        - pnf-registrate

        Please note that these changes are already taken into account in CI
        as xtesting dockers are rebuilt everyday but it is cleaner to execute
        the use cases

        Issue-ID: INT-1553

Signed-off-by: mrichomme <morgan.richomme@orange.com>
        Change-Id: Ibd41c65d4190421e7c790f7e1f8a754923803757
Signed-off-by: mrichomme <morgan.richomme@orange.com>
3 years agoUpdate git submodules
Sylvain Desbureaux [Thu, 4 Jun 2020 06:23:45 +0000 (06:23 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 1e130589fcc4dd8fba2ff8f2f94d9bd0ecbe206d
  - Merge "bump th so version to 1.6.3"
  - bump th so version to 1.6.3

    Issue-ID: SO-2955

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
    Change-Id: If47a43c642e59fe4048d1d816f971e25524236da

3 years agoUpdate git submodules
cyuamber [Thu, 4 Jun 2020 03:50:55 +0000 (11:50 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 55f718412779b3d9c9a73f210a81504d99e4d6b2
  - docs: change the installation docs

    Change-Id: I830bbd9b4f2e1323d5392e0664e3536782bb2ad9
    Issue-ID: USECASEUI-435
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
3 years agoUpdate git submodules
Ritu Sood [Wed, 3 Jun 2020 17:41:30 +0000 (17:41 +0000)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 0c22bafd470e36647157b6d01221cb17841f360a
  - Merge "Add UninstallApp call to grpc"
  - Add UninstallApp call to grpc

    Issue-ID: MULTICLOUD-1005
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
    Change-Id: I90c8ff0d548690ea19d325612d1bcd3e5049dc36

3 years agoUpdate git submodules
Eric Multanen [Wed, 3 Jun 2020 17:33:53 +0000 (10:33 -0700)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to a6e2a3a65a6e4f3f1d964578ae4e60c6f9dd1184
  - Reorganize ncm packages to align with architecture

    Reorginize the ncm packges to delineate
    - cluster provider and cluster management
    - virtual and provider netowrk intent management
    - intent scheduler
    - internal ovn4k8s network controller

    Overall, no code changes, just moving things around.

    Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
    Change-Id: I3d43c7e4eb6f285b51c0385ba18626d3511a14f5

3 years agoUpdate git submodules
Eric Multanen [Wed, 3 Jun 2020 17:30:59 +0000 (10:30 -0700)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to ad7782cbf83c11f152a6457f3808a4da99a1ae56
  - Create OVN network action controller from ncm

    Split out part of ncm microservice to act as the
    Onv4k8s network action controller for the orchestrator.
    No code changes really - just moving around to fit the
    architectural plan.

    Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
    Change-Id: I17292ac72d041050269f05fc4a0c2a6ca741aeb5

3 years agoUpdate git submodules
dglFromAtt [Wed, 3 Jun 2020 17:05:25 +0000 (13:05 -0400)]
Update git submodules

* Update docs/submodules/dmaap/buscontroller.git from branch 'master'
  to a97d519633b278bb534407a60725b95e72e77150
  - Fix Release Notes format

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

3 years agoUpdate docs to frankfurt 41/108741/2
Jessica Wagantall [Wed, 3 Jun 2020 15:44:56 +0000 (08:44 -0700)]
Update docs to frankfurt

Update branch to frankfurt in preparation
for the release

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I01d71a8ccd501fbf0ff9aecf8e74847cbb68488b

3 years agoUpdate git submodules
James Forsyth [Wed, 3 Jun 2020 15:34:53 +0000 (15:34 +0000)]
Update git submodules

* Update docs/submodules/aai/sparky-be.git from branch 'master'
  to 7a7a97cb395a2df6cad958aff444de8c107ff60f
  - Merge "Containers should not run as root by default"
  - Containers should not run as root by default

    Issue-ID: AAI-2822
Signed-off-by: wr148d <wr148d@att.com>
    Change-Id: I2927b16d08bf7fc0f6e85dcbfe5fbc119f864a23

3 years agoUpdate git submodules
Ittay Stern [Wed, 3 Jun 2020 15:29:11 +0000 (18:29 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 1a247cc4b87b7bf32489f9524062b4df361fae79
  - remove import and add force in order to fix cypress

    Issue-ID: VID-821

    Change-Id: I70d6d0acb90d06f4ba9d356098ad2052c5195464
Signed-off-by: Ittay Stern <ittay.stern@att.com>
3 years agoUpdate git submodules
Ram Krishna Verma [Wed, 3 Jun 2020 15:26:10 +0000 (15:26 +0000)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 9fcbadcca35f605cb7b9255034251c24ec31815c
  - Merge "Stability test documentation for Apex-pdp"
  - Stability test documentation for Apex-pdp

    Issue-ID: POLICY-2457
Signed-off-by: aditya.puthuparambil <aditya.puthuparambil@est.tech>
    Change-Id: Ic1c7a2a5e716ab89eb50a211e2e9ca0f941edfd2

3 years agoUpdate git submodules
Jozsef Csongvai [Wed, 3 Jun 2020 15:08:01 +0000 (11:08 -0400)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 12ab1a900ad255ffec2f18530e85d9b196417e26
  - Set explicit uid and gid in dockerfiles

    This fixes permission issues with shared nfs volumes caused by
    mismatch in dynamically assigned gid and uid between containers.

    Issue-ID: CCSDK-2398
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
    Change-Id: Ie47873c98211b280490ee7a6bcc60ceef49dd690

3 years agoUpdate git submodules
Sylvain Desbureaux [Wed, 3 Jun 2020 15:03:16 +0000 (15:03 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 5db2804f1a17c415847fea73b3567c1b90c8927a
  - Merge "Using AAF release 2.1.23 dockers"
  - Using AAF release 2.1.23 dockers

    Uplifting AAF to 2.1.23

    Issue-ID: AAF-1127
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
    Change-Id: Ib7f76feb6d3adc622d4f198a1f954062d84a3ca2

3 years agoUpdate git submodules
lf-jobbuilder [Wed, 3 Jun 2020 14:25:36 +0000 (07:25 -0700)]
Update git submodules

* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
  to c4367581f11f062ee5bc96764d0140e08abc61e7
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I68f67046bc1e965fb6553d6dcb61ed7d51ccbb16

3 years agoUpdate git submodules
lf-jobbuilder [Wed, 3 Jun 2020 14:25:26 +0000 (07:25 -0700)]
Update git submodules

* Update docs/submodules/vnfrqts/usecases.git from branch 'master'
  to 44810c50c866d935b82f67d5537723247c255a33
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: Ic15775cc27844fffb9e65a334241b1a20de3cebf

3 years agoUpdate git submodules
lf-jobbuilder [Wed, 3 Jun 2020 14:25:18 +0000 (07:25 -0700)]
Update git submodules

* Update docs/submodules/vnfrqts/guidelines.git from branch 'master'
  to 19b4e18248f81c7f468f74ae8de612f10f771f38
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I18705964e1cd24810c61efc43fcd62d871d46603

3 years agoUpdate git submodules
lf-jobbuilder [Wed, 3 Jun 2020 14:25:11 +0000 (07:25 -0700)]
Update git submodules

* Update docs/submodules/vnfrqts/testcases.git from branch 'master'
  to 348eea96371be1d916c55ce8ad0faa153c433156
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I4b185ffc22e627fd6a5aca42b945229b7b40dd20

3 years agoUpdate git submodules
lf-jobbuilder [Wed, 3 Jun 2020 14:17:04 +0000 (07:17 -0700)]
Update git submodules

* Update docs/submodules/aai/aai-common.git from branch 'master'
  to a81695efd81cc14d53ad94c5539101c641feb539
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I202b0f4bd624e611e2b5019337d4d247e1b6dc29

3 years agoUpdate git submodules
James Forsyth [Wed, 3 Jun 2020 13:41:27 +0000 (13:41 +0000)]
Update git submodules

* Update docs/submodules/aai/esr-server.git from branch 'master'
  to b8ec3c0b5162db7e2ec60d8b2381d3bb115cedf0
  - Merge "Modify JAVA Env Setting"
  - Modify JAVA Env Setting

    Issue-ID: AAI-2907
    Change-Id: I01c55fb560b971f308f9699841ec1423a90fb18e
Signed-off-by: HePeng <he.peng6@zte.com.cn>
3 years agoUpdate git submodules
Rupinder [Wed, 3 Jun 2020 13:07:42 +0000 (18:37 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to aa350b8ce81033db26dbb88f47c072bd0f32ce86
  - Renamed local variable to match the regular expression

    Issue-ID: APPC-1859
    Change-Id: Ie465c14b37705e98ec289f43c574780a31fe4121
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
3 years agoUpdate git submodules
Rupinder [Wed, 3 Jun 2020 13:06:49 +0000 (18:36 +0530)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to ee2eb7f226eb6e4faf6aa020acf379cbd2e2b254
  - Renamed local variable to match the regular expression

    Issue-ID: APPC-1859
    Change-Id: Iaddff797c8e86ea38a826592fa67c2f5ddac04a9
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
3 years agoUpdate git submodules
lf-jobbuilder [Wed, 3 Jun 2020 13:05:48 +0000 (06:05 -0700)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to a035cc483c3dd0d01a9ce033ad0c748749f5f385
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I26f4c09aaf4a587b663453b7cbc6fba6161ffa22

3 years agoUpdate git submodules
Sébastien Determe [Wed, 3 Jun 2020 13:02:55 +0000 (13:02 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to b31ee1c9c566ae070c214e9a26beefb9fc939ff9
  - Merge "Add check to maven pom.xml for verifying integrity of ui-react-lib"
  - Add check to maven pom.xml for verifying integrity of ui-react-lib

    A new shell script is introduced for verifying that
    ui-react-lib/libIndex.js is faithfully synchronized with components
    maintained in ui-react/src, in order to provide an NPM onap-clamp-ui-lib

    Issue-ID: CLAMP-669
    Change-Id: I48eb979e3fbe110b718b96c0fcee08a2ced7a36b
Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>
3 years agoUpdate git submodules
Sébastien Determe [Wed, 3 Jun 2020 12:59:09 +0000 (12:59 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 571d4aa9ffa02acca1a1edbff2f6cf5d7748950f
  - Merge "Update sql files"
  - Update sql files

    Update sql files and swagger due to svg removal

    Issue-ID: CLAMP-854
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
    Change-Id: I90b9ea58c63733d6b7a8ed7354469a68e9f914cf

3 years agoUpdate git submodules
Byung-Woo Jun [Wed, 3 Jun 2020 11:47:10 +0000 (11:47 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 55271a1679d0b070a090692af1c970872407b66f
  - Merge "update the release docs"
  - update the release docs

    Issue-ID: SO-2821

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
    Change-Id: Ib2f85baf37c58f00f2dccc87e65ca119c64c0928

3 years agoUpdate git submodules
Steve Smokowski [Wed, 3 Jun 2020 10:15:41 +0000 (10:15 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 92647e31a682f5cebcf9bf153024f5b466331e91
  - Merge "added assert statements in JUnits in 4 files"
  - added assert statements in JUnits in 4 files

    Issue-ID: SO-2804
    Change-Id: I63c5ff0fd23d0d30beaf32658115b7403f0dcfbf
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
3 years agoUpdate git submodules
Steve Smokowski [Wed, 3 Jun 2020 10:08:12 +0000 (10:08 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 8819fe2cfdad1b1f72bc67fd5dffd7c68ec7944b
  - Merge "make sure maven plugins only run when we want"
  - make sure maven plugins only run when we want

    make sure maven plugins only run when we want

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

3 years agoUpdate git submodules
Steve Smokowski [Wed, 3 Jun 2020 10:08:04 +0000 (10:08 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 66e81795eb85fae8a39b94ba83b60d62f928ef32
  - Merge "Add null check for network name"
  - Add null check for network name

    Add null check for network name

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

3 years agoUpdate git submodules
Steve Smokowski [Wed, 3 Jun 2020 10:07:56 +0000 (10:07 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to a66d9c2da47ab5ca66f275fa66c8cec4fc0f7215
  - Merge "implement automatic migration for process"
  - implement automatic migration for process

    Initial setup of AutoProcessInstanceMigrationService
    Setup migration plan for auto migration
    Started adding unit tests for auto migration
    Setup processDefinitions as configurable list
    Moved autoMigrationEnabled and added default for keys

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

3 years agoUpdate git submodules
Sébastien Determe [Wed, 3 Jun 2020 09:28:59 +0000 (09:28 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to b15c0ff4e642fc4c3a6ebe1ade00b90ad2957141
  - Merge "Removal of useless test files"
  - Removal of useless test files

    Removal of useless test files used by previous tests

    Issue-ID: CLAMP-854
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
    Change-Id: I4172427046250fed52984c2b97532370727f0fa0

3 years agoUpdate git submodules
Einat Vinouze [Wed, 3 Jun 2020 09:26:24 +0000 (12:26 +0300)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 97710dea29b38933d1ee5d5fea0b6984be2b0e38
  - remove import in order to fix cypress

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

3 years agoUpdate git submodules
Sébastien Determe [Wed, 3 Jun 2020 09:08:46 +0000 (09:08 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 4be1c3f2008b1b650a659d8433348a90a8a87159
  - Merge "Removal of useless test files"
  - Removal of useless test files

    Removal of all useless test files not used anymore by any test

    Issue-ID: CLAMP-854
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
    Change-Id: Ic273c2f2ef0eac4ae42174b954ebd4d3d70e5e23

3 years agoUpdate git submodules
Sébastien Determe [Wed, 3 Jun 2020 09:08:41 +0000 (09:08 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 0f7e41d4572c0a7f972bbc8c8e64604e89d7f3af
  - Merge "Removal of useless test files"
  - Removal of useless test files

    Removal of useless test files inherited from old tests removed.

    Issue-ID: CLAMP-854
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
    Change-Id: I2f906c724b8e98ba40afbea8482a93e6b263ef29

3 years agoUpdate git submodules
Sébastien Determe [Wed, 3 Jun 2020 09:08:36 +0000 (09:08 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to b5424bcbe2f12bc0c209cca7227e7a46483c310b
  - Merge "Removal of svg lib"
  - Removal of svg lib

    Removal of svg libs and xml not used anymore

    Issue-ID: CLAMP-854
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
    Change-Id: I710d2e12c4c994f8f9b26b584da6ff6676b362ad

3 years agoUpdate git submodules
Sébastien Determe [Wed, 3 Jun 2020 09:08:30 +0000 (09:08 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 40f57cc4800a441435a3d374fa963eea50229a13
  - Merge "Removal of useless code"
  - Removal of useless code

    Removal of previous modal not used anymore

    Issue-ID: CLAMP-854
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
    Change-Id: Ica6a316369433714323bf0fddff60722281d0f5f

3 years agoUpdate git submodules
Chris André [Wed, 3 Jun 2020 06:58:23 +0000 (02:58 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to f1922cef9735e44b3e5116e86a89c7e2449b1ce1
  - Refactor method 'undoCheckout' to simplify it and remove potential NPE

    - Extracted methods 'retrieveAndUpdatePreviousVersion' and 'updateEdgeToCatalogRootAndReturnPreVersionElement' from 'undoCheckout'

    Issue-ID: SDC-2965
Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
    Change-Id: I52faffdaf2e99a9de8c2e566da26a5be6e7fd667

3 years agoUpdate git submodules
Chris André [Wed, 3 Jun 2020 06:33:39 +0000 (02:33 -0400)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 8a5f3aebc6b5681c5c44307b7a0cdf868802e790
  - ArtifactsBusinessLogic refactor to remove NullPointerException

    - Reformatted `downloadResourceInstanceArtifactByUUIDs`
    - Fixed Sonar-related warning regarding a NPE in `validateInput`

    Issue-ID: SDC-2979
Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
    Change-Id: I5a62daabcc436f28fba1f09317c5723281df15bf

3 years agoUpdate git submodules
Jessica Wagantall [Wed, 3 Jun 2020 02:11:29 +0000 (02:11 +0000)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to c0df9473c17c1c9b9e98c287e56a17de0d14796f
  - Merge "Update css file name in conf.py"
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I472791266fb1799f76b34273ccb31b95cbbdc132

3 years agoUpdate git submodules
Jessica Wagantall [Wed, 3 Jun 2020 02:11:16 +0000 (02:11 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 21f70778390a1aa248acb97c1c9576419b642dc2
  - Merge "Update css file name in conf.py"
  - Update css file name in conf.py

    ribbon.css is the correct name of the css file.

    Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
    Change-Id: I229867d911d28d94f51869c681e98a20f3379465