summaryrefslogtreecommitdiff
path: root/install-guide/source/install-debian.rst
diff options
context:
space:
mode:
Diffstat (limited to 'install-guide/source/install-debian.rst')
-rw-r--r--install-guide/source/install-debian.rst46
1 files changed, 46 insertions, 0 deletions
diff --git a/install-guide/source/install-debian.rst b/install-guide/source/install-debian.rst
new file mode 100644
index 000000000..055b7f841
--- /dev/null
+++ b/install-guide/source/install-debian.rst
@@ -0,0 +1,46 @@
+.. _install-debian:
+
+Install and configure for Debian
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This section describes how to install and configure the Orchestration service
+for Debian.
+
+Install and configure components
+--------------------------------
+
+
+#. Run the following commands to install the packages:
+
+ .. code-block:: console
+
+ # apt-get install heat-api heat-api-cfn heat-engine python-heat-client
+
+#. Respond to prompts for debconf.
+
+ .. :doc:`database management <debconf/debconf-dbconfig-common>`,
+ :doc:`Identity service credentials <debconf/debconf-keystone-authtoken>`,
+ :doc:`service endpoint registration <debconf/debconf-api-endpoints>`,
+ and :doc:`message broker credentials <debconf/debconf-rabbitmq>`.
+
+#. Edit the ``/etc/heat/heat.conf`` file and complete the following
+ actions:
+
+ * In the ``[ec2authtoken]`` section, configure Identity service access:
+
+ .. code-block:: none
+
+ [ec2authtoken]
+ ...
+ auth_uri = http://controller:5000/v2.0
+
+Finalize installation
+---------------------
+
+1. Restart the Orchestration services:
+
+ .. code-block:: console
+
+ # service heat-api restart
+ # service heat-api-cfn restart
+ # service heat-engine restart