Update git submodules
authorebo <eliezio.oliveira@est.tech>
Wed, 8 Apr 2020 08:52:09 +0000 (09:52 +0100)
committerGerrit Code Review <gerrit@onap.org>
Wed, 8 Apr 2020 08:52:09 +0000 (08:52 +0000)
commit72b54bccc113daef79fd3458864ef3f068a6405f
treeae62fd439f2a4ac68cc31194da433559cdd87da8
parente36e9afb57eac6b54d9becc1cb47780a3607bceb
Update git submodules

* 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>
docs/submodules/integration.git