deb-barbican/install-guide/source/install-obs.rst
Colleen Murphy 07961c89a8 Update SUSE distro information in install guide
SUSE tests their OpenStack packages on openSUSE Leap 42.2 and SLES 12
SP2, so this patch updates the install guide to address those newer
releases.

Change-Id: I9b823900a1562485b8d0fd96c4c1a8c0b248f13f
2017-04-19 20:04:57 +00:00

39 lines
1001 B
ReStructuredText

.. _install-obs:
Install and configure for openSUSE and SUSE Linux Enterprise
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This section describes how to install and configure the Key Manager service
for openSUSE Leap 42.2 and SUSE Linux Enterprise Server 12 SP2.
.. include:: common_prerequisites.rst
Install and configure components
--------------------------------
#. Install the packages:
.. code-block:: console
# zypper install openstack-barbican-api openstack-barbican-keystone-listener openstack-barbican-worker
.. include:: common_configure.rst
Finalize installation
---------------------
#. Copy the sample Apache vhost file into place:
.. code-block:: console
# cp /etc/apache2/conf.d/barbican-api.conf.sample /etc/apache2/vhosts.d/barbican-api.conf
#. Start the Apache HTTP service and configure it to start when the system boots:
.. code-block:: console
# systemctl enable apache2.service
# systemctl start apache2.service