-
Notifications
You must be signed in to change notification settings - Fork 87
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
Decouple uni06zeta network stage from control plane stage #487
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fyanac 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 @fyanac. 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. |
5cad03f
to
88ea2a3
Compare
- path: examples/dt/uni06zeta/control-plane | ||
wait_conditions: | ||
- >- | ||
oc -n openstack wait nncp |
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.
wait on nncp or wait on openstackcontrolplane ?
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.
Thank you for your comment, I have to recheck it, because I was following the hci adoption -> https://github.com/openstack-k8s-operators/architecture/blob/main/automation/vars/hci-adoption.yaml
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.
Uhm, I'm probably wrong on this, so feel free to ignore my comment
Check #489 to see how decoupling of control plane and networking should be done. For pre adoption steps we need only networking. Control plane is deployed during adoption procedure. |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b7ef3417a97e42b8a844bc64dfc2741c ✔️ noop SUCCESS in 0s |
bc14d13
to
e9e8a8c
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/1fc62fc4395f436cb8273b6fb7ec1221 ✔️ noop SUCCESS in 0s |
e9e8a8c
to
1881bf5
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2e04306f47c84720a5d1b2db52671807 ✔️ noop SUCCESS in 0s |
1881bf5
to
050c22e
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bed1370f5d8d4ccaa8a97c8628498a7a ✔️ noop SUCCESS in 0s |
050c22e
to
e1ea710
Compare
- path: examples/dt/uni06zeta/control-plane | ||
wait_conditions: | ||
- >- | ||
oc -n metallb-system wait pod | ||
-l app=metallb -l component=speaker | ||
--for condition=Ready | ||
--timeout=5m | ||
values: | ||
- name: network-values | ||
src_file: networking/nncp/values.yaml | ||
- name: service-values | ||
src_file: service-values.yaml | ||
build_output: control-plane.yaml |
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.
- path: examples/dt/uni06zeta/control-plane | |
wait_conditions: | |
- >- | |
oc -n metallb-system wait pod | |
-l app=metallb -l component=speaker | |
--for condition=Ready | |
--timeout=5m | |
values: | |
- name: network-values | |
src_file: networking/nncp/values.yaml | |
- name: service-values | |
src_file: service-values.yaml | |
build_output: control-plane.yaml | |
- path: examples/dt/uni06zeta/control-plane/networking | |
wait_conditions: | |
- >- | |
oc -n metallb-system wait pod | |
-l app=metallb -l component=speaker | |
--for condition=Ready | |
--timeout=5m | |
values: | |
- name: network-values | |
src_file: nncp/values.yaml | |
build_output: networking.yaml |
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.
Thank you for your comment
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/dfc33e6b6a174badbb3401d0973778d3 ✔️ noop SUCCESS in 0s |
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 file should be modified to account for the new networking
stage
e1ea710
to
062c140
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c332c8d07b7e4f94b34359e2251e0252 ✔️ noop SUCCESS in 0s |
Also Add automation file for uni06zeta-adoption
062c140
to
738c8f6
Compare
Also Add automation file for uni06zeta-adoption