README.md

Build Status

VM Portal for oVirt

VM Portal is a modern lightweight UI for oVirt that allows oVirt users to create, start, stop, and use virtual machines.

Dashboard

Installation

VM Portal is installed automatically when you install oVirt using Cockpit. Once oVirt is installed, navigate to https://[ENGINE_FQDN]/ovirt-engine and click VM Portal.

Bugs and Enhancements

Please report bugs and feature requests to the GitHub issue tracker.

Users Forum

Use the oVirt Users forum / mailing list for general discussion or help.

Docker container

VM Portal can run standalone in a container and connect to any oVirt 4.3 engine. This is useful for testing and debugging. Run:

docker run --rm -it -e ENGINE_URL=https://[ENGINE.FQDN]/ovirt-engine -p 3000:3000 ovirtwebui/ovirt-web-ui:latest

and access VM Portal at http://localhost:3000

Technical Details

Author(s)

  • Marek Libra (mlibra@redhat.com)
  • Scott Dickerson (sdickers@redhat.com)
  • Bohdan Iakymets (biakymet@redhat.com)
  • Jakub Niedermertl
  • Greg Sheremeta (gshereme@redhat.com)