File: install-ubuntu.rst

package info (click to toggle)
ironic 1%3A21.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,704 kB
  • sloc: python: 151,217; sh: 3,175; pascal: 709; xml: 369; makefile: 79
file content (33 lines) | stat: -rw-r--r-- 801 bytes parent folder | download
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
32
33
.. _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.inc

Install and configure components
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#. Install from packages (using apt-get)

   .. code-block:: console

      # apt-get install ironic-api ironic-conductor python3-ironicclient

#. Enable services

   Services are enabled by default on Ubuntu.

.. include:: include/common-configure.inc

.. include:: include/configure-ironic-api.inc

.. include:: include/configure-ironic-api-mod_wsgi.inc

.. include:: include/configure-ironic-conductor.inc

.. include:: include/configure-ironic-singleprocess.inc