Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ policies:
# patches:
# - spec:
# backupLocations:
# - velero:
# - name: dataprotectionapplication-1
# velero:
# provider: aws
# default: true
# credential:
Expand All @@ -98,5 +99,4 @@ policies:
# objectStorage:
# bucket: ibu
# prefix: '{{hub .ManagedClusterName hub}}'
# - path: source-crs/data-protection/OadpBackupStorageLocationStatus.yaml
# --- END of source CRs needed for configuring OADP operator for SNO Image Based Upgrade ---
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ policies:
ran.openshift.io/ztp-deploy-wave: "10000"
manifests:
- path: source-crs/validatorCRs/informDuValidatorMaster.yaml
# source CR needed for configuring OADP operator for SNO Image Based Upgrade
# - path: source-crs/data-protection/OadpBackupStorageLocationStatus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ policies:
# patches:
# - spec:
# backupLocations:
# - velero:
# - name: dataprotectionapplication-1
# velero:
# provider: aws
# default: true
# credential:
Expand All @@ -283,5 +284,4 @@ policies:
# objectStorage:
# bucket: ibu
# prefix: '{{hub .ManagedClusterName hub}}'
# - path: source-crs/data-protection/OadpBackupStorageLocationStatus.yaml
# --- END of source CRs needed for configuring OADP operator for SNO Image Based Upgrade ---
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ spec:
# policyName: "config-policy"
# spec:
# backupLocations:
# - velero:
# - name: dataprotectionapplication-1
# velero:
# provider: aws
# default: true
# credential:
Expand All @@ -72,6 +73,4 @@ spec:
# objectStorage:
# bucket: ibu
# prefix: '{{hub .ManagedClusterName hub}}'
# - fileName: data-protection/OadpBackupStorageLocationStatus.yaml
# policyName: "config-policy"
# --- END of source CRs needed for configuring OADP operator for SNO Image Based Upgrade ---
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ spec:
# using a bindingExcludeRules entry with ztp-done
evaluationInterval:
compliant: 5s
# source CRs needed for configuring OADP operator for SNO Image Based Upgrade

# - fileName: data-protection/OadpBackupStorageLocationStatus.yaml
# policyName: "du-policy"
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ spec:
# policyName: "oadp-config-policy"
# spec:
# backupLocations:
# - velero:
# - name: dataprotectionapplication-1
# velero:
# provider: aws
# default: true
# credential:
Expand All @@ -260,6 +261,4 @@ spec:
# objectStorage:
# bucket: ibu
# prefix: '{{hub .ManagedClusterName hub}}'
# - fileName: data-protection/OadpBackupStorageLocationStatus.yaml # wave 100
# policyName: "oadp-config-policy"
# --- END of source CRs needed for configuring OADP operator for SNO Image Based Upgrade ---
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ metadata:
name: dataprotectionapplication-1
namespace: openshift-adp
annotations:
ran.openshift.io/ztp-deploy-wave: "100"
ran.openshift.io/ztp-deploy-wave: "10000"
status:
phase: Available
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ spec:
resourceTimeout: 10m
# User needs to configure the following backupLocations through PGT overlay
# backupLocations:
# - velero:
# - name: dataprotectionapplication-1
# velero:
# provider: aws
# default: true
# credential:
Expand Down