Path Computation & Server Improvement 12/88212/4
authorOlivier Dugeon <olivier.dugeon@orange.com>
Mon, 2 Mar 2020 18:28:35 +0000 (19:28 +0100)
committerRobert Varga <nite@hq.sk>
Fri, 6 Mar 2020 13:03:26 +0000 (13:03 +0000)
commitfc7d89285a33d27f49b786b0370130c7cb5e6f7f
treea3a055f96160a39ae8435386a2cffae5da533f43
parenta91808b81156a3a26fa2b0e5310a010c3e7990f0
Path Computation & Server Improvement

 - Correct a bug in SAMCRA algorithm when delay is not specified
 - Improve debug message for SAMCRA algorithm
 - Add documentation for Path Computation Algorithm bundle
 - Update documentation for PCEP with the Path Computation Server

JIRA: BGPCEP-897
JIRA: BGPCEP-896

Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
Change-Id: I3243c6c1f52f3960c01c64069a075c76ed2fa829
12 files changed:
algo/algo-impl/src/main/java/org/opendaylight/algo/impl/CspfPath.java
algo/algo-impl/src/main/java/org/opendaylight/algo/impl/Samcra.java
docs/algo/algo-user-guide-algo-model.rst [new file with mode: 0644]
docs/algo/algo-user-guide-running-algo.rst [new file with mode: 0644]
docs/algo/index.rst [new file with mode: 0644]
docs/graph/graph-user-guide-graph-model.rst
docs/graph/graph-user-guide-manage-graph.rst
docs/graph/graph-user-guide-running-graph.rst
docs/index.rst
docs/pcep/index.rst
docs/pcep/pcep-user-guide-path-computation.rst [new file with mode: 0644]
docs/pcep/pcep-user-guide-troubleshooting.rst