Skip to content

Conversation

kaovilai
Copy link
Member

@kaovilai kaovilai commented Dec 20, 2021

Closes #424
Closes OADP-153

  • fix reconciler not deleting restic deamonset when restic config is nil

@openshift-ci
Copy link

openshift-ci bot commented Dec 20, 2021

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 20, 2021
@codecov-commenter
Copy link

codecov-commenter commented Dec 20, 2021

Codecov Report

Merging #517 (6a57518) into master (0b6fca1) will increase coverage by 0.07%.
The diff coverage is 55.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #517      +/-   ##
==========================================
+ Coverage   39.02%   39.10%   +0.07%     
==========================================
  Files          12       12              
  Lines        2378     2381       +3     
==========================================
+ Hits          928      931       +3     
+ Misses       1371     1370       -1     
- Partials       79       80       +1     
Impacted Files Coverage Δ
controllers/restic.go 54.12% <0.00%> (+0.82%) ⬆️
controllers/registry.go 44.27% <30.00%> (-0.11%) ⬇️
controllers/bsl.go 54.66% <100.00%> (+0.40%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b6fca1...6a57518. Read the comment docs.

@kaovilai kaovilai marked this pull request as ready for review December 20, 2021 17:20
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 20, 2021
@kaovilai kaovilai changed the title OADP-153, Close #424 OADP-153, Close #424, fix Nil restic config not deleting restic deamonset Dec 20, 2021
@kaovilai kaovilai marked this pull request as draft December 20, 2021 18:36
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 20, 2021
@kaovilai kaovilai marked this pull request as ready for review December 20, 2021 18:39
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 20, 2021
@kaovilai kaovilai marked this pull request as draft December 20, 2021 18:49
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 20, 2021
@kaovilai kaovilai marked this pull request as ready for review December 20, 2021 18:56
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 20, 2021
@kaovilai kaovilai linked an issue Dec 20, 2021 that may be closed by this pull request
1 task
@kaovilai
Copy link
Member Author

Looks like registry currently use region. If backupImages is enabled, region is still required.

@kaovilai kaovilai requested a review from dymurray December 20, 2021 23:05
@kaovilai kaovilai changed the title OADP-153, Close #424, fix Nil restic config not deleting restic deamonset AWS plugin config: BSL Region not required when s3ForcePathStyle is false and BackupImages is false Dec 21, 2021
@kaovilai
Copy link
Member Author

/retest

3 similar comments
@dymurray
Copy link
Member

/retest

@dymurray
Copy link
Member

/retest

@kaovilai
Copy link
Member Author

/retest

@openshift-ci
Copy link

openshift-ci bot commented Dec 21, 2021

@kaovilai: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@dymurray dymurray merged commit 5c34c19 into openshift:master Dec 21, 2021
kaovilai added a commit to kaovilai/oadp-operator that referenced this pull request Dec 22, 2021
* api v1 upgrade CR typo (openshift#501)

* Removing kube-rbac-proxy from the containers needed (openshift#504)

* fix indentation (openshift#505)

* turn OCP versions from int to string (openshift#502)

* Ensure velero is deleted (openshift#510)

* Timeout  for must-gather failed backups (openshift#497)

* Adding known limitations to must-gather

* Adding implementation details for timeout

* remove VSPHERE env configs for csv (openshift#512)

* update troubleshooting doc (openshift#509)

* Adding support for service principal credential for Azure plugin (openshift#507)

* Adding validation for azure creds

* Adding account key check

* Adding checks to validate SP if storage key is not present

* Adding unit test#1

* Adding a test case for service principal

* Adding review comments

* Remove: logging sensitive info

* make deploy velero namespace fix (openshift#506)

* make deploy velero namespace fix

* add changes for undeploy

* add deploy-tmp-cleanup

* fix aws registry env vars (openshift#515)

* Azure SP docs (openshift#514)

* Adding Azure SP related doc

* Fixing title

* Fixing nit

* Registry should not be deployed when Azure SP is used (openshift#518)

* Registry should not be deployed when Azure SP is used

* Fixing unit tests

* Adding review comments

* Fixing typos

* Adding registry label to BSL

* Updating azure credentials documentation (openshift#519)

* AWS plugin config: BSL Region not required when s3ForcePathStyle is false and BackupImages is false (openshift#517)

* OADP-153, Close openshift#424

* Nil restic Config should delete previous restic daemonset

* only check restic config if it is not nil

* installCase wantError implement

* Make err more verbose

* commit metav1

* Changes for BackupImages considerations

* fake client fix

* removed vsphere from source manager config (openshift#520)

* Update README.md

* badge relocate (openshift#521)

Co-authored-by: Tiger Kaovilai <[email protected]>
Co-authored-by: Shawn Hurley <[email protected]>
Co-authored-by: Emily McMullan <[email protected]>
Co-authored-by: Savitha Raghunathan <[email protected]>
Co-authored-by: Wesley Hayutin <[email protected]>
Co-authored-by: Dylan Murray <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: AWS plugin config: BSL Region not required when s3ForcePathStyle is false
3 participants