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
@@ -15,10 +16,10 @@ With ZTP and AI, you can provision {product-title} single nodes to run your DUs
15
16
16
17
* A hub cluster running ACM manages a disconnected internal registry that mirrors the {product-title} release images. The internal registry is used to provision the spoke single nodes.
17
18
18
-
* You manage the baremetal host machines for your DUs in an inventory file that uses YAML for formatting. You store the inventory file in a Git repository.
19
+
* You manage the bare-metal host machines for your DUs in an inventory file that uses YAML for formatting. You store the inventory file in a Git repository.
19
20
20
21
21
-
* You install the DU baremetal host machines on site, and make the hosts ready for provisioning. To be ready for provisioning, the following is required for each baremetal host:
22
+
* You install the DU bare-metal host machines on site, and make the hosts ready for provisioning. To be ready for provisioning, the following is required for each bare-metal host:
22
23
23
24
** Network connectivity - including DNS for your network. Hosts should be reachable through the hub and managed spoke clusters. Ensure there is layer 3 connectivity between the hub and the host where you want to install your hub cluster.
24
25
@@ -56,7 +57,7 @@ CRs are as follows:
56
57
This is the final step of the manifest creation phase.
57
58
58
59
|BareMetalHost
59
-
|Describes the details of the baremetal host, including BMC and credentials details.
60
+
|Describes the details of the bare-metal host, including BMC and credentials details.
60
61
|===
61
62
62
63
* When a change is detected in the host inventory repository, a host management event is triggered to provision the new or updated host.
= Installing Red Hat Advanced Cluster Management in a disconnected environment
7
8
8
9
You use {rh-rhacm-first} on a hub cluster in the disconnected environment to manage the deployment of distributed unit (DU) profiles on multiple managed spoke clusters.
. Use the `describe` command to provide an in-depth description of the agent’s condition. Statuses to be aware of include `BackendError`, `InputError`, `ValidationsFailing`, `InstallationFailed`, and `AgentIsConnected`. These statuses are relevant to the `Agent` and `AgentClusterInstall` custom resources.
34
35
+
35
36
[source,terminal]
36
37
----
37
-
$ oc describe agent -n <cluster-name>
38
+
$ oc describe agent -n <cluster_name>
38
39
----
39
40
40
41
. Check the cluster provisioning status:
41
42
+
42
43
[source,terminal]
43
44
----
44
-
$ oc get agentclusterinstall -n <cluster-name>
45
+
$ oc get agentclusterinstall -n <cluster_name>
45
46
----
46
47
47
48
. Use the `describe` command to provide an in-depth description of the cluster provisioning status:
0 commit comments