Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fyanac
Copy link
Contributor

@fyanac fyanac commented Jan 30, 2025

Also Add automation file for uni06zeta-adoption

Copy link

openshift-ci bot commented Jan 30, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fyanac
Once this PR has been reviewed and has the lgtm label, please assign leifmadsen for approval. For more information see the Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

openshift-ci bot commented Jan 30, 2025

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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.

- path: examples/dt/uni06zeta/control-plane
wait_conditions:
- >-
oc -n openstack wait nncp
Copy link
Contributor

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 ?

Copy link
Contributor Author

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

Copy link
Contributor

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

@ciecierski
Copy link
Contributor

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.

Copy link
Contributor

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b7ef3417a97e42b8a844bc64dfc2741c

✔️ noop SUCCESS in 0s
rhoso-architecture-validate-uni06zeta FAILURE in 4m 13s
rhoso-architecture-validate-uni06zeta-adoption FAILURE in 5m 10s

Copy link
Contributor

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/1fc62fc4395f436cb8273b6fb7ec1221

✔️ noop SUCCESS in 0s
rhoso-architecture-validate-uni06zeta FAILURE in 5m 28s
rhoso-architecture-validate-uni06zeta-adoption FAILURE in 5m 33s

@fyanac fyanac changed the title Add automation file for uni06zeta-adoption. Decouple uni06zeta network stage from control plane stage Feb 5, 2025
Copy link
Contributor

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2e04306f47c84720a5d1b2db52671807

✔️ noop SUCCESS in 0s
rhoso-architecture-validate-uni06zeta FAILURE in 4m 15s
rhoso-architecture-validate-uni06zeta-adoption FAILURE in 4m 20s

Copy link
Contributor

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bed1370f5d8d4ccaa8a97c8628498a7a

✔️ noop SUCCESS in 0s
rhoso-architecture-validate-uni06zeta FAILURE in 4m 27s
✔️ rhoso-architecture-validate-uni06zeta-adoption SUCCESS in 4m 19s

Comment on lines 18 to 28
- 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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

Copy link
Contributor Author

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

Copy link
Contributor

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/dfc33e6b6a174badbb3401d0973778d3

✔️ noop SUCCESS in 0s
rhoso-architecture-validate-uni06zeta FAILURE in 4m 20s
✔️ rhoso-architecture-validate-uni06zeta-adoption SUCCESS in 5m 46s

Copy link
Contributor

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

Copy link
Contributor

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c332c8d07b7e4f94b34359e2251e0252

✔️ noop SUCCESS in 0s
rhoso-architecture-validate-uni06zeta FAILURE in 4m 13s
rhoso-architecture-validate-uni06zeta-adoption FAILURE in 4m 27s

Also Add automation file for uni06zeta-adoption
@fyanac fyanac marked this pull request as ready for review February 10, 2025 13:16
@openshift-ci openshift-ci bot requested review from abays and fultonj February 10, 2025 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants