-
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
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/cd56e101d2a84613b66e5a16addfe5e0 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 36m 06s |
0f9844b to
7382099
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9ce4fc67a3ec4556adae1ca66fa3d701 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 43m 40s |
40f5a1a to
c19961e
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d64c19cac8ce40f383262bf5667912db ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 42m 42s |
c19961e to
60a73d7
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8d15a75bf7cd4c2c97b61f57046e407d ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 45m 15s |
69da205 to
7e9d245
Compare
a4426f9 to
600dabb
Compare
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]>
d749222 to
5a854cd
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 |
No description provided.