Frontend para la gestión de las Máquinas Virtuales en el IaaS de la ULL
Autor
Núñez García, MiriamFecha
2021Resumen
El objetivo de este proyecto es crear una aplicación web que permita la gestión de máquinas virtuales en el IaaS de la Universidad de La Laguna. En específico, diseñar el frontend de esta con una interfaz sencilla y funcional.
El IaaS de la ULL es un servicio proporcionado a la comunidad universitaria
como soporte para la docencia, de forma que tanto profesores como alumnos
pueden acceder a ella. Se utiliza la plataforma oVirt para albergar esta funcionalidad.
Actualmente, el IaaS se ha estado utilizando como se nombró anteriormente,
principalmente para la docencia. Sin embargo, no solo se reduce a eso, sino
que también llega a ser usado por los profesores, para sus investigaciones, o el
personal de administración y servicios de la universidad, para cualquier prueba
que necesiten. Además, es útil para aulas de ordenadores, ya que los alumnos no
se ven condicionados por el hardware de los equipos físicos, que normalmente
son menos potentes y están más desfasados que los de la nube.
Se desarrollará una aplicación web Single Page Application (SPA), basada
en el stack MEVN (MongoDB, Express, Vue.js, Node.js) con un diseño centrado en
Mobile First, aunque también dispondrá de una versión web. The goal of this project is to create a web application that allows the management of virtual machines in the IaaS of the University of La Laguna. Specifically,
the design and implementation of the frontend of this application with a simple
and functional interface.
The IaaS of the ULL is a service provided to the university community as a
support for teaching, so that both teachers and students can access it. The oVirt
platform is used to host this functionality.
Currently, IaaS has been used as named above, primarily for teaching. However, it is not only reduced to that, but it also comes to be used by the professors, for
their research, or the administration and services staff of the university, for any
test they need. In addition, it is useful for computer classrooms, since students
are not conditioned by the hardware of the physical equipment, which is usually
less powerful and more outdated than those in the cloud.
A Single Page Application (SPA) web application will be developed, based
on the MEVN stack (MongoDB, Express, Vue.js, Node.js) with a design focused on
Mobile First, although it will also have a web version.