mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
ref config updates Adding generated YAML + modules from the RDS Reorganizing TOC Adding latest RDS updates RDS doc updates RDS YAML updates Shanes review latest updates + new components overview diagram David J's review comments CCS attributes update Ian's review comments adding Hari's deviations update updating 4.14 link URLs Generalizes scope and deviation topics for RAN and Core updates for RDS prod version update deviations wording Updating deviation and scope topics consolidate dev and scope topics + intro Adding link to ztp-site-generate procedure typo final changes for RDS typos Ian's comments update for RDS terminology remove core CRs note add GH core CRs link
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * scalability_and_performance/ztp_far_edge/ztp-precaching-tool.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="ztp-getting-tool_{context}"]
|
|
= Getting the {factory-prestaging-tool}
|
|
|
|
The {factory-prestaging-tool} Go binary is publicly available in link:https://quay.io/openshift-kni/telco-ran-tools:latest[the {rds-first} tools container image].
|
|
The {factory-prestaging-tool} Go binary in the container image is executed on the server running an {op-system} live image using `podman`.
|
|
If you are working in a disconnected environment or have a private registry, you need to copy the image there so you can download the image to the server.
|
|
|
|
.Procedure
|
|
|
|
* Pull the {factory-prestaging-tool} image by running the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
# podman pull quay.io/openshift-kni/telco-ran-tools:latest
|
|
----
|
|
|
|
.Verification
|
|
|
|
* To check that the tool is available, query the current version of the {factory-prestaging-tool} Go binary:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
# podman run quay.io/openshift-kni/telco-ran-tools:latest -- factory-precaching-cli -v
|
|
----
|
|
|
|
+
|
|
.Example output
|
|
[source,terminal]
|
|
----
|
|
factory-precaching-cli version 20221018.120852+main.feecf17
|
|
----
|