-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Wen Liang <[email protected]>
- Loading branch information
1 parent
1c72a7f
commit 617c041
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# nmstate-polyglot | ||
|
||
I propose to add [nmstate-polyglot](https://github.com/liangwen12year/nmstate-polyglot) | ||
as a repo under the `nmstate` organization | ||
|
||
`nmstate-polyglot` is a project intended to create the Nmstate Polyglot Model for | ||
translating natural language into nmstate states in real-time and low latency, and the | ||
generated states will also conform to nmstate state syntax. | ||
|
||
`nmstate-polyglot` project will make network management more intuitive and less | ||
daunting than traditional network management tools. The Polyglot model can | ||
significantly speed up the process of network configuration by reducing the | ||
complexity and time required to write and debug YAML configuration files manually. | ||
|
||
|
||
- [x] CI enabled and passed. | ||
- [x] Has integration test cases proving valid use cases. (I honest do not what integration test should be added now) | ||
- [x] Licensed under LGPL-2.0+ or Apache-2.0+(preferred). | ||
- [x] Please name at lease two maintainers for this new repository. |