Jump to: navigation, search

Difference between revisions of "Karbor/Devstack"

(Basic Setup)
(Basic Setup)
 
Line 3: Line 3:
 
In order to install Karbor using Devstack on a single node, add the following to your local.conf, under <nowiki>[[local|localrc]]</nowiki>:
 
In order to install Karbor using Devstack on a single node, add the following to your local.conf, under <nowiki>[[local|localrc]]</nowiki>:
  
   enable_plugin karbor http://git.openstack.org/openstack/karbormaster
+
   enable_plugin karbor http://git.openstack.org/openstack/karbor master
 
   enable_plugin karbor-dashboard http://git.openstack.org/openstack/karbor-dashboard master
 
   enable_plugin karbor-dashboard http://git.openstack.org/openstack/karbor-dashboard master
 
   enable_service karbor-api
 
   enable_service karbor-api

Latest revision as of 01:06, 12 August 2016

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