Skip to content

gridcentric/cobalt-heat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cobalt resource plugin for OpenStack Heat

Overview

This plugin provides a new resource type (OS::Cobalt::Instance) which largely imitates the AWS::EC2::Instance resource type. Rather than boot instances from scratch, Heat templates using this plugin can launch Cobalt live-images, taking advantage of Gridcentric's Virtual Memory Streaming technology for faster application readyness and lower resource consumption.

Installation

Heat plugins must reside in the plugins_dir directory defined in the Heat Engine configuration file. By default, the directories /usr/lib64/heat and /usr/lib/heat are searched.

To install the Cobalt resource plugin to an unmodified Heat installation using setuptools:

sudo python setup.py install --install-purelib=/usr/lib/heat

Note that you can also install the Cobalt resource plugin via pip:

sudo pip install --install-option="--install-purelib=/usr/lib/heat" cobalt-heat

Examples

See the directory examples/ for examples.

About

Cobalt resource plugin for OpenStack Heat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages