Skip to content

Commit 5e789f6

Browse files
kcarmichael08dfitzmau
authored andcommitted
Merge pull request openshift#66207 from openshift-cherrypick-robot/cherry-pick-66190-to-enterprise-4.14
2 parents a82c1ec + d9ddeb1 commit 5e789f6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

modules/installing-ocp-agent-inputs.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ networking:
7373
platform:
7474
none: {}
7575
pullSecret: '<pull_secret>' <4>
76-
sshKey: |
77-
'<ssh_pub_key>' <5>
78-
EOF
76+
sshKey: '<ssh_pub_key>' <5>
77+
EOF
7978
----
8079
+
8180
<1> Specify the system architecture, valid values are `amd64` and `arm64`.
@@ -161,7 +160,7 @@ hosts: <2>
161160
next-hop-address: 192.168.111.2
162161
next-hop-interface: eno1
163162
table-id: 254
164-
EOF
163+
EOF
165164
----
166165
+
167166
<1> This IP address is used to determine which node performs the bootstrapping process as well as running the `assisted-service` component.
@@ -190,4 +189,4 @@ endif::pxe-boot[]
190189

191190
ifeval::["{context}" == "prepare-pxe-assets-agent"]
192191
:!pxe-boot:
193-
endif::[]
192+
endif::[]

welcome/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
include::_attributes/common-attributes.adoc[]
55
:context: welcome-index
66

7+
TEST!
8+
79
[.lead]
810
ifndef::openshift-rosa,openshift-telco[]
911
Welcome to the official {product-title} {product-version} documentation, where you can learn about {product-title} and start exploring its features.

0 commit comments

Comments
 (0)