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
9c05293 to
f1da49a
Compare
f1da49a to
8c6b432
Compare
8c6b432 to
c75c2f1
Compare
…y issues Add Octavia network-values fixes, federation ordering, SKMO EDPM stale deployment hooks, and va-multi-skmo reproducer updates. Signed-off-by: Ade Lee <alee@redhat.com> Assisted-by: Claude Opus 4.6
Match test-requirements.txt so ansible-lint 6.22.2 works with current pre-commit environments. Signed-off-by: Ade Lee <alee@redhat.com>
Skip wait/approve when the RHSSO operator CSV is already Succeeded and only approve unapproved install plans when a fresh install is needed. Signed-off-by: Ade Lee <alee@redhat.com> Assisted-by: Claude Opus 4.6
c75c2f1 to
dc7396d
Compare
|
Rebased so test project can run with the latest changes |
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