-
Notifications
You must be signed in to change notification settings - Fork 35
OCPBUGS-42220: Infoblox - use 2.12.2 WAPI version #229
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
OCPBUGS-42220: Infoblox - use 2.12.2 WAPI version #229
Conversation
cdd21e0
to
1223734
Compare
1223734
to
b6b8781
Compare
/retest
|
The test NIOS instance has been upgraded to 8.6.4 which recommends 2.12.2 as the WAPI version. This commit updates the e2e test and docs with the recommended WAPI version. Ref: https://community.infoblox.com/cixhp49439/attachments/cixhp49439/IPAM/6153/2/NIOS_8.6.2_ReleaseNotesREVC.pdf
b6b8781
to
57a58f8
Compare
@alebedev87: This pull request references Jira Issue OCPBUGS-42220, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this: 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@alebedev87: This pull request references Jira Issue OCPBUGS-42220, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
// https://community.infoblox.com/cixhp49439/attachments/cixhp49439/IPAM/6153/2/NIOS_8.6.2_ReleaseNotesREVC.pdf | ||
// Chapter: "Changes to Infoblox API and Restful API (WAPI)" | ||
// "2.12.2" version is recommended for NIOS 8.6.2 (our Infoblox test instance is currently 8.6.4). | ||
defaultWAPIVersion = "2.12.2" |
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.
Could this break compatibility with NIOS 7? We might need to add an API field to specify the WAPI version.
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.
Ah, I see that it is configurable:
external-dns-operator/api/v1beta1/externaldns_types.go
Lines 367 to 371 in 57a58f8
// WAPIVersion is the version of the Infoblox WAPI. | |
// | |
// +kubebuilder:validation:Required | |
// +required | |
WAPIVersion string `json:"wapiVersion"` |
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.
Could this break compatibility with NIOS 7?
Not really, this is just the nominal version of the API we test our operator against. As you mentioned the user has to provide its version as a dedicated API field.
@alebedev87: This pull request references Jira Issue OCPBUGS-42220, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
After a bug scrub discussion:
|
this PR cannot be test using pre-merge verification method as |
/retest |
Pre merged verified using cluster bot
|
/label qe-approved |
/assign |
/assign @Miciah |
@alebedev87 is this supposed to be on hold? I was going to LGTM, but once it comes off hold that will be removed. |
@candita : No. The only related thing is the doc PR but one does not block another. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alebedev87 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 |
@alebedev87: 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-sigs/prow repository. I understand the commands that are listed here. |
@alebedev87: Jira Issue OCPBUGS-42220: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-42220 has been moved to the MODIFIED state. In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
This PR aims at updating the nominal version of Infoblox's WAPI we test our operator against. The test Infoblox instance we use is recommended to be used with
2.12.2
WAPI version (Infoblox ref).