summaryrefslogtreecommitdiff
path: root/install-guide/source/install-ubuntu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'install-guide/source/install-ubuntu.rst')
-rw-r--r--install-guide/source/install-ubuntu.rst25
1 files changed, 21 insertions, 4 deletions
diff --git a/install-guide/source/install-ubuntu.rst b/install-guide/source/install-ubuntu.rst
index dbc715b6a..28dbd6b03 100644
--- a/install-guide/source/install-ubuntu.rst
+++ b/install-guide/source/install-ubuntu.rst
@@ -1,14 +1,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:: common_prerequisites.rst
+.. 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
-Please follow the `Install the Bare Metal service <http://docs.openstack.org/developer/ironic/deploy/install-guide.html#install-the-bare-metal-service>`_ section of the legacy installation guide.
+.. include:: include/configure-ironic-conductor.rst