Skip to content

Commit 28bf7e3

Browse files
committed
Update enabling assisted service topic
1 parent cdadf09 commit 28bf7e3

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

modules/ztp-enabling-assisted-installer-service-on-bare-metal.adoc

+15-8
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,28 @@
2626
$ oc edit AgentServiceConfig
2727
----
2828

29-
. Add the following entry to the `items.spec.osImages` field in the CR:
29+
. Add the following entry to the `spec.osImages` field in the CR:
3030
+
3131
[source,yaml,subs="attributes+"]
3232
----
33-
- cpuArchitecture: x86_64
34-
openshiftVersion: "{product-version}"
35-
rootFSUrl: https://<host>/<path>/rhcos-live-rootfs.x86_64.img
36-
url: https://<host>/<path>/rhcos-live.x86_64.iso
33+
apiVersion: agent-install.openshift.io/v1beta1
34+
kind: AgentServiceConfig
35+
metadata:
36+
name: agent
37+
spec:
38+
# ...
39+
osImages:
40+
- cpuArchitecture: x86_64
41+
openshiftVersion: "{product-version}"
42+
rootFSUrl: https://<host>/<path>/rhcos-live-rootfs.x86_64.img
43+
url: https://<host>/<path>/rhcos-live.x86_64.iso
3744
----
3845
+
3946
where:
4047
+
4148
--
42-
<host> :: Is the fully qualified domain name (FQDN) for the target mirror registry HTTP server.
43-
<path> :: Is the path to the image on the target mirror registry.
49+
<host> :: Specifies the fully qualified domain name (FQDN) for the target mirror registry HTTP server.
50+
<path> :: Specifies the path to the image on the target mirror registry.
4451
--
4552
+
46-
Save and quit the editor to apply the changes.
53+
Save and quit the editor to apply the changes.

0 commit comments

Comments
 (0)