trove/doc/source/install/install-ubuntu.rst
Nguyen Thanh Cong 20c4551533 Update OS Ubuntu and fix create configuration
Ubuntu 14.04 can't install Openstack latest, update to Ubuntu 18.04.
Create configuration need specific --datastore_version if no default
datastore is defined.

Change-Id: I78ab5fcb64837166a9807fbcc414a2538f85b6ac
2020-10-02 16:43:38 +07:00

1.2 KiB

Install and configure for Ubuntu

This section describes how to install and configure the Database service for Ubuntu 18.04 (LTS).

Install and configure components

  1. Install the packages:

    Warning

    Please be aware that the trove debian packages for Ubuntu are not usually up to date, especially when there are bugfixes for stable branch, the debian packages are not guaranteed to contain those changes. The recommended way to install OpenStack services is either using docker image with source code or installing source code inside a Python virutual environment.

    The commands to install Trove compoments:

    # apt-get update
    # apt-get install python-trove trove-common trove-api trove-taskmanager trove-conductor
    # pip3 install python-troveclient

Finalize installation

  1. Restart the Database services:

    # service trove-api restart
    # service trove-taskmanager restart
    # service trove-conductor restart