File tree Expand file tree Collapse file tree 2 files changed +60
-4
lines changed
telco_ref_design_specs/core Expand file tree Collapse file tree 2 files changed +60
-4
lines changed Original file line number Diff line number Diff line change 1+ // Module included in the following assemblies:
2+ //
3+ // * telco_ref_design_specs/core/telco-core-ref-crs.adoc
4+
5+ :_mod-docs-content-type: PROCEDURE
6+ [id="telco-core-rds-container_{context} "]
7+ = Extracting the telco core reference design configuration CRs
8+
9+ You can extract the complete set of custom resources (CRs) for the telco core profile from the `telco-core-rds-rhel9` container image.
10+ The container image has both the required CRs, and the optional CRs, for the telco core profile.
11+
12+ .Prerequisites
13+
14+ * You have installed `podman` .
15+
16+ .Procedure
17+
18+ * Extract the content from the `telco-core-rds-rhel9` container image by running the following commands:
19+ +
20+ [source,terminal]
21+ ----
22+ $ mkdir -p ./out
23+ ----
24+ +
25+ [source,terminal]
26+ ----
27+ $ podman run -it registry.redhat.io/openshift4/telco-core-rds-rhel9:v4.16 | base64 -d | tar xv -C out
28+ ----
29+
30+ .Verification
31+
32+ * The `out` directory has the following folder structure. You can view the telco core CRs in the `out/telco-core-rds/` directory.
33+ +
34+ .Example output
35+ [source,text]
36+ ----
37+ out/
38+ └── telco-core-rds
39+ ├── configuration
40+ │ └── reference-crs
41+ │ ├── optional
42+ │ │ ├── logging
43+ │ │ ├── networking
44+ │ │ │ └── multus
45+ │ │ │ └── tap_cni
46+ │ │ ├── other
47+ │ │ └── tuning
48+ │ └── required
49+ │ ├── networking
50+ │ │ ├── metallb
51+ │ │ ├── multinetworkpolicy
52+ │ │ └── sriov
53+ │ ├── other
54+ │ ├── performance
55+ │ ├── scheduling
56+ │ └── storage
57+ │ └── odf-external
58+ └── install
59+ ----
Original file line number Diff line number Diff line change @@ -10,10 +10,7 @@ toc::[]
1010Use the following custom resources (CRs) to configure and deploy {product-title} clusters with the {rds} profile.
1111Use the CRs to form the common baseline used in all the specific use models unless otherwise indicated.
1212
13- [NOTE]
14- ====
15- The {rds} CRs are available in link:https://github.com/openshift-kni/telco-reference/tree/release-4.15[GitHub].
16- ====
13+ include::modules/telco-core-rds-container.adoc[leveloffset=+1]
1714
1815include::modules/telco-core-crs-resource-tuning.adoc[leveloffset=+1]
1916
You can’t perform that action at this time.
0 commit comments