summaryrefslogtreecommitdiffstats
path: root/docs/submodules/integration.git
AgeCommit message (Collapse)AuthorFilesLines
2020-05-12Update git submodulesBartek Grzybowski1-0/+0
* 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>
2020-05-11Update git submodulescolvert1-0/+0
* 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>
2020-05-11Update git submodulesBartek Grzybowski1-0/+0
* 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>
2020-05-08Update git submoduleszhaoliping1231-0/+0
* 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>
2020-05-08Update git submodulesPawel Wieczorek1-0/+0
* 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>
2020-05-08Update git submodulesPawel Wieczorek1-0/+0
* 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>
2020-05-08Update git submodulesBartek Grzybowski1-0/+0
* 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>
2020-05-07Update git submodulesLukasz Rajewski1-0/+0
* 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>
2020-05-07Update git submodulesjhh1-0/+0
* 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
2020-05-06Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 1f762345464de01b37efcfa009c40fe5fd4201aa - Make script verbosity adjustible Adds '--verbose' option and leverages 'logging' module facilities. Change-Id: I9b079c476949788678167afb1ed115ad4490d99c Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Add input opts description in usage synopsis Change-Id: I43b1c47509afef0f25176e244ab2f6f565afbc3b Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Leverage ArgumentParser facilities for input options validation The hassle of casting and validating input options values is moved from the script logic directly into the ArgumentParser's object instantiation. Change-Id: I79ed80286d1219f841d496538acdc50d2113d723 Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Add helper functions for input options validation Change-Id: I0c8cd452fbf740f3b1c7988bf7aa7341a747c75e Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Rephrase the argparse arguments help messages Show usage if no option provided. Change-Id: I1ed01464f4b689e6b716887e7719e8de6c0f1e42 Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Kill the 'sleep' process as well ROP_file_creator.sh spawns 'sleep' cmd as a child hence it needs to be killed as well on clean up. Change-Id: Ic2007e710b6efa0028ebd239f26b7eff6a9e04ea Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-05-04Update git submodulesebo1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 1719606aee6f299f9fa03671c0265cdb6007567e - pnf-sw-upgrade: fix lock-protected update of yang module The update must be scoped by a lock on yang module Other changes: - 'action' field no longer deleted; handling CREATED/MODIFIED events on this field - Configurable delay on timed-transitions via SWUG_TIMED_TRANSITION_TO environment variable Issue-ID: INT-1516 Change-Id: I22fb7b558ae371b6cff487633eae606f8fe535e1 Signed-off-by: ebo <eliezio.oliveira@est.tech>
2020-05-01Update git submoduleszhaoliping1231-0/+0
* Update docs/submodules/integration.git from branch 'master' to 7f9d6626bfef38c13fe6bdddd7dbbd84890fecc7 - update the integration doc for vCPE Issue-ID: VFC-1668 Change-Id: Id66215e9b12a5aa5ac8d99ab734bd51c0bb3b1fc Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com>
2020-04-30Update git submodulesmrichomme1-0/+0
* Update docs/submodules/integration.git from branch 'master' to b307b3bd68978eb9ae1f4b2153f017ff57fa331c - Add csa as binary in .gitattributes Issue-ID: INT-1572 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: If307c3028372fc729aa848ff8d2b4042442aa313 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-29Update git submoduleszhaoliping1231-0/+0
* Update docs/submodules/integration.git from branch 'master' to d00f623fcfd9d1cf0cf7178122095f552b13096c - update the integration doc for vCPE Issue-ID: VFC-1668 Change-Id: I5fc41873f7a31e4c67669ea8bb07b674bc434cec Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com>
2020-04-29Update git submoduleszhaoliping1231-0/+0
* Update docs/submodules/integration.git from branch 'master' to 9386b0b6fc7fea830c6e479a8505bde83fc8c881 - update docs_vCPE_tosca_local.rst Issue-ID: INT-1285 Change-Id: I6a365b56207ae3d21e8a6601f1110914d841160c Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com>
2020-04-28Update git submodulesLukasz Rajewski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to b98b27daa949aa82207973e67f5d7dd0c8a361f5 - Documentation for vFW In-Place Upgrade with TD The documentation for vFW Traffic Distributino use case evolves to vFW InPlace Upgrade with TD one. There is changed description of the use case purpose, the workflow, the configuration procedure and information about the way of testing. Change-Id: I1e68d46871864b4e65df553355b3a11d86b4c9cb Issue-ID: INT-1277 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2020-04-27Update git submodulesmrichomme1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 151f6bd9846696668cdf395706dfc567442823e4 - Exclude VFC-redis from xfail list Issue-ID: INT-1564 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I32d9e25e4d4d0bfab7fdfa5979db266a0826604c Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-23Update git submodulesstark, steven1-0/+0
* Update docs/submodules/integration.git from branch 'master' to d5d74c7ce5f071d2e0417cc3b4b86073fd9b41cc - [INT] updating aks install w/ master pass - Also updating openstack cli to py3 to fix import issues Issue-ID: INT-1557 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I99cbc68614e0fcc8fd0572fd7c44c7cd431b215b
2020-04-22Update git submoduleszhaoliping1231-0/+0
* Update docs/submodules/integration.git from branch 'master' to 906480b1b28446660b4a65f249ddf6722fc8b7e6 - Add vcpe tosca local mode case - fix json errors - fix not related rst error (due to a broken link as jira.opnfv.org is no more responding) Issue-ID: INT-1285 Change-Id: I733a491c4204334fc532abcf9dbbdc2226900d5b Signed-off-by: zhaoliping123 <zhaoliping@chinamobile.com> Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-22Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to d0bbb7aa2a7cd41b86f8d1b8115acf4d9b28dba3 - Leverage pytest parametrize mark in test_rest_api_endpoints Change-Id: Ia29f79227e21e623489a7b340496f18def5f7a52 Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Leverage pytest parametrize mark in test_bad_prefix test Change-Id: I0c0ea8612e0f0ac6b2198dc78908bd604f5ad61c Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Leverage pytest parametrize mark in test_bad_moi_class test Change-Id: I7218c5ca61669197d1e79189e841b0062524c02d Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Refactor test_unauthorized() to leverage pytest parametrize mark Change-Id: I52079b276332c0bf2ffcea047ab8129066aff185 Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-20Update git submodulesMarco Platania1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 9edfcd99affa1ca4b444931070e3b4652c2a80bf - Resize CLAMP picture Issue-ID: INT-1536 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I27a213493377c4af80f914f3d8983b6d37ee6da1
2020-04-20Update git submodulesebo1-0/+0
* Update docs/submodules/integration.git from branch 'master' to ee0c74e28de9552e683724264b101362c144694c - netconf-pnp-simulator: fix sysrepod crash on TLS reconfig The crash was caused by: - the '--permanent' option while updating the ietf-keystore by sysrepocfg - missing some Yang modules on sysrepo installation Other changes: 1. Added TLS integration tests, including reconfiguration 2. reconfigure-*.sh are now synchronous, only returnig after restart is completed Issue-ID: INT-1516 Change-Id: Iddc03fc968aaab60931596045437ba0c78448b08 Signed-off-by: ebo <eliezio.oliveira@est.tech>
2020-04-18Update git submodulesMarco Platania1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 93d2ff22d0c8c1bc1fc7a2ea5e5643c88a345667 - Fix link in RST file for Scale Out doc Issue-ID: INT-1536 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: Ic16b339332033cd487cf19458464c1dc86c61d65 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-16Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to fa618087a3f25b68a7402ac2b2f9eceae366a867 - Add test to verify bad API prefix handling by the service Functional test for verifying that the service handles bad API prefix in URI string properly and returns appropriate response to the client. Change-Id: I5e5e8a9dcd6fe05bd2b4536790d16e825aa21679 Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-16Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to e7c68f9279c82436855c1dfcbfe8195ba434e950 - Add test to verify bad MOI handling by the service Functional test for verifying that the service handles bad MOI class in URI string properly and returns appropriate response to the client. Change-Id: I606aaba5c400f81e8142a34f250bc249251feaf7 Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-16Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to babc5a81adcab1090b7041499321a3920e297736 - Add test to verify unauthorized requests Functional test for verifying that the service forbids API access with proper http code and message should the client provide wrong auth credentials. Change-Id: I78d5f050e99c23fd7116468ff007078b3cd56987 Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-16Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to eb24769c91469a9b57344421061c8e366b8a8c2a - Fix invalid prefix check handling Should the URI prefix length in the request be incorrect and not contain two "/" the service would fail with "empty response" on client side due to unhandled "list index out of range" in the server process while trying to get the idName from pathlist[4] which throws IndexError. Prefix validation, id and class variable assignment are wrapped up in try-except clause to evaluate the prefix check correctly, catch the exception and return appropriate response to the client. Change-Id: If6333228fbdd3a8075ade55436c3ca9bb8a97caa Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-16Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 18c479f0b09bb406c21c707bf7acc03fc34ef0a0 - Return http 404 for wrong prefix, not 401 The correct http code for wrong REST API url should be http "404 Not Found", not "401 Unauthorized". Change-Id: I78710fcd4c43926dbba3227c4099bf6239095f19 Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-15Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 6049499c5a17cfa58f351b3731837463b7359047 - Move tests to their own directory File layout was also restructured for better readability. Change-Id: Id1cba755127319c45ec50b08d12daa543c8c9ae5 Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Add tox runner for pytest in prov-mns-provider Pytest setup as entrypoint to gating job in CI. Change-Id: If052af0f7c8272844f644cb3789dbc3a8451c629 Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Extend unit tests for provisioning management service This adds additional unit tests for the service provider for PATCH and DELETE request methods. Change-Id: If0cce9c713f2999c859910661308c24ac68f04d6 Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Add unit tests for provisioning management service This adds pytest based unit tests for the service provider. Testing PUT and GET requests is covered within this patch. Change-Id: Id9bcb870b032c6fce64985a5fd501bbd44031f50 Issue-ID: INT-1529 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-15Update git submodulesmrichomme1-0/+0
* Update docs/submodules/integration.git from branch 'master' to a958b986af7b8f17ad23e5c31c7ff719c153021e - Fix rst errors - Modify the linter to use sphinx linters (no coala bean) - Fix all broken links - fix minor rst issue - Add regex in ignore link (for ONAP URL and frankfurt doc) The rst target defined in tox will execute 3 steps: - local build of the documentation - check of the url Note 1: for the moment the Warning have not been turned into Error Note 2: frankfurt exeption shall be removed when frankfurt branch is available Issue-ID: INT-1523 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I6d7ad9d293a1b5c01f05a021d9a6f3767d04e62f Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-15Update git submodulesebo1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 398c9b251dc910c4cffc4fc5a3c2b8b221980c91 - netconf-pnp-simulator: enable NETCONF send/recv message logging to aid troubleshooting integration with OpenDaylight - Add more integration tests - Defaults to generic subscriber Issue-ID: INT-1516 Change-Id: Ib5bbf4cdbba6cdfee901f6c07dfa195a21cd8bbb Signed-off-by: ebo <eliezio.oliveira@est.tech>
2020-04-15Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 09e87eeadf879bbaa5237a34db1583861097925c - Upgrade netconf-pnp-simulator image tag to 2.8.2 Change-Id: I430b3c8743d103f5e4bb6396a151495cc31843d6 Issue-ID: INT-1508 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-15Update git submodulesmrichomme1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 28babfa0a7ab8a6c1df9d16c7235d968c1337df3 - Fix integration markdown errors for linter Issue-ID: INT-1523 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I2be0865395b12e1f277834b0c096f5d183cb5056 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-14Update git submodulesebo1-0/+0
* Update docs/submodules/integration.git from branch 'master' to c06ea62716be250a59bd1d3857baa1a3a927a317 - netconf-pnp-simulator: normalized image reference Required change for the forthcoming fix on tox execution in ci-management/jjb/integration/integration-docker.yaml Issue-ID: INT-1124 Change-Id: I70c3351e5cf691a9eaeb7b49ec276d825016e0fa Signed-off-by: ebo <eliezio.oliveira@est.tech>
2020-04-14Update git submodulesebo1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 44757b3478fa838ecab3ba42b2ec7aab0c30ecf4 - netconf-pnp-simulator: fix invalid ref to libssh v0.8.8 This version was upgraded to 0.8.9 on 2020-04-09. Fortunately the new 0.9.4 fixes the bug that was forcing us to use the old 0.8.x Issue-ID: INT-1124 Change-Id: I6dacac8925af047d2e5342a76da6eb221074ddd9 Signed-off-by: ebo <eliezio.oliveira@est.tech>
2020-04-14Update git submodulesmrichomme1-0/+0
* Update docs/submodules/integration.git from branch 'master' to cd33b63dee361ad7e1a5f84131a03a482282f43a - WIP: Add rst and md linters in tox Issue-ID: INT-1523 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ifcce4fa5985df52fd66414f5842f50e21a79006a Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-04-10Update git submodulesDongho Kim1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 287b75a69965d90e56dee2e6006fde931f9942d6 - Update A1 Adaptor section to user guide Change-Id: I6b1d1173bcb2c9e190584445fde561b204e8664c Signed-off-by: Dongho Kim <dk5913@att.com> Issue-ID: INT-1503
2020-04-10Update git submodulesmrichomme1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 25ce8bbd340164c03235bd21b9496d8b860c40ad - remove CLI from https xfail list Even if CLI got a NO GO for frankfurt, docker update is planned to fix security issues for frankfurt As a consequence, CLI must be removed from the xfail list Issue-ID: INT-1480 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I78dccd2bdabe05515ff8ab64d30e9e5d6f97e74b
2020-04-10Update git submodulesebo1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 1402489faba6767edffc4909a2f95a13a2bbd6da - Update pnf-sw-upgrade module to latest engine v2.8.1 - Using loguru to follow new recommend standard - Renamed Yang model filename to comply with https://tools.ietf.org/html/rfc6020#section-5.2 - Renamed initialization data to reflect the target datastore Issue-ID: INT-1516 Signed-off-by: ebo <eliezio.oliveira@est.tech> Change-Id: Ifde9e832b6a308dc918e3a84e03bfd43ad0f9b63
2020-04-09Update git submodulesAric Gardner1-0/+0
* Update docs/submodules/integration.git from branch 'master' to ae8d50ce126508c11667a85c4781a2c77cf2a814 - Automation adds docs_postman.rst Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I253073cc5d5a589b4225a489906588cedd8c49e3
2020-04-09Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 31c596c3b111eb4fca0525e9bfa65243be808ac8 - Remove orphaned entry for pnfsimulator from Coala config Change-Id: Ib506dbc82e86ec02f8b1b118c3b9dfcf3209e7c2 Issue-ID: INT-1517 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-09Update git submodulesBartosz Gardziejewski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to cfa48db5d059b891aa53cb52e512504860863bed - Remove old PNF simulator Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I235b0fdf12b265a256c371126e218826e74a9133
2020-04-08Update git submodulesLF Jenkins CI1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 6e4256fa4db190543ffd84a87b643c27d8591d54 - Automation adds release-notes.rst Add _release_notes hook to allow automation. Fix non valid release notes characters in content. Issue-ID: CIMAN-376 Change-Id: If2f0b5ae09d97a282d9acfd3c32971148d674a79 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-08Update git submodulesLF Jenkins CI1-0/+0
* Update docs/submodules/integration.git from branch 'master' to cefa92a7cb29a13aa09115a768672ac79020a9d6 - Automation adds index.rst Issue-ID: CIMAN-376 Change-Id: I1d2fc58d6f559471fffeb23c398d9903923d2eeb Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-08Update git submodulesebo1-0/+0
* Update docs/submodules/integration.git from branch 'master' to f986059d04af9eafe85aafe467e3196e8400098c - netconf-pnp-simulator: convenient TLS and SSH configuration - Simple SSH and TLS configuration. Instead of specific Netopeer2 XML configuration files, the user only needs to provide: For SSH: id_XXX.pub For TLS: server_key.pem, server_cert.pem, and ca.pem - SSH and TLS can be reconfigured at runtime by running /opt/bin/reconfigure-ssh.sh and /opt/bin/reconfigure-tls.sh respectively - Improved log readability by using zlog (on C applications) and loguru for Python See the updated documentation under ../docs for more information. Issue-ID: INT-1516 Change-Id: I21052d2524f0610c6197875a544113cce1a02787 Signed-off-by: ebo <eliezio.oliveira@est.tech>
2020-04-07Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 7a3199bf4a05ffe7148ab7139a73df863a659353 - Remove deprecated options from virtualenv invocation --no-site-packages and --distribute are marked DEPRECATED and retained only for backward compatibility so removing. Change-Id: I3cc66b5c09363d5b982537cc28b8f66609743121 Issue-ID: INT-1508 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2020-04-03Update git submoduleswangyaoguang1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 008f9e82481a36b2ed29bb7e1aa770378eca1619 - Add docs for PNF Software upgrade It contains documentation for two sub-scenarios of PNF Software upgrade, enhancement on PNF SW upgrade using ansible and with netconf/yang interface with EM. Issue-ID: INT-1209 Signed-off-by: wangyaoguang <sunshine.wang@huawei.com> Change-Id: I6e1ad2464d9f0d607d5f7f14d8fb1c51afc90814
2020-04-02Update git submodulesMarco Platania1-0/+0
* Update docs/submodules/integration.git from branch 'master' to dc6c04cef47e971d7178604cae2cb80bb7b4cd14 - Update SO and VID docker version Issue-ID: INT-1462 Signed-off-by: Marco Platania <platania@research.att.com> Change-Id: I49d3fc837e58c9e2f8b879c04c84317e8bd320ba
2020-04-02Update git submoduleswangyaoguang1-0/+0
* Update docs/submodules/integration.git from branch 'master' to bc08960902fdda425958e56324801c45449fd346 - add docs for 5G NRM Configuration Documentation for 5G NRM CM Issue-ID: INT-1514 Signed-off-by: wangyaoguang <sunshine.wang@huawei.com> Change-Id: I56b579abaf18897961b1eefa4aa4b8490979bf87
2020-04-02Update git submodulesBartek Grzybowski1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 04e2d215049387e13b8999a3f600e47d1a3bb779 - Upgrade netconf-pnp-simulator tag to 2.6.2 for netconf-pnp-pmsh Tag 2.6.1 is no longer available. Change-Id: I5a2cb51d21b4c6d75aff387e87976ede184a92b2 Issue-ID: INT-1508 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>