8000 GitHub - epics-training/training-vm: Flexible maintainable training VM based on VirtualBox and Ansible
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

epics-training/training-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powerful Flexible Modular Scripted VM-Setup for EPICS

This Training-VM repo contains code (and documentation) to set up a virtual machine with EPICS Base and other modules in a scripted, reproducible fashion.

The original and main use case are EPICS Training events, where each event uses a different set of training modules. Nevertheless, the setup can also be used to prepare a personal development machine or to prepare portable small instances of "control system" that can be deployed at collaborators, vendors or customers.

A setup for a specific event can be prepared and updated remotely, allowing to distribute an "empty" VM that pulls and installs everything needed for a specific training event from remote git repos. (This install process will take some time - depending on host and setup - typically under an hour.)

To minimize the install time, a "fully installed" VM can also be distributed, keeping the possibility to update the content at any time with last-minute changes.

Goals

We hope to achieve two main goals:

  1. Provide a portable platform for hands-on training events that is shared, modular, extensible and adapted to the workflow of preparing a training event.

  2. Use the Training-VM to show a (scripted) good-practice way of setting up an EPICS system: download released sources, compile and set up from scratch, using standard methods and structures.

A Training-VM instance should not only be a fully functional minimal system, but also - in the setup scripts - contain the instructions how to get there.

Technology

We are using VirtualBox to create the virtual machine, which can be run on Linux, Windows and Mac hosts.

We are using Ansible to install and configure the software on the Training-VM.

Workflow

There are two steps to create a Training-VM instance:

  1. Create the VirtualBox VM (manually or using Vagrant)
  2. Bootstrap and Update the Training-VM to install the training-specific software and content

The instructions show in more detail how to set up your VM instance. If you already have set up your VM, you can directly jump to the bootstrap and update section.

About

Flexible maintainable training VM based on VirtualBox and Ansible

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 8

0