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

[DNM] Enable ironic testing in component lines #2453

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

Conversation

pablintino
Copy link
Collaborator

@pablintino pablintino commented Oct 14, 2024

No description provided.

Copy link
Contributor

openshift-ci bot commented Oct 14, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from pablintino. For more information see the Kubernetes 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

Thanks for the PR! ❤️
I'm marking it as a draft, once your happy with it merging and the PR is passing CI, click the "Ready for review" button below.

Copy link

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/a19370985edf470bb38383c947fcffe3

✔️ noop SUCCESS in 0s
podified-multinode-edpm-deployment-crc-bootstrap-staging-ironic RETRY_LIMIT in 8m 32s

Copy link

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/2775f509a6d04bffb658bdbb02ffa070

✔️ noop SUCCESS in 0s
podified-multinode-edpm-deployment-crc-bootstrap-staging-ironic RETRY_LIMIT in 9m 32s

Copy link

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/fc6734f2c77242e79e752e4ed0e716dd

✔️ noop SUCCESS in 0s
podified-multinode-edpm-deployment-crc-bootstrap-staging-ironic RETRY_LIMIT in 9m 10s

Copy link

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/545fb763da3748b59f78051aa488d96f

✔️ noop SUCCESS in 0s
podified-multinode-edpm-deployment-crc-bootstrap-staging-ironic FAILURE in 30m 37s

@pablintino
Copy link
Collaborator Author

recheck

Copy link

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/a395ecf1df4540bdb3f78ef1ff2a1b5b

✔️ noop SUCCESS in 0s
podified-multinode-edpm-deployment-crc-bootstrap-staging-ironic FAILURE in 20m 52s

Copy link

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/e288b4d37ceb4d1cb718b4dc37d784aa

✔️ noop SUCCESS in 0s
podified-multinode-edpm-deployment-crc-bootstrap-staging-ironic FAILURE in 32m 05s

@hjensas
Copy link
Contributor

hjensas commented Oct 17, 2024

If possible we should avoid setting mulitple default routes?

2024-10-16 14:04:32.514126 | controller |         routes:
2024-10-16 14:04:32.514134 | controller |           config:
2024-10-16 14:04:32.514142 | controller |           - destination: 0.0.0.0/0
2024-10-16 14:04:32.514151 | controller |             next-hop-address: 192.168.122.1
2024-10-16 14:04:32.514175 | controller |             next-hop-interface: ens8
2024-10-16 14:04:32.514187 | controller |           - destination: 0.0.0.0/0
2024-10-16 14:04:32.514195 | controller |             next-hop-address: 172.17.0.1
2024-10-16 14:04:32.514204 | controller |             next-hop-interface: ens8.20
2024-10-16 14:04:32.514212 | controller |           - destination: 0.0.0.0/0
2024-10-16 14:04:32.514221 | controller |             next-hop-address: 172.18.0.1
2024-10-16 14:04:32.514229 | controller |             next-hop-interface: ens8.21
2024-10-16 14:04:32.514241 | controller |           - destination: 0.0.0.0/0
2024-10-16 14:04:32.514250 | controller |             next-hop-address: 172.19.0.1
2024-10-16 14:04:32.514259 | controller |             next-hop-interface: ens8.22

update: I don't think these are added because of something in this change ...

@hjensas
Copy link
Contributor

hjensas commented Oct 17, 2024

NmstateError: VerificationError: Failed to apply DNS config: desire name servers '', got '127.0.0.1'\n'"

  desiredState:
    dns-resolver:
      config:
        search:
        - default.example.com
        - internal-api.example.com
        - storage.example.com
        - tenant.example.com
        server: []

@@ -445,11 +442,37 @@
parent: podified-multinode-edpm-deployment-crc-bootstrap-staging
vars:
cifmw_enable_virtual_baremetal_support: true
cifmw_config_nmstate: true
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That part is still missing, all I'm trying to do get the nmstate part to work. Give me some more patches and I'll reach that part.

Copy link

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/aa285a77e16e4605afa928855688e70c

✔️ noop SUCCESS in 0s
podified-multinode-edpm-deployment-crc-bootstrap-staging-ironic FAILURE in 32m 55s

@pablintino
Copy link
Collaborator Author

recheck

Copy link

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/b60210f2a8dc45a6a98c0523a8c42a75

✔️ noop SUCCESS in 0s
podified-multinode-edpm-deployment-crc-bootstrap-staging-ironic FAILURE in 23m 52s

Copy link

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/427a2b646fa34d568248f5564a468470

✔️ noop SUCCESS in 0s
podified-multinode-edpm-deployment-crc-bootstrap-staging-ironic FAILURE in 25m 01s

Copy link

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/818a2fbf441c414d8ae3590ef7fe9ca0

✔️ noop SUCCESS in 0s
podified-multinode-edpm-deployment-crc-bootstrap-staging-ironic FAILURE in 30m 51s

Copy link

This change depends on a change that failed to merge.

Change openstack-k8s-operators/install_yamls#934 is needed.

@pablintino
Copy link
Collaborator Author

recheck

Copy link

This change depends on a change that failed to merge.

Change openstack-k8s-operators/install_yamls#934 is needed.

@pablintino
Copy link
Collaborator Author

recheck

Copy link

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/39b394028acf481d89b2082e56eec6f2

✔️ noop SUCCESS in 0s
podified-multinode-edpm-deployment-crc-bootstrap-staging-ironic FAILURE in 1h 26m 36s

@pablintino
Copy link
Collaborator Author

recheck

Copy link

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/9ab1876ecdd44f648f86bf1b6a1512d9

✔️ noop SUCCESS in 0s
podified-multinode-edpm-deployment-crc-bootstrap-staging-ironic FAILURE in 1h 24m 15s

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.

3 participants