Skip to content

Commit

Permalink
Merge branch 'develop' into alcatel-lucent-enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
jefvantongerloo committed Jan 8, 2025
2 parents 75b0f36 + ff56b88 commit 85d2b0a
Show file tree
Hide file tree
Showing 8 changed files with 378 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you answered yes to one or more of these questions, then SuzieQ is a tool tha

SuzieQ does multiple things. It [collects](https://suzieq.readthedocs.io/en/latest/poller/) data from devices and systems across your network. It normalizes the data and then stores it in a vendor independent way. Then it allows analysis of that data. With the applications that we build on top of the framework we want to demonstrate a different and more systematic approach to thinking about networks. We want to show how useful it is to think of your network holistically.

**An enterprise version of SuzieQ is also available**. It has been deployed in production by multiple customers, and the company behind SuzieQ, (Stardust Systems)[https://stardustsystems.net] was named a "Cool Vendor" by Gartner for making network automation easy for enterprises.
**An enterprise version of SuzieQ is also available**. It has been deployed in production by multiple customers, and the company behind SuzieQ, [Stardust Systems](https://stardustsystems.net) was named a "Cool Vendor" by Gartner for making network automation easy for enterprises.

## Quick Start

Expand All @@ -42,7 +42,7 @@ To start collecting data for your network, create an inventory file to gather th

### Using Python Packaging

If you don't want to use docker container or cannot use a docker container, an alternative approach is to install SuzieQ as a python package. It is **strongly** recommended to install suzieq inside a virtual environment. If you already use a tool to create and manage virtual environments, you can skip the step of creating a virtual envirobment below.
If you don't want to use docker container or cannot use a docker container, an alternative approach is to install SuzieQ as a python package. It is **strongly** recommended to install suzieq inside a virtual environment. If you already use a tool to create and manage virtual environments, you can skip the step of creating a virtual environment below.

SuzieQ requires python version 3.7.1 at least, and has been tested with python versions 3.7 and 3.8. It has not been tested to work on Windows. Use Linux (recommended) or macOS. To create a virtual environment, in case you haven't got a tool to create one, type:

Expand Down Expand Up @@ -86,7 +86,7 @@ The CLI supports the same kind of analysis as the explore page. ![CLI device](im

## Path

SuzieQ has the ability to show the path between two IP addresses, including the ability to show the path through EVPN overlay. You can use this to see each of the paths from a source to a destination and to see if you have anything asymetrical in your paths. ![GUI PATH](images/path-gui.png)
SuzieQ has the ability to show the path between two IP addresses, including the ability to show the path through EVPN overlay. You can use this to see each of the paths from a source to a destination and to see if you have anything asymmetrical in your paths. ![GUI PATH](images/path-gui.png)

## Asserts

Expand Down Expand Up @@ -132,4 +132,4 @@ We've also been adding screencasts on [Youtube](https://www.youtube.com/results?

# SuzieQ Enterprise

SuzieQ also has a commercial offering, SuzieQ Enterprise. To know more about this and contact us, please visit the Stardust Systems (website)[https://stardustsystems.net].
SuzieQ also has a commercial offering, SuzieQ Enterprise. To know more about this and contact us, please visit the Stardust Systems [website](https://stardustsystems.net).
33 changes: 32 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jellyfish = "~0.10"
altair = '>3.2, <5.0'
pydantic = '< 2.0'
numpy = '~1.20'
pyvmomi = "^8.0.2.0.1"

[tool.poetry.dev-dependencies]
pylint = "*"
Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ markers =
controller_source_ansible
controller_source_native
controller_source_netbox
controller_source_vcenter
controller_unit_tests

# schema
Expand Down
Loading

0 comments on commit 85d2b0a

Please sign in to comment.