GithubHelp home page GithubHelp logo

upc / ravada Goto Github PK

View Code? Open in Web Editor NEW
533.0 24.0 176.0 34.19 MB

Remote Virtual Desktops Manager

Home Page: https://ravada.upc.edu/

License: GNU Affero General Public License v3.0

Perl 94.40% CSS 0.57% JavaScript 4.78% Makefile 0.01% Shell 0.04% HTML 0.05% Raku 0.03% Dockerfile 0.12%
vdi kvm libvirt hacktoberfest remote-desktop virtual-machine

ravada's People

Contributors

amesones avatar amparorvd avatar andinus avatar cjuan avatar dani-sanchez-dorado avatar dependabot[bot] avatar ekuongm avatar eloicc23 avatar frankiejol avatar fv3rdugo avatar girlwithasmile avatar gloriarodriguez avatar gmiranda avatar janfontanet avatar jlopezramos avatar jmanelgm avatar joansp avatar joelalju avatar jresteban avatar kimiam70 avatar lepata avatar lfiguerola avatar mooha123 avatar omarbr6 avatar omimakhare avatar robertperez-upc avatar rogerferre avatar viveknshah avatar weblate avatar wisaias avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ravada's Issues

Change domain NIC

Allow different NIC configurations:

  • NAT ( default )
  • bridged
  • macvtap

Networks management

Add a networks management feature. Allow the admin add new networks and grant permission to the clients in that network to run virtual machines.

  • run all virtual machines
  • disable access from that network
  • select specific bases to run from that network
  • enable anonymous users

Improve machines list

At /machines

  • Sort by name
  • Show only bases and hide other machines
  • Show only active machines
  • Add Button "remove base"

LDAP add user fails

After fixing the search of users in LDAP with the same uid in many branches. Adding LDAP user fails.

Remove base

Add a new feature to remove a base. Delete the base files and don't allow more clones from this machine.

Slow clone shows error

If the clone takes long, it shows a blank page with a brief message. Reloading shows the clone started. It is probably that clone was in process.

  • Wait a little longer before showing the error
  • Show a better error message: "working ... please reload" or something

Make buttons without post

The shutdown button may be called in some places : the main page and the machines list page. As now it always redirects to the machine list.

Make the shutdown button only do a get of a URL and don't make the client request a new page.
Some other buttons could benefit from this too:

  • shutdown
  • prepare base
  • pause
  • resume

Get SNMP info from the Domain

Create a new way to get information from the Domain via SNMP

  • Add snmp_community field in domains table

Fetch:

  • CPU load
  • Used Memory, probably : memory - cached
  • Swap
  • Disk usage
  • Network interfaces

New domain arguments

When creating a new virtual machine, the user must be able to specify:

  • Memory
  • Disk size

Send link of new machine

When a new domain successfully is created, in the message to the user send a link to view the machine. <a href="/machine/view/$id.html">Start</a>

Polish the frontend

Review the frontend, we found those things to improve so far.

  • Consider changing the login background image
  • Remove support form
  • Message list : checkbox to mark as read or unread
  • Message list : click on subject to view message

Clone disk names confusing

The disk filenames for the KVM clones are a little bit odd. The qcow files for the base are called "name.ro.qcow2" , and the incremental disk files for the clones are "name.ro.qcow2.qcow2". They should be called something like "basename.newname.qcow2"

New machine auto select type

When creating a new machine, if there is only one VM type, don't put a select or at least, show it already selected.

Add display_ip config

Add an entry at the config file to define the display ip. It will be used to define the IP for the remote display.

Get Domain info

Add a method to the domain to get the info:

  • max_mem
  • memory
  • cpu_time
  • n_virt_cpu
  • state

Available machines buttons go to base instead of clone

At the main user page "Available Machines" , it is listed each base with some buttons: Start , shutdown , pause. The start button calls /machine/clone/id.html . That is correct because we want to clone the id base. But the other buttons: shutdown, pause , should call the the cloned id, not to the base id.

So we should check , if that machine has clones for that user and make those buttons call that clone. Hide the buttons if there are not clones.

Ping the backend

Check the backend if it is alive. It can be done with the API: $RAVADA->ping_backend. It returns 1 if success, 0 otherwise. Add a warning in the frontend if the backend is not available.

Add access check to json routes

Many JSON routes from rvd_front.pl have no access check. Everybody can get that information. Make them available only to logged users. In case of sensitive information, make sure it is an admin user.

Add Help

New Help menu:

  • About
  • Requirements

Requirements something like:

Linux: virt-viewer
Windows: Spice plugin for Firefox http://bfy.tw/5Nur

Check for disk space

Some jobs require a lot of disk space. Add a disk space check for the storage before:

  • Creation of a new domain
  • Prepare a base
  • Clone a domain

Messages Table Format

Change the line size of the table and change the color of the collapsable messages content.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.