-
Notifications
You must be signed in to change notification settings - Fork 11
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 basic reconcile methods for WatcherDecisionEngine #44
Add basic reconcile methods for WatcherDecisionEngine #44
Conversation
Skipping CI for Draft Pull Request. |
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. |
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.
update incoming for merge conflict
0c079bf
to
8e9c64a
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/27a85de2461345948a46a0cc7c88cd25 ✔️ noop SUCCESS in 0s |
8e9c64a
to
8fe1870
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. |
8fe1870
to
678139a
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d0872c33c33d42b88533af993205c416 ✔️ noop SUCCESS in 0s |
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.
thanks for your comments amoralej
678139a
to
83ddd5c
Compare
83ddd5c
to
0962062
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d9231b2a33d1439e9159a13c4917dffe ✔️ noop SUCCESS in 0s |
tests/kuttl/test-suites/default/watcher-decision-engine/05-assert.yaml
Outdated
Show resolved
Hide resolved
tests/kuttl/test-suites/default/watcher-decision-engine/03-deploy-decision-engine.yaml
Outdated
Show resolved
Hide resolved
tests/kuttl/test-suites/default/watcher-decision-engine/03-assert-default.yaml
Show resolved
Hide resolved
0962062
to
7fee7db
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/3a310445b6c1420391d15bbdff29e1a2 ✔️ noop SUCCESS in 0s |
7fee7db
to
5506a05
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. |
5506a05
to
63bfc26
Compare
63bfc26
to
ae483af
Compare
Left a couple of very minor comments, but this is very close to be good to go now |
ae483af
to
6f9d2f0
Compare
Adds the basic attributes to the WatcherDecisionEngineSpec and Status structs (like WatcherCommon) and adds the basic reconcile functions like GetLogger and initStatus and skeleton for generateServiceConfigs Includes base unit tests and next commit will have kuttl.
The parent commit adds the initial reconcile functions and this adds some kuttl coverage. The DecisionEngine is not yet integrated with the top-level Watcher so for now creating a new directory which can be moved later.
6f9d2f0
to
5da3c0f
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cescgina 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 |
/lgtm |
b9599e7
into
openstack-k8s-operators:main
This follows on from [1] to add missing configuration collection and creation of a StatefulSet for the DecisionEngine. [1] openstack-k8s-operators#44
This follows on from [1] to add missing configuration collection and creation of a StatefulSet for the DecisionEngine. [1] openstack-k8s-operators#44
This follows on from [1] to add missing configuration collection and creation of a StatefulSet for the DecisionEngine. [1] openstack-k8s-operators#44
This follows on from [1] to add missing configuration collection and creation of a StatefulSet for the DecisionEngine. [1] openstack-k8s-operators#44
This follows on from [1] to add missing configuration collection and creation of a StatefulSet for the DecisionEngine. [1] openstack-k8s-operators#44
This follows on from [1] to add missing configuration collection and creation of a StatefulSet for the DecisionEngine. [1] openstack-k8s-operators#44
This follows on from [1] to add missing configuration collection and creation of a StatefulSet for the DecisionEngine. [1] openstack-k8s-operators#44
This follows on from [1] to add missing configuration collection and creation of a StatefulSet for the DecisionEngine. [1] #44
Add basic reconcile methods for WatcherDecisionEngine
Adds the basic attributes to the WatcherDecisionEngineSpec and Status
structs (like WatcherCommon) and adds the basic reconcile functions
like GetLogger and initStatus and skeleton for generateServiceConfigs
Includes base unit tests and next commit will have kuttl.
Adds basic kuttl test for WatcherDecisionEngine
The parent commit adds the initial reconcile functions and
this adds some kuttl coverage. The DecisionEngine is not yet
integrated with the top-level Watcher so for now creating a
new directory which can be moved later.