-
Notifications
You must be signed in to change notification settings - Fork 83
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
OSASINFRA-IPV6 DT #421
base: main
Are you sure you want to change the base?
OSASINFRA-IPV6 DT #421
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rlobillo The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @rlobillo. Thanks for your PR. I'm waiting for a openstack-k8s-operators member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
7f1a8c8
to
0faa80a
Compare
0faa80a
to
b4ca192
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/013cb64fd36d4085ad14266925c9c500 ✔️ noop SUCCESS in 0s |
b4ca192
to
b2abfa1
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/acc4ec87c26c4e24980c6a25720bba0b ✔️ noop SUCCESS in 0s |
b2abfa1
to
beb3db2
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/43e445b092d240db866681cf32e9a694 ✔️ noop SUCCESS in 0s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0632cdf7a67647bbbd00cce256939599 ✔️ noop SUCCESS in 0s |
beb3db2
to
1cf2af3
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/df9d6f2200214e47a5f67c0110a650d2 ✔️ noop SUCCESS in 0s |
1cf2af3
to
653dd6a
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6512d0ab2b904eaa9120e71c537d6ab2 ✔️ noop SUCCESS in 0s |
653dd6a
to
4a46486
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/f35f332320f54178b8ede2e81bd81729 ✔️ noop SUCCESS in 0s |
4a46486
to
85f2236
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/5c81e61370fe4c9d89287c8fb997c719 ✔️ noop SUCCESS in 0s |
85f2236
to
018a080
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ebc2bac28a0447e1a9dc37dae29a3d28 ✔️ noop SUCCESS in 0s |
018a080
to
eb6fac6
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ba1834d06fbd462c872af3583ef6d089 ✔️ noop SUCCESS in 0s |
eb6fac6
to
97d1bc7
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/81782362c7fe4a5f8a8bbdabcc2dcbf0 ✔️ noop SUCCESS in 0s |
97d1bc7
to
2727495
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a3da7a9f3e6749af8e7b53da0016a811 ✔️ noop SUCCESS in 0s |
A DT for deploying OpenShift on OpenStack using IPV6. This DT is inspired on the existing OSASINFRA DT but configuring the IPV6 endpoints.
2727495
to
05c8f2d
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2f49998c9e46452aba10468f5a7a1c65 ✔️ noop SUCCESS in 0s |
Ready for review! Could you please take a look on this? Successful installation on https://sf.hosted.upshift.rdu2.redhat.com/zuul/t/tripleo-ci-internal/build/ad230d0b5a5246feaa3265e22928341b rhoso-architecture-validate-osasinfra-ipv6 is failing because openstack-k8s-operators/ci-framework#2481 needs to be merged. |
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.
+1 from me
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.
This is identical to the osasinfra DT for the most part. The only diffs I could find where:
- name changed from osasinfra to osasinfra-ipv6
- obviously, IP addresses changed from v4 to v6
edpm_network_config_template
in edpm-pre-ceph/nodeset/values.yaml:- dropped
nic1
- use the
>-
block scalar header for the networksip_netmask
- dropped
- define a
storagemgmt
subnet inedpm-pre-ceph/nodeset/values.yaml
(probably an overlook of the osasinfra DT)
I wish there was a better way than duplicating the whole DT. This is going to be painful maintaining down the line. It feels like we should be able to do better with kustomize.
Simply looking a the content of the DT, LGTM.
Thanks @mandre. Your list is correct. There is another difference which is that osasinfra DT uses |
@abays who do we need to get reviews from? From my point of view, this looks good to merge. |
Oh indeed, I missed the CI failure:
That must be fixed first, of course. |
This error is happening because openstack-k8s-operators/ci-framework#2481 is still not merged. |
/retest |
recheck |
A DT for deploying OpenShift on OpenStack using IPV6.
This DT is inspired on the existing OSASINFRA DT but configuring the IPV6 endpoints.