-
Notifications
You must be signed in to change notification settings - Fork 84
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
OSASINFRA-IPV6 DT #421
Conversation
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 |
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 |
@fultonj Would you mind to take a look on this? Thank you. |
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.
I don't have any major problems with it. I saw a few small things which should be easy to fix.
examples/dt/osasinfra-ipv6/README.md
Outdated
This is a collection of CR templates that represent a validated Red Hat | ||
OpenStack Services on OpenShift deployment following the recommendations from | ||
the (OpenShift on OpenStack reference | ||
architecture)[https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.2/html-single/reference_architecture_for_deploying_red_hat_openshift_container_platform_on_red_hat_openstack_platform/index]. It has the following characteristics: |
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 link not formatted correctly. Please transpose []
and ()
.
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.
After the readme is fixed, I'm ok if it merges.
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.
Done. Thanks John!
I see that rhoso-architecture-validate-osasinfra-ipv6 is now passing. https://softwarefactory-project.io/zuul/t/rdoproject.org/build/aa69db50d6b44e9f831b26d79d51ccad |
A DT for deploying OpenShift on OpenStack using IPV6. This DT is inspired on the existing OSASINFRA DT but configuring the IPV6 endpoints.
05c8f2d
to
2627dad
Compare
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abays, rlobillo 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 |
recheck-gate |
Build succeeded (gate pipeline). ✔️ noop SUCCESS in 0s |
8cbc28e
into
openstack-k8s-operators:main
A DT for deploying OpenShift on OpenStack using IPV6.
This DT is inspired on the existing OSASINFRA DT but configuring the IPV6 endpoints.