All Projects → aristanetworks → openmgmt

aristanetworks / openmgmt

Licence: Apache-2.0 License
Documentation and examples for using open network management tools such as OpenConfig

Programming Languages

go
31211 projects - #10 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to openmgmt

xrgrpc
gRPC library for Cisco IOS XR
Stars: ✭ 40 (+73.91%)
Mutual labels:  telemetry, grpc, yang, network-automation, openconfig
gnmi-map
gNMI service map
Stars: ✭ 23 (+0%)
Mutual labels:  telemetry, grpc, network-automation, openconfig, gnmi
tdm
Telemetry Data Mapper to ease data discovery, correlation, and usage with YANG, MIBs, etc.
Stars: ✭ 33 (+43.48%)
Mutual labels:  telemetry, grpc, yang, netconf
yang
NETCONF/YANG related test framework
Stars: ✭ 15 (-34.78%)
Mutual labels:  yang, netconf, network-automation
panoptes-stream
A cloud native distributed streaming network telemetry.
Stars: ✭ 34 (+47.83%)
Mutual labels:  arista, openconfig, gnmi
arista.eos
Ansible Network Collection for Arista EOS
Stars: ✭ 57 (+147.83%)
Mutual labels:  arista, arista-networks
gnmi-gateway
A modular, distributed, and highly available service for modern network telemetry via OpenConfig and gNMI
Stars: ✭ 116 (+404.35%)
Mutual labels:  openconfig, gnmi
napalm-logs
Cross-vendor normalisation for network syslog messages, following the OpenConfig and IETF YANG models
Stars: ✭ 131 (+469.57%)
Mutual labels:  yang, openconfig
ansible-avd
Ansible Arista Validated Design
Stars: ✭ 134 (+482.61%)
Mutual labels:  arista, eos
grpc-getting-started
Guide to get started with gRPC in Cisco IOS XR
Stars: ✭ 32 (+39.13%)
Mutual labels:  grpc, yang
ansible-avd-cloudvision-demo
A demo to run Arista Validated Design with CloudVision deployment - From Powerup to EVPN Fabric
Stars: ✭ 21 (-8.7%)
Mutual labels:  arista, arista-networks
Magiconion
Unified Realtime/API framework for .NET platform and Unity.
Stars: ✭ 2,505 (+10791.3%)
Mutual labels:  streaming, grpc
Liftbridge
Lightweight, fault-tolerant message streams.
Stars: ✭ 2,175 (+9356.52%)
Mutual labels:  streaming, grpc
Flutter Grpc Tutorial
[Tutorial] Asynchronous Flutter chat client with Go chat server which are powered by gRPC (simple and streaming)
Stars: ✭ 167 (+626.09%)
Mutual labels:  streaming, grpc
go-grpc-bidirectional-streaming-example
gRPC bidirectional streaming example written in golang
Stars: ✭ 83 (+260.87%)
Mutual labels:  streaming, grpc
liftbridge-api
Protobuf definitions for the Liftbridge gRPC API. https://github.com/liftbridge-io/liftbridge
Stars: ✭ 15 (-34.78%)
Mutual labels:  streaming, grpc
Swell
Swell: API development tool that enables developers to test endpoints served over streaming technologies including Server-Sent Events (SSE), WebSockets, HTTP2, GraphQL, and gRPC.
Stars: ✭ 517 (+2147.83%)
Mutual labels:  streaming, grpc
Gb28181.solution
Linux/Win/Docker/kubernetes/Chart/Kustomize/GB28181/SIP/RTP/SDP/WebRTC/作为上下级域/平台级联互联
Stars: ✭ 323 (+1304.35%)
Mutual labels:  streaming, grpc
Akka Grpc
Akka gRPC
Stars: ✭ 361 (+1469.57%)
Mutual labels:  streaming, grpc
yang
RETIRED, Ansible Yang Role
Stars: ✭ 13 (-43.48%)
Mutual labels:  yang, netconf

GitHub example workflow Arista

OpenMgmt

This repository contains documentation and examples for using open network management tools with Arista's EOS platforms. These network management protocols include OpenConfig, NETCONF, RESTCONF and others as appropriate.

Getting Started

If you'd like to submit a contribution simply fork a copy of this repository, install mkdocs and the mkdocs material theme. Add your content (in markdown format) and open a pull request.

For the most part, it's that simple.

MkDocs

The OpenMgmt site uses the mkdocs tool to render the content into what is displayed on the web site.

Installation

Installation of mkdocs is handled via pip.

pip install mkdocs

MkDocs Material Theme Installation

Since the OpenMgmt site is using the mkdocs-material theme, you will need to install this as well.

pip install mkdocs-material

Author Your Content

The content for this site is in a collection of markdown files in the 'docs/' directory in this repository. Add your content or fixes to this directory.

Build Content

The following command will build the content so you can take a look at it on the file system. You're not likely going to need this that often. More often you're going to be interested in seeing the rendered content in your browser.

mkdocs build

Locally View Changes

mkdocs makes it easy to see the rendered content locally in your browser. It is highly recommended that you validate that your changes do not break anything in the visual rendering of the site. In order to serve the site mkdocs will start a local web server, this can be invoked via the following command from the root of your copy of the repository.

mkdocs serve

Sample mkdocs serve output

% mkdocs serve
INFO     -  Building documentation...
INFO     -  Cleaning site directory
INFO     -  Documentation built in 0.68 seconds
INFO     -  [14:55:12] Serving on http://127.0.0.1:8000/openmgmt/

You can point your browser at the above URL and you'll be able to see the rendered site. Now ... assuming everything looks good, you're able generate a pull request.

PR submission

If everything looks good, submit a pull request (aka PR). A series of tests will be applied to validate the tests and a maintainer will review the PR for incorporation into the main branch. There are a few things that you can do to streamline the acceptance of your pull request. Most notable here is conformance to the style guide and aligning with the linter.

Tooling Setup

Taking some time to setup the following tooling and confirming alignment with the style guide will help to smooth the passage of your pull request.

markdownlint-cli

Content is to be linted to ensure consistency of formatting. This requires using markdown-cli.

MacOS users can install markdownlint-cli via homebrew.

brew install markdownlint-cli

Alternately, markdownlint-cli can be installed via NPM, details are available at the link above.

Pre-Commit

In order to automate the process of linting a pre-commit hook is utilized. This requires the installation of pre-commit. Depending on your environment, the installation process may vary.

Python PIP Installation

If you're using pyenv or some other python version manager, pre-commit can be installed via pip. This ensures that it's installed to your preferred python environment.

pip install pre-commit

Homebrew Installation

brew install pre-commit

Pre-Commit Setup

From the root of the repository execute pre-commit install this will add the necessary hooks to your local git configuration and setup the necessary tooling in order to suport development.

Style Guidelines

At a high level, documentation contributions should conform to the markdown linting rules as defined in .markdownline.yaml. Details regarding formating and documentation conventions can be found in the content style guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].