Add Octavia SKMO playbooks for amphora and network setup#3965
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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
8f9b484 to
e1bc8e2
Compare
|
First commit already reviewed in #3956 |
| set -xe -o pipefail | ||
| oc debug node/{{ item }} -- chroot /host ip link set br-octavia up | ||
| loop: "{{ cifmw_skmo_master_nodes }}" | ||
| changed_when: false |
There was a problem hiding this comment.
(blocking) suggestion: I think it's safe to remove this changed_when.
it was merged. |
Add two new SKMO hook playbooks for Octavia multi-region support: - upload-octavia-amphora-images.yaml: Wait for amphora image upload to complete in both regionOne and regionTwo before proceeding - configure-octavia-network.yaml: Ensure br-octavia OVS bridges are UP on all master nodes for routing between worker pods and amphora instances These fix connectivity issues where Neutron router gateway ports fail to schedule on chassis due to missing active bridge mappings. Assisted-by: Claude Opus 4.6 Signed-off-by: Ade Lee <alee@redhat.com>
e1bc8e2 to
e1304ee
Compare
|
removed merged commit. |
Add two new SKMO hook playbooks for Octavia multi-region support:
These fix connectivity issues where Neutron router gateway ports fail to schedule on chassis due to missing active bridge mappings.
Assisted-by: Claude Opus 4.6
Signed-off-by: Ade Lee alee@redhat.com