Skip to content

Commit a4cc3ad

Browse files
authored
Changes to operator mesh setup (RedHatInsights#1211)
* Changes to operator mesh setup Amend Peers from Control nodes Adding a Remote Execution Node to AAP https://issues.redhat.com/browse/AAP-22358 * Changes to operator mesh setup Moved removing instances section Adding a Remote Execution Node to AAP https://issues.redhat.com/browse/AAP-22358 * Changes to operator mesh setip Added reference to RHEL subscriptions Adding a Remote Execution Node to AAP https://issues.redhat.com/browse/AAP-22358 * Changes to operator mesh setup Correction Adding a Remote Execution Node to AAP https://issues.redhat.com/browse/AAP-22358 * Changes to operator mesh set up Correction Adding a Remote Execution Node to AAP https://issues.redhat.com/browse/AAP-22358 * Changes to operator mesh setup Changed reference to Simple Content Access Adding a Remote Execution Node to AAP https://issues.redhat.com/browse/AAP-22358
1 parent 906e5a8 commit a4cc3ad

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

downstream/assemblies/platform/assembly-automation-mesh-operator-aap.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ For more information, see link:{BaseURL}/red_hat_ansible_automation_platform/{Pl
1717
include::platform/ref-operator-mesh-prerequisites.adoc[leveloffset=+1]
1818
include::platform/proc-set-up-virtual-machines.adoc[leveloffset=+1]
1919
include::platform/proc-define-mesh-node-types.adoc[leveloffset=+1]
20-
include::platform/ref-removing-instances.adoc[leveloffset=+2]
2120
include::platform/proc-controller-create-instance-group.adoc[leveloffset=+1]
2221
include::platform/proc-controller-associate-instances-to-instance-group.adoc[leveloffset=+1]
2322
include::platform/proc-run-jobs-on-execution-nodes.adoc[leveloffset=+1]
2423
//include::platform/proc-connecting-nodes-through-mesh-ingress.adoc[leveloffset=+1]
2524
include::platform/proc-pulling-the-secret.adoc[leveloffset=+1]
25+
include::platform/ref-removing-instances.adoc[leveloffset=+1]
2626

2727

2828

downstream/modules/platform/proc-define-mesh-node-types.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,13 @@ Options:
4848
4949
** *Enable Instance*: Check this box to make it available for jobs to run on an execution node.
5050
** Check the *Managed by Policy* box to enable policy to dictate how the instance is assigned.
51-
** Check the *Peers from control nodes* box to enable control nodes to peer to this instance automatically. For hop nodes, check the *Peers from Control* nodes box to create a direct communication link between the hop node and {ControllerName}.
52-
For execution nodes that communicate with hop nodes, do not check this box.
51+
** Check the *Peers from control nodes* box to enable control nodes to peer to this instance automatically.
52+
For nodes connected to {ControllerName}, check the *Peers from Control* nodes box to create a direct communication link between that node and {ControllerName}.
53+
For all other nodes:
54+
55+
*** If you are not adding a hop node, make sure *Peers from Control* is checked.
56+
*** If you are adding a hop node, make sure *Peers from Control* is not checked.
57+
*** For execution nodes that communicate with hop nodes, do not check this box.
5358
** To peer an execution node with a hop node, click the image:search.png[Search,15,15] icon next to the *Peers* field.
5459
+
5560
The Select Peers window is displayed.
@@ -159,6 +164,8 @@ After this playbook runs, your automation mesh is configured.
159164
+
160165
image::instances_list_view2.png[Instances list view]
161166
167+
To remove an instance from the mesh, see xref:ref-removing-instances[Removing instances].
168+
162169
163170
164171

downstream/modules/platform/proc-set-up-virtual-machines.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If Simple Content Access is enabled for your account, use:
3737
sudo subscription-manager register
3838
----
3939
+
40-
For more information about Simple Content Access, see link:https://access.redhat.com/articles/simple-content-access[Simple Content Access].
40+
For more information about Simple Content Access, see link:{BaseURL}/subscription_central/1-latest/html/getting_started_with_simple_content_access/index[Getting started with simple content access].
4141

4242
. Enable {PlatformNameShort} subscriptions and the proper {PlatformName} channel:
4343
+

downstream/modules/platform/ref-operator-mesh-prerequisites.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
The automation mesh is dependent on hop and execution nodes running on {RHEL} (RHEL).
66
Your {PlatformName} subscription grants you ten {RHEL} licenses that can be used for running components of {PlatformNameShort}.
7+
8+
For additional information about {RHEL} subscriptions, see link:{BaseURL}/red_hat_enterprise_linux/9/html/configuring_basic_system_settings/assembly_registering-the-system-and-managing-subscriptions_configuring-basic-system-settings[Registering the system and managing subscriptions] in the {RHEL} documentation.
9+
710
The following steps prepare the RHEL instances for deployment of the automation mesh.
811

912
. You require a {RHEL} operating system.

0 commit comments

Comments
 (0)