cnaas-nms
cnaas-nms copied to clipboard
Campus Network as-a-Service - Network Management System (Campus network automation software)
**Is your feature request related to a problem? Please describe.** We need the ability to run IPv6 in linknets. Currently it is not possible to add IPv4 addresses in linknets....
This is a proof-of-concept for using pytest as the project test runner. It is by no means complete, but shows how pytest markers can be used to select/deselect tests for...
Better logging
**Is your feature request related to a problem? Please describe.** We use the package fcntl which is Linux based. This creates a problem for making the Dockers more lightweight and...
**Is your feature request related to a problem? Please describe.** There is still too much configuration by hand when setting up a new CNAAS configuration on the database side. We...
This PR fixes #276. I could not find any existing tests that explicitly test the existing `infra_ip` attribute, so I'm not sure what the best strategy for testing this would...
**Is your feature request related to a problem? Please describe.** The docker containers are now quite bulky. They are linux based. We would like to use something that uses less...
**Is your feature request related to a problem? Please describe.** We constantly find ourselves writing new template tags to make our template logic more concise. Some of these functions are...
**Is your feature request related to a problem? Please describe.** At this point in time the user must setup their own certificate chain to verify tokens produced by the `auth-poc-service`....
This sets up a default config for tox, with an environment list for Python versions 3.7 through 3.9, and moves the pytest config into `tox.ini` while we're at it. I...