From: Alex Stancu Date: Wed, 9 Dec 2020 14:26:20 +0000 (+0200) Subject: Updated documentation. X-Git-Tag: 1.0.3~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=commitdiff_plain;h=d736639f98f54d8fe9e1aa0c88c116fe65e8c041 Updated documentation. Issue-ID: SIM-51 Change-Id: Ia241add3bde917d34df712a59347b6dc05298687 Signed-off-by: Alex Stancu --- diff --git a/docs/overview.rst b/docs/overview.rst index 17fd729..e8265ee 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -389,11 +389,14 @@ docker-compose up Before starting, the user should set the environment variables defined in the docker-compose file according to his needs: * **NETCONF_NTS_HOST_IP**: an IP address from the host, which should be used by systems outside the local machine to address the simulators; * **NETCONF_NTS_HOST_BASE_PORT**: the port from where the allocation for the simulated network functions should start; -* **IPv6Enabled**: should be set to `true` if IPv6 is enabled in the docker daemon and the user wants to use IPv6 to address the simulated network functions. - -When using the highstreet docker repository for the images, in each simulated network-function the **docker-repository** leaf must be set accordingly (to the value: *10.20.6.10:30000/hightec*), because all the docker images that are being pulled from the docker repo have this prefix. +* **IPv6_ENABLED**: should be set to `true` if IPv6 is enabled in the docker daemon and the user wants to use IPv6 to address the simulated network functions. ## Release notes + +### version 1.0.3 + +[fixed] fixed issues where ODL could not parse the correct versions for yang files + ### version 1.0.2 - [fixed] bug that occured when trying to start a wrong instance (bad docker-repository or docker-tag) - [fixed] when populating the fault-delay-list, if the sum of all the faults was 0, the network funciton kept on generating faults and crashed