Skip to content

Commit

Permalink
Fix plain text
Browse files Browse the repository at this point in the history
Signed-off-by: maipbui <maibui@microsoft.com>
  • Loading branch information
maipbui committed Sep 8, 2022
1 parent fe9d63a commit ef251b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mgmt/Management Framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Management framework makes use of the translation library (Translib) written in
#### 1.2.2 Container

The management framework is designed to run in a single container named “sonic-mgmt-framework”. The container includes the REST server linked with Translib, and CLI process.
The gNMI support requires the gNMI server which is provided as a part of sonic-telemetry container. We would like to rename this container as the sonic-telemetry container as now it can perform configurations as well through the gNMI server.
The gNMI support requires the gNMI server which is provided as a part of sonic-telemetry container. We would like to rename this container as the sonic-gnmi container as now it can perform configurations as well through the gNMI server.
Will introduce a new container sonic-mgmt-common to host the common code that is used both in the mgmt-framework and sonic-telemetry container. This new repo will compile into static libraries that will be used in the other two repos. This way sonic-telemetry repo can be compiled without the mgmt-framework being present in the code base.

## 2 Functionality
Expand Down

0 comments on commit ef251b1

Please sign in to comment.