Skip to content

Commit ed24d60

Browse files
committed
Updates for PolicyGenerator and deprecated PolicyGenTemplate
Updates for Max David's comments Adding merge comparison Reorg for clarity Updates for David
1 parent dbe213b commit ed24d60

File tree

150 files changed

+3163
-1304
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+3163
-1304
lines changed

_attributes/common-attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ endif::[]
4646
:rh-storage: OpenShift Data Foundation
4747
:rh-rhacm-first: Red Hat Advanced Cluster Management (RHACM)
4848
:rh-rhacm: RHACM
49-
:rh-rhacm-version: 2.9
49+
:rh-rhacm-version: 2.10
5050
:sandboxed-containers-first: OpenShift sandboxed containers
5151
:sandboxed-containers-operator: OpenShift sandboxed containers Operator
5252
:sandboxed-containers-version: 1.5

_topic_maps/_topic_map.yml

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3021,22 +3021,38 @@ Topics:
30213021
File: ztp-updating-gitops
30223022
- Name: Installing managed clusters with RHACM and SiteConfig resources
30233023
File: ztp-deploying-far-edge-sites
3024-
- Name: Configuring managed clusters with policies and PolicyGenTemplate resources
3025-
File: ztp-configuring-managed-clusters-policies
3026-
- Name: Manually installing a single-node OpenShift cluster with ZTP
3024+
- Name: Manually installing a single-node OpenShift cluster with GitOps ZTP
30273025
File: ztp-manual-install
30283026
- Name: Recommended single-node OpenShift cluster configuration for vDU application workloads
30293027
File: ztp-reference-cluster-configuration-for-vdu
30303028
- Name: Validating cluster tuning for vDU application workloads
30313029
File: ztp-vdu-validating-cluster-tuning
30323030
- Name: Advanced managed cluster configuration with SiteConfig resources
30333031
File: ztp-advanced-install-ztp
3034-
- Name: Advanced managed cluster configuration with PolicyGenTemplate resources
3035-
File: ztp-advanced-policy-config
3032+
- Name: Managing cluster polices with PolicyGenerator resources
3033+
Dir: policygenerator_for_ztp
3034+
Distros: openshift-origin,openshift-enterprise
3035+
Topics:
3036+
- Name: Configuring managed cluster policies by using PolicyGenerator resources
3037+
File: ztp-configuring-managed-clusters-policygenerator
3038+
- Name: Advanced managed cluster configuration with PolicyGenerator resources
3039+
File: ztp-advanced-policygenerator-config
3040+
- Name: Updating managed clusters in a disconnected environment with PolicyGenerator resources and TALM
3041+
File: ztp-talm-updating-managed-policies-pg
3042+
- Name: Managing cluster polices with PolicyGenTemplate resources
3043+
Dir: policygentemplate_for_ztp
3044+
Distros: openshift-origin,openshift-enterprise
3045+
Topics:
3046+
- Name: Configuring managed cluster policies by using PolicyGenTemplate resources
3047+
File: ztp-configuring-managed-clusters-policies
3048+
- Name: Advanced managed cluster configuration with PolicyGenTemplate resources
3049+
File: ztp-advanced-policy-config
3050+
- Name: Updating managed clusters in a disconnected environment with PolicyGenTemplate resources and TALM
3051+
File: ztp-talm-updating-managed-policies
3052+
- Name: Using hub templates in PolicyGenerator or PolicyGenTemplate CRs
3053+
File: ztp-using-hub-cluster-templates
30363054
- Name: Updating managed clusters with the Topology Aware Lifecycle Manager
30373055
File: cnf-talm-for-cluster-upgrades
3038-
- Name: Updating managed clusters in a disconnected environment with the Topology Aware Lifecycle Manager
3039-
File: ztp-talm-updating-managed-policies
30403056
- Name: Expanding single-node OpenShift clusters with GitOps ZTP
30413057
File: ztp-sno-additional-worker-node
30423058
- Name: Pre-caching images for single-node OpenShift deployments

edge_computing/cnf-talm-for-cluster-upgrades.adoc

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@ toc::[]
88

99
You can use the {cgu-operator-first} to manage the software lifecycle of multiple clusters. {cgu-operator} uses {rh-rhacm-first} policies to perform changes on the target clusters.
1010

11-
:FeatureName: {cgu-operator-full}
11+
:Featurename: Using PolicyGenerator resources with {ztp}
12+
include::snippets/technology-preview.adoc[]
1213

1314
include::modules/cnf-about-topology-aware-lifecycle-manager-config.adoc[leveloffset=+1]
1415

1516
include::modules/cnf-about-topology-aware-lifecycle-manager-policies.adoc[leveloffset=+1]
1617

18+
[role="_additional-resources"]
19+
.Additional resources
20+
21+
* xref:../edge_computing/policygenerator_for_ztp/ztp-configuring-managed-clusters-policygenerator.adoc#ztp-the-policygentemplate_ztp-configuring-managed-clusters-policygenerator[About the PolicyGenerator CRD]
22+
1723
include::modules/cnf-topology-aware-lifecycle-manager-installation-web-console.adoc[leveloffset=+1]
1824

1925
include::modules/cnf-topology-aware-lifecycle-manager-installation-cli.adoc[leveloffset=+1]
@@ -27,7 +33,7 @@ include::modules/cnf-topology-aware-lifecycle-manager-policies-concept.adoc[leve
2733
[role="_additional-resources"]
2834
.Additional resources
2935

30-
For more information about the `PolicyGenTemplate` CRD, see xref:../edge_computing/ztp-configuring-managed-clusters-policies.adoc#ztp-the-policygentemplate_ztp-configuring-managed-clusters-policies[About the PolicyGenTemplate CRD].
36+
* xref:../edge_computing/policygenerator_for_ztp/ztp-configuring-managed-clusters-policygenerator.adoc#ztp-the-policygentemplate_ztp-configuring-managed-clusters-policygenerator[About the PolicyGenerator CRD]
3137
3238
include::modules/cnf-topology-aware-lifecycle-manager-about-subscription-crs.adoc[leveloffset=+2]
3339

@@ -50,8 +56,8 @@ include::modules/cnf-topology-aware-lifecycle-manager-troubleshooting.adoc[level
5056
[role="_additional-resources"]
5157
.Additional resources
5258

53-
* For information about troubleshooting, see xref:../support/troubleshooting/troubleshooting-operator-issues.adoc#troubleshooting-operator-issues[OpenShift Container Platform Troubleshooting Operator Issues].
59+
* xref:../support/troubleshooting/troubleshooting-operator-issues.adoc#troubleshooting-operator-issues[{product-title} Troubleshooting Operator Issues]
5460
55-
* For more information about using {cgu-operator-full} in the ZTP workflow, see xref:../edge_computing/ztp-talm-updating-managed-policies.adoc#ztp-topology-aware-lifecycle-manager[Updating managed policies with {cgu-operator-full}].
61+
* xref:../edge_computing/policygenerator_for_ztp/ztp-talm-updating-managed-policies-pg.adoc#ztp-topology-aware-lifecycle-manager[Updating managed policies with {cgu-operator-full}]
5662
57-
* For more information about the `PolicyGenTemplate` CRD, see xref:../edge_computing/ztp-configuring-managed-clusters-policies.adoc#ztp-the-policygentemplate_ztp-configuring-managed-clusters-policies[About the PolicyGenTemplate CRD]
63+
* xref:../edge_computing/policygenerator_for_ztp/ztp-configuring-managed-clusters-policygenerator.adoc#ztp-the-policygentemplate_ztp-configuring-managed-clusters-policygenerator[About the PolicyGenerator CRD]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_attributes/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../images/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../modules/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../snippets/
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="ztp-advanced-policygenerator-config"]
3+
= Advanced managed cluster configuration with PolicyGenerator resources
4+
include::_attributes/common-attributes.adoc[]
5+
:context: ztp-advanced-policygenerator-config
6+
:policy-gen-cr: PolicyGenerator
7+
:policy-prefix: acm-
8+
:rangen-yaml-path: policies.manifests
9+
:argocd-folder: out/argocd/example/acmpolicygenerator/
10+
11+
toc::[]
12+
13+
You can use `{policy-gen-cr}` CRs to deploy custom functionality in your managed clusters.
14+
15+
:Featurename: Using PolicyGenerator resources with {ztp}
16+
include::snippets/technology-preview.adoc[]
17+
18+
[NOTE]
19+
====
20+
For more information about `PolicyGenerator` resources, see the {rh-rhacm} link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/{rh-rhacm-version}/html/governance/integrate-third-party-policy-controllers#policy-generator[Policy Generator] documentation.
21+
====
22+
23+
include::modules/ztp-deploying-additional-changes-to-clusters.adoc[leveloffset=+1]
24+
25+
[role="_additional-resources"]
26+
.Additional resources
27+
28+
* xref:../../edge_computing/ztp-advanced-install-ztp.adoc#ztp-customizing-the-install-extra-manifests_ztp-advanced-install-ztp[Customizing extra installation manifests in the {ztp} pipeline]
29+
30+
include::modules/ztp-using-pgt-to-update-source-crs.adoc[leveloffset=+1]
31+
32+
include::modules/ztp-adding-new-content-to-gitops-ztp.adoc[leveloffset=+1]
33+
34+
include::modules/ztp-configuring-pgt-compliance-eval-timeouts.adoc[leveloffset=+1]
35+
36+
include::modules/ztp-creating-a-validator-inform-policy.adoc[leveloffset=+1]
37+
38+
[role="_additional-resources"]
39+
.Additional resources
40+
41+
* xref:../../edge_computing/ztp-updating-gitops.adoc#ztp-updating-gitops[Upgrading {ztp}]
42+
43+
include::modules/ztp-using-pgt-to-configure-power-states.adoc[leveloffset=+1]
44+
45+
[role="_additional-resources"]
46+
.Additional resources
47+
48+
* xref:../../scalability_and_performance/low_latency_tuning/cnf-tuning-low-latency-nodes-with-perf-profile.adoc#configuring-workload-hints_cnf-low-latency-perf-profile[Configuring node power consumption and realtime processing with workload hints]
49+
50+
include::modules/ztp-using-pgt-to-configure-performance-mode.adoc[leveloffset=+2]
51+
52+
include::modules/ztp-using-pgt-to-configure-high-performance-mode.adoc[leveloffset=+2]
53+
54+
include::modules/ztp-using-pgt-to-configure-power-saving-mode.adoc[leveloffset=+2]
55+
56+
[role="_additional-resources"]
57+
.Additional resources
58+
59+
* xref:../../scalability_and_performance/low_latency_tuning/cnf-tuning-low-latency-nodes-with-perf-profile.adoc#cnf-configuring-power-saving-for-nodes_cnf-low-latency-perf-profile[Configuring power saving for nodes that run colocated high and low priority workloads]
60+
61+
* xref:../../edge_computing/ztp-reference-cluster-configuration-for-vdu.adoc#ztp-du-configuring-host-firmware-requirements_sno-configure-for-vdu[Configuring host firmware for low latency and high performance]
62+
63+
* xref:../../edge_computing/ztp-preparing-the-hub-cluster.adoc#ztp-preparing-the-ztp-git-repository_ztp-preparing-the-hub-cluster[Preparing the {ztp} site configuration repository]
64+
65+
include::modules/ztp-using-pgt-to-maximize-power-saving-mode.adoc[leveloffset=+2]
66+
67+
include::modules/ztp-provisioning-lvm-storage.adoc[leveloffset=+1]
68+
69+
[id="ztp-advanced-policy-config-ptp_{context}"]
70+
== Configuring PTP events with {policy-gen-cr} CRs
71+
72+
You can use the {ztp} pipeline to configure PTP events that use HTTP or AMQP transport.
73+
74+
include::snippets/ptp-amq-interconnect-eol.adoc[]
75+
76+
include::modules/ztp-configuring-ptp-fast-events.adoc[leveloffset=+2]
77+
78+
[role="_additional-resources"]
79+
.Additional resources
80+
81+
* xref:../../edge_computing/policygenerator_for_ztp/ztp-advanced-policygenerator-config.adoc#ztp-using-pgt-to-update-source-crs_ztp-advanced-policygenerator-config[Using {policy-gen-cr} CRs to override source CRs content]
82+
83+
include::modules/ztp-configuring-ptp-fast-events-amqp.adoc[leveloffset=+2]
84+
85+
[role="_additional-resources"]
86+
.Additional resources
87+
88+
* xref:../../networking/ptp/using-ptp-events.adoc#cnf-installing-amq-interconnect-messaging-bus_using-ptp-events[Installing the AMQ messaging bus]
89+
90+
* xref:../../registry/index.adoc#registry-overview[{product-registry} overview]
91+
92+
[id="ztp-advanced-policy-config-bare-metal_{context}"]
93+
== Configuring bare-metal events with {policy-gen-cr} CRs
94+
95+
You can use the {ztp} pipeline to configure bare-metal events that use HTTP or AMQP transport.
96+
97+
include::snippets/ptp-amq-interconnect-eol.adoc[]
98+
99+
include::modules/ztp-configuring-hwevents-using-pgt.adoc[leveloffset=+2]
100+
101+
[role="_additional-resources"]
102+
.Additional resources
103+
104+
* xref:../../scalability_and_performance/using-rfhe.adoc#nw-rfhe-installing-operator-cli_using-rfhe[Installing the {redfish-operator} using the CLI]
105+
106+
* xref:../../scalability_and_performance/using-rfhe.adoc#nw-rfhe-creating-hardware-event_using-rfhe[Creating the bare-metal event and Secret CRs]
107+
108+
include::modules/ztp-creating-hwevents-amqp.adoc[leveloffset=+2]
109+
110+
include::modules/ztp-add-local-reg-for-sno-duprofile.adoc[leveloffset=+1]
111+
112+
[role="_additional-resources"]
113+
.Additional resources
114+
115+
* xref:../../registry/index.adoc#registry-overview[{product-title} registry overview]
116+
117+
include::modules/ztp-configuring-disk-partitioning.adoc[leveloffset=+2]
118+
119+
include::modules/ztp-configuring-pgt-image-registry.adoc[leveloffset=+2]
120+
121+
[role="_additional-resources"]
122+
.Additional resources
123+
124+
* xref:../../registry/accessing-the-registry.adoc#accessing-the-registry[Accessing the registry]
125+
126+
:!policy-gen-cr:
127+
:!policy-prefix:
128+
:!rangen-yaml-path:
129+
:!argocd-folder:

edge_computing/ztp-configuring-managed-clusters-policies.adoc renamed to edge_computing/policygenerator_for_ztp/ztp-configuring-managed-clusters-policygenerator.adoc

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="ztp-configuring-managed-clusters-policies"]
3-
= Configuring managed clusters with policies and PolicyGenTemplate resources
2+
[id="ztp-configuring-managed-clusters-policygenerator"]
3+
= Configuring managed cluster policies by using PolicyGenerator resources
44
include::_attributes/common-attributes.adoc[]
5-
:context: ztp-configuring-managed-clusters-policies
5+
:context: ztp-configuring-managed-clusters-policygenerator
6+
:policy-gen-cr: PolicyGenerator
7+
:policy-prefix: acm-
8+
:argocd-folder: out/argocd/example/acmpolicygenerator/
9+
:placement-rule-cr: Placement
10+
:binding-field: policyDefaults.placement.labelSelector
611

712
toc::[]
813

9-
Applied policy custom resources (CRs) configure the managed clusters that you provision. You can customize how {rh-rhacm-first} uses `PolicyGenTemplate` CRs to generate the applied policy CRs.
14+
Applied `Policy` custom resources (CRs) configure the managed clusters that you provision. You can customize how {rh-rhacm-first} uses `{policy-gen-cr}` CRs to generate the applied `Policy` CRs.
15+
16+
:Featurename: Using PolicyGenerator resources with {ztp}
17+
include::snippets/technology-preview.adoc[]
18+
19+
[NOTE]
20+
====
21+
For more information about `PolicyGenerator` resources, see the {rh-rhacm} link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/{rh-rhacm-version}/html/governance/integrate-third-party-policy-controllers#policy-generator[Policy Generator] documentation.
22+
====
23+
24+
include::modules/ztp-comparing-pgt-and-rhacm-pg-patching-strategies.adoc[leveloffset=+1]
1025

1126
include::modules/ztp-the-policygentemplate.adoc[leveloffset=+1]
1227

@@ -29,15 +44,14 @@ include::modules/ztp-policygentemplates-for-ran.adoc[leveloffset=+1]
2944
[role="_additional-resources"]
3045
.Additional resources
3146

32-
* xref:../edge_computing/ztp-preparing-the-hub-cluster.adoc#ztp-preparing-the-ztp-git-repository_ztp-preparing-the-hub-cluster[Preparing the {ztp} site configuration repository]
47+
* xref:../../edge_computing/ztp-preparing-the-hub-cluster.adoc#ztp-preparing-the-ztp-git-repository_ztp-preparing-the-hub-cluster[Preparing the {ztp} site configuration repository]
3348
3449
include::modules/ztp-customizing-a-managed-site-using-pgt.adoc[leveloffset=+1]
3550

3651
[role="_additional-resources"]
3752
.Additional resources
3853

39-
* xref:../edge_computing/ztp-advanced-policy-config.adoc#ztp-creating-a-validator-inform-policy_ztp-advanced-policy-config[Signalling ZTP cluster deployment completion with validator inform policies]
40-
54+
* xref:../../edge_computing/policygenerator_for_ztp/ztp-advanced-policygenerator-config.adoc#ztp-creating-a-validator-inform-policy_ztp-advanced-policy-config[Signalling {ztp} cluster deployment completion with validator inform policies]
4155
4256
include::modules/ztp-monitoring-policy-deployment-progress.adoc[leveloffset=+1]
4357

@@ -48,8 +62,14 @@ include::modules/ztp-restarting-policies-reconciliation.adoc[leveloffset=+1]
4862
[role="_additional-resources"]
4963
.Additional resources
5064

51-
* For information about using {cgu-operator-first} to construct your own `ClusterGroupUpgrade` CR, see xref:../edge_computing/cnf-talm-for-cluster-upgrades.adoc#talo-about-cgu-crs_cnf-topology-aware-lifecycle-manager[About the ClusterGroupUpgrade CR].
65+
* For information about using {cgu-operator-first} to construct your own `ClusterGroupUpgrade` CR, see xref:../../edge_computing/cnf-talm-for-cluster-upgrades.adoc#talo-about-cgu-crs_cnf-topology-aware-lifecycle-manager[About the ClusterGroupUpgrade CR].
5266
5367
include::modules/ztp-removing-content-from-managed-clusters.adoc[leveloffset=+1]
5468

5569
include::modules/ztp-definition-of-done-for-ztp-installations.adoc[leveloffset=+1]
70+
71+
:!policy-gen-cr:
72+
:!policy-prefix:
73+
:!argocd-folder:
74+
:!placement-rule-cr:
75+
:!binding-field:
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="ztp-topology-aware-lifecycle-manager-pg"]
3+
= Updating managed clusters in a disconnected environment with PolicyGenerator resources and TALM
4+
include::_attributes/common-attributes.adoc[]
5+
:context: ztp-talm-pg
6+
:policy-gen-cr: PolicyGenerator
7+
:policy-prefix: acm-
8+
:rangen-yaml-path: policies.manifests
9+
10+
toc::[]
11+
You can use the {cgu-operator-first} to manage the software lifecycle of managed clusters that you have deployed using {ztp-first} and {cgu-operator-first}.
12+
{cgu-operator} uses {rh-rhacm-first} {policy-gen-cr} policies to manage and control changes applied to target clusters.
13+
14+
:Featurename: Using PolicyGenerator resources with {ztp}
15+
include::snippets/technology-preview.adoc[]
16+
17+
[role="_additional-resources"]
18+
.Additional resources
19+
20+
* For more information about the {cgu-operator-full}, see xref:../../edge_computing/cnf-talm-for-cluster-upgrades.adoc#cnf-about-topology-aware-lifecycle-manager-config_cnf-topology-aware-lifecycle-manager[About the {cgu-operator-full}].
21+
22+
include::modules/cnf-topology-aware-lifecycle-manager-preparing-for-updates.adoc[leveloffset=+1]
23+
24+
[role="_additional-resources"]
25+
.Additional resources
26+
27+
* For more information about how to update {ztp-first}, see xref:../../edge_computing/ztp-updating-gitops.adoc#ztp-updating-gitops[Upgrading {ztp}].
28+
29+
* For more information about how to mirror an {product-title} image repository, see xref:../../installing/disconnected_install/installing-mirroring-installation-images.adoc#installation-mirror-repository_installing-mirroring-installation-images[Mirroring the {product-title} image repository].
30+
31+
* For more information about how to mirror Operator catalogs for disconnected clusters, see xref:../../installing/disconnected_install/installing-mirroring-installation-images.adoc#olm-mirror-catalog_installing-mirroring-installation-images[Mirroring Operator catalogs for use with disconnected clusters].
32+
33+
* For more information about how to prepare the disconnected environment and mirroring the desired image repository, see xref:../../edge_computing/ztp-preparing-the-hub-cluster.adoc#ztp-preparing-the-hub-cluster[Preparing the disconnected environment].
34+
35+
* For more information about update channels and releases, see xref:../../updating/understanding_updates/understanding-update-channels-release.adoc#understanding-update-channels-releases[Understanding update channels and releases].
36+
37+
include::modules/cnf-topology-aware-lifecycle-manager-platform-update.adoc[leveloffset=+1]
38+
39+
[role="_additional-resources"]
40+
.Additional resources
41+
42+
* For more information about mirroring the images in a disconnected environment, see xref:../../edge_computing/ztp-preparing-the-hub-cluster.adoc#ztp-acm-adding-images-to-mirror-registry_ztp-preparing-the-hub-cluster[Preparing the disconnected environment].
43+
44+
include::modules/cnf-topology-aware-lifecycle-manager-operator-update.adoc[leveloffset=+1]
45+
46+
[role="_additional-resources"]
47+
.Additional resources
48+
49+
* For more information about updating {ztp}, see xref:../../edge_computing/ztp-updating-gitops.adoc#ztp-updating-gitops[Upgrading {ztp}].
50+
51+
include::modules/cnf-topology-aware-lifecycle-manager-operator-troubleshooting.adoc[leveloffset=+1]
52+
53+
include::modules/cnf-topology-aware-lifecycle-manager-operator-and-platform-update.adoc[leveloffset=+1]
54+
55+
include::modules/cnf-topology-aware-lifecycle-manager-pao-update.adoc[leveloffset=+1]
56+
57+
include::modules/cnf-topology-aware-lifecycle-manager-precache-user-spec-images.adoc[leveloffset=+1]
58+
59+
include::modules/cnf-topology-aware-lifecycle-manager-creating-custom-resources.adoc[leveloffset=+2]
60+
61+
[role="_additional-resources"]
62+
.Additional resources
63+
64+
* For more information about the {cgu-operator} precaching workflow, see xref:../../edge_computing/cnf-talm-for-cluster-upgrades.adoc#talo-precache-feature-concept_cnf-topology-aware-lifecycle-manager[Using the container image precache feature].
65+
66+
include::modules/cnf-topology-aware-lifecycle-manager-autocreate-cgu-cr-ztp.adoc[leveloffset=+1]
67+
68+
:!policy-gen-cr:
69+
:!policy-prefix:
70+
:!rangen-yaml-path:

0 commit comments

Comments
 (0)