Jump to: navigation, search

Karbor/Devstack

< Karbor
Revision as of 14:20, 10 August 2016 by Yuval (talk | contribs) (Yuval moved page Smaug/Devstack to Karbor/Devstack: Project Rename)

Basic Setup

In order to install Smaug using Devstack on a single node, add the following to your local.conf, under [[local|localrc]]:

 enable_plugin smaug http://git.openstack.org/openstack/smaug master
 enable_plugin smaug-dashboard http://git.openstack.org/openstack/smaug-dashboard master
 enable_service smaug-api
 enable_service smaug-operationengine
 enable_service smaug-protection
 # Smaug Dashboard depends on Horizon
 enable_service smaug-dashboard


Dependencies and Optional Dependencies

Heat (dependency)

 enable_service h-eng h-api h-api-cfn h-api-cw

Swift (recommended)

Swift is highly recommended as it is the default Bank implementation.

 SWIFT_REPLICAS=1
 SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
 SWIFT_DATA_DIR=$DEST/data
 enable_service s-proxy s-object s-container s-account