aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-11-24 14:14:54 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-24 14:14:54 +0000
commitc1e8103ff38ae797f89124f225c83476426b3b49 (patch)
tree48012572d8057762b8bd38887e50b76cbde77a7c
parent8e422ec415d7bbec4bc52c16114718ba6c33101a (diff)
parentb954d1481dbc4e865aab1d97a46bab92d9591e2c (diff)
Merge "PNF Simulator netopeer2 issue fixed" into guilin
-rw-r--r--docs/usecases/pnf-simulator.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/usecases/pnf-simulator.rst b/docs/usecases/pnf-simulator.rst
index 3712253ee..2f6c8472d 100644
--- a/docs/usecases/pnf-simulator.rst
+++ b/docs/usecases/pnf-simulator.rst
@@ -42,12 +42,6 @@ here but they are not tested by the author of this guide.
.. tab:: sysrepo/sysrepo-netopeer2 (latest)
- .. warning::
- Currently there is an issue for the SSH connection between CDS and the netconf server because of unmatching
- exchange key algorhithms
- (see `Stackoverflow <https://stackoverflow.com/questions/64047502/java-lang-illegalstateexception-unable-to-negotiate-key-exchange-for-server-hos>`_).
- **Use legacy version (right tab) until the issue is resolved.**
-
Download and run docker container with ``docker run -d --name netopeer2 -p 830:830 -p 6513:6513 sysrepo/sysrepo-netopeer2:latest``
Enter the container with ``docker exec -it netopeer2 bin/bash``