e26c71bcf6
The following sections of the legacy install guide were imported: * Install and configure prerequisites * Install the Bare Metal service * Configure the Bare Metal service Only changes made to the documentation are the following: * Formatting changes (code-block, proper lists, etc.) * Structure changes (installation and configuration are now under a single section) * Heading titles formatting [0] [0] http://docs.openstack.org/contributor-guide/rst-conv/titles.html Change-Id: I0f1f5dacd4ed31ccfb4ac38c1ff2ecfc94e99ca4 Partial-bug: #1612278
13 lines
727 B
ReStructuredText
13 lines
727 B
ReStructuredText
The Bare Metal service is configured via its configuration file. This file
|
|
is typically located at ``/etc/ironic/ironic.conf``.
|
|
|
|
Although some configuration options are mentioned here, it is recommended that
|
|
you review all the `available options <https://git.openstack.org/cgit/openstack/ironic/tree/etc/ironic/ironic.conf.sample>`_
|
|
so that the Bare Metal service is configured for your needs.
|
|
|
|
It is possible to set up an ironic-api and an ironic-conductor services on the
|
|
same host or different hosts. Users also can add new ironic-conductor hosts
|
|
to deal with an increasing number of bare metal nodes. But the additional
|
|
ironic-conductor services should be at the same version as that of existing
|
|
ironic-conductor services.
|