Skip to content

Commit 07a6d2b

Browse files
committed
Remove reqs and custom-crs dir, add missing config files
1 parent bc87eac commit 07a6d2b

3 files changed

+15
-14
lines changed

modules/ztp-image-based-upgrade-installing-lca.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@
77

88
Install the {lcao} with {ztp-first} to do an image-based upgrade.
99

10-
.Prerequisites
11-
12-
* Create a directory called `custom-crs` in the `source-crs` directory. The `source-crs` directory must be in the same location as the `kustomization.yaml` file.
13-
1410
.Procedure
1511

16-
. Create the following CRs in the `openshift-lifecycle-agent` namespace and push them to the `source-crs` directory:
12+
. Extract the following CRs from the `ztp-site-generate` container image and push them to `source-cr` directory:
1713
+
1814
--
1915
.Example `LcaSubscriptionNS.yaml` file

modules/ztp-image-based-upgrade-installing-oadp.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@
77

88
Install and configure the OADP Operator with {ztp} before starting the upgrade.
99

10-
.Prerequisites
11-
12-
* Create a directory called `custom-crs` in the `source-crs` directory. The `source-crs` directory must be in the same location as the `kustomization.yaml` file.
13-
1410
.Procedure
1511

16-
. Create the following CRs in the `openshift-adp` namespace and push them to the `source-crs` directory:
12+
. Extract the following CRs from the `ztp-site-generate` container image and push them to `source-cr` directory:
1713
+
1814
--
1915
.Example `OadpSubscriptionNS.yaml` file

modules/ztp-image-based-upgrade-upgrade.adoc

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,25 @@ cgu-ibu-upgrade 31h Completed All clusters are compliant with all th
136136
+
137137
[source,yaml]
138138
----
139-
- fileName: custom-crs/OadpSubscriptionNS.yaml
139+
- fileName: OadpSubscriptionNS.yaml
140140
policyName: "subscriptions-policy"
141141
complianceType: mustnothave
142-
- fileName: custom-crs/OadpSubscriptionOperGroup.yaml
142+
- fileName: OadpSubscriptionOperGroup.yaml
143143
policyName: "subscriptions-policy"
144144
complianceType: mustnothave
145-
- fileName: custom-crs/OadpSubscription.yaml
145+
- fileName: OadpSubscription.yaml
146146
policyName: "subscriptions-policy"
147147
complianceType: mustnothave
148-
- fileName: custom-crs/OadpOperatorStatus.yaml
148+
- fileName: OadpOperatorStatus.yaml
149+
policyName: "subscriptions-policy"
150+
complianceType: mustnothave
151+
- fileName: OadpSecret.yaml
152+
policyName: "subscriptions-policy"
153+
complianceType: mustnothave
154+
- fileName: OadpBackupStorageLocationStatus.yaml
155+
policyName: "subscriptions-policy"
156+
complianceType: mustnothave
157+
- fileName: DataProtectionApplication.yaml
149158
policyName: "subscriptions-policy"
150159
complianceType: mustnothave
151160
----

0 commit comments

Comments
 (0)