Commit 8eadd43
committed
Remove OCPBUGS-67159 workaround and enable openstack_test
OCPBUGS-67159 (IP/port collision in CAPO machine network) is fixed
upstream and backported to OCP 4.19-4.22. Remove the hardcoded
api_vip/ingress_vip workaround from adoption.yaml and the conditional
VIP injection block from the IPI install-config template.
Also enable the openstack_test stage for the adoption pipeline,
previously disabled because tools_cifmw_dnsmasq delegates DNS tasks
to the hypervisor which is unreachable from the adoption container.
Guard both dnsmasq tasks with "when: hypervisor is defined" so the
role gracefully skips DNS configuration in container-only environments
while the actual openstack-tests still execute.
Closes: OSPRH-25360
Ref: OSPRH-27365
Assisted-By: Claude Code
Change-Id: Ie86f127a966d6017da46540defbfc49586b6cd91
Signed-off-by: Itay Matza <imatza@redhat.com>1 parent 02d1c72 commit 8eadd43
3 files changed
Lines changed: 3 additions & 12 deletions
File tree
- collection/stages/roles
- install/templates
- openstack_test/tasks
- jobs_definitions
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 62 | | |
68 | 63 | | |
69 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
| |||
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
48 | | - | |
49 | | - | |
50 | | - | |
0 commit comments