Skip to content

Commit c352238

Browse files
Ultimate-etamitlUkcarmichael08
authored andcommitted
fixing up issues for bad sshKey declaration in install-config.yaml
and removing additional spaces before "EOF" for sample configs files of agent-config.yaml and install-config.yaml Signed-off-by: Ultimate-etamitlU <[email protected]>
1 parent 0e8faa7 commit c352238

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

modules/installing-ocp-agent-inputs.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ networking:
6363
platform:
6464
none: {}
6565
pullSecret: '<pull_secret>' <4>
66-
sshKey: |
67-
'<ssh_pub_key>' <5>
68-
EOF
66+
sshKey: '<ssh_pub_key>' <5>
67+
EOF
6968
----
7069
+
7170
<1> Specify the system architecture, valid values are `amd64` and `arm64`.
@@ -151,12 +150,12 @@ hosts: <2>
151150
next-hop-address: 192.168.111.2
152151
next-hop-interface: eno1
153152
table-id: 254
154-
EOF
153+
EOF
155154
----
156155
+
157156
<1> This IP address is used to determine which node performs the bootstrapping process as well as running the `assisted-service` component.
158157
You must provide the rendezvous IP address when you do not specify at least one host's IP address in the `networkConfig` parameter. If this address is not provided, one IP address is selected from the provided hosts' `networkConfig`.
159158
<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.
160159
<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.
161160
<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.
162-
<5> Optional: Configures the network interface of a host in NMState format.
161+
<5> Optional: Configures the network interface of a host in NMState format.

0 commit comments

Comments
 (0)