Sandbox Definition
The Sandbox Definition is a directory structure stored as a Git repository managed by KYPO instructors to define a sandbox topology and provisioning of sandbox nodes.
The simplest directory structure of Sandbox Definition:
sandbox-definition/
├── sandbox.yml
└── provisioning/
└── playbook.yml
- sandbox.yml: a Topology Definition of a topology that will be deployed in the cloud. Once deployed it is called Topology Instance.
- provisioning: a directory structure of a Sandbox Provisioning which is intended for Topology Instance customization. Once provisioned it is called a Sandbox.