暫無描述

Roberto Berto 09a1f988e1 fix to new installs 5 年之前
vycenter 09a1f988e1 fix to new installs 5 年之前
.gitignore 7a7488488a interface rename && firewall basic add rules 5 年之前
LICENSE 1d0c199366 fixed license 5 年之前
README.md 7932b34bbd updated project status, db work on vyos instances 5 年之前
requirements.txt 4d9181aae3 first API working version 5 年之前

README.md

vycenter

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.

features

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)

device module

  • list interfaces - alpha
  • show interface - alpha
  • unset/set firewall interface - todo
  • change interface parameters - todo
  • crud firewall - todo
  • use VyOS instances from database not local.py - todo

config module

  • users crud - todo
  • groups crud - todo
  • add new VyoS instances only db work - alpha
  • add new VyoS instances test connection while adding - todo
  • add new VyoS instances test connection all servers - todo
  • associate groups to VyOS instances