-
Notifications
You must be signed in to change notification settings - Fork 27
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 IPv6 support for networkdata #129
Add IPv6 support for networkdata #129
Conversation
Get the ipPrefix from the Cidr in the ipSet reservation, combine address and prefix when setting CtlPlaneIP in the instanceSpec. Depends-On: openstack-k8s-operators/openstack-baremetal-operator#129
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/4766cf092b9647389fe1539c20477fc6 ✔️ openstack-baremetal-operator-content-provider SUCCESS in 1h 11m 36s |
Update the networkdata te Change CtlPlaneIP to use a CIDR format (ip_addr/prefix). Add a temporary compatibility layer utlizing a.b.c.d + CtlplaneNetmask to internally create the CIDR formated address. In the future we can drop CtlplaneNetmask from OpenStackBaremetalSetSpec.
2ebade1
to
67d36f8
Compare
Get the ipPrefix from the Cidr in the ipSet reservation, combine address and prefix when setting CtlPlaneIP in the instanceSpec. Depends-On: openstack-k8s-operators/openstack-baremetal-operator#129
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hjensas, rabi 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 |
5918cf3
into
openstack-k8s-operators:main
Update the networkdata te
Change CtlPlaneIP to use a CIDR format (ip_addr/prefix).
Add a temporary compatibility layer utlizing a.b.c.d + CtlplaneNetmask to internally create the CIDR formated address.
In the future we can drop CtlplaneNetmask from OpenStackBaremetalSetSpec.