trove/install-guide/source/install-obs.rst
Andreas Jaeger 696d80d4a8 Add Install Guide
This adds trove-specific contents of the OpenStack Installation Guide
in the trove repo per [1]. A separate change will remove the heat
contents from the OpenStack Installation Guide for Newton per [2].

This is a verbatim import from the content in openstack-manuals with
minimal changes to get content building.

Also adds tox.ini environment for install-guide and adds
openstackdocs-theme to test-requirements.txt.

From lmichaels -- added a statement to the next-steps doc.

[1]
http://specs.openstack.org/openstack/docs-specs/specs/newton/project-specific-installguides.html
[2]
http://specs.openstack.org/openstack/docs-specs/specs/newton/installguide.html
[3] https://review.openstack.org/#/c/314229/

Partially-Implements: blueprint projectspecificinstallguides
Change-Id: Idf8cb90536fd4b4d9a2d0695ef30f498b1283410
2016-06-16 15:48:29 -07:00

1.1 KiB

Install and configure for openSUSE and SUSE Linux Enterprise

This section describes how to install and configure the Database service for openSUSE Leap 42.1 and SUSE Linux Enterprise Server 12 SP1.

Install and configure components

  1. Install the packages:

    # zypper --quiet --non-interactive install python-oslo.db \
      python-MySQL-python
    
    # zypper --quiet --non-interactive install openstack-trove-api \
      openstack-trove-taskmanager openstack-trove-conductor \
      openstack-trove-guestagent

Finalize installation

Start the Database services and configure them to start when the system boots:

# systemctl enable openstack-trove-api.service \
  openstack-trove-taskmanager.service \
  openstack-trove-conductor.service

# systemctl start openstack-trove-api.service \
  openstack-trove-taskmanager.service \
  openstack-trove-conductor.service