Skip to main content
Version: 10 - TBD

DevStack Bundle

The DevStack bundle is a bundle in Cloudomation Engine that provides the content necessary to use Cloudomation DevStack.

important

In contrast to other bundles, it is not available via the bundle manager but will be delivered to you with the purchase of a DevStack licence.

You can see our pricing options for DevStack on our website.

Concept

Engine acts as the backend for DevStack. The DevStack bundle helps DevOps/DevStack administrators to configure templates for remote development environments (RDEs). Engine stores the information about the templates and the RDEs. The DevStack Self Service Portal provides an interface for developers to use the templates and interact with the RDEs.

The idea is, that all the complexity of configuration, access management, etc. takes place within Engine, while the Self Service Portal hides complexity and enables developers to easily create, access, and work with RDEs without having to worry about the underlying mechanics.

Contents

At the core of the DevStack bundle are two object templates, that together facilitate the definition and creation of templates and RDEs.

One is for defining RDE types (for general information like software to install on the virtual machine), the other for defining an RDE (for specific information like maximum uptime).

note

The logical separation of RDE types and RDEs gives DevStack administrator full flexibility in defining RDE types for different use-cases, while also enabling re-usability.

The DevStack bundle also comes with flows for the hooks for object templates. These automate lifecycle events of the object templates. For example, when a DevStack administrator creates a new RDE type, a hook automatically schedules its create-snapshot flow to run periodically.