-
Notifications
You must be signed in to change notification settings - Fork 102
[Designate] Add Mdns replica count #1207
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
[Designate] Add Mdns replica count #1207
Conversation
69b0dab to
4890a1f
Compare
|
/retest |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/3748e447acc04911858bf5c17610f5bb ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 05m 46s |
|
openstack-k8s-operators/designate-operator#255 will have to get merged first. Until then, CI will block this patch. |
jpodivin
left a comment
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.
Hi. Could you add an explicit depends on to this PR? Just so it's obvious that it's missing a dependency.
Also, it would be great to have a link to JIRA item, or some other description of what are you implementing and why. Thanks a lot.
Sure, thanks for raising it. |
12d1f02 to
5152399
Compare
|
The Designate-operator patch has been merged yesterday, and it added the Replicas field to the API directory files, I wonder when CI will stop failing because of lacking it. |
|
/retest |
1 similar comment
|
/retest |
5152399 to
1e2b6fb
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bshephar, omersch381 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| replicas: 1 # backend needs to be configured | ||
| designateMdns: | ||
| replicas: 0 # backend needs to be configured | ||
| replicas: 1 # backend needs to be configured |
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.
comment here says backend needs to be configured still. If you are setting replicas to 1 does this (and if functionally works) does this comment still make sense?
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.
It looks like it is a generic comment that appear on many files. We are still configuring MiniDNS backend on the designate-operator repository, so I think it still applies.
This openstack-operator patch mainly saves us time, so we won't have to modify the csv manually with the same values. We modify its value to make sure changes in the current replica count will behave correctly with our changes.
|
/retest |
|
#1204 has been merged |
|
/retest |
DesignateMdns deployment type is being changed to stateful set. This commit adds replica count to Mdns in all the Designate CRs. Depends-On: openstack-k8s-operators/designate-operator#255 Jira: https://issues.redhat.com/browse/OSPRH-11923
1e2b6fb to
7da9ed3
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/7350a4b012a34665a01d7d850fb3f00a ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 01m 25s |
|
recheck podified-multinode-edpm-deployment-crc |
|
/lgtm |
6aafc22
into
openstack-k8s-operators:main
DesignateMdns deployment type is being changed to stateful set.
This commit adds replica count to Mdns in all the Designate CRs.