이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 15. Install Database-as-a-Service (Technology Preview)


The OpenStack Database-as-a-Service (trove) allows users to easily provision single-tenant databases, and bypass much of the traditional administrative overhead involved in deploying, using, managing, monitoring, and scaling databases.

Warning

DEPRECATION NOTICE: Beginning in Red Hat OpenStack Platform 10, the OpenStack Trove service will no longer be included in the Red Hat OpenStack Platform distribution. We are working with a trusted partner to provide our customers with a production ready DBaaS service. Please contact your sales account manager to learn more about this option.

Warning

The OpenStack Database-as-a-Service is available in this release as a Technology Preview, and therefore is not fully supported by Red Hat. It should only be used for testing, and should not be deployed in a production environment. For more information about Technology Preview features, see Scope of Coverage Details.

15.1. Database-as-a-Service Requirements

The following steps are requirements for using the Database-as-a-Service:
  1. Update the admin user's password:
    # keystone user-password-update --pass ADMIN_PASSWORD admin
  2. Update the /root/keystonerc_admin file with the new password:
    export OS_USERNAME=admin
    export OS_TENANT_NAME=admin
    export OS_PASSWORD=ADMIN_PASSWORD
    export OS_AUTH_URL=http://keystone IP:5000/v2.0/
    export PS1='[\u@\h \W(keystone_admin)]\$ '
  3. Load the environment variables and make sure the admin user has the admin role in the services tenant:
    # source keystonerc_admin
    ~(keystone_admin)]# keystone user-role-add --user admin --tenant services --role admin
    ~(keystone_admin)]# keystone user-role-list --user admin --tenant services
    +----------------------------------+-------+----------------------------------+----------------------------------+
    |                id                |  name |             user_id              |            tenant_id             |
    +----------------------------------+-------+----------------------------------+----------------------------------+
    | 4501ce8328324ef5bf1ed93ceb5494e6 | admin | 4db867e819ad40e4bf79681bae269084 | 70cd02c84f86471b8dd934db46fb484f |
    +----------------------------------+-------+----------------------------------+----------------------------------+
Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

© 2024 Red Hat, Inc.