updated startup description
This commit is contained in:
parent
91e92565d2
commit
fb8a1b282c
1 changed files with 16 additions and 10 deletions
|
|
@ -178,24 +178,25 @@ and then copy/commit it via CLI, Netconf or Restconf.
|
||||||
This section contains non-formal "flowcharts" showing the dynamics of
|
This section contains non-formal "flowcharts" showing the dynamics of
|
||||||
the configuration databases in the startup phase.
|
the configuration databases in the startup phase.
|
||||||
|
|
||||||
Starting in init mode:
|
The flowchart starts in one of the the modes (non, init, startup, running):
|
||||||
|
|
||||||
|
Starting in init mode:
|
||||||
```
|
```
|
||||||
reset
|
reset
|
||||||
running |--------+------------>
|
running |--------+------------> GOTO EXTRA XML
|
||||||
```
|
```
|
||||||
|
|
||||||
Starting in init running mode:
|
Start in running mode:
|
||||||
```
|
```
|
||||||
running ----+
|
running ----+
|
||||||
\ copy
|
\ copy
|
||||||
startup +------------> GOTO STARTUP
|
startup +------------> GOTO STARTUP
|
||||||
|
|
||||||
```
|
```
|
||||||
Starting in init startup mode:
|
Starting in startup mode:
|
||||||
```
|
```
|
||||||
reset
|
reset
|
||||||
running |--------+------------> GOTO SYSTEM UP
|
running |--------+------------> GOTO EXTRA XML
|
||||||
parse validate OK / commit
|
parse validate OK / commit
|
||||||
startup -------+--+-------+------------+
|
startup -------+--+-------+------------+
|
||||||
```
|
```
|
||||||
|
|
@ -204,19 +205,19 @@ If validation of startup fails:
|
||||||
```
|
```
|
||||||
failsafe ----------------------+
|
failsafe ----------------------+
|
||||||
reset \ commit
|
reset \ commit
|
||||||
running |-------+---------------> GOTO SYSTEM UP
|
running |-------+---------------> GOTO EXTRA XML
|
||||||
parse validate fail
|
parse validate fail
|
||||||
startup ---+-------------------------------------> INVALID XML
|
startup ---+-------------------------------------> INVALID XML
|
||||||
```
|
```
|
||||||
|
|
||||||
Load extra XML:
|
Load EXTRA XML:
|
||||||
```
|
```
|
||||||
running -----------------+----+------> GOTO UP
|
running -----------------+----+------> GOTO SYSTEM UP
|
||||||
reset loadfile / merge
|
reset loadfile / merge
|
||||||
tmp |-------+-----+-----+
|
tmp |-------+-----+-----+
|
||||||
```
|
```
|
||||||
|
|
||||||
System up:
|
SYSTEM UP:
|
||||||
```
|
```
|
||||||
running ----+-----------------------> RUNNING
|
running ----+-----------------------> RUNNING
|
||||||
\ copy
|
\ copy
|
||||||
|
|
@ -224,4 +225,9 @@ candidate +---------------------> CANDIDATE
|
||||||
```
|
```
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
Thanks matt smith and dave cornejo for input
|
Thanks matt smith and dave cornejo for input
|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
|
[RFC7895](https://tools.ietf.org/html/rfc7895)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue