Skip to content
Snippets Groups Projects
Michal Urban's avatar
Michal Urban authored
Merge branch '222-instead-of-hostpath-use-kubernetes-volume-for-ansible_runner-files' into 'develop'

Resolve "Instead of hostPath use Kubernetes volume for ansible_runner files"

Closes #222

See merge request muni-kypo-crp/backend-python/kypo-sandbox-service!225
9e7fbfe6
History

Content

  1. KYPO Sandbox Service
    1. Authors
    2. Installation
    3. Project Modules
    4. Wiki

KYPO Sandbox Service

This project simplifies manipulation of OpenStack cloud platform for KYPO purposes.

It provides REST calls for manipulation with:

  • Sandbox definitions
  • Pools of sandboxes
  • Sandboxes themselves
  • Applying Ansible playbooks on sandbox machines

Project Modules

This Django project contains three apps and one common library.

  • Sandbox Common Lib with common functionality
  • Sandbox Defintion App which handles the sandbox defintions
  • Sandbox Ansible App which runs Asible on the sandbox
  • Sandbox Instance App which manges the sanfboxes

Installation

The requirements and installation process is described in detail in Installation Documentation found in this wiki.

Wiki

The wiki with documentation to this project: KYPO Sandbox Service wiki