Skip to content

Commit d0a0380

Browse files
authored
Merge branch 'main' into RHIDP-8634-3
2 parents b8e3285 + db6f8d5 commit d0a0380

21 files changed

+305
-309
lines changed

artifacts/attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
:eks-brand-name: Amazon Elastic Kubernetes Service
8888
:eks-name: Elastic Kubernetes Service
8989
:eks-short: EKS
90-
:gcp-brand-name: Google Cloud Platform
91-
:gcp-short: GCP
90+
:gcp-brand-name: Google Cloud
91+
:gcp-short: Google Cloud
9292
:gke-brand-name: Google Kubernetes Engine
9393
:gke-short: GKE
9494

assemblies/assembly-install-rhdh-osd-gcp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
= Installing {product} on {osd-short} on {gcp-brand-name}
55
:context: assembly-install-rhdh-osd-gcp
66

7-
You can install {product-short} on {osd-short} on {gcp-brand-name} ({gcp-short}) using one of the following methods:
7+
You can install {product-short} on {osd-short} on {gcp-brand-name} using one of the following methods:
88

99
* The {product} Operator
1010
* The {product} Helm chart

assemblies/assembly-model-context-protocol-tools.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ include::modules/model-context-protocol-tools/proc-configuring-model-context-pro
1212

1313
include::modules/model-context-protocol-tools/proc-configuring-mcp-clients-to-access-the-rhdh-server.adoc[leveloffset=+2]
1414

15-
include::modules/model-context-protocol-tools/proc-configuring-mcp-tools-for-developer-lightspeed.adoc[leveloffset=+1]
16-
1715
include::assembly-using-the-mcp-tools-to-access-data.adoc[leveloffset=+1]
1816

1917
include::assembly-troubleshooting-mcp-server-and-client-problems.adoc[leveloffset=+1]

assemblies/assembly-orchestrator-rhdh.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ To start using Orchestrator in {product-very-short}, you must:
2424

2525
* Install the required infrastructure components, such as Red Hat OpenShift Serverless Operator, Knative Serving, Knative Eventing, and OpenShift Serverless Logic Operator
2626
* Configure your {product-custom-resource-type} custom resource (CR) or Helm values file for Orchestrator
27-
* Import the Orchestrator software templates into the {product} catalog
2827
2928
// orchestrator architecture
3029
include::modules/orchestrator/con-architecture-overview.adoc[leveloffset=+1]
@@ -48,4 +47,4 @@ include::modules/orchestrator/proc-manual-install-components-orchestrator-plugin
4847
include::modules/orchestrator/proc-helper-script-overview.adoc[leveloffset=+2]
4948

5049
// best practices when creating workflows
51-
include::modules/orchestrator/ref-best-practices-for-creating-workflows.adoc[leveloffset=+1]
50+
include::modules/orchestrator/ref-best-practices-for-creating-workflows.adoc[leveloffset=+1]

modules/about/ref-rhdh-sizing.adoc

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
[id="rhdh-sizing_{context}"]
44
= Sizing requirements for {product}
55

6-
Scaling the {product} requires significant resource allocation. The following table lists the sizing requirements for installing and running {product}, including {product-short} application, database components, and Operator.
6+
Learn about sizing requirements for {product}.
7+
Table 1 lists the sizing requirements for installing and running {product}, including {product-short} application, database components, and Operator.
8+
Table 2 lists recommended sizing requirements for {product-docs-link}/html-single/configuring_red_hat_developer_hub/index#configuring-external-postgresql-databases[external PostgreSQL deployment] based on the deployment scale.
79

810
.Recommended sizing for running {product}
911
[cols="25%,25%,25%,25%", frame="all", options="header"]
@@ -33,3 +35,53 @@ Scaling the {product} requires significant resource allocation. The following ta
3335
|3 or more
3436
|1 or more
3537
|===
38+
39+
.Recommended sizing for external PostgreSQL deployments with {product}
40+
[cols="25%,25%,25%,25%,25%", frame="all", options="header"]
41+
|===
42+
|Sizing legend
43+
|Small-scale
44+
|Mid-scale
45+
|Large-scale
46+
|Enterprise-scale
47+
48+
|Application usage
49+
|up to 5 thousand entities, up to 50 concurrent users
50+
|5–20 thousand entities, 50–150 concurrent users
51+
|20–50 thousand entities, 150–400 concurrent users
52+
|50–150 thousand entities, 400–800 concurrent users
53+
54+
|vCPU
55+
|2
56+
|4
57+
|8
58+
|16
59+
60+
|Memory
61+
|8 GiB
62+
|16 GiB
63+
|32 GiB
64+
|64 GiB
65+
66+
|Storage
67+
|50 GiB
68+
|100 GiB
69+
|200 GiB
70+
|500 GiB
71+
72+
|Number of replicas
73+
|1
74+
|2
75+
|2-3
76+
|3+
77+
78+
|PostgreSQL Database HA
79+
|1 primary
80+
|1 primary, 1 standby
81+
|1 primary, 1 synchronous standby
82+
|1 primary, 1 synchronous standby, 1 asynchronous replica
83+
|===
84+
85+
86+
87+

modules/authorization/proc-configuring-the-RBAC-backend-plugin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
You can configure the RBAC backend plugin by updating the `{my-app-config-file}` file to enable the permission framework.
77

88
.Prerequisites
9-
* You have installed the `@janus-idp/backstage-plugin-rbac` plugin in {product-short}. For more information, see {configuring-dynamic-plugins-book-link}[{configuring-dynamic-plugins-book-title}].
9+
* You have installed the `@backstage-community/plugin-rbac` plugin in {product-short}. For more information, see {configuring-dynamic-plugins-book-link}[{configuring-dynamic-plugins-book-title}].
1010

1111
.Procedure
1212
* Update the `{my-app-config-file}` file to enable the permission framework as shown:

modules/authorization/proc-setting-up-the-guest-authentication-provider.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
You can enable guest authentication and use it alongside the RBAC frontend plugin.
77

88
.Prerequisites
9-
* You have installed the `@janus-idp/backstage-plugin-rbac` plugin in {product-short}. For more information, see {configuring-dynamic-plugins-book-link}[{configuring-dynamic-plugins-book-title}].
9+
* You have installed the `@backstage-community/plugin-rbac` plugin in {product-short}. For more information, see {configuring-dynamic-plugins-book-link}[{configuring-dynamic-plugins-book-title}].
1010

1111
.Procedure
1212

modules/authorization/ref-rbac-permission-policies.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ conditions:
219219
key: type
220220
value: kubernetes-cluster
221221
----
222+
OCM permissions::
222223

223224
[cols="15%,25%,15%,45%", frame="all", options="header"]
224225
|===

modules/configuring-external-databases/proc-configuring-postgresql-instance-using-helm.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ You can configure an external PostgreSQL instance by using the Helm Chart. By de
77

88
.Prerequisites
99

10+
* You meet the {about-book-link}#rhdh-sizing_about-rhdh[Sizing requirements for external PostgreSQL deployments].
1011
* You are using a supported version of PostgreSQL. For more information, see the link:https://access.redhat.com/support/policy/updates/developerhub[Product life cycle page].
1112
* You have the following details:
1213
** `db-host`: Denotes your PostgreSQL instance Domain Name System (DNS) or IP address

modules/configuring-external-databases/proc-configuring-postgresql-instance-using-the-operator.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ You can configure an external PostgreSQL instance using the {product} Operator.
77

88
.Prerequisites
99

10+
* You meet the {about-book-link}#rhdh-sizing_about-rhdh[Sizing requirements for external PostgreSQL deployments].
1011
* You are using a supported version of PostgreSQL. For more information, see the link:https://access.redhat.com/support/policy/updates/developerhub[Product life cycle page].
1112
* You have the following details:
1213
** `db-host`: Denotes your PostgreSQL instance Domain Name System (DNS) or IP address

0 commit comments

Comments
 (0)