Fix BGP setup in reproducer deployments - #4151
Conversation
The BGP preparation hook delegated libvirt tasks to the literal hypervisor host. Generated reproducer inventories identify that host through controller-0.cifmw_hypervisor_host, typically as hypervisor-1. This caused the hook to fail with: Could not resolve hostname hypervisor Use the inventory's recorded hypervisor name for both delegated tasks. Fabric nodes also tried to download rhos-release before trusting the Red Hat internal CA, causing: CERTIFICATE_VERIFY_FAILED: self-signed certificate in chain Install the internal CA before downloading rhos-release so FRR can be installed on the leaf, spine, and router nodes. Co-authored-by: Codex (GPT-5) <codex@openai.com> Signed-off-by: John Fulton <fulton@redhat.com>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
[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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 12m 11s |
The BGP preparation hook delegated libvirt tasks to the literal hypervisor host. Generated reproducer inventories identify that host through controller-0.cifmw_hypervisor_host, typically as hypervisor-1. This caused the hook to fail with:
Could not resolve hostname hypervisor
Use the inventory's recorded hypervisor name for both delegated tasks.
Fabric nodes also tried to download rhos-release before trusting the Red Hat internal CA, causing:
CERTIFICATE_VERIFY_FAILED: self-signed certificate in chain
Install the internal CA before downloading rhos-release so FRR can be installed on the leaf, spine, and router nodes.
Co-authored-by: Codex (GPT-5) codex@openai.com
Signed-off-by: John Fulton fulton@redhat.com