Files
trove/doc/source/install/verify.rst
XieYingYun 82b753cff6 Optimize the link address in docs
Use https instead of http to ensure the safety without containing our
account/password information.Deleted some invalid URLs.

Change-Id: I45e5f66422a70232dded3e09e0a32bf3f6710ddf
2025-02-14 11:30:04 +00:00

1.1 KiB

Verify operation

Verify operation of the Database service.

Note

Perform these commands on the node where you installed trove.

  1. Source the admin tenant credentials:

    $ . admin-openrc
  2. Check the openstack database instance list command should work.

    $ openstack database instance list
  3. Add a datastore to trove:

    • Create and upload trove guest image. Create an image for the type of database you want to use, for example, MySQL, MariaDB, etc.

    • Create a datastore. You need to create at least one datastore version for each type of database supported. This example creates a datastore version for MySQL 5.7.29:

      $ openstack datastore version create 5.7.29 mysql mysql "" \
        --image-tags trove,mysql \
        --active --default
  4. Create a database instance.