Skip to content

Commit d86657a

Browse files
karelyatinfrenzyfriday
authored andcommitted
[kuttl multinode] Disable router with gateways
With limited public IPs on some clouds we hit quota issues from time to time. So disabling router with gateway ports creation in kuttl multinode jobs. Same will be done on other jobs in follow up. Related-Issue: #OSPCIX-771
1 parent 7770a77 commit d86657a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zuul.d/kuttl_multinode.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
range: 192.168.122.0/24
1616
mtu: "{{ ('ibm' in nodepool.cloud) | ternary('1440', '1500') }}"
1717
router_net: "{{ ('ibm' in nodepool.cloud) | ternary('hostonly', 'public') }}"
18+
router: false
1819
internal-api:
1920
vlan: 20
2021
range: 172.17.0.0/24

0 commit comments

Comments
 (0)