X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fuser-guide.rst;h=f8ee5e8ba3e7bc49ba3e35a8d10f742fae13c61f;hb=3d1dd382415217763ea8d1f729a45bb9ca48d91b;hp=f0d83ce15615e70d131658a219f99021bd8821cd;hpb=5584538bd1fb5dbb0958511932b6783353abf7c4;p=transportpce.git diff --git a/docs/user-guide.rst b/docs/user-guide.rst index f0d83ce15..f8ee5e8ba 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -29,7 +29,7 @@ handler, Renderer responsible for the path configuration through optical equipment and Optical Line Management (OLM) is associated with a generic block relying on open models, each of them communicating through published APIs. -.. figure:: ./images/TransportPCE-Diagramm-Magnesium.jpg +.. figure:: ./images/TransportPCE-Diagram-Phosphorus.jpg :alt: TransportPCE architecture TransportPCE architecture @@ -83,6 +83,23 @@ Preparing for Installation Installation Feature ~~~~~~~~~~~~~~~~~~~~ +Creation of services with TransportPCE controller on real optical devices takes a rather long while, +due to the fact that the output optical power level modification on interfaces requires time for stabilisation +level. Per default values of TransportPCE timers are those recommended by OpenROADM MSA, respectively 120 000 +and 20 000 seconds. +When running TransportPCE controller with honeynode simulators, which is the case of all TransportPCE functional tests, +we don't need so important timer values. You can considerably speed tests using respectively 3000 and 2000 seconds. +To that end, before running OpenDaylight, set OLM_TIMER1 and OLM_TIMER2 as environment variables. +For example:: + + export OLM_TIMER1=3000 OLM_TIMER2=2000 + +To come back with per default values for these timers, just logout from OpenDaylight controller, and unset your +environment variables, and start again the controller:: + + unset OLM_TIMER1 OLM_TIMER2 + + Run OpenDaylight and install TransportPCE Service *odl-transportpce* as below:: feature:install odl-transportpce