Skip to content

Commit 0f7e84c

Browse files
committed
Add a configuration-db including both internal/external
1 parent 45ee333 commit 0f7e84c

File tree

5 files changed

+11
-20
lines changed

5 files changed

+11
-20
lines changed
File renamed without changes.

_includes/internal-configuration-db.md renamed to _includes/configuration-db-internal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Configuring an Internal Database
1+
#### Configuring an Internal Database
22

33
Before installing an internal database, add a disk to the infrastructure
44
hosting your appliance. See the documentation specific to your

_includes/configuration-db.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{{ site.data.product.title_short }} uses a database to store information about the
2+
environment. Before using {{ site.data.product.title_short }}, configure the database
3+
options for it; {{ site.data.product.title_short }} provides the following two
4+
options for database configuration:
5+
6+
{% include configuration-db-internal.md %}
7+
{% include configuration-db-external.md %}

_includes/configuration.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,7 @@ after five minutes of inactivity.
3434

3535
### Configuring a Database
3636

37-
{{ site.data.product.title_short }} uses a database to store information about the
38-
environment. Before using {{ site.data.product.title_short }}, configure the database
39-
options for it; {{ site.data.product.title_short }} provides the following two
40-
options for database configuration:
41-
42-
- Configure the appliance to use an internal PostgreSQL database
43-
- Configure the appliance to use an external PostgreSQL database
44-
45-
{% include internal-configuration-db.md %}
46-
{% include external-configuration-db.md %}
37+
{% include configuration-db.md %}
4738

4839
### Configure Messaging
4940

quickstart_openstack_provider_guide/_topics/configuration-quick.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,9 @@ through `virsh`:
2323

2424
{% include configuration-advanced.md %}
2525

26-
### Configuring a Database for {{ site.data.product.title_short }}
26+
### Configuring a Database
2727

28-
{{ site.data.product.title_short }} supports the use of an internal or external database.
29-
The following instructions are suitable for configuring an *internal*
30-
database. For instructions on how to configure an external database
31-
instead, see [Configuring an External
32-
Database](https://access.redhat.com/documentation/en/red-hat-cloudforms/4.1/single/installing-red-hat-cloudforms-on-red-hat-enterprise-linux-openstack-platform#configuring_an_external_database).
33-
34-
{% include internal-configuration-db.md %}
35-
{% include external-configuration-db.md %}
28+
{% include configuration-db.md %}
3629

3730
### Configuring General {{ site.data.product.title_short }} Settings
3831

0 commit comments

Comments
 (0)