You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add conditional text to Horizontal scaling in EDA (#2402)
* Add conditional text to Horizontal scaling in EDA
Add conditional content to con-hs-eda-controller.adoc to account for the differences between RPM and Container installations.
Correct inventory file attributes for containerized installer in horizontal scaling content
https://issues.redhat.com/browse/AAP-33624
* Updates based on peer review feedback
Copy file name to clipboardExpand all lines: downstream/modules/platform/con-hs-eda-controller.adoc
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,12 @@ With {EDAcontroller}, you can set up horizontal scaling for your events automati
7
7
The following node types are used in this deployment:
8
8
9
9
API node type:: Responds to the HTTP REST API of {EDAcontroller}.
10
-
Worker node type:: Runs an {EDAName} worker, which is the component of Event-Driven Ansible that not only manages projects and activations, but also executes the activations themselves.
10
+
Worker node type:: Runs an {EDAName} worker, which is the component of {EDAName} that not only manages projects and activations, but also executes the activations themselves.
11
11
Hybrid node type:: Is a combination of the API node and the worker node.
12
12
13
-
The following example shows how you would set up an inventory file for horizontal scaling of {EDAcontroller} on {RHEL} VMs using the host group name `[automationedacontroller]` and the node type variable `eda_node_type`:
13
+
// This content is used in RPM installation
14
+
ifdef::aap-install[]
15
+
The following example shows how you can set up an inventory file for horizontal scaling of {EDAcontroller} on {RHEL} VMs using the host group name `[automationedacontroller]` and the node type variable `eda_node_type`:
// This content is used in Containerized installation
29
+
ifdef::container-install[]
30
+
The following example shows how you can set up an inventory file for horizontal scaling of {EDAcontroller} on {RHEL} VMs using the host group name `[automationeda]` and the node type variable `eda_node_type`:
0 commit comments