Jump to: navigation, search

Karbor/Devstack

Basic Setup

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

 enable_plugin karbor http://git.openstack.org/openstack/karbor master
 enable_plugin karbor-dashboard http://git.openstack.org/openstack/karbor-dashboard master
 enable_service karbor-api
 enable_service karbor-operationengine
 enable_service karbor-protection
 # Karbor Dashboard depends on Horizon
 enable_service karbor-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