-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add initial reconciler methods for WatcherApplier #49
Add initial reconciler methods for WatcherApplier #49
Conversation
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d138bcc07e3448f39e4d6ee65398da0c ✔️ noop SUCCESS in 0s |
5c86430
to
6e60478
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
6e60478
to
55bf155
Compare
55bf155
to
1f49d2d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor comment. Other than that, just add a base kuttl scenario for watcherapplier (new folder in https://github.com/openstack-k8s-operators/watcher-operator/tree/main/tests/kuttl/test-suites/default ) and it'd be ready to merge imo.
1f49d2d
to
fb418c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of tests about kuttl tests.
tests/kuttl/test-suites/default/watcher-applier/02-deploy-with-defaults.yaml
Outdated
Show resolved
Hide resolved
tests/kuttl/test-suites/default/watcher-applier/03-deploy-with-defaults.yaml
Outdated
Show resolved
Hide resolved
fb418c3
to
a04a8e8
Compare
Adds initial logic for reconciler on Watcher Applier controller, including inputs, serviceConfig and memcached configurations.
a04a8e8
to
91bc859
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amoralej The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6f7cbc9
into
openstack-k8s-operators:main
Adds initial logic for reconciler on Watcher Applier controller, including inputs, serviceConfig and memcached configurations.