“CABUORCH-1669”的版本间的差异

来自qingwei personal wiki
跳转至: 导航搜索
第5行: 第5行:
  
 
== scope ==
 
== scope ==
 +
=== 时序图 ===
 +
https://www.websequencediagrams.com/
 +
<pre>
 +
title Push LB configuration
 +
 +
note left of UI: Push RPD configuration
 +
UI->+Rest Service: LB xml
 +
Rest Service->+DB: persist
 +
DB-->-Rest Service:
 +
Rest Service-->-UI:
 +
 +
note left of RPD Automation: Pre-configure or Gcp UP
 +
RPD Automation->RPD Automation: Generate docsis-group ID
 +
note left of RPD Automation: Waiting RPD push
 +
RPD Automation->RPD Automation: Get DS/US from RPD
 +
RPD Automation->+NSO: Replace XML's docsic-group\n and DS US
 +
NSO->+cBR8: push configuration
 +
cBR8-->-NSO:
 +
NSO-->-RPD Automation:
 +
RPD Automation->UI: feed back of configure LB
 +
</pre>

2018年6月20日 (三) 06:10的版本

Tips

Pre-OPS: LB Backend Design (plus Framework)


jira wiki

scope

时序图

https://www.websequencediagrams.com/

title Push LB configuration

note left of UI: Push RPD configuration
UI->+Rest Service: LB xml
Rest Service->+DB: persist
DB-->-Rest Service:
Rest Service-->-UI:

note left of RPD Automation: Pre-configure or Gcp UP
RPD Automation->RPD Automation: Generate docsis-group ID
note left of RPD Automation: Waiting RPD push
RPD Automation->RPD Automation: Get DS/US from RPD
RPD Automation->+NSO: Replace XML's docsic-group\n and DS US
NSO->+cBR8: push configuration
cBR8-->-NSO:
NSO-->-RPD Automation: 
RPD Automation->UI: feed back of configure LB