|
5 years ago | |
---|---|---|
vycenter | 5 years ago | |
.dockerignore | 5 years ago | |
.gitignore | 5 years ago | |
Dockerfile | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
docker-compose.yml | 5 years ago | |
requirements.txt | 5 years ago |
VyOS frontend made in Python / Django using VyOS new 1.3 API server
It will work with a single VyoS server or to multiple VyOS servers, so datacenters which do not want share same firewall to different customers will not need to install several vycenter to each customer. That's why the name vycenter.
in alpha stage we're going to provide just essential device config, interfaces and firewall, as proof of concencept, as well config module basic cruds (users, groups and vyOS Servers)
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
cd vycenter
python3 manage.py migrate
python3 manage.py runserver