barbican/install-guide/source/install-obs.rst

1001 B

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.1 and SUSE Linux Enterprise Server 12 SP1.

Install and configure components

  1. Install the packages:

    # zypper install openstack-barbican-api openstack-barbican-keystone-listener openstack-barbican-worker

Finalize installation

  1. Copy the sample Apache vhost file into place:
# cp /etc/apache2/conf.d/barbican-api.conf.sample /etc/apache2/vhosts.d/barbican-api.conf
  1. Start the Apache HTTP service and configure it to start when the system boots:

    # systemctl enable apache2.service
    # systemctl start apache2.service