noobaa / noobaa-operator

Operator for NooBaa - object data service for hybrid and multi cloud environments :cloud: :wrench:
https://www.noobaa.io
Apache License 2.0
103 stars 101 forks source link

Implement operator support for pool ownership #1393

Closed bernerhat closed 3 months ago

bernerhat commented 4 months ago

Explain the changes

  1. part of the change required in Implement OCS and MCG operator support for pool ownership adds an indication to the core that the cluster is set to provider mode upon deployment.

Issues: Fixed #xxx / Gap #xxx

  1. This implementation supports RHSTOR-5187 - Support Provider & Consumer mode

Testing Instructions:

dannyzaken commented 3 months ago

@bernerhat The unit tests failed due to diff with the expected generated files. please run the following and commit

go run pkg/bundler/bundler.go deploy/ pkg/bundle/deploy.go
bernerhat commented 3 months ago

@dannyzaken done