blob: 28dbd6b03502aa4220fb5277956fc128739166db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
.. _install-ubuntu:
================================
Install and configure for Ubuntu
================================
This section describes how to install and configure the Bare Metal
service for Ubuntu 14.04 (LTS).
.. include:: include/common-prerequisites.rst
Install and configure components
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#. Install from packages (using apt-get)
.. code-block:: console
# apt-get install ironic-api ironic-conductor python-ironicclient
#. Enable services
Services are enabled by default on Ubuntu.
.. include:: include/common-configure.rst
.. include:: include/configure-ironic-api.rst
.. include:: include/configure-ironic-api-mod_wsgi.rst
.. include:: include/configure-ironic-conductor.rst
|