Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

cmu-sei/TopoMojo-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


*** This application has been transition to a fresh repo. It will be archived after *** a transition period to v2.0.0 (which is in the "TopoMojo" repo).


TopoMojo

A virtual lab builder and player

Overview

TopoMojo is an ASP.NET CORE application for creating training content, or "Labs", and publishing those labs so others can consume them.

"Topo" is short for "topology", as in a network topology of computer hosts. "Mojo" is the magic of deploying and accessing those resources on demand.

Great for use in a classroom or training environment where hands- on skill building is desired.

Goals:

  • Abstract the infrastructure concerns from content producers.
  • One-click access for content consumers.

Getting Started

Build with Docker, or:

  1. Install .Net Core SDK 3.1
  2. dotnet run
  3. Browse to http://localhost:5000/api

NOTE: The separate topomojo-ui repository holds the user interface for this api.

By default, TopoMojo starts with a "Mock" hypervisor manager so you can investigate it without having to connect it to your hypervisors. When ready for that you'll need to edit the "Pod" fields in appsettings.conf, (or rather in an appsettings.Development.conf copy of it.)

TODO: More info

It also starts with an in-memory database; not usable for production, but nice for quick startup. Use the appsettings file to switch to PostgreSQL or SqlServer.

Roadmap

  • Add Administrator documentation
  • Support oVirt/kvm hypervisor