Skip to content

RHVH-QE/cockpit-ovirt

 
 

Repository files navigation

Cockpit-oVirt plugins

This repository holds the oVirt Node cockpit dashboard and the oVirt Cockpit VDSM plugin.

See the VDSM plugin README for more information about the features provided by the VDSM plugin.

About Cockpit

Cockpit is easy-to-use sysadmin tool with web-based UI.

About oVirt

oVirt manages Virtual Machines (VMs) in a datacenter/cluster. Scales easily from tens to tens of thousands VMs running on multiple KVM hypervisor hosts.

oVirt deals with:

  • VM definition, monitoring and tuning
  • (automatic|manual) migration
  • storage or network management
  • SLA
  • security
  • easy to use web UI
  • and more (see website)

How to Install

Install build RPMs from source

Dependencies

For build you will need Node.js v4 (LTS). If your OS repositories don't contain required version you can always use Node Version Manager nvm to install and manage multiple Node.js versions side by side.

A recent version of Node.js can be acquired via packages from NodeSource. See the installation instructions on the Node.js website.

Building

Be sure to install nodejs package as it will be required by the build, then run

./configure && make

If you want to downlod required NodeJS libraries during the build instead of providing them as system libraries, you can add --with-npm-install flag to the configure command.

Building RPMs

./autogen.sh && make rpm

The RPMs will be available under tmp.repos

More Info

About

This is a mirror for http://gerrit.ovirt.org, for issues use http://bugzilla.redhat.com

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.7%
  • CSS 2.4%
  • Shell 0.6%
  • Makefile 0.5%
  • M4 0.4%
  • Ruby 0.3%
  • HTML 0.1%