diff --git a/modules/installing-ocp-agent-inputs.adoc b/modules/installing-ocp-agent-inputs.adoc index 82200710846e..e43500211a45 100644 --- a/modules/installing-ocp-agent-inputs.adoc +++ b/modules/installing-ocp-agent-inputs.adoc @@ -63,9 +63,8 @@ networking: platform: none: {} pullSecret: '' <4> -sshKey: | - '' <5> - EOF +sshKey: '' <5> +EOF ---- + <1> Specify the system architecture, valid values are `amd64` and `arm64`. @@ -151,7 +150,7 @@ hosts: <2> next-hop-address: 192.168.111.2 next-hop-interface: eno1 table-id: 254 - EOF +EOF ---- + <1> This IP address is used to determine which node performs the bootstrapping process as well as running the `assisted-service` component. @@ -159,4 +158,4 @@ You must provide the rendezvous IP address when you do not specify at least one <2> Optional: Host configuration. The number of hosts defined must not exceed the total number of hosts defined in the `install-config.yaml` file, which is the sum of the values of the `compute.replicas` and `controlPlane.replicas` parameters. <3> Optional: Overrides the hostname obtained from either the Dynamic Host Configuration Protocol (DHCP) or a reverse DNS lookup. Each host must have a unique hostname supplied by one of these methods. <4> Enables provisioning of the Red Hat Enterprise Linux CoreOS (RHCOS) image to a particular device. It examines the devices in the order it discovers them, and compares the discovered values with the hint values. It uses the first discovered device that matches the hint value. -<5> Optional: Configures the network interface of a host in NMState format. \ No newline at end of file +<5> Optional: Configures the network interface of a host in NMState format.