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. |
e1bc8e2 to
e1304ee
Compare
|
removed merged commit. |
| PATH: "{{ cifmw_path }}" | ||
| ansible.builtin.shell: | | ||
| set -xe -o pipefail | ||
| oc debug node/{{ item }} -- chroot /host ip link set br-octavia up |
There was a problem hiding this comment.
I don't remember that we had to do that in other jobs, is it something specific to this job?
e1304ee to
9c05293
Compare
…af region Add EDPM recreate hook and extend network-values templates for Octavia NAD generation. Leaf-region Tempest config lives in ci-framework-jobs 05-tests.yaml; reproducer uses post_tests: [] like the uni job. Depends-On: openstack-k8s-operators/architecture#759 Signed-off-by: Ade Lee <alee@redhat.com> Assisted-by: Claude Opus 4.6
9c05293 to
f1da49a
Compare
Add SKMO OVN Octavia Tempest support for leaf region
Add EDPM recreate hook and extend network-values templates for Octavia
NAD generation. Leaf-region Tempest config lives in ci-framework-jobs
05-tests.yaml; reproducer uses post_tests: [] like the uni job.
Depends-On: openstack-k8s-operators/architecture#759
Signed-off-by: Ade Lee alee@redhat.com
Assisted-by: Claude Opus 4.6