-
Notifications
You must be signed in to change notification settings - Fork 139
Add bgp-l3-xl-adoption job #3397
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
base: main
Are you sure you want to change the base?
Add bgp-l3-xl-adoption job #3397
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
6784d79 to
bc59b9e
Compare
bc59b9e to
7d791a1
Compare
11429e2 to
bcf56e6
Compare
f8947a4 to
43579fa
Compare
43579fa to
0072df7
Compare
3ae208e to
3c1a516
Compare
afaffed to
c0bf308
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/471e1d29804848d4abf6b7cee1fcfc97 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 56m 22s |
c0bf308 to
a502bf1
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c33b4656fe034fb4bc3e96a41e730fec ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 49m 55s |
a502bf1 to
ff73a69
Compare
5a854cd to
6ccd019
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/40b543b73af54dfe99197703cf6f4d62 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 50m 08s |
33ac1bf to
f6e91f0
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/1b1ce0f8e1d5463eac689cf6c1759378 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 49m 00s |
f6e91f0 to
4afdde4
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/7bc03f63ae10493aa5ae9241c7a8619e ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 52m 55s |
4afdde4 to
154631d
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/03a8115d9bfa40799c1e524d0bc1faee ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 45m 12s |
The original implementation attempted to run getent directly in the task with delegate_to using an undefined loop variable, causing task failures. This fix properly delegates getent execution to each overcloud VM and accumulates the resolved IPs across all VMs. This is necessary because VMs in different racks/datacenters may use different DNS servers, resulting in different IP resolutions for the same registry domains. Changes: - Extract getent logic into separate task file (getent_registry_ips_bgp.yml) - Run getent from each VM via include_tasks with proper delegation - Accumulate IPs using set_fact to preserve results across all VMs - Simplify IP list generation in both prepare_overcloud.yml and prepare_undercloud.yml to use the accumulated list The accumulated IP list ensures routes are added for all possible registry IPs as resolved from each datacenter's DNS server. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Signed-off-by: Eduardo Olivares <[email protected]>
Signed-off-by: Eduardo Olivares <[email protected]>
…loyments" This reverts commit 07d694f. Signed-off-by: Eduardo Olivares <[email protected]>
154631d to
0d1e7ec
Compare
No description provided.