-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fork Sync: Update from parent repository #103
base: master
Are you sure you want to change the base?
Commits on May 16, 2023
-
OADP-148 First attempt at speeding up must-gather. (#1002)
* OADP-148 Replace velero pod exec with local velero. Signed-off-by: Matthew Arnold <[email protected]> * Assorted small fixes for must-gather. Fill out git commit in velero client version, fix DPA version gathering, and fix a mkdir problem in log backup. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecc31f0 - Browse repository at this point
Copy the full SHA ecc31f0View commit details
Commits on May 17, 2023
-
OADP-1844: Validation to ensure vsm plugin is removed from DPA if DM …
…is false (#1012) * Validation to ensure vsm plugin is removed from DPA if DM is false * update validation error message
Configuration menu - View commit details
-
Copy full SHA for c83f158 - Browse repository at this point
Copy the full SHA c83f158View commit details -
update documentation for datamover and docs/faq (#1014)
* update documentation for datamover and docs/faq * shallow-copy only impacts backup times
Configuration menu - View commit details
-
Copy full SHA for 479fd9c - Browse repository at this point
Copy the full SHA 479fd9cView commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a62abe2 - Browse repository at this point
Copy the full SHA a62abe2View commit details -
OADP-1927: Fix VSL secret validation (#1018)
Signed-off-by: Prasad Joshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 410c2cc - Browse repository at this point
Copy the full SHA 410c2ccView commit details -
master: OADP-1182 - Velero server args in DPA (#1016)
* oadp-1.1: OADP-1557 Add all velero server args supported to DPA (#987) * refactor: remove reconciler from functions Signed-off-by: Tiger Kaovilai <[email protected]> * oadp-1.1: go get openshift/velero:oadp-1.1 Signed-off-by: Tiger Kaovilai <[email protected]> * add server package for velero server options Signed-off-by: Tiger Kaovilai <[email protected]> * wip Signed-off-by: Tiger Kaovilai <[email protected]> * replace apimachinery to avoid velero update Signed-off-by: Tiger Kaovilai <[email protected]> * Delete util.go * use `base := make(map[T]T)` * Update go.mod, remove todo comment. * Revert "use `base := make(map[T]T)`" This reverts commit 0b9042a. * controllers: add debugMode Signed-off-by: Tiger Kaovilai <[email protected]> * add metrics port parsing error Signed-off-by: Tiger Kaovilai <[email protected]> * simplified range expression Signed-off-by: Tiger Kaovilai <[email protected]> * rely on remove duplicate at the end of the function Signed-off-by: Tiger Kaovilai <[email protected]> * Apply suggestions from code review --------- Signed-off-by: Tiger Kaovilai <[email protected]> * oadp-1.2 changes. Signed-off-by: Tiger Kaovilai <[email protected]> * Use 4h for fs-backup-timeout Signed-off-by: Tiger Kaovilai <[email protected]> * use oadp restic default timeout of 1h --------- Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a70983 - Browse repository at this point
Copy the full SHA 5a70983View commit details
Commits on May 19, 2023
-
OADP-1927: Add unit test for custom BSL and VSL secret (#1023)
Signed-off-by: Prasad Joshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af6a279 - Browse repository at this point
Copy the full SHA af6a279View commit details -
OADP-1821: storageClass mapping for data mover volumeOptions (#1006)
* SC to datamover api * check for existing sc in cluster * bundle updates Co-authored-by: Emily McMullan <[email protected]> * Use typed strings for accessMode Signed-off-by: Tiger Kaovilai <[email protected]> * Add spec.features.datamover.storageclass to e2e with provider storageclass name. Signed-off-by: Tiger Kaovilai <[email protected]> * rename volumeoptions sc * update crds * Fix `ProviderStorageClassName()` relative path Signed-off-by: Tiger Kaovilai <[email protected]> --------- Signed-off-by: Tiger Kaovilai <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a430a3 - Browse repository at this point
Copy the full SHA 3a430a3View commit details
Commits on May 22, 2023
-
set privledged to false (#1022)
privledged true was throwing errors at creation I also saw errors that caused the restore to fail.
Configuration menu - View commit details
-
Copy full SHA for 6647933 - Browse repository at this point
Copy the full SHA 6647933View commit details -
Volumemover live debug (#1021)
* watch volumemover resources live * add directions * add restore example * update help, and sure help w/ no options
Configuration menu - View commit details
-
Copy full SHA for 158823a - Browse repository at this point
Copy the full SHA 158823aView commit details -
OADP-1931: Update description in CSV (#1008) (#1027)
* OADP-1931: Update description in CSV (#1008) [OADP-1931](https://issues.redhat.com/browse/OADP-1931) Improve Cluster Service Version YAML's Description fields Incorporate feedback from [comment](https://issues.redhat.com/browse/OADP-1931?focusedId=22320719&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-22320719) * Revert 'oneliner' description
Configuration menu - View commit details
-
Copy full SHA for d4a0972 - Browse repository at this point
Copy the full SHA d4a0972View commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5854f03 - Browse repository at this point
Copy the full SHA 5854f03View commit details -
Update openshift/velero references in go.mod (#1024)
* Make deploy-olm work in master Bump openshift/velero to oadp-1.2 latest Makefile: add envtest to manifest remove `sigs.k8s.io/controller-runtime/pkg/envtest/printer` dependency `go get github.com/backube/volsync` go fmt bundle update. Signed-off-by: Tiger Kaovilai <[email protected]> * avoid ginkgo go mod updates --------- Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5286c2c - Browse repository at this point
Copy the full SHA 5286c2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a03147 - Browse repository at this point
Copy the full SHA 9a03147View commit details
Commits on May 24, 2023
-
Check bundle is up to date in unit-test (#1000)
Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac5d08a - Browse repository at this point
Copy the full SHA ac5d08aView commit details -
Add namespace for direct velero commands. (#1037)
Without this, the velero command is not able to find individual backups or restores when collecting logs. Signed-off-by: Matthew Arnold <[email protected]> Co-authored-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26be9f7 - Browse repository at this point
Copy the full SHA 26be9f7View commit details -
add samples for cephfs/rbd for documentation (#1034)
* add samples for cephfs/rbd for documentation This is NOT intended to be executed in CI * added custom storage class manifests * added pv manifects * eeek param backingSnapshot was removed * add OG storage classes for my love * wes IS dumb
Configuration menu - View commit details
-
Copy full SHA for 023955d - Browse repository at this point
Copy the full SHA 023955dView commit details
Commits on May 25, 2023
-
Doc with Datamover Advanced VolumeOptions Example (#1038)
* add doc with datamover advanced volumeoptions example * update from suggestions
Configuration menu - View commit details
-
Copy full SHA for b902ade - Browse repository at this point
Copy the full SHA b902adeView commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 603e4a4 - Browse repository at this point
Copy the full SHA 603e4a4View commit details -
Add Note: CephsFS ShallowCopy not supported for datamover restore (#1049
Configuration menu - View commit details
-
Copy full SHA for 1ec41a4 - Browse repository at this point
Copy the full SHA 1ec41a4View commit details
Commits on Jun 2, 2023
-
Add must-gather test suite, add pod logs to artifacts dir on failure. (…
…#1041) * must-gather suite test Signed-off-by: Tiger Kaovilai <[email protected]> * add must-gather validation function to suite brCase Signed-off-by: Tiger Kaovilai <[email protected]> * Fix dpa name expected to match instance name Signed-off-by: Tiger Kaovilai <[email protected]> --------- Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47f1954 - Browse repository at this point
Copy the full SHA 47f1954View commit details -
OADP-2047: Make data mover dummy pod configurable (#1053)
* [WIP] Make data mover dummy pod configurable Signed-off-by: Jason Montleon <[email protected]> * fix datamover_test for dummy pod image env * update config/manager/manager.yaml Signed-off-by: Tiger Kaovilai <[email protected]> --------- Signed-off-by: Jason Montleon <[email protected]> Signed-off-by: Tiger Kaovilai <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67b029b - Browse repository at this point
Copy the full SHA 67b029bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dca3914 - Browse repository at this point
Copy the full SHA dca3914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cfc5e7 - Browse repository at this point
Copy the full SHA 2cfc5e7View commit details
Commits on Jun 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ad2f8cd - Browse repository at this point
Copy the full SHA ad2f8cdView commit details
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ffd41c5 - Browse repository at this point
Copy the full SHA ffd41c5View commit details
Commits on Jun 12, 2023
-
Add a way to override velero/datamover replicas for debug purposes. (#…
…1068) * Add velero replica count override for debugging. Signed-off-by: Matthew Arnold <[email protected]> * Add datamover replica count override for debugging. Signed-off-by: Matthew Arnold <[email protected]> * Add unit test for Velero replica count override. Signed-off-by: Matthew Arnold <[email protected]> * Add unit test for datamover replica count override. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24488e9 - Browse repository at this point
Copy the full SHA 24488e9View commit details
Commits on Jun 14, 2023
-
Tekton based OADP non-admin example blog (#1066)
* WIP: first pass at non-admin tekton backup * remove old files * remove cruft * got it all working, need to retest * setup almost working again with templates * fix namespace for image import * Update README.md add screenshot and logs * update the path where we list the backup cr * add steps to check status and finally * add script to create htpasswd oauth * Update README.md latest updates * Update README.md fix typo * macos compatible sed * ensure sed is updating all entries * add a prereq check and bail if we're overwriting oauth config * Update README.md readme updates * Update README.md provide links to doc * fix up prereq script * Update README.md further updates * Update README.md provide more context and technical details * Update README.md add note about installing multiple versions of OADP and FAQ * Update README.md fix typo * Update README.md typo * Update README.md typo * Update README.md add arch diagram * Update README.md fix nit * Update README.md updated diagram * add restore pipeline * restore cr needs a backupname * nit on the restore status * Update README.md update docs w/ restore * Update README.md added overall pipeline view * Update README.md pvc warning * refactor user creation, clean up * more refactor * Update README.md updates for latest changes. workarounds for demo_users.sh and how to verify it. * Update README.md added pvc issue * Update README.md update to use a volumeclaimtemplate * build a container w/ b/r cr's on it * simplify pipeline * include the RESTORE_NAME in templates * add check to see if user has access to provided namespace * put in restore checks * turn off shell debug * break out image import to be one time operation * create an advanced backup cr example * clean up scripts and README * update the README * Update README.md update screenshots <NOT COMPLETE> * fix typo * Update README.md fix screenshots * sed in-place command fix for macos Signed-off-by: Tiger Kaovilai <[email protected]> * Updated Readme with improved screenshots, new diagrams. Rework of check_prerequisites.sh script to check and then print summary of all errors. Signed-off-by: Michal Pryc <[email protected]> * Update README.md * Update README.md * add tigers diagram * Update README.md * move new diagram * move tekton demo to blog section of repo * Update README.md spelling typo * fix spelling * Update README.md --------- Signed-off-by: Tiger Kaovilai <[email protected]> Signed-off-by: Michal Pryc <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]> Co-authored-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95d3852 - Browse repository at this point
Copy the full SHA 95d3852View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 28651f6 - Browse repository at this point
Copy the full SHA 28651f6View commit details -
ensure Tekton is capitalized consistently.
Configuration menu - View commit details
-
Copy full SHA for 902712b - Browse repository at this point
Copy the full SHA 902712bView commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d8eb8b9 - Browse repository at this point
Copy the full SHA d8eb8b9View commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 70f5907 - Browse repository at this point
Copy the full SHA 70f5907View commit details
Commits on Jun 30, 2023
-
Make use of restic secret to pass datamover retain policy instead of …
…datamover config map (#1078)
Configuration menu - View commit details
-
Copy full SHA for d8cbf03 - Browse repository at this point
Copy the full SHA d8cbf03View commit details -
Troubleshooting update (#1076)
* start troubleshooting doc update * update the troubleshotting doc * Update TROUBLESHOOTING.md update from scott's comments. * add details * s/backup/restore * Update docs/TROUBLESHOOTING.md use deploy vs. deployment.apps Co-authored-by: Tiger Kaovilai <[email protected]> --------- Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3dfbed - Browse repository at this point
Copy the full SHA f3dfbedView commit details -
* wip cheat sheet * WIP cheat sheet * fix code block w/ yaml tag and other nits * ugh, what's wrong with me * Update oadp_cheat_sheat.md Remove hackmd note, and align the introduction to other cheat sheets. * Update docs/oadp_cheat_sheat.md Co-authored-by: Tiger Kaovilai <[email protected]> * Update oadp_cheat_sheat.md include a warning and context about oc delete $datamover_objects * Update oadp_cheat_sheat.md udpate based on scott's review * backup_name * color code * Update oadp_cheat_sheat.md typo * Update docs/oadp_cheat_sheat.md * Update docs/oadp_cheat_sheat.md --------- Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com> Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6473c85 - Browse repository at this point
Copy the full SHA 6473c85View commit details -
Restic troubleshooting (#1075)
* first pass at restic troubleshooting * Update restic_troubleshooting.md clean up * Update restic_troubleshooting.md fix clients * Update restic_troubleshooting.md Update based on @mateusoliveira43 feedback, remove url's and bucket names. * Update restic_troubleshooting.md Thanks Scott! * Update restic_troubleshooting.md update for Scott and Shubham's comment * get restic secret in one line * Update heading w/ context.
Configuration menu - View commit details
-
Copy full SHA for 83a3b9c - Browse repository at this point
Copy the full SHA 83a3b9cView commit details
Commits on Jul 6, 2023
-
add rosa sts mobb doc to troubleshooting (#1083)
Nice reference to have while the official doc is in flux
Configuration menu - View commit details
-
Copy full SHA for 01b3459 - Browse repository at this point
Copy the full SHA 01b3459View commit details
Commits on Jul 7, 2023
-
OADP-2048:Add volsync cron expression support (#1080)
* Add volsync cron expression support * update schedule paramter description
Configuration menu - View commit details
-
Copy full SHA for 9deb70c - Browse repository at this point
Copy the full SHA 9deb70cView commit details
Commits on Jul 10, 2023
-
fix typo in cheat_sheet file name (#1085)
* fix typo in cheet_sheet file name * another typo in url
Configuration menu - View commit details
-
Copy full SHA for 82c2064 - Browse repository at this point
Copy the full SHA 82c2064View commit details
Commits on Jul 12, 2023
-
Documentation for the OADP Monitoring stack (#1082)
Documentation for the OADP to use User Workload Monitoring and sample Alerting Rule. Depends-On: #1081 Fixes: #769 https://issues.redhat.com/browse/OADP-1887 https://issues.redhat.com/browse/OADP-661 Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b88b17 - Browse repository at this point
Copy the full SHA 3b88b17View commit details
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2c6b0c - Browse repository at this point
Copy the full SHA e2c6b0cView commit details
Commits on Jul 17, 2023
-
Datamover blog update for 1.2.x (#1087)
* update the datamover blog for 1.2.0 * Update data-mover-1.2.0-overview.md reformat * Update data-mover-1.2.0-overview.md meh update * Updated diagrams * Update image src * fix: update few details * Suggestion from last scrum * rearrange vsb/vsr feilds, update volsync repo * Update data-mover-1.2.0-overview.md added roadmap * Update blogs/data-mover/data-mover-1.2.0-overview.md Co-authored-by: Tiger Kaovilai <[email protected]> * Update blogs/data-mover/data-mover-1.2.0-overview.md Co-authored-by: Tiger Kaovilai <[email protected]> * updating for the final review --------- Co-authored-by: hhpatel14 <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca267da - Browse repository at this point
Copy the full SHA ca267daView commit details
Commits on Jul 18, 2023
-
point to 1.2 branch for velero and csi plugin on master (#1091)
* point to 1.2 branch for velero and csi plugin on master * ci-Dockerfile: `chmod -R 777 $(go env GOPATH)` * add `/opt/app-root/src/go/bin` to GOPATH to expose ginkgo CLI Signed-off-by: Tiger Kaovilai <[email protected]> * e2e: ignore level=debug logs containing "error" --------- Signed-off-by: Tiger Kaovilai <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9138f8d - Browse repository at this point
Copy the full SHA 9138f8dView commit details -
Disable cluster monitoring for Velero and remove ServiceMonitor from …
…the Velero deployment. (#1081) First change to remove cluster monitoring of OADP that will be replaced by the user workload monitoring (UWM). Related Issues: #769 https://issues.redhat.com/browse/OADP-1887 https://issues.redhat.com/browse/OADP-661 The openshift-adp-velero-metrics-svc is left to easy process of enabling UWM. Once UWM is enabled, it will require setting up ServiceMonitor and configuring alerts or dashboards that are crucial for a particular use-case. Enablement of user workload monitoring with additional documentation is not part of this PR to easilly re-add the cluster monitoring in the future by reverting this change. Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8750214 - Browse repository at this point
Copy the full SHA 8750214View commit details
Commits on Jul 20, 2023
-
Fix typo in CRD description (#1097)
* Fix typo in CRD description * run `make bundle` --------- Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d34c763 - Browse repository at this point
Copy the full SHA d34c763View commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b5c4404 - Browse repository at this point
Copy the full SHA b5c4404View commit details
Commits on Aug 2, 2023
-
Node Agent Configuration design and design template (#1101)
New configuration for the file system backup & restore design that will be used by the OADP and allow to choose Restic or Kopia uploader type. _template.md borrowed from the Upstream vmware-tanzu/velero/main/design/_template.md Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b08037c - Browse repository at this point
Copy the full SHA b08037cView commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd6a7cf - Browse repository at this point
Copy the full SHA fd6a7cfView commit details
Commits on Aug 4, 2023
-
feat: Add uninstall command (#1118)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14ce56b - Browse repository at this point
Copy the full SHA 14ce56bView commit details
Commits on Aug 9, 2023
-
* WIF support design Signed-off-by: Tiger Kaovilai <[email protected]> * title, move imagestreamtag into goals The docker-distribution work is already part of the plugin dependency so only work in our plugins/operator are required. distribution/distribution@main...openshift:docker-distribution:release-4.14 Signed-off-by: Tiger Kaovilai <[email protected]> * add defaultPlugins * remove google volume Signed-off-by: Tiger Kaovilai <[email protected]> * Apply suggestions from code review --------- Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87dc23c - Browse repository at this point
Copy the full SHA 87dc23cView commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6ab3ba8 - Browse repository at this point
Copy the full SHA 6ab3ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4148c32 - Browse repository at this point
Copy the full SHA 4148c32View commit details
Commits on Aug 22, 2023
-
OADP-1057: CloudStorageLocation Prefix/CACert support (#1126)
* validator and type updates * validator and type updates Signed-off-by: Tiger Kaovilai <[email protected]> * CloudStorageLocation prefix is added to BSL * clarify backupImages error Signed-off-by: Tiger Kaovilai <[email protected]> * validator refactor returns err from validating funcs Signed-off-by: Tiger Kaovilai <[email protected]> * unit tests fix * simplify expression Signed-off-by: Tiger Kaovilai <[email protected]> * Add ignorable restore error logs and unit test Signed-off-by: Tiger Kaovilai <[email protected]> * consistent error string across bl.velero and bl.cloudstorage --------- Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad7151f - Browse repository at this point
Copy the full SHA ad7151fView commit details -
master: OADP-2377 Add mustgather registry image to relatedImage (#1135)
* Add mustgather registry image to relatedImage Signed-off-by: Tiger Kaovilai <[email protected]> * Apply suggestions from code review Co-authored-by: RayfordJ <[email protected]> --------- Signed-off-by: Tiger Kaovilai <[email protected]> Co-authored-by: RayfordJ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 051ffda - Browse repository at this point
Copy the full SHA 051ffdaView commit details
Commits on Aug 24, 2023
-
OADP-2094: RestoreResourcePriorities for OpenShift workloads with Sec…
…urityContextConstraints (#1132) * Change restore order in AutoCorrect functionality * Restore order update when restic:true * Listing all the resources * Remove code from validator
Configuration menu - View commit details
-
Copy full SHA for 491da93 - Browse repository at this point
Copy the full SHA 491da93View commit details
Commits on Aug 25, 2023
-
OADP-2410: Manual workaround for restic restore failure due to change…
…d PSA polic… (#1133) * Manual workaround for restic restore failure due to changed PSA policy on ocp 4.14 * add extra note for existing restore resource priority list --------- Co-authored-by: Shubham Pampattiwar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c492da4 - Browse repository at this point
Copy the full SHA c492da4View commit details
Commits on Aug 28, 2023
-
fix: defaultPlugins validations (#1098)
* fix: CRD validations Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: CRD validations Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3dbdc4e - Browse repository at this point
Copy the full SHA 3dbdc4eView commit details
Commits on Aug 29, 2023
-
Adds kopia/restic uploader type (#1102)
Implements: #1101 Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05cd549 - Browse repository at this point
Copy the full SHA 05cd549View commit details
Commits on Sep 5, 2023
-
* use latest builder golang image (#1094) * ci-Dockerfile chmod $(go env GOCACHE) (#1095) Signed-off-by: Tiger Kaovilai <[email protected]> * ci-Dockerfile: `git config core.filemode false` (#1096) * remove `builder AS test` (#1099) Signed-off-by: Tiger Kaovilai <[email protected]> * Update CRDs/velero deps to main for 1.12 work (#1093) * point back to latest for velero+csi plugin * e2e: Wait for VSB to cleanup before simulating disaster * Mark data mover e2e pending Signed-off-by: Tiger Kaovilai <[email protected]> * updating to velero main (1.12 devel) datamover e2e tests are just commented out for now to get rid of incompatible build deps. Those sections will need to be updated to reflect the upstream datamover. * Revert "e2e: Wait for VSB to cleanup before simulating disaster" This reverts commit e1b1c87. --------- Signed-off-by: Tiger Kaovilai <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]> * velero main rebase to topic branch, 7 Aug 2023 (#1121) --------- Signed-off-by: Tiger Kaovilai <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b73b5c1 - Browse repository at this point
Copy the full SHA b73b5c1View commit details -
fix: README OCP versions for E2E tests (#1148)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 142841a - Browse repository at this point
Copy the full SHA 142841aView commit details -
Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32f2381 - Browse repository at this point
Copy the full SHA 32f2381View commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78fded0 - Browse repository at this point
Copy the full SHA 78fded0View commit details
Commits on Sep 11, 2023
-
fix: OADP-2094 Always check restore resource priorities (#1139)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfa9086 - Browse repository at this point
Copy the full SHA cfa9086View commit details
Commits on Sep 12, 2023
-
OADP-2112: Support the standardized STS configuration flow via OLM an…
…d CCO for OADP (#1106) * Support the standardized STS configuration flow via OLM and CCO for OADP address feedback use raw yaml for credrequest remove usage of external yaml from operator bundle for credreq update perms and use controller runtime for credrequest pass on creds filename remove unused code * add role arn instructions in operator description * fix bundle test * minor fixes * address PR feedback * minor updates * fix nits * add relevant logs
Configuration menu - View commit details
-
Copy full SHA for 562b573 - Browse repository at this point
Copy the full SHA 562b573View commit details
Commits on Sep 14, 2023
-
New infrastructure annotation format (#1155)
* New infrastructure annotation format https://docs.engineering.redhat.com/display/CFC/Best_Practices#Best_Practices-(New)RequiredInfrastructureAnnotations The release pipelines will start to block in case of absence of the annotations in the namespace features.operators.openshift.io in Q1 2024. The old annotations weren't enforced in the pipeline because of their format providing no way to differentiate between deliberate absence of a value from human obliviousness. Support for the new annotations will be backported all the way to OpenShift 4.10. Latest by Q1 2024, you MUST provide either the string value (not boolean) "true" or "false" for each of the following list of annotations: features.operators.openshift.io/disconnected: "true" features.operators.openshift.io/fips-compliant: "false" features.operators.openshift.io/proxy-aware: "false" features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "false" features.operators.openshift.io/tls-profiles: "false" features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" You MUST provide a value for all of these fields. * Address review feedback * Address review feedback * Address review feedback * make bundle * Remove comments * Revert "Remove comments" in favor of Tiger's edit This reverts commit ddc56e7. --------- Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebfc682 - Browse repository at this point
Copy the full SHA ebfc682View commit details
Commits on Sep 15, 2023
-
Document workaround for combining must-gather options. (#1158)
Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15f8797 - Browse repository at this point
Copy the full SHA 15f8797View commit details
Commits on Sep 16, 2023
-
implement GCP WIF support (#1112)
* implement GCP WIF support Signed-off-by: Tiger Kaovilai <[email protected]> * buildVeleroDeployment Unit-test client fix and typos --------- Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43355fd - Browse repository at this point
Copy the full SHA 43355fdView commit details
Commits on Sep 25, 2023
-
OADP-1737: [oadp-1.2] Fix defaultl credentials logic (#1159)
A logic which was looping over BSL and VSL then setting requirement for default credentials was broken for the SnapshotLocations, where it was missing check if the provider was already set in the map. We should only set the need for default credentials for the given provider if it was not already found in the map. This fixes OADP-1737 in which the BSL was going to an unavailable phase when VSL credentials were specified as there were no credentials mounted to the velero pod nor the AWS_SHARED_CREDENTIALS_FILE env specified for that pod. Signed-off-by: Michal Pryc <[email protected]> Co-authored-by: Scott Seago <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e57fa98 - Browse repository at this point
Copy the full SHA e57fa98View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 37e7e26 - Browse repository at this point
Copy the full SHA 37e7e26View commit details
Commits on Sep 27, 2023
-
OADP-2745: Testing instructions for AWS/IBM Cloud (#1153)
* fix: Testing instructions Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Testing instructions Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Testing instructions Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Testing instructions Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Testing instructions Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Testing instructions Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a76c5dc - Browse repository at this point
Copy the full SHA a76c5dcView commit details
Commits on Sep 28, 2023
-
fix: Remove 1.1 daemonset (#1167)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04057c2 - Browse repository at this point
Copy the full SHA 04057c2View commit details
Commits on Sep 29, 2023
-
add pvc configs for use of default storage class (#1168)
* add pvc configs for use of default storage class Allow the automation or user to install the sample applications using the clusters default storage driver. * add note in testing instructions
Configuration menu - View commit details
-
Copy full SHA for 8dc7a6d - Browse repository at this point
Copy the full SHA 8dc7a6dView commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 925e5cc - Browse repository at this point
Copy the full SHA 925e5ccView commit details
Commits on Oct 4, 2023
-
OADP-659 Remove HTTP/HTTPS port numbers from AWS S3 URLs. (#1169)
* OADP-659 Remove port numbers if HTTP or HTTPS. Avoids a signature mismatch from S3-compatible services. Signed-off-by: Matthew Arnold <[email protected]> * OADP-659 Move StripDefaultPorts to pkg/common. Signed-off-by: Matthew Arnold <[email protected]> * OADP-659 Fix port number in comment. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e119cc0 - Browse repository at this point
Copy the full SHA e119cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78671fa - Browse repository at this point
Copy the full SHA 78671faView commit details
Commits on Oct 5, 2023
-
OADP-2747: Re-enable DataMover E2E tests (#1170)
* fix: OADP-2747 Re-enable DataMover E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2747 Re-enable DataMover E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2747 Re-enable DataMover E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2747 Re-enable DataMover E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2747 Re-enable DataMover E2E tests Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 060214e - Browse repository at this point
Copy the full SHA 060214eView commit details
Commits on Oct 10, 2023
-
OADP-659 Avoid overwriting good hostname. (#1177)
SanitizeHostForHeader puts the stripped host name into the Host field of the HTTP request, but only if it actually needed to strip the port. If there is already no port, that Host field can be blank, and there is no reason to overwrite the URL's host field. Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d80550a - Browse repository at this point
Copy the full SHA d80550aView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9608a86 - Browse repository at this point
Copy the full SHA 9608a86View commit details
Commits on Oct 12, 2023
-
Add unit tests for OADP-659 changes. (#1182)
Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cc2606 - Browse repository at this point
Copy the full SHA 0cc2606View commit details
Commits on Oct 13, 2023
-
fix: Update CI links in README (#1183)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22d063a - Browse repository at this point
Copy the full SHA 22d063aView commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b88d3d0 - Browse repository at this point
Copy the full SHA b88d3d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94cb459 - Browse repository at this point
Copy the full SHA 94cb459View commit details
Commits on Oct 26, 2023
-
start a kopia troubleshooting doc (#1199)
Performance team noticed some errors while running Kopia that did not have any impact backups or restores
Configuration menu - View commit details
-
Copy full SHA for b07bb4c - Browse repository at this point
Copy the full SHA b07bb4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ccd22d - Browse repository at this point
Copy the full SHA 4ccd22dView commit details
Commits on Oct 27, 2023
-
OADP-2746: Update oadp-operator master branch for RESTIC && KOPIA (#1174
) Adds kopia to the e2e tests and inclues some renaming to be consistent with nodeagent convention. Some of the left over functions will be deprecated in 1.4. Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25e1055 - Browse repository at this point
Copy the full SHA 25e1055View commit details -
Mongodb with block mode (#1193)
To deploy sample application: $ oc create ns mongo-persistent $ oc apply -f pvc/default_sc-block-mode.yaml $ oc apply -f mongo-persistent-block.yaml Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c87d3d3 - Browse repository at this point
Copy the full SHA c87d3d3View commit details
Commits on Oct 30, 2023
-
OADP-2767: Upgrade: Remove unbreaking references to VSM/Volsync DataM…
…over (#1171) * fix: OADP-2767 Remove references to VSM/Volsync DataMover Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2767 Remove references to VSM/Volsync DataMover Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2767 Remove references to VSM/Volsync DataMover Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2767 Remove references to VSM/Volsync DataMover Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2767 Remove references to VSM/Volsync DataMover Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2767 Remove references to VSM/Volsync DataMover Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2767 Remove references to VSM/Volsync DataMover Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2767 Remove references to VSM/Volsync DataMover Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2767 Remove references to VSM/Volsync DataMover Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-2767 Remove references to VSM/Volsync DataMover Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1d376d - Browse repository at this point
Copy the full SHA b1d376dView commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 491fe6a - Browse repository at this point
Copy the full SHA 491fe6aView commit details -
fix: dc post restore script logic to delete disconnected pods (#1209)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1f518d - Browse repository at this point
Copy the full SHA f1f518dView commit details
Commits on Nov 1, 2023
-
fix: make test command succeeds locally (#1184)
* fix: make test command succeeds locally Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: make test command succeeds locally Signed-off-by: Mateus Oliveira <[email protected]> * Update config/manifests/bases/oadp-operator.clusterserviceversion.yaml Co-authored-by: Tiger Kaovilai <[email protected]> * fixup! fix: make test command succeeds locally Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: make test command succeeds locally Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: make test command succeeds locally Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90f8b4d - Browse repository at this point
Copy the full SHA 90f8b4dView commit details -
Update OADP Readme to point to proper product docs (#1210)
* Update OADP Readme to point to proper product docs * update to latest vs. versioned url * remove duplicate link to production docs * update the text for the official doc * Update README.md Co-authored-by: Tiger Kaovilai <[email protected]> * fix TOC link --------- Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 261088f - Browse repository at this point
Copy the full SHA 261088fView commit details -
Update the upgrade instructions (#1208)
* WIP: Update the upgrade instructions * make things a little cleaner, easier to read * address comments * address addtional comments * update yaml format * vsc label is still required
Configuration menu - View commit details
-
Copy full SHA for d058c53 - Browse repository at this point
Copy the full SHA d058c53View commit details
Commits on Nov 2, 2023
-
[OADP-2959] Add missing descriptions to all CRDs (#1200)
Adds missing descriptions to the following CRDs: - DataDownload - DataUpload - VolumeSnapshotBackup - VolumeSnapshotRestore - CloudStorage Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad0c242 - Browse repository at this point
Copy the full SHA ad0c242View commit details
Commits on Nov 6, 2023
-
Remove VSB and VSR from OADP 1.3+ (#1212)
Since VSB and VSR is not needed in OADP 1.3+ removing it from the CSV. Updated API_ref and script to not show errors. E.g. when the ocp is missing those APIs, however left the functions in the datamover_resources.sh as one may want to run it against earlier OADP versions.
Configuration menu - View commit details
-
Copy full SHA for b730dbf - Browse repository at this point
Copy the full SHA b730dbfView commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 66d0b27 - Browse repository at this point
Copy the full SHA 66d0b27View commit details
Commits on Nov 10, 2023
-
fix: One kubernetes client per E2E suite run (#1205)
* fix: One kubernetes client per E2E suite run Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: One kubernetes client per E2E suite run Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: One kubernetes client per E2E suite run Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: One kubernetes client per E2E suite run Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2d85f4 - Browse repository at this point
Copy the full SHA a2d85f4View commit details
Commits on Nov 16, 2023
-
fix: Refactor and removal of duplications in E2E tests (#1223)
* fix: Refactor and removal of dupliucations in E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Refactor and removal of dupliucations in E2E tests Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 889e570 - Browse repository at this point
Copy the full SHA 889e570View commit details
Commits on Nov 21, 2023
-
fix: Periodic E2E tests run links in README (#1231)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78f6b7b - Browse repository at this point
Copy the full SHA 78f6b7bView commit details
Commits on Nov 28, 2023
-
fix: Remove 1.3 code from master branch (#1232)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c39438 - Browse repository at this point
Copy the full SHA 8c39438View commit details
Commits on Nov 29, 2023
-
doc: How to update OCP version jobs in CI (#1237)
* doc: How to update OCP version jobs in CI Signed-off-by: Mateus Oliveira <[email protected]> * fixup! doc: How to update OCP version jobs in CI Signed-off-by: Mateus Oliveira <[email protected]> * fixup! doc: How to update OCP version jobs in CI Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 711ce65 - Browse repository at this point
Copy the full SHA 711ce65View commit details
Commits on Nov 30, 2023
-
fix: Remove unused CI file (#1239)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81ee79f - Browse repository at this point
Copy the full SHA 81ee79fView commit details
Commits on Dec 4, 2023
-
Updating Velero version for OADP 1.3.0 (#1251)
Signed-off-by: Andy Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0347669 - Browse repository at this point
Copy the full SHA 0347669View commit details
Commits on Dec 11, 2023
-
updated OADP-1.3.0 DM blog post (#1219)
* WIP: first pass at an updated OADP-1.3.0 DM blog post * updates to the dm flow * add the backup simple workflow * fix title * update the transcribed workflow of dm backup * organize and update for restore * update status section * updates for restore and blockMode * add block restore * update to incorporate David's comments * fix nits and url for Scott's review * fix search and replace error * update for Shubhams review * updates for readability
Configuration menu - View commit details
-
Copy full SHA for 41940e4 - Browse repository at this point
Copy the full SHA 41940e4View commit details -
Indicate to user a new vsc def is required (#1242)
* Indicate to user a new vsc def is required * update from comments * updates storage class clarity
Configuration menu - View commit details
-
Copy full SHA for 17229ce - Browse repository at this point
Copy the full SHA 17229ceView commit details
Commits on Dec 12, 2023
-
fix: Fix codecov post job (#1255)
* fix: Fix codecov post job Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Fix codecov post job Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7ad0e4 - Browse repository at this point
Copy the full SHA b7ad0e4View commit details
Commits on Jan 12, 2024
-
Must-gather, Store PIDs of all the subprocesses (#1262)
Signed-off-by: oviner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a663e78 - Browse repository at this point
Copy the full SHA a663e78View commit details
Commits on Jan 18, 2024
-
Use pre-built containers for the Mongo Sample app (#1273)
Use of image containers which are pre-built rather than using BuildConfig, which leads to imagestream being backed up with S3 storage and multiple quota errors from the s3 providers. This is a work-around, which ideally should be fixed in the velero itself as a retry operation for failed attempts. Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ee3d47 - Browse repository at this point
Copy the full SHA 8ee3d47View commit details
Commits on Jan 23, 2024
-
Use full URI as the mongodb container image path. (#1271)
Use of mongodb container path should use full URI which will limit chances of failures while trying to pull it from other sources. Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 29a3f84 - Browse repository at this point
Copy the full SHA 29a3f84View commit details
Commits on Jan 25, 2024
-
OADP-2866: Add DPA support for default-volumes-to-fs-backup and snaps…
…hot-move-data (#1280) * OADP-2866: Add DPA support for default-volumes-to-fs-backup and snapshot-move-data * minor updates
Configuration menu - View commit details
-
Copy full SHA for 92b6241 - Browse repository at this point
Copy the full SHA 92b6241View commit details
Commits on Jan 26, 2024
-
Add flake attempts to the flaky tests and include known flakes patter…
…n detection (#1277) * Add livenessProbe and startupProbe to the sample-applications This change adds the liveness and startup probe to the mongo and mysql applications within the sample applications that are used during CI runs. The livenessProbe checks if the relevant port is open within the container run, where the startupProbe checks if it's possible to actually connect to the DB endpoint from the container in which database is running. It also checks for the correct condition of the running pod and not only for the state in case probe fails. Increased timeout in the AreApplicationPodsRunning which is ran via Eventually to 19minuts which should be more then enough time for even complex scenarios. Removed sleep as it should not be needed anymore as we are checking for the startup probe now. Signed-off-by: Michal Pryc <[email protected]> * Add flake attempts to the flaky tests and include known flakes pattern detection This adds attempts to the flaky tests, which are caused by known issues. The known flake pattern detection allows us to specify which flakes are the ones on which we will retry. Signed-off-by: Michal Pryc <[email protected]> --------- Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9078577 - Browse repository at this point
Copy the full SHA 9078577View commit details -
Use more reliable way for checking if DB is alive from sample app. (#…
…1272) Change which modifies the way sample application checks if DB engine is alive before continuing to start. The more reliable way is to find out if the port is actually open and not only if the host is resolvable. For the MongoDB check is over standard HTTP request, while for the MySQL nc is being used as MySQL does not understand HTTP requests. Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df1bec7 - Browse repository at this point
Copy the full SHA df1bec7View commit details -
OADP-3165: Update default restore resource priorities (#1268)
* update default restore resource priorities * update restore priorities list in DPA CRD
Configuration menu - View commit details
-
Copy full SHA for 9ed5b89 - Browse repository at this point
Copy the full SHA 9ed5b89View commit details -
fix: Remove unused field from e2e config (#1267)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70ecc98 - Browse repository at this point
Copy the full SHA 70ecc98View commit details
Commits on Jan 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 498109c - Browse repository at this point
Copy the full SHA 498109cView commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3a311b - Browse repository at this point
Copy the full SHA d3a311bView commit details
Commits on Jan 30, 2024
-
CI: install virtualization operator to enable VM backup/restore testi…
…ng (#1257) * First pass at adding KubeVirt to prow cluster. Signed-off-by: Matthew Arnold <[email protected]> * Longer timeout, need to see how long prow takes. Signed-off-by: Matthew Arnold <[email protected]> * Avoid hard-coded cluster service version. Get it from available package manifest instead. Signed-off-by: Matthew Arnold <[email protected]> * Replace virt installer Bash script with Go. Signed-off-by: Matthew Arnold <[email protected]> * Increase HCO creation timeout. Signed-off-by: Matthew Arnold <[email protected]> * Add a way to disable VM tests. Default to match OPENSHIFT_CI. Signed-off-by: Matthew Arnold <[email protected]> * Remove unused setup environment variables. Signed-off-by: Matthew Arnold <[email protected]> * Rebase virtualization CI work. Signed-off-by: Matthew Arnold <[email protected]> * Address documentation review comment. Signed-off-by: Matthew Arnold <[email protected]> * Address another documentation comment. Signed-off-by: Matthew Arnold <[email protected]> * Skip virtualization tests on clusters <4.13. Ugly way to fix 4.12 tests, which fail because the systemHealthStatus field is not present in the 4.12 operator. Signed-off-by: Matthew Arnold <[email protected]> * Match new virtualization test code to standard. Signed-off-by: Matthew Arnold <[email protected]> * Add type for upstream/downstream distinction. Signed-off-by: Matthew Arnold <[email protected]> * Make getCsvFromPackageManifest private. Also document return values better. Signed-off-by: Matthew Arnold <[email protected]> * Un-export GetOperatorSubscription. Signed-off-by: Matthew Arnold <[email protected]> * Defensive nil check on version comparison. Signed-off-by: Matthew Arnold <[email protected]> * Mark VirtOperator.getOperatorSubscription private. Signed-off-by: Matthew Arnold <[email protected]> * Put GroupVersionResources in one place. Signed-off-by: Matthew Arnold <[email protected]> * More comments for WaitForCheck, move it to utils. Signed-off-by: Matthew Arnold <[email protected]> * Spell out HCO -> HyperConverged Operator. Signed-off-by: Matthew Arnold <[email protected]> * Replace custom wait helper with apimachinery's. Signed-off-by: Matthew Arnold <[email protected]> * Add code for convenient virt operator removal. Signed-off-by: Matthew Arnold <[email protected]> * Remove virt operator after tests. Signed-off-by: Matthew Arnold <[email protected]> * Remove virt deployment wrapper. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a83396 - Browse repository at this point
Copy the full SHA 0a83396View commit details -
fix: Unbreak unsupportedOverrides field in DPA (#1290)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68893bb - Browse repository at this point
Copy the full SHA 68893bbView commit details
Commits on Jan 31, 2024
-
OADP-3326: Add DPA support for disable-informer-cache velero config f…
…lag (#1289) * OADP-3326: Add DPA support for disable-informer-cache velero config flag * refactoring and minor fixes
Configuration menu - View commit details
-
Copy full SHA for ce55aac - Browse repository at this point
Copy the full SHA ce55aacView commit details
Commits on Feb 1, 2024
-
Fix OADP-3044: DPA doesnt report missing region error on adding profi…
…le: default (#1278) * Fix OADP-3044: DPA doesnt report missing region error on adding profile: default * add validation and more unit tests * update error string * update typo * update validation condition * update error message based on validation changes * add TODO
Configuration menu - View commit details
-
Copy full SHA for cc1313c - Browse repository at this point
Copy the full SHA cc1313cView commit details
Commits on Feb 2, 2024
-
Do not fail test on HCO removal timeout. (#1303)
Also slightly increase the timeout. Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 424a33a - Browse repository at this point
Copy the full SHA 424a33aView commit details -
fix: Refactor no default BSL code validation (#1294)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8890679 - Browse repository at this point
Copy the full SHA 8890679View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8471880 - Browse repository at this point
Copy the full SHA 8471880View commit details
Commits on Feb 6, 2024
-
CI: upload CirrOS disk image to DataVolume. (#1315)
* Only remove HCO if this test installed it. Signed-off-by: Matthew Arnold <[email protected]> * Upload a CirrOS DataVolume for later VM use. Signed-off-by: Matthew Arnold <[email protected]> * Remove DataVolume after test. Signed-off-by: Matthew Arnold <[email protected]> * Rename dv_helpers to be obviously virt-related. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f5ae3b - Browse repository at this point
Copy the full SHA 3f5ae3bView commit details -
OADP-3495: mark FIPS compliant flag to true in operator (#1318)
* OADP-3495: mark FIPS compliant flag to true in operator * add fips=true to config
Configuration menu - View commit details
-
Copy full SHA for ce4c55a - Browse repository at this point
Copy the full SHA ce4c55aView commit details
Commits on Feb 7, 2024
-
Allow to use side container to connect to running service (#1253)
Add logic to discover health of the service endpoint and fallback to use proxy container to gather http data from that endpoint. Rename common_utils.go to common_helpers.go to be alighed with k8s_common_helpers.go and ocp_common_helpers.go. Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a98d06f - Browse repository at this point
Copy the full SHA a98d06fView commit details
Commits on Feb 8, 2024
-
Rely on test filter for virtualization tests. (#1323)
Allows prow to run virtualization tests separately from other tests, by setting TEST_VIRT=true. Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da83a07 - Browse repository at this point
Copy the full SHA da83a07View commit details
Commits on Feb 9, 2024
-
OADP-3379: fix wrong descriptions on time fields (#1296)
* fix: OADP-3379 fix wrong descriptions on time fields Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-3379 fix wrong descriptions on time fields Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-3379 fix wrong descriptions on time fields Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 314cb26 - Browse repository at this point
Copy the full SHA 314cb26View commit details -
Avoid DPA cleanup error on virt-only AfterSuite. (#1325)
The E2E AfterSuite fails if no DPA has been created, because v.CustomResource has all empty fields. The virtualization tests do not create a DPA yet, so add interim dummy values to avoid the error in CI. Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20ee343 - Browse repository at this point
Copy the full SHA 20ee343View commit details
Commits on Feb 13, 2024
-
OADP-2866: change snapshotMoveData to defaultSnapshotMoveData (#1313)
* change snapshotMoveData to defaultSnapshotMoveData * get unit tests working * add test if both default-snapshot-move and default-fs-backup are true * throw reconcile error if both values are set * allow both default vars to be set and true in the dpa * Update controllers/velero.go fix comment, thanks tiger Co-authored-by: Tiger Kaovilai <[email protected]> * oops fix tests --------- Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb2fb74 - Browse repository at this point
Copy the full SHA bb2fb74View commit details
Commits on Feb 14, 2024
-
OADP-3055: Add more keywords, categories and change maintainers to gr…
…oup e-mail (#1304) Partially fixes improvements as defined in the #OADP-3055 - Add maintainers e-mail group instead of individuals - Adds keywords to be able to find the operator easier within OperatorHub - Used additional categories, so it's easier to find within OperatorHub: Cloud Provider integrations with various cloud providers to facilitate backup and restore operations Developer Tools used in development and operations workflows for managing backups and restores Modernization & Migration used during migration and modernization efforts when moving applications to and from OCP clusters OpenShift Optional current category, won't be changing that Storage closely associated with storage-related operations Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f088fe - Browse repository at this point
Copy the full SHA 1f088feView commit details
Commits on Feb 15, 2024
-
OADP-3486: Fix garbage collection frequency description (#1314)
Signed-off-by: Prasad Joshi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cab485 - Browse repository at this point
Copy the full SHA 2cab485View commit details -
CI: Add a minimal virtual machine startup/teardown test. (#1330)
* Remove unused timeouts. Signed-off-by: Matthew Arnold <[email protected]> * Add ability to enable KVM emulation. This is needed on cloud clusters that don't use host virtualization or nested virtualization. Assume it is needed in CI. Signed-off-by: Matthew Arnold <[email protected]> * Clone base data volume before creating a VM. Also minor factoring of data volume creation, and add a place for the VM creation test. Signed-off-by: Matthew Arnold <[email protected]> * Add a test to start a virtual machine. This clones the CirrOS data volume and attaches it to a new VM, then cleans everything up once it goes running. Signed-off-by: Matthew Arnold <[email protected]> * Clean up base CirrOS disk before removing HCO. I took this out by mistake in a previous commit. Signed-off-by: Matthew Arnold <[email protected]> * Address some review comments. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cbd8db - Browse repository at this point
Copy the full SHA 0cbd8dbView commit details
Commits on Feb 16, 2024
-
Update OWNERS, to allow prow override (#1332)
* Update OWNERS, to allow prow override The CI team as it rotates needs folks that can override errant prow jobs. This can only be done by OWNERS in the base dir. * update as directed :)
Configuration menu - View commit details
-
Copy full SHA for 86b2f31 - Browse repository at this point
Copy the full SHA 86b2f31View commit details -
OADP-3229: must-gather collect CRDs (#1269)
* feat: OADP-3229 must-gather collect CRDs Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: OADP-3229 must-gather collect CRDs Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: OADP-3229 must-gather collect CRDs Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: OADP-3229 must-gather collect CRDs Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: OADP-3229 must-gather collect CRDs Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: OADP-3229 must-gather collect CRDs Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91e1aac - Browse repository at this point
Copy the full SHA 91e1aacView commit details
Commits on Feb 20, 2024
-
OADP-3189: do not remove labels from OADP namespace (#1274)
* fix: OADP-3189 do not remove labels from OADP namespace Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-3189 do not remove labels from OADP namespace Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: OADP-3189 do not remove labels from OADP namespace Signed-off-by: Mateus Oliveira <[email protected]> * add unit tests to Test_addPodSecurityPrivilegedLabels Signed-off-by: Tiger Kaovilai <[email protected]> * Use Patch instead of update to add labels Signed-off-by: Tiger Kaovilai <[email protected]> * fmt Signed-off-by: Tiger Kaovilai <[email protected]> * fixup! fix: OADP-3189 do not remove labels from OADP namespace Signed-off-by: Mateus Oliveira <[email protected]> * Use `go list -mod=mod` Signed-off-by: Tiger Kaovilai <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]> Signed-off-by: Tiger Kaovilai <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7dded4c - Browse repository at this point
Copy the full SHA 7dded4cView commit details
Commits on Feb 21, 2024
-
OADP-3038: correct error when region cannot be auto discovered by vel…
…ero (#1214) * OADP-3038 Update region discovery error message. Signed-off-by: Tiger Kaovilai <[email protected]> * Update e2e message to match new error. Signed-off-by: Tiger Kaovilai <[email protected]> * Delete comment * address reviews Signed-off-by: Tiger Kaovilai <[email protected]> * comment update for #1214 (review) Signed-off-by: Tiger Kaovilai <[email protected]> --------- Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e6870a - Browse repository at this point
Copy the full SHA 2e6870aView commit details
Commits on Feb 24, 2024
-
Fix OADP-3228: Controller Manager lease duration too short for SNO (#…
…1264) * Update controller manager lease based on cluster topology * Update operator code to be independent of openshift library * minor fixes * remove duplicate rest config call
Configuration menu - View commit details
-
Copy full SHA for c49ab62 - Browse repository at this point
Copy the full SHA c49ab62View commit details
Commits on Feb 28, 2024
-
OADP-3586: Master: Update to ubi9 builder and base images (#1347)
* OADP-3586: Master: Update to ubi9 builder and base images * fix ubi8 to 9 and update must-gather
Configuration menu - View commit details
-
Copy full SHA for 5966523 - Browse repository at this point
Copy the full SHA 5966523View commit details
Commits on Feb 29, 2024
-
feat: Add golangci-lint linters - imports (#1337)
* feat: Add golangci-lint Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Add golangci-lint Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Add golangci-lint Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Add golangci-lint Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Add golangci-lint Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Add golangci-lint Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Add golangci-lint Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Add golangci-lint Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Add golangci-lint Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76f0049 - Browse repository at this point
Copy the full SHA 76f0049View commit details
Commits on Mar 4, 2024
-
CI: Split up E2E test's runBackupAndRestore in preparation for virtua…
…lization tests. (#1345) * Split up BackupRestoreCase type. Move application-specific fields into application-specific struct, and keep a base struct for fields common to virtualization tests. Signed-off-by: Matthew Arnold <[email protected]> * Split up runBackupAndRestore. Turn runBackupAndRestore into separate prepare, backup, and restore steps in preparation for virtualization testing. VM tests need a few extra steps but otherwise work pretty much the same as the existing application tests, so this split should reduce duplication. Signed-off-by: Matthew Arnold <[email protected]> * Clean up "v1 is redundant" lint failures. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de659f2 - Browse repository at this point
Copy the full SHA de659f2View commit details
Commits on Mar 5, 2024
-
CI: Back up and restore a VM. (#1333)
* Back up and restore a VM. Add new VM tests, and work through some extra VM details like removing the DataVolume (but not the PVC) before backup. This still fails because the restore is PartiallyFailed, need to add test-specific validation. Signed-off-by: Matthew Arnold <[email protected]> * Make log checking optional. Signed-off-by: Matthew Arnold <[email protected]> * Include PV in VM backup and restore. Signed-off-by: Matthew Arnold <[email protected]> * Attempt to improve VM test reliability. Add some retries in places that might hit "the object was modified" errors, and other small tweaks. Signed-off-by: Matthew Arnold <[email protected]> * Wait for PVC owner reference to go away. Trying to addres "DataVolume not found" errors from backup. Signed-off-by: Matthew Arnold <[email protected]> * Try a readiness delay on VM backup. Signed-off-by: Matthew Arnold <[email protected]> * Try booting VM from PVC instead of DataVolume. Signed-off-by: Matthew Arnold <[email protected]> * Make verification hooks really optional. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf64895 - Browse repository at this point
Copy the full SHA bf64895View commit details
Commits on Mar 7, 2024
-
fix: E2E subscription test (#1354)
* fix: E2E subscription test Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: E2E subscription test Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 653a18f - Browse repository at this point
Copy the full SHA 653a18fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4989030 - Browse repository at this point
Copy the full SHA 4989030View commit details
Commits on Mar 8, 2024
-
fix: Better description to wait for two vol test (#1287)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 355cf0f - Browse repository at this point
Copy the full SHA 355cf0fView commit details
Commits on Mar 11, 2024
-
fix: Remove and relocate files (#1246)
* fix: Remove and realocate files Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Fix codecov post job (#1255) Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cf1ba9 - Browse repository at this point
Copy the full SHA 7cf1ba9View commit details
Commits on Mar 13, 2024
-
fix: Unbreak must-gather Dockerfile (#1358)
* fix: Unbreak must-gather Dockerfile Signed-off-by: Mateus Oliveira <[email protected]> * Update must-gather/Dockerfile --------- Signed-off-by: Mateus Oliveira <[email protected]> Co-authored-by: RayfordJ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8664d5d - Browse repository at this point
Copy the full SHA 8664d5dView commit details
Commits on Mar 14, 2024
-
fix: Increase subscription test timeout (#1361)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46fcc4e - Browse repository at this point
Copy the full SHA 46fcc4eView commit details
Commits on Mar 17, 2024
-
OADP-2982: Test VMs from YAML templates (#1359)
* Create VM with YAML template. Signed-off-by: Matthew Arnold <[email protected]> * Install VM disk from YAML too. Rework virtualization test to pick up DataVolume YAML from the sample-applications/virtual-machines directory, using the namespace as a subdirectory and YAML files with "-disk.yaml" and "-vm.yaml" suffixes. Signed-off-by: Matthew Arnold <[email protected]> * Add more comments about DataVolume workflow. Hopefully a better description about what the test is doing with DataVolumes/VMs and why. Signed-off-by: Matthew Arnold <[email protected]> * Remove actual YAML file reference from comments. Just in case cirros-test needs to be removed. Signed-off-by: Matthew Arnold <[email protected]> * Add a DataVolume behavioral note to test YAML. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1be7785 - Browse repository at this point
Copy the full SHA 1be7785View commit details
Commits on Mar 20, 2024
-
update mysql/mongo/other for 4.15 error on restartPolicy (#1365)
* update mysql/mongo for 4.15 error on restartPolicy Error: `The Deployment "mysql" is invalid: spec.template.spec.containers[0].restartPolicy: Forbidden: may not be set for non-init containers` * don't change deprecated files
Configuration menu - View commit details
-
Copy full SHA for d06f5f7 - Browse repository at this point
Copy the full SHA d06f5f7View commit details
Commits on Mar 21, 2024
-
OADP-3652: fix CVE CVE-2024-24786 (#1366)
* OADP-3652: fix CVE CVE-2024-24786 * run go mod tidy ( again )
Configuration menu - View commit details
-
Copy full SHA for 6f7609f - Browse repository at this point
Copy the full SHA 6f7609fView commit details
Commits on Mar 22, 2024
-
Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1aff002 - Browse repository at this point
Copy the full SHA 1aff002View commit details
Commits on Mar 25, 2024
-
fix: CI unit test (envtest version) (#1375)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1493a5e - Browse repository at this point
Copy the full SHA 1493a5eView commit details
Commits on Apr 3, 2024
-
fix: update PROW CI links: NAC (#1378)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe0444c - Browse repository at this point
Copy the full SHA fe0444cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 070df86 - Browse repository at this point
Copy the full SHA 070df86View commit details
Commits on Apr 8, 2024
-
CI: Add fedora-todolist sample to E2E tests. (#1381)
* Add fedora-todolist to sample E2E applications. Signed-off-by: Matthew Arnold <[email protected]> * Bump up timeouts commonly failing new VM test. Signed-off-by: Matthew Arnold <[email protected]> * Add test case for fedora-todolist. Also rearrange some test code so that the new test case can co-exist with the existing CirrOS test. The CirrOS test will be converted to a real YAML template later, and some of the existing virt helper code will be removed. Signed-off-by: Matthew Arnold <[email protected]> * Use tiny flavor for Fedora VM. Signed-off-by: Matthew Arnold <[email protected]> * Add descriptions to virtualization test entries. Signed-off-by: Matthew Arnold <[email protected]> * Re-use existing VM status check. Signed-off-by: Matthew Arnold <[email protected]> * Specify backup timeout for every test. Avoids timeouts on VMs that will definitely take a long time, and avoids huge test delays on applications that should not take much time. Signed-off-by: Matthew Arnold <[email protected]> * Add TODO for a future cloud-init completion check. Signed-off-by: Matthew Arnold <[email protected]> * Back off namespace cleanup timeout. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e379366 - Browse repository at this point
Copy the full SHA e379366View commit details
Commits on Apr 16, 2024
-
feat: Integrate Non-Admin Controller (NAC) with OADP (#1370)
* feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Integrate Non-Admin Controller with OADP Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3cbfd6 - Browse repository at this point
Copy the full SHA c3cbfd6View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f23e821 - Browse repository at this point
Copy the full SHA f23e821View commit details
Commits on Apr 24, 2024
-
CI: Convert CirrOS test to YAML. (#1386)
* Change CirrOS test to run from YAML template. Signed-off-by: Matthew Arnold <[email protected]> * Remove storage helpers and no-template code path. Signed-off-by: Matthew Arnold <[email protected]> * Remove some extraneous VM helpers and templates. Signed-off-by: Matthew Arnold <[email protected]> * Minor tweaks and cleanup, one more CirrOS test. Signed-off-by: Matthew Arnold <[email protected]> * Remove some unused fields. Signed-off-by: Matthew Arnold <[email protected]> * Standardize GVR instead of GVK. Signed-off-by: Matthew Arnold <[email protected]> * Add notes about expected VM startup delays. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc6afbf - Browse repository at this point
Copy the full SHA fc6afbfView commit details
Commits on May 14, 2024
-
feat: Add PR template to project (#1350)
* feat: Add PR template to project Signed-off-by: Mateus Oliveira <[email protected]> * fixup! feat: Add PR template to project Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adce699 - Browse repository at this point
Copy the full SHA adce699View commit details
Commits on May 16, 2024
-
Handle NAC feature enablement via OADP for tech preview and GA scenar…
…ios (#1393) * Handle NAC feature enablement via OADP for tech preview and GA scenarios * fix linter issues * decouple non-admin enable and unsupported override tech preview ack * update validation error message
Configuration menu - View commit details
-
Copy full SHA for 911e8cf - Browse repository at this point
Copy the full SHA 911e8cfView commit details
Commits on May 21, 2024
-
fix: Add old datamover fields back to DPA (#1275)
* fix: Add old datamover fields back to DPA Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Add old datamover fields back to DPA Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ba3bce - Browse repository at this point
Copy the full SHA 6ba3bceView commit details
Commits on May 22, 2024
-
fix: Delete unused files in E2E folder (#1394)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 145a6b8 - Browse repository at this point
Copy the full SHA 145a6b8View commit details
Commits on May 29, 2024
-
Fix OADP-3960: Split labels avoiding label key exceed allowed 63 chars (
#1392) * split labels * remove label containing namespace --------- Co-authored-by: Fabian Mueller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71ea5b6 - Browse repository at this point
Copy the full SHA 71ea5b6View commit details
Commits on Jun 5, 2024
-
remove restartPolicy for OCP 4.16 (#1402)
* How to test Install Virt and deploy the fedora vm Alternatively allow the e2e virt ci to hit it. Signed-off-by: Wesley Hayutin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6be1529 - Browse repository at this point
Copy the full SHA 6be1529View commit details
Commits on Jun 10, 2024
-
OADP-4137: updated for velero 1.14 (#1398) (#1415)
* OADP-4137: updated for velero 1.14 (#1398) * updated for velero 1.14 go.mod changes for Velero 1.14 (including golang 1.22) velero CRD changes for 1.14 some oadp operator code changes to cope with controller-runtime upgrade to 0.17.2 * fix tests Signed-off-by: Tiger Kaovilai <[email protected]> * use go 1.22.2 * update tags to 1.4 * update to controller-gen 0.14.0 * fix deploy-olm for 4.16 * make bundle diff for operator-sdk 1.34 * leaderelection: Warning->Warningf Signed-off-by: Tiger Kaovilai <[email protected]> * run go fmt/generate * Remove createdAt only change Signed-off-by: Tiger Kaovilai <[email protected]> * fix OADP-3775: Investigate and make OADP Operator ready for CSI plugin as an internal Velero plugin * remove irrelevant comments * remove line number from leaderelection lease check * don't check for CSI plugin initcontainer * filter out repo-maint job pods from Velero pod query * account for restore Finalizing in e2e --------- Signed-off-by: Tiger Kaovilai <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]> Co-authored-by: Shubham Pampattiwar <[email protected]> * velero dep update for 1.12.3 rebase (#1279) * fix import order --------- Signed-off-by: Tiger Kaovilai <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]> Co-authored-by: Shubham Pampattiwar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f864555 - Browse repository at this point
Copy the full SHA f864555View commit details
Commits on Jun 11, 2024
-
CVE-2023-45288, update x/net (#1419)
Signed-off-by: Wesley Hayutin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85d4fc5 - Browse repository at this point
Copy the full SHA 85d4fc5View commit details
Commits on Jun 12, 2024
-
Fix OADP-4274: Backups failing for S3 compatible storage providers du…
…e to AWS SDK upgrade (#1421) * fix OADP-4274: Backups failing for S3 compatible storage providers due to SDK upgrade * check map key existance instaed of value length * minor update * skip s3url check * nit fix * fix unit tests * add nil check for BSL spec config
Configuration menu - View commit details
-
Copy full SHA for 5fac114 - Browse repository at this point
Copy the full SHA 5fac114View commit details
Commits on Jun 13, 2024
-
Remove Velero-plugin-for-csi from operator csv (#1407) (#1425)
* Remove Velero-plugin-for-csi from operator csv * remove csi plugin from disconnected deployment csv prep script * Run 'make bundle' Signed-off-by: Rayford Johnson <[email protected]> --------- Signed-off-by: Rayford Johnson <[email protected]> Co-authored-by: Rayford Johnson <[email protected]> (cherry picked from commit 3c33010)
Configuration menu - View commit details
-
Copy full SHA for 437b6d7 - Browse repository at this point
Copy the full SHA 437b6d7View commit details
Commits on Jun 16, 2024
-
OADP-3504: imagePullPolicy based on image having or not digest (#1397)
* fix: imagePullPolicy based on image having or not digest Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: imagePullPolicy based on image having or not digest Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: imagePullPolicy based on image having or not digest Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: imagePullPolicy based on image having or not digest Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: imagePullPolicy based on image having or not digest Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93be41a - Browse repository at this point
Copy the full SHA 93be41aView commit details
Commits on Jun 17, 2024
-
fix: restic removal message (#1412)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5422044 - Browse repository at this point
Copy the full SHA 5422044View commit details
Commits on Jun 18, 2024
-
fix: update OADP version relation with plugins (#1413)
* fix: non admin schedule Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: non admin schedule Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d010049 - Browse repository at this point
Copy the full SHA d010049View commit details -
Add Design for the unsupported arguments for the OADP (#1400)
* Add Design for the unsupported arguments for the OADP Initial design to address OADP-4159 Also may be included as part of OADP-4110 with PR #1396 Signed-off-by: Michal Pryc <[email protected]> * Design for the unsupported arguments for the OADP - rev.2 Updates to address some of the comments within Design for the unsupported arguments for the OADP Signed-off-by: Michal Pryc <[email protected]> * Design document for unsupported args - boolean args Addition to the design document to allow boolean args to be stored in a ConfigMap as '=true' or '=false' Signed-off-by: Michal Pryc <[email protected]> --------- Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2138e4f - Browse repository at this point
Copy the full SHA 2138e4fView commit details
Commits on Jun 20, 2024
-
fix: README CI periodic links (#1432)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c82841 - Browse repository at this point
Copy the full SHA 3c82841View commit details
Commits on Jun 21, 2024
-
[master] bundle createdAt sed for macOS (#1434)
* bundle createdAt sed for macOS Signed-off-by: Tiger Kaovilai <[email protected]> * Explicitly add -e for expression Signed-off-by: Tiger Kaovilai <[email protected]> * Adjust -i'' * avoid in-place and use `mv` Signed-off-by: Tiger Kaovilai <[email protected]> --------- Signed-off-by: Tiger Kaovilai <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]> Co-authored-by: Rayford Johnson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68f6005 - Browse repository at this point
Copy the full SHA 68f6005View commit details
Commits on Jun 24, 2024
-
Search package manifest for stable channel. (#1440)
Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9d22c6 - Browse repository at this point
Copy the full SHA b9d22c6View commit details -
Convert Fedora DeploymentConfig to Deployment. (#1442)
Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba81ef2 - Browse repository at this point
Copy the full SHA ba81ef2View commit details
Commits on Jun 26, 2024
-
Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4264a86 - Browse repository at this point
Copy the full SHA 4264a86View commit details
Commits on Jun 27, 2024
-
fix: make catalog-test-upgrade command (#1431)
* fix: make catalog-test-upgrade command Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: make catalog-test-upgrade command Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: make catalog-test-upgrade command Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 416a5d3 - Browse repository at this point
Copy the full SHA 416a5d3View commit details
Commits on Jun 28, 2024
-
Implementation function for unsupported args. (#1423)
* Implementation function for unsupported args. Draft implementation to calculate args from the provided configmap with test. Related #1400 Signed-off-by: Michal Pryc <[email protected]> * Reworked implementation for the unsupported args - Ensure the value is left as is if surrounded by ' or " - Include ' if the non-boolean value is missing the single quotes - Ensure boolean value is changed to small letters and applied to key=value - Ensure value is a string even if it seems to be boolean, when the value is surrounded by ' or " - Ensure value with prefix - or -- is kept as is - Allow key to be passed with or without "--" prefix and resulting schema is as cli subcommand --key='value' --another-key='value' --bool-value=true Updated tests to cover all of the above as well empty ConfigMap Signed-off-by: Michal Pryc <[email protected]> * Unsupported arguments implementation without single quote Args should not be wrapped with single quotes. Signed-off-by: Michal Pryc <[email protected]> * Unsupported args function to include multiple subCommands Addition to allow multiple sub commands to be used that is required for the node-agent that runs as: $ velero node-agent server [args] This change also modifies the args to be alphabetially sorted, so the result from the function is consistent across it's runs. Signed-off-by: Michal Pryc <[email protected]> * Adjust to address small nits in the design and implementation Address two nits: - numbering inside design doc - removal of single quote from the design doc - removal of one docstring from the function Signed-off-by: Michal Pryc <[email protected]> * Update to the unsupported args implementation Additional update to include: - single char arg names to be prefixed by default with single '-'. It is possible to override this behavior by passing '--' as the arg name in the ConfigMap, but the default is closer to what user expects. - Removal of copy() for cliSubCommand - Small nits Signed-off-by: Michal Pryc <[email protected]> * Do not assume single char value name must be prefixed with - Remove implementation assumption in which single char arg name was prefixed with single dash `-` Signed-off-by: Michal Pryc <[email protected]> --------- Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd3dd33 - Browse repository at this point
Copy the full SHA bd3dd33View commit details
Commits on Jul 1, 2024
-
Include unsupported args for the server verlero subcommand. (#1430)
Add unsupported args for the velero server via ConfigMap within the DPA namespace. Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e8b4f1 - Browse repository at this point
Copy the full SHA 9e8b4f1View commit details
Commits on Jul 2, 2024
-
fix: simplify E2E code (#1447)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea7ccc4 - Browse repository at this point
Copy the full SHA ea7ccc4View commit details
Commits on Jul 11, 2024
-
Fix OADP-4110:Unsupported Node-Agent Server args (#1450)
* fix OADP-4110:Unsupported Node-Agent Server args * combine unsupported overrides function for velero and nodeagent * minor update
Configuration menu - View commit details
-
Copy full SHA for 2589944 - Browse repository at this point
Copy the full SHA 2589944View commit details
Commits on Jul 12, 2024
-
CI: add single test for powered-off CirrOS VM (#1439)
* Add single shut-down CirrOS VM test. Signed-off-by: Matthew Arnold <[email protected]> * Allow expected errors in backup and restore tests. Signed-off-by: Matthew Arnold <[email protected]> * Fix lint error. Signed-off-by: Matthew Arnold <[email protected]> * Revert "Allow expected errors in backup and restore tests." This reverts commit 6cda401. * Handle virt-specific expected restore errors. Avoid the more sprawling temporary changes from the previously reverted commit. Signed-off-by: Matthew Arnold <[email protected]> * Increase VM removal timeout. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7641bec - Browse repository at this point
Copy the full SHA 7641becView commit details -
doc: Upgrade instructions from 1.3 to 1.4 (#1414)
* doc: Upgrade instructions from 1.3 to 1.4 Signed-off-by: Mateus Oliveira <[email protected]> * fixup! doc: Upgrade instructions from 1.3 to 1.4 Signed-off-by: Mateus Oliveira <[email protected]> * fixup! doc: Upgrade instructions from 1.3 to 1.4 Signed-off-by: Mateus Oliveira <[email protected]> * fixup! doc: Upgrade instructions from 1.3 to 1.4 Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20813ad - Browse repository at this point
Copy the full SHA 20813adView commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d3b216 - Browse repository at this point
Copy the full SHA 9d3b216View commit details
Commits on Jul 24, 2024
-
OADP-4290: Add flake for snapshot creation to ignore error list (#1472)
* OADP-4290: Add flake to ignore error list for VM snapshot creation Signed-off-by: Wesley Hayutin <[email protected]> * fix lint? Signed-off-by: Wesley Hayutin <[email protected]> --------- Signed-off-by: Wesley Hayutin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f1731b - Browse repository at this point
Copy the full SHA 4f1731bView commit details -
Add developer docs for unsupported server args (#1456)
* add developer docs for unsupported server args * update note * address review feedback
Configuration menu - View commit details
-
Copy full SHA for cbb1553 - Browse repository at this point
Copy the full SHA cbb1553View commit details
Commits on Jul 25, 2024
-
fix: Refactor E2E tests (#1463)
* fix: Refactor E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Refactor E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Refactor E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Refactor E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Refactor E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Refactor E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Refactor E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Refactor E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Refactor E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Refactor E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Refactor E2E tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Refactor E2E tests Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b01c0ac - Browse repository at this point
Copy the full SHA b01c0acView commit details
Commits on Jul 29, 2024
-
fix: automate upgrade tests (#1446)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb3e2ad - Browse repository at this point
Copy the full SHA eb3e2adView commit details
Commits on Jul 31, 2024
-
OADP-4172: override imagePullPolicy (#1448)
* fix: override imagePullPolicy Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: override imagePullPolicy Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: override imagePullPolicy Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: override imagePullPolicy Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad1bd5f - Browse repository at this point
Copy the full SHA ad1bd5fView commit details
Commits on Aug 1, 2024
-
OADP-4076: Add qps and burst to DPA (#1395)
* fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default value of qps and burst Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a8b70f - Browse repository at this point
Copy the full SHA 0a8b70fView commit details
Commits on Aug 7, 2024
-
fix: make deploy-olm on ARM clusters (#1478)
* fix: make deploy-olm on ARM clusters Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: make deploy-olm on ARM clusters Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0532206 - Browse repository at this point
Copy the full SHA 0532206View commit details
Commits on Aug 9, 2024
-
add some basic kopia documentation (#1486)
* add some basic kopia documentation Basic connection and commands Pointer to doc Launch must-gather w/ kopia client Signed-off-by: Wesley Hayutin <[email protected]> * add content check to show size chunk size Signed-off-by: Wesley Hayutin <[email protected]> --------- Signed-off-by: Wesley Hayutin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54fed94 - Browse repository at this point
Copy the full SHA 54fed94View commit details
Commits on Aug 13, 2024
-
Fix OADP-4623: OpenShift on IBMCloud setup for OADP (#1482)
* Fix OADP-4623: OpenShift on IBMCLoud setup for OADP * fix unit tests and minor updates * add updates for host-plugins host path * fix unit tests * lint fix
Configuration menu - View commit details
-
Copy full SHA for b8fb9dd - Browse repository at this point
Copy the full SHA b8fb9ddView commit details
Commits on Aug 14, 2024
-
fix: read ephemeral-storage in code (#1477)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b51ce21 - Browse repository at this point
Copy the full SHA b51ce21View commit details -
Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8113852 - Browse repository at this point
Copy the full SHA 8113852View commit details
Commits on Aug 15, 2024
-
fix: Remove velero pkg generated (#1492)
* fix: Remove velero pkg generated Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Remove velero pkg generated Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5084c37 - Browse repository at this point
Copy the full SHA 5084c37View commit details
Commits on Aug 20, 2024
-
Bump up CirrOS image size for PSI. (#1495)
* Bump up CirrOS image size for PSI. Signed-off-by: Matthew Arnold <[email protected]> * Also bump up CirrOS VM template PVC size. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0e0d12 - Browse repository at this point
Copy the full SHA b0e0d12View commit details
Commits on Aug 26, 2024
-
Remove expected VM test failure. (#1504)
Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96b3333 - Browse repository at this point
Copy the full SHA 96b3333View commit details
Commits on Aug 27, 2024
-
OADP Operator update for aug-22-2024 velero rebase (#1502)
* OADP Operator update for aug-22-2024 velero rebase * remove virt restore err
Configuration menu - View commit details
-
Copy full SHA for c0e62bc - Browse repository at this point
Copy the full SHA c0e62bcView commit details
Commits on Aug 28, 2024
-
OADP-4291 Add no-pod/immediate bind VM tests. (#1479)
* OADP-4291 Add no-pod/immediate bind VM tests. Signed-off-by: Matthew Arnold <[email protected]> * Silence lint error. Signed-off-by: Matthew Arnold <[email protected]> * Add immediate mode storage class and VM templates. Signed-off-by: Matthew Arnold <[email protected]> * Fix duplicated VM test. Signed-off-by: Matthew Arnold <[email protected]> * Use UninstallApplication instead of delete. Signed-off-by: Matthew Arnold <[email protected]> * Expect error on no-pod immediate datamover test. Signed-off-by: Matthew Arnold <[email protected]> * Add another expected VM test error. Signed-off-by: Matthew Arnold <[email protected]> * Try VM tests without ginkgo.Ordered. Signed-off-by: Matthew Arnold <[email protected]> * Replace immediate storage class YAML with live copy. Signed-off-by: Matthew Arnold <[email protected]> * Restore order. Signed-off-by: Matthew Arnold <[email protected]> * Clean up lint errors. Signed-off-by: Matthew Arnold <[email protected]> * Address more review comments. Signed-off-by: Matthew Arnold <[email protected]> * Remove VM test that's expected to fail. There is no fix for this yet. Signed-off-by: Matthew Arnold <[email protected]> * Clean up after rebase. Remove expected restore errors and change immediate-mode CirrOS template PVC size. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe4ca09 - Browse repository at this point
Copy the full SHA fe4ca09View commit details
Commits on Sep 5, 2024
-
Add periodic VM test status. (#1505)
* Add periodic VM test status. Signed-off-by: Matthew Arnold <[email protected]> * Show one set of VM tests per branch. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5601dcf - Browse repository at this point
Copy the full SHA 5601dcfView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d60743 - Browse repository at this point
Copy the full SHA 8d60743View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c145cc - Browse repository at this point
Copy the full SHA 6c145ccView commit details -
fix: NonAdmin container code (#1452)
* fix: NonAdmin container code Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: NonAdmin container code Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb62869 - Browse repository at this point
Copy the full SHA fb62869View commit details
Commits on Sep 13, 2024
-
Virtualization E2E tests on OpenStack (#1511)
* Avoid deleting previously installed CirrOS image. Only clean it up if the test downloaded it in the first place. Signed-off-by: Matthew Arnold <[email protected]> * Default OpenStack provider to no KVM emulation. Allow KVM emulation to be configured, and add an OpenStack provider that copies AWS except for leaving emulation turned off. Signed-off-by: Matthew Arnold <[email protected]> * Avoid trying to delete non-existent storage class. If the test did not need to create an immediate-mode storage class (because the default was already set to immediate), make sure it does not try to delete anything after the test is done. Previously this would cause an error after all the tests were run, even if they were all successful. Signed-off-by: Matthew Arnold <[email protected]> * Create WFFC storage class if default is Immediate. Otherwise the previously-default WFFC tests will all run with Immediate, and make the Immediate-specific tests redundant. Signed-off-by: Matthew Arnold <[email protected]> * Add test scripts for OpenStack. Can't just use AWS for everything after all. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 510c203 - Browse repository at this point
Copy the full SHA 510c203View commit details
Commits on Sep 16, 2024
-
Upgrade GetBucketRegion to aws-sdk-go-v2 (#1470)
* Upgrade GetBucketRegion to aws-sdk-go-v2 Signed-off-by: Tiger Kaovilai <[email protected]> Load anonymous credentials when GetBucketRegion Signed-off-by: Tiger Kaovilai <[email protected]> Try setting region in LoadDefaultConfig Signed-off-by: Tiger Kaovilai <[email protected]> more debug Signed-off-by: Tiger Kaovilai <[email protected]> return err from aws Signed-off-by: Tiger Kaovilai <[email protected]> debug Signed-off-by: Tiger Kaovilai <[email protected]> * Replace context TODO with Background, update comments. Signed-off-by: Tiger Kaovilai <[email protected]> --------- Signed-off-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab459ea - Browse repository at this point
Copy the full SHA ab459eaView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b529130 - Browse repository at this point
Copy the full SHA b529130View commit details
Commits on Sep 20, 2024
-
add a section for openstack (#1522)
* add a section for openstack Signed-off-by: Wesley Hayutin <[email protected]> * udpated per review Signed-off-by: Wesley Hayutin <[email protected]> * Update docs/developer/testing/TESTING.md heh, thanks Co-authored-by: Tiger Kaovilai <[email protected]> --------- Signed-off-by: Wesley Hayutin <[email protected]> Co-authored-by: Tiger Kaovilai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b01e559 - Browse repository at this point
Copy the full SHA b01e559View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94bc5ae - Browse repository at this point
Copy the full SHA 94bc5aeView commit details
Commits on Sep 29, 2024
-
velero konveyor-dev rebase Sept 19, 2024 (#1524)
also updated kopia dep and modified restore resource priorities code to reflect new package for Priorities type
Configuration menu - View commit details
-
Copy full SHA for ce8546d - Browse repository at this point
Copy the full SHA ce8546dView commit details
Commits on Sep 30, 2024
-
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d878a7 - Browse repository at this point
Copy the full SHA 0d878a7View commit details -
add a support matrix for backup, volumetypes, incremental (#1519)
* add a support matrix for backup, volumetypes, incremental Signed-off-by: Wesley Hayutin <[email protected]> * ide didn't save latest * fix fs support * updated for volume snapshots Signed-off-by: Wesley Hayutin <[email protected]> * updates from reviews Signed-off-by: Wesley Hayutin <[email protected]> * update cloud volume name re: sseago's comment Signed-off-by: Wesley Hayutin <[email protected]> --------- Signed-off-by: Wesley Hayutin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68a1c47 - Browse repository at this point
Copy the full SHA 68a1c47View commit details -
Configuration menu - View commit details
-
Copy full SHA for fee74a5 - Browse repository at this point
Copy the full SHA fee74a5View commit details
Commits on Oct 1, 2024
-
fix: CI check go dependencies (#1374)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc2e993 - Browse repository at this point
Copy the full SHA bc2e993View commit details -
Allow developer to specify e2e test name on cli (#1526)
* Allow developer to specify e2e test name on cli Signed-off-by: Wesley Hayutin <[email protected]> * update ARG KEY to GINKGO_ARGS from TEST_ARGS Signed-off-by: Wesley Hayutin <[email protected]> * missed update and reorg Signed-off-by: Wesley Hayutin <[email protected]> --------- Signed-off-by: Wesley Hayutin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aef33ce - Browse repository at this point
Copy the full SHA aef33ceView commit details -
delete the existing backuprepositories prior to a new test (#1521)
* delete the backuprepository for cirros-test namespace if found in BeforeAll Signed-off-by: Wesley Hayutin <[email protected]> * fixen for reviews Signed-off-by: Wesley Hayutin <[email protected]> * delete all br repos as suggested prior to app/virt install Signed-off-by: Wesley Hayutin <[email protected]> * updates from comments Signed-off-by: Wesley Hayutin <[email protected]> * update code comments Signed-off-by: Wesley Hayutin <[email protected]> --------- Signed-off-by: Wesley Hayutin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c40214 - Browse repository at this point
Copy the full SHA 5c40214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0b9fc - Browse repository at this point
Copy the full SHA 5b0b9fcView commit details
Commits on Oct 2, 2024
-
fix: Velero server args organization (#1535)
* fix: Velero server args organization Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Velero server args organization Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Velero server args organization Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5adc85 - Browse repository at this point
Copy the full SHA d5adc85View commit details
Commits on Oct 8, 2024
-
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a851ded - Browse repository at this point
Copy the full SHA a851dedView commit details
Commits on Oct 9, 2024
-
Signed-off-by: Wesley Hayutin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8eac9de - Browse repository at this point
Copy the full SHA 8eac9deView commit details -
Set unsupported images via shell in our e2e tests (#1541)
* not working Signed-off-by: Wesley Hayutin <[email protected]> * WOOT, working w/ make test-e2e GINKGO_ARGS=--ginkgo.focus='MySQL application CSI' Signed-off-by: Wesley Hayutin <[email protected]> * all dpa creation / tests working Signed-off-by: Wesley Hayutin <[email protected]> * update other cloud providers w/ args Signed-off-by: Wesley Hayutin <[email protected]> * add note to docs Signed-off-by: Wesley Hayutin <[email protected]> * address comments and fix aws settings * updated for Mateus's comments * removed image override test * remove unsed var declaration * other mindor changes Signed-off-by: Wesley Hayutin <[email protected]> * remove csi plugin override Signed-off-by: Wesley Hayutin <[email protected]> * remove unrequired deepcopy Signed-off-by: Wesley Hayutin <[email protected]> --------- Signed-off-by: Wesley Hayutin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 426fd70 - Browse repository at this point
Copy the full SHA 426fd70View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c55320d - Browse repository at this point
Copy the full SHA c55320dView commit details -
OADP-4935: Default permission for Secrets (#1539)
* fix: Default permission for Secrets Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default permission for Secrets Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default permission for Secrets Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Default permission for Secrets Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a17d7c - Browse repository at this point
Copy the full SHA 1a17d7cView commit details
Commits on Oct 11, 2024
-
doc: How to create new release branch CI files (#1247)
* doc: How to create new release branch CI files Signed-off-by: Mateus Oliveira <[email protected]> * fixup! doc: How to create new release branch CI files Signed-off-by: Mateus Oliveira <[email protected]> * fixup! doc: How to create new release branch CI files Signed-off-by: Mateus Oliveira <[email protected]> * fixup! doc: How to create new release branch CI files Signed-off-by: Mateus Oliveira <[email protected]> * fixup! doc: How to create new release branch CI files Signed-off-by: Mateus Oliveira <[email protected]> * fixup! doc: How to create new release branch CI files Signed-off-by: Mateus Oliveira <[email protected]> * fixup! doc: How to create new release branch CI files Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb2411e - Browse repository at this point
Copy the full SHA fb2411eView commit details
Commits on Oct 15, 2024
-
fix: Add images job badges to README (#1560)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5898f4 - Browse repository at this point
Copy the full SHA e5898f4View commit details
Commits on Oct 16, 2024
-
fix: Add table for badges in README (#1562)
* fix: Add table for badges in README Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Add table for badges in README Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65ae702 - Browse repository at this point
Copy the full SHA 65ae702View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00155e1 - Browse repository at this point
Copy the full SHA 00155e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1063c7 - Browse repository at this point
Copy the full SHA d1063c7View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1d6ed3c - Browse repository at this point
Copy the full SHA 1d6ed3cView commit details
Commits on Oct 22, 2024
-
CI: Enable upstream virtualization operator E2E tests. (#1556)
* Add option for upstream virtualization operator. Use this to tweak the subscription settings and some expected namespaces. Signed-off-by: Matthew Arnold <[email protected]> * Do not fail test on missing images namespace. Signed-off-by: Matthew Arnold <[email protected]> * Avoid "cannot configure to watch own namespace". Signed-off-by: Matthew Arnold <[email protected]> * Add DataVolume clone permissions for cirros-test. Signed-off-by: Matthew Arnold <[email protected]> * Remove permissions for kubevirt-os-images. Going to try to keep everything in openshift-virtualization-os-images namespace instead. Installing this CRD as-is fails because kubevirt-os-images does not exist yet. Signed-off-by: Matthew Arnold <[email protected]> * Force upstream test run. Signed-off-by: Matthew Arnold <[email protected]> * Copy fedora data source to os-images namespace. The community KubeVirt operator puts these in "kubevirt-os-images", but to keep fixed YAML templates the test needs them in "openshift-virtualization-os-images". This adds a way to copy an existing data source to a new namespace. Signed-off-by: Matthew Arnold <[email protected]> * Turn off upstream-only CI. Undo temporary change to force community operator in tests. Signed-off-by: Matthew Arnold <[email protected]> * Don't fail if test storage classes already exist. Signed-off-by: Matthew Arnold <[email protected]> * Explicitly set Fedora volume mode for test. Trying to work around image clone failure in CI. Signed-off-by: Matthew Arnold <[email protected]> * Revert "Explicitly set Fedora volume mode for test." This reverts commit a663e29. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20d8c61 - Browse repository at this point
Copy the full SHA 20d8c61View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d5ba7b - Browse repository at this point
Copy the full SHA 0d5ba7bView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d71f124 - Browse repository at this point
Copy the full SHA d71f124View commit details
Commits on Oct 25, 2024
-
convert the troubleshotting.md to proper md (#1543)
* convert the troubleshotting.md to proper md * mostly just converting to markdown * moved some links around, imho better organization. * not perfect but better Signed-off-by: Wesley Hayutin <[email protected]> * update faq link --------- Signed-off-by: Wesley Hayutin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23611f7 - Browse repository at this point
Copy the full SHA 23611f7View commit details -
OADP-5024 Virtualization troubleshooting document. (#1574)
* OADP-5024 Virtualization troubleshooting document. Start this off with label selectors for individual VMs. Signed-off-by: Matthew Arnold <[email protected]> * Add syntax highlighting. Signed-off-by: Matthew Arnold <[email protected]> --------- Signed-off-by: Matthew Arnold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a24d8ba - Browse repository at this point
Copy the full SHA a24d8baView commit details -
add virtualization debug to troubleshooting doc (#1575)
Signed-off-by: Wesley Hayutin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 215d34c - Browse repository at this point
Copy the full SHA 215d34cView commit details
Commits on Nov 5, 2024
-
Fix for #1581 Allow to use podman as container tool for building imag…
…es (#1582) The Makefile auto-discovers the build tool, defaulting to docker or podman if available. Users can override this by setting the CONTAINER_TOOL environment variable to specify their preferred tool. This approach is aligned with other operators, such as non-admin, while also adding automatic tool discovery for improved usability and transparency. Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd2ddc9 - Browse repository at this point
Copy the full SHA dd2ddc9View commit details
Commits on Nov 11, 2024
-
fix: Remove indirect import of AWS package (#1585)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 738a1a0 - Browse repository at this point
Copy the full SHA 738a1a0View commit details
Commits on Nov 12, 2024
-
Updated manifests for the NAC project after merging PR101 (#1578)
Update of the manifests after merging: migtools/oadp-non-admin#101 Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5c297b - Browse repository at this point
Copy the full SHA d5c297bView commit details -
some notes on schedules (#1587)
* some notes on schedules * updates from the reviews
Configuration menu - View commit details
-
Copy full SHA for 5aeb1ba - Browse repository at this point
Copy the full SHA 5aeb1baView commit details -
* Add contributing.md * updated override info
Configuration menu - View commit details
-
Copy full SHA for 4b043ba - Browse repository at this point
Copy the full SHA 4b043baView commit details
Commits on Nov 13, 2024
-
Manifest updates for the NonAdminBackup PR 108 (#1588)
Updates to the manifests required by the NAB PR: migtools/oadp-non-admin#108 Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bead97f - Browse repository at this point
Copy the full SHA bead97fView commit details -
add a first pass at kopia maintenance debug info (#1580)
* add a first pass at kopia maintenance debug info * add delete updates and restic * updates after review * fix after proof read * update from michal's comments
Configuration menu - View commit details
-
Copy full SHA for d9594a5 - Browse repository at this point
Copy the full SHA d9594a5View commit details
Commits on Nov 14, 2024
-
fix: NAC project domain (#1589)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7a1284 - Browse repository at this point
Copy the full SHA a7a1284View commit details
Commits on Nov 19, 2024
-
fix: Enforce NonAdminBackup spec field values (#1584)
* fix: Enforce NonAdminBackup spec field values Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Enforce NonAdminBackup spec field values rework of logic Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Enforce NonAdminBackup spec field values fix nil pointer Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Enforce NonAdminBackup spec field values fix comparison check Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Enforce NonAdminBackup spec field values make update-non-admin-manifests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Enforce NonAdminBackup spec field values run make update-non-admin-manifests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: Enforce NonAdminBackup spec field values Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6947e30 - Browse repository at this point
Copy the full SHA 6947e30View commit details
Commits on Nov 20, 2024
-
fix: NAC install validation (#1577)
* fix: NAC install validation Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: NAC install validation improve error messages Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: NAC install validation add tests Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: NAC install validation working example Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: NAC install validation use another client Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: NAC install validation validate first Signed-off-by: Mateus Oliveira <[email protected]> * fixup! fix: NAC install validation only error one DPA Signed-off-by: Mateus Oliveira <[email protected]> --------- Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45861be - Browse repository at this point
Copy the full SHA 45861beView commit details
Commits on Nov 26, 2024
-
Fix OADP-5183: Ensure containers are all using FallbackToLogsOnError …
…in terminationMessagePolicy (#1590) * Fix OADP-5183: Ensure containers are all using FallbackToLogsOnError in terminationMessagePolicy * minor update
Configuration menu - View commit details
-
Copy full SHA for c0f2825 - Browse repository at this point
Copy the full SHA c0f2825View commit details
Commits on Nov 27, 2024
-
Update manifests for the non-admin-backup #117 - Queue information (#…
…1598) Update Non Admin manifests to include information about estimated queue position of the NAB objects. Signed-off-by: Michal Pryc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f77ffcd - Browse repository at this point
Copy the full SHA f77ffcdView commit details
Commits on Dec 2, 2024
-
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1060a8 - Browse repository at this point
Copy the full SHA e1060a8View commit details
Commits on Dec 3, 2024
-
fix: Enforce NonAdminRestore spec field values (#1600)
Signed-off-by: Mateus Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06081c0 - Browse repository at this point
Copy the full SHA 06081c0View commit details