Automated virtual machine deployment solution.
There are two services, webserver
and manager
. Webserver deploys a website with a MySQL/MariaDB backend. It makes calls to the VM Manager. The VM Manager makes calls to the oVirt API to manage (create, delete, snapshot, start, etc.) the VMs.
git clone https://github.com/CUCyber/cyberrange.git
- Update the configuration information in
services/webserver/db/config.yaml
andservices/webserver/web/static/js/config.js
. make webserver
git clone https://github.com/CUCyber/cyberrange.git
- Update the configuration information in
services/manager/git/config.yaml
andservices/manager/ovirt/config.yaml
. make manager
git clone https://github.com/CUCyber/cyberrange.git
- Update the configuration information for the service you're changing
- Make your changes
- Submit a PR