You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. In {rh-rhacm} 2.7 and later, the multicluster engine enables the `cluster-proxy-addon` feature by default.
52
52
To disable this feature, apply the following patch to disable and remove the relevant hub cluster and managed cluster pods that are responsible for this add-on.
Copy file name to clipboardExpand all lines: modules/ztp-preparing-the-ztp-git-repository.adoc
+27-30Lines changed: 27 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Before you can use the {ztp-first} pipeline, you need to prepare the Git reposit
20
20
+
21
21
[NOTE]
22
22
====
23
-
Keep `SiteConfig` and `PolicyGenTemplate` CRs in separate directories.
23
+
Keep `SiteConfig` and `PolicyGenTemplate` CRs in separate directories.
24
24
Both the `SiteConfig` and `PolicyGenTemplate` directories must contain a `kustomization.yaml` file that explicitly includes the files in that directory.
25
25
====
26
26
@@ -54,24 +54,21 @@ $ podman run --log-driver=none --rm registry.redhat.io/openshift4/ztp-site-gener
54
54
55
55
. The out/extra-manifests directory contains the reference manifests for a RAN DU cluster.
56
56
Copy the `out/extra-manifests` directory into the `SiteConfig` folder.
57
-
This directory should contain CRs from the `ztp-site-generate` container only.
57
+
This directory should contain CRs from the `ztp-site-generate` container only.
58
58
Do not add custom CRs here.
59
-
If you want to work with custom CRs you must create another directory for that content.
59
+
If you want to work with custom CRs you must create another directory for that content.
60
+
For example:
60
61
+
61
-
[NOTE]
62
-
====
63
-
Here is an example of the directory structure:
64
-
source,text]
62
+
[source,text]
65
63
----
66
-
example
67
-
├── policygentemplates
68
-
│ ├── kustomization.yaml
69
-
│ └── source-crs/
70
-
└── siteconfig
71
-
├── extra-manifests
72
-
└── kustomization.yaml
64
+
example/
65
+
├── policygentemplates
66
+
│ ├── kustomization.yaml
67
+
│ └── source-crs/
68
+
└── siteconfig
69
+
├── extra-manifests
70
+
└── kustomization.yaml
73
71
----
74
-
====
75
72
76
73
. Commit the directory structure and the `kustomization.yaml` files and push to your Git repository.
77
74
The initial push to Git should include the `kustomization.yaml` files.
@@ -89,21 +86,21 @@ The following example describes a set of CRs for a network of single-node cluste
89
86
90
87
[source,text]
91
88
----
92
-
example
93
-
├── policygentemplates
94
-
│ ├── common-ranGen.yaml
95
-
│ ├── example-sno-site.yaml
96
-
│ ├── group-du-sno-ranGen.yaml
97
-
│ ├── group-du-sno-validator-ranGen.yaml
98
-
│ ├── kustomization.yaml
99
-
│ ├── source-crs/
100
-
│ └── ns.yaml
101
-
└── siteconfig
102
-
├── example-sno.yaml
103
-
├── extra-manifests/ <1>
104
-
├── custom-manifests/ <2>
105
-
├── KlusterletAddonConfigOverride.yaml
106
-
└── kustomization.yaml
89
+
example/
90
+
├── policygentemplates
91
+
│ ├── common-ranGen.yaml
92
+
│ ├── example-sno-site.yaml
93
+
│ ├── group-du-sno-ranGen.yaml
94
+
│ ├── group-du-sno-validator-ranGen.yaml
95
+
│ ├── kustomization.yaml
96
+
│ ├── source-crs/
97
+
│ └── ns.yaml
98
+
└── siteconfig
99
+
├── example-sno.yaml
100
+
├── extra-manifests/ <1>
101
+
├── custom-manifests/ <2>
102
+
├── KlusterletAddonConfigOverride.yaml
103
+
└── kustomization.yaml
107
104
----
108
105
<1> Contains reference manifests from the `ztp-container`.
0 commit comments