Installation

Single-node Devstack Installation

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

Depenencies

Heat

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

Cinder (optional)

enable_service cinder c-api c-vol c-sch c-bak

Glance (optional)

enable_service g-api g-reg

Nova (optional)

enable_service n-cpu n-api n-crt n-cond n-sch n-novnc n-cauth

Neutron (optional)

enable_service neutron q-svc q-agt q-dhcp q-meta
disable_service n-net

Table Of Contents

Previous topic

Introduction

Next topic

Usage Example

Project Source

This Page